OLD | NEW |
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 box-pack: center; | 79 box-pack: center; |
80 } | 80 } |
81 | 81 |
82 header h1 | 82 header h1 |
83 { | 83 { |
84 font-size: 40px; | 84 font-size: 40px; |
85 font-weight: normal; | 85 font-weight: normal; |
86 margin: 0; | 86 margin: 0; |
87 } | 87 } |
88 | 88 |
| 89 #legacySafariWarning, |
89 #dataCorruptionWarning | 90 #dataCorruptionWarning |
90 { | 91 { |
91 font-size: 200%; | 92 font-size: 200%; |
92 line-height: 140%; | 93 line-height: 140%; |
93 margin: 20px; | 94 margin: 20px; |
94 padding: 20px; | 95 padding: 20px; |
95 border: 3px solid red; | 96 border: 3px solid red; |
96 border-radius: 10px; | 97 border-radius: 10px; |
97 } | 98 } |
98 | 99 |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 } | 529 } |
529 } | 530 } |
530 | 531 |
531 @media (max-height: 700px) | 532 @media (max-height: 700px) |
532 { | 533 { |
533 body | 534 body |
534 { | 535 { |
535 font-size: 16px; | 536 font-size: 16px; |
536 } | 537 } |
537 } | 538 } |
OLD | NEW |