OLD | NEW |
1 body | 1 body |
2 { | 2 { |
3 min-width: 250px; | 3 min-width: 250px; |
4 margin: 0px; | 4 margin: 0px; |
5 font-family: Segoe UI, Arial, sans-serif; | 5 font-family: Segoe UI, Arial, sans-serif; |
6 font-size: 13px; | 6 font-size: 13px; |
7 color: #545454; | 7 color: #545454; |
8 background-color: #f8f6f2; | 8 background-color: #f8f6f2; |
9 background-image: url(background.png); | 9 background-image: url(background.png); |
10 } | 10 } |
(...skipping 11 matching lines...) Expand all Loading... |
22 display: block; | 22 display: block; |
23 } | 23 } |
24 | 24 |
25 body.local #enabled, | 25 body.local #enabled, |
26 body.local #clickhide, | 26 body.local #clickhide, |
27 body.local #stats-page | 27 body.local #stats-page |
28 { | 28 { |
29 display: none; | 29 display: none; |
30 } | 30 } |
31 | 31 |
32 body.nohtml #clickhide | 32 body.nohtml #clickhide, |
| 33 body.disabled #clickhide |
33 { | 34 { |
34 display: none; | 35 display: none; |
35 } | 36 } |
36 | 37 |
37 header | 38 header |
38 { | 39 { |
39 height: 45px; | 40 height: 45px; |
40 margin-bottom: 40px; | 41 margin-bottom: 40px; |
41 border-bottom: 1px solid #e1ddd8; | 42 border-bottom: 1px solid #e1ddd8; |
42 background-image: url(background-main.png); | 43 background-image: url(background-main.png); |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 { | 187 { |
187 font-weight: normal; | 188 font-weight: normal; |
188 color: #ac0505; | 189 color: #ac0505; |
189 } | 190 } |
190 | 191 |
191 #enabled .icon | 192 #enabled .icon |
192 { | 193 { |
193 background-position: -50px -1px ; | 194 background-position: -50px -1px ; |
194 } | 195 } |
195 | 196 |
196 #enabled.off .icon | 197 body.disabled #enabled .icon |
197 { | 198 { |
198 background-position: -50px -17px; | 199 background-position: -50px -17px; |
199 } | 200 } |
200 | 201 |
201 #enabled-no, | 202 #enabled-no, |
202 #enabled.off #enabled-yes | 203 body.disabled #enabled #enabled-yes |
203 { | 204 { |
204 display: none; | 205 display: none; |
205 } | 206 } |
206 | 207 |
207 #enabled.off #enabled-no | 208 body.disabled #enabled #enabled-no |
208 { | 209 { |
209 display: inline; | 210 display: inline; |
210 } | 211 } |
211 | 212 |
212 #clickhide .icon, | 213 #clickhide .icon, |
213 #clickhide-cancel .icon | 214 #clickhide-cancel .icon |
214 { | 215 { |
215 background-position: -50px -33px; | 216 background-position: -50px -33px; |
216 } | 217 } |
217 | 218 |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 | 335 |
335 .checkbox[aria-checked="false"]:hover | 336 .checkbox[aria-checked="false"]:hover |
336 { | 337 { |
337 background-position: -34px -49px; | 338 background-position: -34px -49px; |
338 } | 339 } |
339 | 340 |
340 label | 341 label |
341 { | 342 { |
342 vertical-align: middle; | 343 vertical-align: middle; |
343 } | 344 } |
OLD | NEW |