LEFT | RIGHT |
1 * | 1 * |
2 { | 2 { |
3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
4 font-size: 16px; | 4 font-size: 16px; |
5 } | 5 } |
6 | 6 |
7 body | 7 body |
8 { | 8 { |
9 background-color: #f8f6f2; | 9 background-color: #f8f6f2; |
10 background-image: url(../img/background.png); | 10 background-image: url(../img/background.png); |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 font-size: 25px; | 289 font-size: 25px; |
290 } | 290 } |
291 | 291 |
292 #content h3 | 292 #content h3 |
293 { | 293 { |
294 font-size: 20px; | 294 font-size: 20px; |
295 } | 295 } |
296 | 296 |
297 #adblock-browser-notification | 297 #adblock-browser-notification |
298 { | 298 { |
299 font-size: 16px; | |
300 text-align: center; | 299 text-align: center; |
301 } | 300 } |
302 | 301 |
303 #adblock-browser-notification a | 302 #adblock-browser-notification a |
304 { | 303 { |
305 font-weight: bold; | 304 font-weight: bold; |
306 } | 305 } |
307 | 306 |
308 #adblock-browser-notification img | 307 #adblock-browser-notification img |
309 { | 308 { |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 | 447 |
449 [dir="ltr"] .alert | 448 [dir="ltr"] .alert |
450 { | 449 { |
451 border-left: 5px solid #d14841; | 450 border-left: 5px solid #d14841; |
452 } | 451 } |
453 | 452 |
454 [dir="rtl"] .alert | 453 [dir="rtl"] .alert |
455 { | 454 { |
456 border-right: 5px solid #d14841; | 455 border-right: 5px solid #d14841; |
457 } | 456 } |
LEFT | RIGHT |