| OLD | NEW | 
|     1 /* |     1 /* | 
|     2  * This file is part of Adblock Plus <https://adblockplus.org/>, |     2  * This file is part of Adblock Plus <https://adblockplus.org/>, | 
|     3  * Copyright (C) 2006-present eyeo GmbH |     3  * Copyright (C) 2006-present 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   615  |   615  | 
|   616 section.cols > *:last-child |   616 section.cols > *:last-child | 
|   617 { |   617 { | 
|   618   flex: 3; |   618   flex: 3; | 
|   619 } |   619 } | 
|   620  |   620  | 
|   621 /* |   621 /* | 
|   622   Acceptable ads |   622   Acceptable ads | 
|   623  */ |   623  */ | 
|   624  |   624  | 
|   625 #acceptable-ads |   625 #acceptable-ads ul | 
|   626 { |   626 { | 
|   627   background-color: #F3F3F3; |   627   position: relative; | 
 |   628   padding-left: 2rem; | 
 |   629   list-style: none; | 
|   628 } |   630 } | 
|   629  |   631  | 
|   630 #acceptable-ads > div |   632 html[dir="rtl"] #acceptable-ads ul | 
|   631 { |   633 { | 
|   632   position: relative; |   634   padding-left: 0rem; | 
|   633   padding: 1.5rem; |   635   padding-right: 2rem; | 
|   634   padding-left: 3.3rem; |  | 
|   635   padding-right: 0.9rem; |  | 
|   636   border: 1px solid #CDCDCD; |  | 
|   637   border-width: 0px 1px 1px 1px; |  | 
|   638 } |   636 } | 
|   639  |   637  | 
|   640 #acceptable-ads > div:first-of-type |   638 #acceptable-ads button | 
|   641 { |   639 { | 
|   642   border-top: 1px solid #CDCDCD; |   640   position: absolute; | 
 |   641   margin-top: 0.3rem; | 
 |   642   left: 0rem; | 
|   643 } |   643 } | 
|   644  |   644  | 
|   645 #acceptable-ads > div > p:last-of-type |   645 html[dir="rtl"] button | 
|   646 { |   646 { | 
|   647   margin-bottom: 0rem;  |   647   left: auto; | 
 |   648   right: 0rem; | 
|   648 } |   649 } | 
|   649  |   650  | 
|   650 #acceptable-ads > div input |   651 #acceptable-ads label | 
|   651 { |  | 
|   652   position: absolute; |  | 
|   653   left: 0rem; |  | 
|   654   margin: 0.25rem 0.9rem; |  | 
|   655   width: 1.3rem; |  | 
|   656   height: 1.3rem; |  | 
|   657 } |  | 
|   658  |  | 
|   659 #acceptable-ads > div label |  | 
|   660 { |   652 { | 
|   661   font-weight: 700; |   653   font-weight: 700; | 
|   662   font-size: 1.375rem; |   654   font-size: 1.375rem; | 
|   663 } |   655 } | 
|   664  |   656  | 
|   665 #dnt |   657 #dnt | 
|   666 { |   658 { | 
|   667   padding: 0.8rem; |   659   padding: 0.8rem; | 
|   668   border: 1px solid #099CD0; |   660   border: 1px solid #099CD0; | 
|   669 } |   661 } | 
|   670  |   662  | 
 |   663 .new | 
 |   664 { | 
 |   665   display: inline-block; | 
 |   666   margin: 0rem 0.5rem; | 
 |   667   padding: 0.3rem 0.6rem; | 
 |   668   border-radius: 0.2rem; | 
 |   669   background-color: #099CD0; | 
 |   670   color: #FFF; | 
 |   671   line-height: 100%; | 
 |   672   font-size: 1rem; | 
 |   673   text-transform: uppercase; | 
 |   674 } | 
 |   675  | 
|   671 /* |   676 /* | 
|   672   Tables |   677   Tables | 
|   673  */ |   678  */ | 
|   674  |   679  | 
|   675 ul.table, |   680 ul.table, | 
|   676 ul.list |   681 ul.list | 
|   677 { |   682 { | 
|   678   list-style: none; |   683   list-style: none; | 
|   679   margin: 0rem; |   684   margin: 0rem; | 
|   680   padding: 0rem; |   685   padding: 0rem; | 
| (...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1453  |  1458  | 
|  1454 #hide-notification::after |  1459 #hide-notification::after | 
|  1455 { |  1460 { | 
|  1456   background-color: #099DD1; |  1461   background-color: #099DD1; | 
|  1457 } |  1462 } | 
|  1458  |  1463  | 
|  1459 #hide-notification:hover::after |  1464 #hide-notification:hover::after | 
|  1460 { |  1465 { | 
|  1461   background-color: #5CBCE1; |  1466   background-color: #5CBCE1; | 
|  1462 } |  1467 } | 
| OLD | NEW |