Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 /* | 1 /* |
2 * This file is part of Adblock Plus <http://adblockplus.org/>, | 2 * This file is part of Adblock Plus <http://adblockplus.org/>, |
3 * Copyright (C) 2006-2013 Eyeo GmbH | 3 * Copyright (C) 2006-2013 Eyeo GmbH |
4 * | 4 * |
5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
8 * | 8 * |
9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
299 bottom: 0; | 299 bottom: 0; |
300 left: 0; | 300 left: 0; |
301 right: 0; | 301 right: 0; |
302 padding: 70px 0 0; | 302 padding: 70px 0 0; |
303 text-align: center; | 303 text-align: center; |
304 background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 2 55, 1) 50px); | 304 background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 2 55, 1) 50px); |
305 background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50px); | 305 background: -moz-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50px); |
306 background: -o-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1 ) 50px); | 306 background: -o-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1 ) 50px); |
307 background: -ms-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50px); | 307 background: -ms-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50px); |
308 background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 5 0px); | 308 background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 5 0px); |
309 z-index: 1; | |
Wladimir Palant
2013/07/08 09:37:29
Are we supporting IE6 now? In all other browsers t
Thomas Greiner
2013/07/08 10:30:19
Done.
| |
310 } | 309 } |
311 | 310 |
312 footer h1 | 311 footer h1 |
313 { | 312 { |
314 margin: 0; | 313 margin: 0; |
315 font-size: 18px; | 314 font-size: 18px; |
316 color: #666; | 315 color: #666; |
317 position: fixed; | 316 position: fixed; |
318 bottom: 70px; | 317 bottom: 70px; |
319 left: 0; | 318 left: 0; |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
461 cursor: wait; | 460 cursor: wait; |
462 } | 461 } |
463 | 462 |
464 .toggle-on, .toggle-off | 463 .toggle-on, .toggle-off |
465 { | 464 { |
466 min-width: 42px; | 465 min-width: 42px; |
467 height: 100%; | 466 height: 100%; |
468 font-size: 11px; | 467 font-size: 11px; |
469 font-weight: 500; | 468 font-weight: 500; |
470 text-align: center; | 469 text-align: center; |
471 line-height: 22px; | 470 line-height: 25px; |
472 } | 471 } |
473 | 472 |
474 .toggle-on | 473 .toggle-on |
475 { | 474 { |
476 padding: 0px 30px 0px 10px; | 475 padding: 0px 30px 0px 10px; |
477 color: rgba(255,255,255, 0.8); | 476 color: rgba(255,255,255, 0.8); |
478 text-shadow: 1px 1px rgba(0,0,0,0.2); | 477 text-shadow: 1px 1px rgba(0,0,0,0.2); |
479 box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2); | 478 box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2); |
480 background: rgb(69,163,31); | 479 background: rgb(69,163,31); |
481 } | 480 } |
(...skipping 15 matching lines...) Expand all Loading... | |
497 top: 0px; | 496 top: 0px; |
498 right: 0px; | 497 right: 0px; |
499 height: 100%; | 498 height: 100%; |
500 width: 22px; | 499 width: 22px; |
501 border-radius: 50px; | 500 border-radius: 50px; |
502 box-shadow: 1px 1px 2px #888; | 501 box-shadow: 1px 1px 2px #888; |
503 background: #cfcfcf; | 502 background: #cfcfcf; |
504 background: -moz-linear-gradient(bottom, #cfcfcf 0%, #f5f5f5 100%); | 503 background: -moz-linear-gradient(bottom, #cfcfcf 0%, #f5f5f5 100%); |
505 background: -webkit-linear-gradient(bottom, #cfcfcf 0%,#f5f5f5 100%); | 504 background: -webkit-linear-gradient(bottom, #cfcfcf 0%,#f5f5f5 100%); |
506 background: linear-gradient(to top, #cfcfcf 0%,#f5f5f5 100%); | 505 background: linear-gradient(to top, #cfcfcf 0%,#f5f5f5 100%); |
507 z-index: 1; | |
Wladimir Palant
2013/07/08 09:37:29
Same here, why do we need that?
Thomas Greiner
2013/07/08 10:30:19
Done.
| |
508 } | 506 } |
509 | 507 |
510 .off .toggle-on | 508 .off .toggle-on |
511 { | 509 { |
512 margin-top: -22px; | 510 margin-top: -22px; |
513 } | 511 } |
514 | 512 |
515 .off .toggle-blob | 513 .off .toggle-blob |
516 { | 514 { |
517 left: 0px; | 515 left: 0px; |
(...skipping 17 matching lines...) Expand all Loading... | |
535 } | 533 } |
536 } | 534 } |
537 | 535 |
538 @media (max-height: 700px) | 536 @media (max-height: 700px) |
539 { | 537 { |
540 body | 538 body |
541 { | 539 { |
542 font-size: 16px; | 540 font-size: 16px; |
543 } | 541 } |
544 } | 542 } |
LEFT | RIGHT |