Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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, edge-teaser | 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 } | |
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 } | 97 } |
119 | 98 |
120 #summary h1, #summary h2 | 99 #summary h1, #summary h2 |
121 { | 100 { |
122 font-weight: normal; | 101 font-weight: normal; |
123 margin: 0; | 102 margin: 0; |
124 } | 103 } |
125 | 104 |
126 #summary h1 | 105 #summary h1 |
127 { | 106 { |
128 font-size: 60px; | 107 font-size: 60px; |
129 line-height: 50px; | 108 line-height: 50px; |
130 margin-bottom: 8px; | 109 margin-bottom: 8px; |
131 } | 110 } |
132 | 111 |
133 #summary h2 | 112 #summary h2 |
134 { | 113 { |
135 font-size: 22px; | 114 font-size: 22px; |
136 color: #d50215; | 115 color: #d50215; |
137 } | 116 } |
138 | 117 |
139 #summary ul | 118 #summary ul |
140 { | 119 { |
141 list-style-type: none; | 120 list-style-type: none; |
142 margin: 10px 0px 27px 0px; | 121 margin: 10px 0px 27px 0px; |
143 padding-left: 40px; | 122 padding-left: 40px; |
144 padding-right: 0px; | 123 padding-right: 0px; |
145 color: #333333; | 124 color: #333333; |
146 } | |
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 } | 125 } |
152 | 126 |
153 html[dir="rtl"] #summary ul | 127 html[dir="rtl"] #summary ul |
154 { | 128 { |
155 padding-right: 40px; | 129 padding-right: 40px; |
156 padding-left: 0px; | 130 padding-left: 0px; |
157 } | 131 } |
158 | 132 |
159 #summary li | 133 #summary li |
160 { | 134 { |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
446 #platform-edge | 420 #platform-edge |
447 { | 421 { |
448 background-position: -68px -171px; | 422 background-position: -68px -171px; |
449 } | 423 } |
450 | 424 |
451 #content.edge #platform-edge | 425 #content.edge #platform-edge |
452 { | 426 { |
453 background-position: -68px -151px; | 427 background-position: -68px -151px; |
454 } | 428 } |
455 | 429 |
430 #content h3.subscribe-header | |
431 { | |
432 font-size: 18px; | |
433 margin-bottom: 0px; | |
434 } | |
435 | |
436 #edge-subscription h3 | |
437 { | |
438 margin: 19px 0px 10px 0px; | |
439 color: #2d79c0; | |
440 font-weight: bold; | |
441 font-family: Arial; | |
442 font-size: 14px; | |
443 } | |
444 | |
445 #edge-subscription | |
446 { | |
447 margin: 0px 0px 10px 40px; | |
448 } | |
449 | |
450 html[dir="rtl"] #edge-subscription | |
451 { | |
452 margin: 0px 40px 10px 0px; | |
453 } | |
454 | |
455 #edge-subscription input[type=email] | |
456 { | |
457 border: solid 2px #a5a5a5; | |
458 padding: 0px 10px; | |
459 font-size: 14px; | |
460 font-family: Arial; | |
461 line-height: 36px; | |
462 height: 36px; /* IE 8 */ | |
463 } | |
464 | |
465 #edge-subscription input[type=email].placeholder | |
466 { | |
467 color: #a5a5a5; | |
468 } | |
469 | |
470 #edge-subscription button[type=submit] | |
471 { | |
472 border: solid 1px #357ebd; | |
473 border-radius: 3px; | |
474 background-color: #428bca; | |
475 color: #ffffff; | |
476 font-size: 14px; | |
477 font-weight: bold; | |
478 width: 146px; | |
479 height: 40px; | |
480 } | |
481 | |
482 | |
483 #edge-subscription form > span, #edge-subscription form.success input, | |
484 #edge-subscription form.success button, #other-browsers, #content.edge #video, | |
485 #edge-subscription, #edge-teaser | |
486 { | |
487 display: none; | |
488 } | |
489 | |
490 #edge-subscription form .invalid-label | |
491 { | |
492 margin-top: 15px; | |
493 } | |
494 | |
495 #edge-subscription form.success .sucess-label, | |
496 #edge-subscription form.invalid .invalid-label, | |
497 #edge-subscription form.error .response-error, | |
498 #content.edge #edge-subscription | |
499 { | |
500 display: block; | |
501 } | |
502 | |
456 .warning-platform, | 503 .warning-platform, |
457 .disclaimer, | 504 .disclaimer, |
458 #maxthon-notification | 505 #maxthon-notification |
459 { | 506 { |
460 display: none; | 507 display: none; |
461 color: #D00; | 508 color: #D00; |
462 text-align: center; | 509 text-align: center; |
463 border: 1px solid #D00; | 510 border: 1px solid #D00; |
464 padding: 5px; | 511 padding: 5px; |
465 border-radius: 5px; | 512 border-radius: 5px; |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
655 #more-container.chrome #more-chrome, | 702 #more-container.chrome #more-chrome, |
656 #more-container.opera #more-opera, | 703 #more-container.opera #more-opera, |
657 #more-container.android #more-android, | 704 #more-container.android #more-android, |
658 #more-container.internet-explorer #more-internet-explorer, | 705 #more-container.internet-explorer #more-internet-explorer, |
659 #more-container.safari #more-safari, | 706 #more-container.safari #more-safari, |
660 #more-container.yandex-browser #more-yandex-browser, | 707 #more-container.yandex-browser #more-yandex-browser, |
661 #more-container.maxthon #more-maxthon | 708 #more-container.maxthon #more-maxthon |
662 #more-container.edge #more-edge | 709 #more-container.edge #more-edge |
663 { | 710 { |
664 background-color: #dbd4c7; | 711 background-color: #dbd4c7; |
665 } | 712 } |
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 } | |
LEFT | RIGHT |