| 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 |
| 33 { |
| 34 display: none; |
| 35 } |
| 36 |
| 32 header | 37 header |
| 33 { | 38 { |
| 34 height: 45px; | 39 height: 45px; |
| 35 margin-bottom: 40px; | 40 margin-bottom: 40px; |
| 36 border-bottom: 1px solid #e1ddd8; | 41 border-bottom: 1px solid #e1ddd8; |
| 37 background-image: url(background-main.png); | 42 background-image: url(background-main.png); |
| 38 } | 43 } |
| 39 | 44 |
| 40 #logo | 45 #logo |
| 41 { | 46 { |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 | 337 |
| 333 .checkbox[aria-checked="false"]:hover | 338 .checkbox[aria-checked="false"]:hover |
| 334 { | 339 { |
| 335 background-position: -34px -49px; | 340 background-position: -34px -49px; |
| 336 } | 341 } |
| 337 | 342 |
| 338 label | 343 label |
| 339 { | 344 { |
| 340 vertical-align: middle; | 345 vertical-align: middle; |
| 341 } | 346 } |
| OLD | NEW |