Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 1 | @charset "utf-8"; |
| 2 | body, html { |
| 3 | color: #666; |
| 4 | font-family: verdana, tahoma, arial; |
| 5 | text-shadow: 1px 1px rgba(255, 255, 255, 0.4); |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 6 | margin: 0; |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 7 | } |
| 8 | |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 9 | #top { |
| 10 | background-color: #7ba400; |
| 11 | padding: 10pt 0 10pt 30pt; |
| 12 | position: relative; |
| 13 | height: 62.5px; |
| 14 | } |
| 15 | |
| 16 | #button-right { |
| 17 | position: absolute; |
| 18 | right: 15px; |
| 19 | top: 15px; |
| 20 | } |
| 21 | |
| 22 | input, button { |
| 23 | border: 2px solid white; |
| 24 | padding: 3px; |
| 25 | font-size: 11pt; |
| 26 | } |
| 27 | |
| 28 | form { |
| 29 | margin-left: 235px; |
| 30 | margin-top:10px |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 31 | } |
| 32 | |
| 33 | form input[type=search] { |
| 34 | width: 50%; |
| 35 | } |
| 36 | |
| 37 | a { |
| 38 | text-decoration: none; |
| 39 | } |
| 40 | |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 41 | p.found { |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 42 | font-size: 10pt; |
| 43 | padding: 0; |
| 44 | margin: 0; |
| 45 | } |
| 46 | |
| 47 | p.found { |
| 48 | text-align: right; |
| 49 | } |
| 50 | |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 51 | #pagination { |
| 52 | position: fixed; |
| 53 | right: 20px; |
| 54 | bottom: 10px; |
| 55 | z-index: 800; |
| 56 | } |
| 57 | |
| 58 | #pagination span { |
| 59 | display: inline-block; |
| 60 | background-color: #ddd; |
| 61 | margin: 2pt; |
| 62 | height: 1.5em; |
| 63 | padding-left: .5em; |
| 64 | padding-right: .5em; |
| 65 | line-height: 1.5em; |
| 66 | text-align: center; |
| 67 | border-width: 2px; |
| 68 | border-style: solid; |
| 69 | border-color: #999; |
| 70 | box-shadow: 3px 3px 3px rgba(0,0,0,0.3); |
| 71 | } |
| 72 | |
| 73 | #pagination a { |
| 74 | text-shadow: 1px 1px rgba(255, 255, 255, 0.9); |
| 75 | } |
| 76 | |
| 77 | #pagination a[rel=self] span { |
| 78 | border-color: #ffa500; |
| 79 | background-color: #f4eebb; |
| 80 | color: #ff8000; |
| 81 | } |
| 82 | |
| 83 | #pagination a[href] { |
| 84 | color: #7ba400; |
| 85 | } |
| 86 | |
| 87 | #pagination a[href] span:hover { |
| 88 | background-color: #7ba400; |
| 89 | border-color: #496000; |
| 90 | color: #496000; |
| 91 | text-shadow: none; |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 92 | } |
| 93 | |
| 94 | #total-results { |
| 95 | color: #c1002b; |
| 96 | } |
| 97 | |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 98 | code.query { |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 99 | background-color: #f4eebb; |
| 100 | display: block; |
| 101 | border-style: solid; |
| 102 | border-color: #ffa500; |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 103 | font-size: 12pt; |
| 104 | padding: 2pt; |
| 105 | color: #ff8000; |
| 106 | text-shadow: 1px 1px rgba(255, 255, 255, 0.9); |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 107 | border-width: 2px; |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 108 | margin: 0; |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 109 | margin-bottom: 5pt; |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 110 | cursor: pointer; |
| 111 | } |
| 112 | |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 113 | code.query.serial:not(.active) span { |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 114 | padding: 2pt; |
| 115 | } |
| 116 | |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 117 | code.query pre { |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 118 | display: block; |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 119 | padding: 2px 5px; |
| 120 | margin: 0; |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 121 | } |
| 122 | |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 123 | code.query.serial:not(.active) pre { |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 124 | display: none; |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 125 | } |
| 126 | |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 127 | code.query.serial.active span { |
| 128 | display: none; |
| 129 | } |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 130 | |
| 131 | #sidebar.active { |
| 132 | margin-left: 0px; |
| 133 | left: 0; |
| 134 | top: 0; |
| 135 | } |
| 136 | |
| 137 | #sidebar { |
| 138 | color: #fff; |
| 139 | text-shadow: none; |
| 140 | transition: all .3s ease-in-out; |
| 141 | position: fixed; |
| 142 | z-index: 500; |
| 143 | height: 100%; |
| 144 | background-color: #496000; |
| 145 | width: 260px; |
| 146 | margin-left: -245px; |
| 147 | left: 0; |
| 148 | top: 0; |
| 149 | } |
| 150 | |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 151 | #sidebar > * { |
| 152 | opacity: 0; |
| 153 | transition-property: opacity; |
| 154 | transition-duration: .3s; |
| 155 | } |
| 156 | |
| 157 | #sidebar.active > * { |
| 158 | opacity: 1; |
| 159 | } |
| 160 | |
| 161 | #sidebar h2 { |
| 162 | font-size: 100%; |
| 163 | font-weight: bold; |
| 164 | text-align: center; |
| 165 | padding: 0; |
| 166 | margin: 0 0 5pt 0; |
| 167 | } |
| 168 | |
| 169 | #sidebar ul { |
| 170 | list-style-type: none; |
| 171 | margin: 0; |
| 172 | font-size: 10pt; |
| 173 | text-indent: 0; |
| 174 | padding: 0; |
| 175 | } |
| 176 | |
| 177 | #sidebar ul li { |
| 178 | padding: 4pt 10pt; |
| 179 | } |
| 180 | |
| 181 | #sidebar ul li h3 { |
| 182 | font-weight: bold; |
| 183 | font-size: 100%; |
| 184 | padding: 0; |
| 185 | margin: 0; |
| 186 | } |
| 187 | |
| 188 | #sidebar ul li.active h3 { |
| 189 | margin-bottom: 2pt; |
| 190 | padding-bottom: 2pt; |
| 191 | border-bottom: 1px solid black; |
| 192 | } |
| 193 | |
| 194 | #sidebar ul li.active { |
| 195 | background-color: #7ba400; |
| 196 | text-shadow: 1px 1px rgba(0, 0, 0, 0.4); |
| 197 | } |
| 198 | |
| 199 | dl.info { |
| 200 | font-size: 9pt; |
| 201 | padding: 0 10pt; |
| 202 | } |
| 203 | |
| 204 | dl.info dt { |
| 205 | font-weight: bold; |
| 206 | float: left; |
| 207 | } |
| 208 | |
| 209 | dl.info dd { |
| 210 | text-align: right; |
| 211 | } |
| 212 | |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 213 | #search { |
| 214 | margin-left: 30px; |
| 215 | margin-right: 15px; |
| 216 | margin-bottom: 40px; |
| 217 | } |
| 218 | |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 219 | /* |
Nils Diewald | 02df991 | 2014-06-03 16:08:07 +0000 | [diff] [blame] | 220 | iframe { |
| 221 | border-width: 0; |
| 222 | border-top: 1px solid #ccc; |
| 223 | border-bottom: 1px solid #ccc; |
| 224 | height: 300px; |
| 225 | width: 100%; |
Nils Diewald | 2329e1d | 2014-06-12 16:07:57 +0000 | [diff] [blame^] | 226 | } |
| 227 | */ |
| 228 | |
| 229 | #tutorial { |
| 230 | position: fixed; |
| 231 | z-index: 9999; |
| 232 | top: 2%; |
| 233 | bottom: 2%; |
| 234 | left: 5%; |
| 235 | right: 5%; |
| 236 | background-color: #496000; |
| 237 | border-radius: 15px; |
| 238 | padding: 5px; |
| 239 | } |
| 240 | |
| 241 | #tutorial > i { |
| 242 | font-size: 20pt; |
| 243 | color: #496000; |
| 244 | position: absolute; |
| 245 | z-index: 100; |
| 246 | top: 10pt; |
| 247 | right: 20pt; |
| 248 | cursor: pointer; |
| 249 | } |
| 250 | |
| 251 | #tutorial iframe { |
| 252 | width: 100%; |
| 253 | min-height: 100%; |
| 254 | border-width: 0; |
| 255 | border-radius: 10px; |
| 256 | background-image: url('img/loading.gif'); |
| 257 | background-repeat: no-repeat; |
| 258 | background-position: center center; |
| 259 | background-color: white; |
Nils Diewald | 5d1ffb4 | 2014-05-21 17:45:34 +0000 | [diff] [blame] | 260 | } |