OLD | NEW |
1 #content h1, #content h2 | 1 #content h1, #content h2 |
2 { | 2 { |
3 font-size: 16px; | 3 font-size: 16px; |
4 } | 4 } |
5 | 5 |
6 #content .sprite | 6 #content .sprite |
7 { | 7 { |
8 background-image: url(../img/sprite-index.png); | 8 background-image: url(../img/sprite-index.png); |
9 } | 9 } |
10 | 10 |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 display: none; | 160 display: none; |
161 font-weight: normal; | 161 font-weight: normal; |
162 } | 162 } |
163 | 163 |
164 html[dir="rtl"] #summary li .sprite | 164 html[dir="rtl"] #summary li .sprite |
165 { | 165 { |
166 margin-right: -17px; | 166 margin-right: -17px; |
167 margin-left: 0px; | 167 margin-left: 0px; |
168 } | 168 } |
169 | 169 |
170 #content h3.edge-message, | |
171 #content h3.edge-message a | |
172 { | |
173 color: #2d79c0; | |
174 font-size: 20px; | |
175 } | |
176 | |
177 #terms-message, | 170 #terms-message, |
178 #terms-message a | 171 #terms-message a |
179 { | 172 { |
180 font-size: 12px; | 173 font-size: 12px; |
181 } | 174 } |
182 | 175 |
183 /* This cannot be just .install-button because a:link will have a higher | 176 /* This cannot be just .install-button because a:link will have a higher |
184 specificity otherwise (overrides text color) */ | 177 specificity otherwise (overrides text color) */ |
185 #install .install-button | 178 #install .install-button |
186 { | 179 { |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 background: -o-linear-gradient(bottom, #62c52b, #4f9d22); | 297 background: -o-linear-gradient(bottom, #62c52b, #4f9d22); |
305 background: linear-gradient(bottom, #62c52b, #4f9d22); | 298 background: linear-gradient(bottom, #62c52b, #4f9d22); |
306 box-shadow: 0px 0px 7px #486c15; | 299 box-shadow: 0px 0px 7px #486c15; |
307 } | 300 } |
308 | 301 |
309 #content.firefox #install-firefox, #content.chrome #install-chrome, | 302 #content.firefox #install-firefox, #content.chrome #install-chrome, |
310 #content.opera #install-opera, #content.android #install-android, | 303 #content.opera #install-opera, #content.android #install-android, |
311 #content.internet-explorer #install-internet-explorer, | 304 #content.internet-explorer #install-internet-explorer, |
312 #content.safari #install-safari, | 305 #content.safari #install-safari, |
313 #content.yandex-browser #install-yandex-browser, | 306 #content.yandex-browser #install-yandex-browser, |
314 #content.edge.edge-supported #install-edge | 307 #content.edge #install-edge |
315 { | 308 { |
316 display: inline-block; | 309 display: inline-block; |
317 } | 310 } |
318 | 311 |
319 #other-platform ul | 312 #other-platform ul |
320 { | 313 { |
321 list-style: none; | 314 list-style: none; |
322 display: inline-block; | 315 display: inline-block; |
323 margin: 0px; | 316 margin: 0px; |
324 padding: 0; | 317 padding: 0; |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 } | 437 } |
445 | 438 |
446 #content h3.subscribe-header | 439 #content h3.subscribe-header |
447 { | 440 { |
448 font-size: 18px; | 441 font-size: 18px; |
449 margin-bottom: 0px; | 442 margin-bottom: 0px; |
450 } | 443 } |
451 | 444 |
452 #other-platform > div, | 445 #other-platform > div, |
453 #content.edge #video, | 446 #content.edge #video, |
454 #edge-teaser, | 447 #edge-teaser |
455 h3.edge-message, | |
456 #content.edge.edge-supported h3.edge-message, | |
457 #content.edge.edge-supported #other-platform > div, | |
458 #content.edge #terms-message | |
459 { | 448 { |
460 display: none; | 449 display: none; |
461 } | 450 } |
462 | 451 |
463 #content.edge #other-platform > div, | |
464 #content.edge h3.edge-message, | |
465 #content.edge.edge-supported #terms-message | |
466 { | |
467 display: block; | |
468 } | |
469 | |
470 .warning-platform, | 452 .warning-platform, |
471 .disclaimer, | 453 .disclaimer, |
472 #maxthon-notification | 454 #maxthon-notification |
473 { | 455 { |
474 display: none; | 456 display: none; |
475 color: #D00; | 457 color: #D00; |
476 text-align: center; | 458 text-align: center; |
477 border: 1px solid #D00; | 459 border: 1px solid #D00; |
478 padding: 5px; | 460 padding: 5px; |
479 border-radius: 5px; | 461 border-radius: 5px; |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 line-height: 1.4; | 697 line-height: 1.4; |
716 color: #000; | 698 color: #000; |
717 background-color: #fff; | 699 background-color: #fff; |
718 border: 2px solid #a1a1a1; | 700 border: 2px solid #a1a1a1; |
719 } | 701 } |
720 | 702 |
721 #ready-for-windows-notice | 703 #ready-for-windows-notice |
722 { | 704 { |
723 margin-bottom: 30px; | 705 margin-bottom: 30px; |
724 } | 706 } |
OLD | NEW |