LEFT | RIGHT |
1 #content | 1 #content |
2 { | 2 { |
3 width: 990px; | 3 width: 990px; |
4 margin-bottom: 290px; | 4 margin-bottom: 290px; |
5 padding-left: 0; | 5 padding-left: 0; |
6 padding-right: 0; | 6 padding-right: 0; |
| 7 } |
| 8 |
| 9 #content.ua-android, |
| 10 #content.ua-ios |
| 11 { |
| 12 width: 1000px; |
7 } | 13 } |
8 | 14 |
9 #main | 15 #main |
10 { | 16 { |
11 width: 426px; | 17 width: 426px; |
12 height: 307px; | 18 height: 307px; |
13 position: relative; | 19 position: relative; |
14 float: right; | 20 float: right; |
15 margin-left: 0px; | 21 margin-left: 0px; |
16 margin-right: 3px; | 22 margin-right: 3px; |
(...skipping 26 matching lines...) Expand all Loading... |
43 | 49 |
44 #install .install-button:active | 50 #install .install-button:active |
45 { | 51 { |
46 bottom: 0px; | 52 bottom: 0px; |
47 } | 53 } |
48 | 54 |
49 #install ul | 55 #install ul |
50 { | 56 { |
51 width: 100%; | 57 width: 100%; |
52 text-align: center; | 58 text-align: center; |
53 vertical-align: bottom; | 59 position: absolute; |
54 margin-top: 65px; | 60 bottom: -35px; |
| 61 } |
| 62 |
| 63 #content.maxthon #install ul, |
| 64 #content.edge #install ul |
| 65 { |
| 66 margin-left: 18px; |
| 67 right: auto; |
| 68 width: auto; |
| 69 } |
| 70 |
| 71 #content.edge #install ul |
| 72 { |
| 73 margin: 0px 35px; |
| 74 position: static; |
55 } | 75 } |
56 | 76 |
57 #content.maxthon #install ul | 77 #content.maxthon #install ul |
58 { | 78 { |
59 bottom: 0px; | 79 bottom: 0px; |
60 right: 0; | 80 margin-left: 35px; |
61 width: 100%; | 81 position: static; |
62 text-align: center; | |
63 } | |
64 | |
65 #content.edge #install ul | |
66 { | |
67 margin: 10px 35px; | |
68 text-align: left; | |
69 } | 82 } |
70 | 83 |
71 #content.edge #other-browsers | 84 #content.edge #other-browsers |
72 { | 85 { |
73 margin: 0px 40px; | 86 margin: 0px 40px 10px 40px; |
74 display: block; | 87 display: block; |
| 88 } |
| 89 |
| 90 #content.edge #edge-teaser |
| 91 { |
| 92 display: inline-block; |
| 93 padding: 0px; |
| 94 } |
| 95 |
| 96 #edge-subscription input[type=email] |
| 97 { |
| 98 width: 210px; |
75 } | 99 } |
76 | 100 |
77 #information-android | 101 #information-android |
78 { | 102 { |
79 left: 2px; | 103 left: 2px; |
80 bottom: -25px; | 104 bottom: -25px; |
81 } | 105 } |
82 | 106 |
83 .warning-platform, .disclaimer, | 107 #messages-wrapper |
84 #maxthon-notification, #adblock-browser-notification | 108 { |
85 { | 109 margin-top: 50px; |
86 width: 100%; | 110 margin-bottom: 30px; |
87 margin-top: 0; | 111 width: 100%; |
88 margin-bottom: 50px; | |
89 float: right; | 112 float: right; |
90 } | 113 } |
91 | 114 |
92 #adblock-browser-notification | 115 #messages-wrapper > div |
93 { | 116 { |
94 margin-top: 50px; | 117 margin-top: 0px; |
| 118 margin-bottom: 20px; |
95 } | 119 } |
96 | 120 |
97 #key-facts | 121 #key-facts |
98 { | 122 { |
99 margin-top: 50px; | 123 margin-top: 50px; |
100 margin-left: 80px; | 124 margin-left: 80px; |
101 margin-right: 0px; | 125 margin-right: 0px; |
102 } | 126 } |
103 | 127 |
104 html[dir="rtl"] #key-facts | 128 html[dir="rtl"] #key-facts |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 } | 204 } |
181 | 205 |
182 #more-tabs #sidebar button | 206 #more-tabs #sidebar button |
183 { | 207 { |
184 display: block; | 208 display: block; |
185 } | 209 } |
186 | 210 |
187 .more-tab | 211 .more-tab |
188 { | 212 { |
189 width: 760px; | 213 width: 760px; |
190 } | 214 } |
191 | |
192 #content.edge #edge-teaser | |
193 { | |
194 display: inline-block; | |
195 padding: 0px; | |
196 } | |
197 | |
198 #subscribe-textbox | |
199 { | |
200 width: 210px; | |
201 } | |
LEFT | RIGHT |