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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 border: solid 1px #357ebd; | 462 border: solid 1px #357ebd; |
463 border-radius: 3px; | 463 border-radius: 3px; |
464 background-color: #428bca; | 464 background-color: #428bca; |
465 color: #ffffff; | 465 color: #ffffff; |
466 font-size: 14px; | 466 font-size: 14px; |
467 font-weight: bold; | 467 font-weight: bold; |
468 width: 146px; | 468 width: 146px; |
469 height: 40px; | 469 height: 40px; |
470 } | 470 } |
471 | 471 |
| 472 .sucess-label |
| 473 { |
| 474 color: #699926; |
| 475 } |
472 | 476 |
473 #edge-subscription form > span, #edge-subscription form.success input, | 477 .invalid-label, .response-error |
474 #edge-subscription form.success button, #other-platform > div, | 478 { |
475 #content.edge #video, #edge-subscription, #edge-teaser | 479 color: #d50215; |
| 480 } |
| 481 |
| 482 #edge-subscription .messages > *, |
| 483 #edge-subscription form.success > .subscription-fields, |
| 484 #edge-subscription form.invalid > .subscription-fields, |
| 485 #edge-subscription form.error > .subscription-fields, |
| 486 #other-platform > div, #content.edge #video, #edge-subscription, #edge-teaser |
476 { | 487 { |
477 display: none; | 488 display: none; |
478 } | 489 } |
479 | 490 |
480 #edge-subscription form .invalid-label | 491 #edge-subscription form .invalid-label |
481 { | 492 { |
482 margin-top: 15px; | 493 margin-top: 15px; |
483 } | 494 } |
484 | 495 |
485 #edge-subscription form.success .sucess-label, | 496 #edge-subscription form.success .sucess-label, |
486 #edge-subscription form.invalid .invalid-label, | 497 #edge-subscription form.invalid .invalid-label, |
| 498 #edge-subscription form.invalid .reset-form, |
487 #edge-subscription form.error .response-error, | 499 #edge-subscription form.error .response-error, |
| 500 #edge-subscription form.error .reset-form, |
488 #content.edge #edge-subscription, | 501 #content.edge #edge-subscription, |
489 #content.edge #other-platform > div | 502 #content.edge #other-platform > div |
490 { | 503 { |
491 display: block; | 504 display: block; |
492 } | 505 } |
493 | 506 |
494 .warning-platform, | 507 .warning-platform, |
495 .disclaimer, | 508 .disclaimer, |
496 #maxthon-notification | 509 #maxthon-notification |
497 { | 510 { |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 #more-container.opera #more-opera, | 707 #more-container.opera #more-opera, |
695 #more-container.android #more-android, | 708 #more-container.android #more-android, |
696 #more-container.internet-explorer #more-internet-explorer, | 709 #more-container.internet-explorer #more-internet-explorer, |
697 #more-container.safari #more-safari, | 710 #more-container.safari #more-safari, |
698 #more-container.yandex-browser #more-yandex-browser, | 711 #more-container.yandex-browser #more-yandex-browser, |
699 #more-container.maxthon #more-maxthon | 712 #more-container.maxthon #more-maxthon |
700 #more-container.edge #more-edge | 713 #more-container.edge #more-edge |
701 { | 714 { |
702 background-color: #dbd4c7; | 715 background-color: #dbd4c7; |
703 } | 716 } |
OLD | NEW |