| LEFT | RIGHT |
| 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 } |
| 11 | 11 |
| 12 #clickhide-instructions, | 12 #clickhide-instructions, |
| 13 #clickhide-cancel, | 13 #clickhide-cancel, |
| 14 body.clickhide-active li | 14 body.clickhide-active li |
| 15 { | 15 { |
| 16 display: none; | 16 display: none; |
| 17 } | 17 } |
| 18 | 18 |
| 19 body.clickhide-active #clickhide-instructions, | 19 body.clickhide-active #clickhide-instructions, |
| 20 body.clickhide-active #clickhide-cancel | 20 body.clickhide-active #clickhide-cancel |
| 21 { | 21 { |
| 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 body.local #issueReporter |
| 28 { | 29 { |
| 29 display: none; | 30 display: none; |
| 30 } | 31 } |
| 31 | 32 |
| 32 body.nohtml #clickhide, | 33 body.nohtml #clickhide, |
| 33 body.disabled #clickhide | 34 body.disabled #clickhide |
| 34 { | 35 { |
| 35 display: none; | 36 display: none; |
| 36 } | 37 } |
| 37 | 38 |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 | 374 |
| 374 .checkbox[aria-checked="false"]:hover | 375 .checkbox[aria-checked="false"]:hover |
| 375 { | 376 { |
| 376 background-position: -34px -49px; | 377 background-position: -34px -49px; |
| 377 } | 378 } |
| 378 | 379 |
| 379 label | 380 label |
| 380 { | 381 { |
| 381 vertical-align: middle; | 382 vertical-align: middle; |
| 382 } | 383 } |
| LEFT | RIGHT |