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-2015 Eyeo GmbH | 3 * Copyright (C) 2006-2015 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 font-weight: normal; | 132 font-weight: normal; |
133 text-align: center; | 133 text-align: center; |
134 margin: 0; | 134 margin: 0; |
135 padding: 0; | 135 padding: 0; |
136 } | 136 } |
137 | 137 |
138 section | 138 section |
139 { | 139 { |
140 margin: 0 auto; | 140 margin: 0 auto; |
141 margin-bottom: 30px; | 141 margin-bottom: 30px; |
142 max-width: 760px; | 142 max-width: 960px; |
143 background-image: url(background.png); | 143 background-image: url(background.png); |
144 padding: 40px 100px; | 144 padding: 40px 100px; |
145 } | 145 } |
146 | 146 |
| 147 #general |
| 148 { |
| 149 padding: 40px 0px; |
| 150 display: table; |
| 151 } |
| 152 |
| 153 #general > div |
| 154 { |
| 155 display: table-cell; |
| 156 width: 50%; |
| 157 vertical-align: top; |
| 158 padding: 0px 50px; |
| 159 } |
| 160 |
| 161 #general > div:not(:first-child) |
| 162 { |
| 163 border-left: dashed 1px #969085; |
| 164 } |
| 165 |
| 166 html[dir="rtl"] #general > div:not(:first-child) |
| 167 { |
| 168 border-left: none; |
| 169 border-right: dashed 1px #969085; |
| 170 } |
| 171 |
| 172 #acceptable-ads-block h2 |
| 173 { |
| 174 margin-bottom: 34px; |
| 175 } |
| 176 |
| 177 #abb-promotion-block:lang(fr) |
| 178 { |
| 179 display: none; |
| 180 } |
| 181 |
| 182 #abb-promotion-block h2 |
| 183 { |
| 184 color: #7795b6; |
| 185 margin-bottom: 40px; |
| 186 } |
| 187 |
| 188 #abb-promotion-block a |
| 189 { |
| 190 border: solid 1px #446a96; |
| 191 border-radius: 5px; |
| 192 display: table; |
| 193 padding: 6px 16px; |
| 194 background: -webkit-linear-gradient(top, #294e76, #6b92be); |
| 195 background: linear-gradient(to top, #294e76, #6b92be); |
| 196 text-decoration: none; |
| 197 width: 100%; |
| 198 -webkit-box-sizing: border-box; |
| 199 -moz-box-sizing: border-box; |
| 200 box-sizing: border-box; |
| 201 } |
| 202 |
| 203 #abb-promotion-block a > div |
| 204 { |
| 205 display: table-cell; |
| 206 vertical-align: middle; |
| 207 padding: 6px; |
| 208 } |
| 209 |
| 210 #abb-promotion-block a > div:first-child |
| 211 { |
| 212 width: 1px; |
| 213 } |
| 214 |
| 215 #abb-promotion-block .title |
| 216 { |
| 217 font-size: 21px; |
| 218 color: #ffffff; |
| 219 font-weight: bold; |
| 220 } |
| 221 |
| 222 #abb-promotion-block .subtitle |
| 223 { |
| 224 font-size: 12px; |
| 225 color: #9ab7d6; |
| 226 } |
| 227 |
| 228 #abb-promotion-block a:hover |
| 229 { |
| 230 box-shadow: 0px 0px 5px #5D5D5D; |
| 231 } |
| 232 |
| 233 #abb-promotion-block a:active |
| 234 { |
| 235 box-shadow: 0px 0px 5px 1px #5D5D5D; |
| 236 } |
| 237 |
| 238 @media (max-width: 960px) |
| 239 { |
| 240 #general |
| 241 { |
| 242 display: block; |
| 243 } |
| 244 |
| 245 #general > div:not(:first-child), |
| 246 html[dir="rtl"] #general > div:not(:first-child) |
| 247 { |
| 248 border: none; |
| 249 } |
| 250 |
| 251 #general > div:not(:first-child) |
| 252 { |
| 253 border-top: dashed 1px #969085; |
| 254 } |
| 255 |
| 256 #general > div |
| 257 { |
| 258 display: block; |
| 259 width: auto; |
| 260 padding: 10px 0px; |
| 261 margin: 0px 50px; |
| 262 } |
| 263 } |
| 264 |
147 section > p | 265 section > p |
148 { | 266 { |
149 margin: 15px 0 0 0; | 267 margin: 15px 0 0 0; |
150 } | 268 } |
151 | 269 |
152 #logo | 270 #logo |
153 { | 271 { |
154 margin: 0 auto; | 272 margin: 0 auto; |
155 height: 128px; | 273 height: 128px; |
156 width: 128px; | 274 width: 128px; |
157 display: block; | 275 display: block; |
158 } | 276 } |
159 | 277 |
160 #can-do-more | 278 #can-do-more |
161 { | 279 { |
162 max-width: 960px; | |
163 padding: 40px 0px 0px 0px; | 280 padding: 40px 0px 0px 0px; |
164 border-bottom: 4px solid #968D81; | 281 border-bottom: 4px solid #968D81; |
165 } | 282 } |
166 | 283 |
167 #can-do-more > h2 | 284 #can-do-more > h2 |
168 { | 285 { |
169 margin: 0 100px; | 286 margin: 0 100px; |
170 } | 287 } |
171 | 288 |
172 .feature-malware-image | 289 .feature-malware-image |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 background-image: url(donate.png); | 709 background-image: url(donate.png); |
593 background-repeat: repeat-x; | 710 background-repeat: repeat-x; |
594 } | 711 } |
595 | 712 |
596 footer | 713 footer |
597 { | 714 { |
598 margin: 0 auto 30px; | 715 margin: 0 auto 30px; |
599 max-width: 960px; | 716 max-width: 960px; |
600 text-align: center; | 717 text-align: center; |
601 } | 718 } |
OLD | NEW |