| 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 17 matching lines...) Expand all Loading... |
| 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 body.disabled #clickhide |
| 34 { | 34 { |
| 35 display: none; | 35 display: none; |
| 36 } | 36 } |
| 37 | 37 |
| 38 body.contentblocking-active #stats-container | |
| 39 { | |
| 40 display: none; | |
| 41 } | |
| 42 | |
| 43 header | 38 header |
| 44 { | 39 { |
| 45 height: 45px; | 40 height: 45px; |
| 46 margin-bottom: 40px; | 41 margin-bottom: 40px; |
| 47 border-bottom: 1px solid #e1ddd8; | 42 border-bottom: 1px solid #e1ddd8; |
| 48 background-image: url(background-main.png); | 43 background-image: url(background-main.png); |
| 49 } | 44 } |
| 50 | 45 |
| 51 #logo | 46 #logo |
| 52 { | 47 { |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 | 368 |
| 374 .checkbox[aria-checked="false"]:hover | 369 .checkbox[aria-checked="false"]:hover |
| 375 { | 370 { |
| 376 background-position: -34px -49px; | 371 background-position: -34px -49px; |
| 377 } | 372 } |
| 378 | 373 |
| 379 label | 374 label |
| 380 { | 375 { |
| 381 vertical-align: middle; | 376 vertical-align: middle; |
| 382 } | 377 } |
| OLD | NEW |