| Left: | ||
| Right: |
| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 62 #content.ua-ios #adblock-browser-notification | 62 #content.ua-ios #adblock-browser-notification |
| 63 { | 63 { |
| 64 display: none; | 64 display: none; |
| 65 } | 65 } |
| 66 | 66 |
| 67 #main, #video | 67 #main, #video |
| 68 { | 68 { |
| 69 display: inline-block; | 69 display: inline-block; |
| 70 } | 70 } |
| 71 | 71 |
| 72 #video, #maxthon-instruction | 72 #video, #maxthon-instruction, edge-teaser |
|
saroyanm
2015/09/22 13:15:45
Should be "#edge-teaser"
| |
| 73 { | 73 { |
| 74 background: #ffffff; | 74 background: #ffffff; |
| 75 padding: 10px; | 75 padding: 10px; |
| 76 border: 1px solid #c9c9c9; | 76 border: 1px solid #c9c9c9; |
| 77 box-shadow: 1px 1px 0 0 #dbdbdb; | 77 box-shadow: 1px 1px 0 0 #dbdbdb; |
| 78 } | 78 } |
| 79 | 79 |
| 80 #maxthon-instruction, | 80 #maxthon-instruction, |
| 81 html[lang^="zh_"] #content.maxthon #video, | 81 html[lang^="zh_"] #content.maxthon #video, |
| 82 #content.maxthon #feature-free, | 82 #content.maxthon #feature-free, |
| 83 #feature-maxthon | 83 #feature-maxthon |
| 84 { | 84 { |
| 85 display: none; | 85 display: none; |
| 86 } | 86 } |
| 87 | 87 |
| 88 html[lang^="zh_"] #content.maxthon #maxthon-instruction | 88 html[lang^="zh_"] #content.maxthon #maxthon-instruction |
| 89 { | 89 { |
| 90 display: inline-block; | 90 display: inline-block; |
| 91 padding: 0px; | 91 padding: 0px; |
| 92 } | 92 } |
| 93 | 93 |
| 94 #content.maxthon #feature-maxthon | 94 #content.maxthon #feature-maxthon |
| 95 { | 95 { |
| 96 display: inline-block; | 96 display: inline-block; |
| 97 } | 97 } |
| 98 | 98 |
| 99 #feature-edge, #edge-teaser | |
|
saroyanm
2015/09/22 13:15:46
This rule and " #content.edge #video" can be merge
| |
| 100 { | |
| 101 display: none; | |
| 102 } | |
| 103 | |
| 104 #edge-teaser | |
|
saroyanm
2015/09/22 13:15:46
This block is redundant while the image itself is
| |
| 105 { | |
| 106 width: 540; | |
| 107 height: 305; | |
| 108 } | |
| 109 | |
| 110 #content.edge #video | |
| 111 { | |
| 112 display: none; | |
| 113 } | |
| 114 | |
| 115 #content.edge #feature-edge | |
| 116 { | |
| 117 display: block; | |
| 118 } | |
| 119 | |
| 99 #summary h1, #summary h2 | 120 #summary h1, #summary h2 |
| 100 { | 121 { |
| 101 font-weight: normal; | 122 font-weight: normal; |
| 102 margin: 0; | 123 margin: 0; |
| 103 } | 124 } |
| 104 | 125 |
| 105 #summary h1 | 126 #summary h1 |
| 106 { | 127 { |
| 107 font-size: 60px; | 128 font-size: 60px; |
| 108 line-height: 50px; | 129 line-height: 50px; |
| 109 margin-bottom: 8px; | 130 margin-bottom: 8px; |
| 110 } | 131 } |
| 111 | 132 |
| 112 #summary h2 | 133 #summary h2 |
| 113 { | 134 { |
| 114 font-size: 22px; | 135 font-size: 22px; |
| 115 color: #d50215; | 136 color: #d50215; |
| 116 } | 137 } |
| 117 | 138 |
| 118 #summary ul | 139 #summary ul |
| 119 { | 140 { |
| 120 list-style-type: none; | 141 list-style-type: none; |
| 121 margin: 10px 0px 27px 0px; | 142 margin: 10px 0px 27px 0px; |
| 122 padding-left: 40px; | 143 padding-left: 40px; |
| 123 padding-right: 0px; | 144 padding-right: 0px; |
| 124 color: #333333; | 145 color: #333333; |
| 125 } | 146 } |
| 126 | 147 |
| 148 #content.edge #summary ul | |
|
saroyanm
2015/09/22 13:15:46
I assume after you will move subscription block ou
| |
| 149 { | |
| 150 margin: 10px 0px 18px 0px; | |
| 151 } | |
| 152 | |
| 127 html[dir="rtl"] #summary ul | 153 html[dir="rtl"] #summary ul |
| 128 { | 154 { |
| 129 padding-right: 40px; | 155 padding-right: 40px; |
| 130 padding-left: 0px; | 156 padding-left: 0px; |
| 131 } | 157 } |
| 132 | 158 |
| 133 #summary li | 159 #summary li |
| 134 { | 160 { |
| 135 margin-bottom: 5px; | 161 margin-bottom: 5px; |
| 136 line-height: 24px; | 162 line-height: 24px; |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 410 #platform-maxthon | 436 #platform-maxthon |
| 411 { | 437 { |
| 412 background-position: -128px -130px; | 438 background-position: -128px -130px; |
| 413 } | 439 } |
| 414 | 440 |
| 415 #content.maxthon #platform-maxthon | 441 #content.maxthon #platform-maxthon |
| 416 { | 442 { |
| 417 background-position: -128px -109px; | 443 background-position: -128px -109px; |
| 418 } | 444 } |
| 419 | 445 |
| 446 #platform-edge | |
| 447 { | |
| 448 background-position: -68px -171px; | |
| 449 } | |
| 450 | |
| 451 #content.edge #platform-edge | |
| 452 { | |
| 453 background-position: -68px -151px; | |
| 454 } | |
| 455 | |
| 420 .warning-platform, | 456 .warning-platform, |
| 421 .disclaimer, | 457 .disclaimer, |
| 422 #maxthon-notification | 458 #maxthon-notification |
| 423 { | 459 { |
| 424 display: none; | 460 display: none; |
| 425 color: #D00; | 461 color: #D00; |
| 426 text-align: center; | 462 text-align: center; |
| 427 border: 1px solid #D00; | 463 border: 1px solid #D00; |
| 428 padding: 5px; | 464 padding: 5px; |
| 429 border-radius: 5px; | 465 border-radius: 5px; |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 602 display: none; | 638 display: none; |
| 603 } | 639 } |
| 604 | 640 |
| 605 #more-container.firefox #tab-firefox, | 641 #more-container.firefox #tab-firefox, |
| 606 #more-container.chrome #tab-chrome, | 642 #more-container.chrome #tab-chrome, |
| 607 #more-container.opera #tab-opera, | 643 #more-container.opera #tab-opera, |
| 608 #more-container.android #tab-android, | 644 #more-container.android #tab-android, |
| 609 #more-container.internet-explorer #tab-internet-explorer, | 645 #more-container.internet-explorer #tab-internet-explorer, |
| 610 #more-container.safari #tab-safari, | 646 #more-container.safari #tab-safari, |
| 611 #more-container.yandex-browser #tab-yandex-browser, | 647 #more-container.yandex-browser #tab-yandex-browser, |
| 612 #more-container.maxthon #tab-maxthon | 648 #more-container.maxthon #tab-maxthon, |
| 649 #more-container.edge #tab-edge | |
| 613 { | 650 { |
| 614 display: inline-block; | 651 display: inline-block; |
| 615 } | 652 } |
| 616 | 653 |
| 617 #more-container.firefox #more-firefox, | 654 #more-container.firefox #more-firefox, |
| 618 #more-container.chrome #more-chrome, | 655 #more-container.chrome #more-chrome, |
| 619 #more-container.opera #more-opera, | 656 #more-container.opera #more-opera, |
| 620 #more-container.android #more-android, | 657 #more-container.android #more-android, |
| 621 #more-container.internet-explorer #more-internet-explorer, | 658 #more-container.internet-explorer #more-internet-explorer, |
| 622 #more-container.safari #more-safari, | 659 #more-container.safari #more-safari, |
| 623 #more-container.yandex-browser #more-yandex-browser, | 660 #more-container.yandex-browser #more-yandex-browser, |
| 624 #more-container.maxthon #more-maxthon | 661 #more-container.maxthon #more-maxthon |
| 662 #more-container.edge #more-edge | |
| 625 { | 663 { |
| 626 background-color: #dbd4c7; | 664 background-color: #dbd4c7; |
| 627 } | 665 } |
| 666 #content h3.subscribe-header | |
| 667 { | |
| 668 font-size: 18px; | |
| 669 margin-bottom: 0px; | |
| 670 } | |
| 671 | |
| 672 .subscribe-description | |
| 673 { | |
| 674 margin: 19px 0px 10px 0px; | |
| 675 color: #2d79c0; | |
| 676 font-weight: bold; | |
| 677 font-family: Arial; | |
| 678 font-size: 14px; | |
| 679 } | |
| 680 | |
| 681 #other-browsers | |
| 682 { | |
| 683 display: none; | |
| 684 } | |
| 685 | |
| 686 #subscribe-textbox | |
| 687 { | |
| 688 border: solid 2px #a5a5a5; | |
| 689 margin-right: 0px; | |
| 690 padding-left: 10px; | |
| 691 padding-right: 10px; | |
| 692 font-size: 14px; | |
| 693 font-family: Arial; | |
| 694 line-height: 36px; | |
| 695 height: 36px; /* IE 8 */ | |
|
saroyanm
2015/09/22 13:15:46
This should be redundant if we don't expect IE8 us
Oleksandr
2015/09/23 00:37:57
We still support IE8. It's the oldest IE we suppor
saroyanm
2015/09/23 12:44:20
Ahh fare enough, don't know why I thought we would
| |
| 696 } | |
| 697 | |
| 698 #subscribe-textbox.placeholder | |
| 699 { | |
| 700 color: #a5a5a5; | |
| 701 } | |
| 702 | |
| 703 #subscribe-button | |
| 704 { | |
| 705 border: solid 1px #357EBD; | |
| 706 border-radius: 3px; | |
| 707 background-color: #428BCA; | |
| 708 color: #FFFFFF; | |
| 709 font-size: 14px; | |
| 710 font-weight: bold; | |
| 711 min-width: 146px; | |
| 712 height: 40px; | |
| 713 margin-left: 0px; | |
| 714 } | |
| 715 | |
| 716 #subscribe-button span | |
| 717 { | |
| 718 padding-left: 30px; | |
| 719 padding-right: 30px; | |
| 720 } | |
| 721 | |
| 722 #subscribe-form .sucess-label, #response-error, | |
| 723 #subscribe-form .invalid-label, #subscribe-form.success input, | |
| 724 #subscribe-form.success button | |
| 725 { | |
| 726 display: none; | |
| 727 } | |
| 728 | |
| 729 #subscribe-form .invalid-label | |
| 730 { | |
| 731 margin-top: 15px; | |
| 732 } | |
| 733 | |
| 734 #subscribe-form.success .sucess-label, | |
| 735 #subscribe-form.invalid .invalid-label, | |
| 736 #subscribe-form.error #response-error | |
| 737 { | |
| 738 display: block; | |
| 739 } | |
| OLD | NEW |