| LEFT | RIGHT |
| (no file at all) | |
| 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 } | 7 } |
| 8 | 8 |
| 9 #main | 9 #main |
| 10 { | 10 { |
| 11 width: 421px; | 11 width: 426px; |
| 12 height: 307px; | 12 height: 307px; |
| 13 position: relative; | 13 position: relative; |
| 14 float: right; | 14 float: right; |
| 15 margin-left: 0px; | 15 margin-left: 0px; |
| 16 margin-right: 8px; | 16 margin-right: 3px; |
| 17 margin-bottom: 4px; | 17 margin-bottom: 4px; |
| 18 } | 18 } |
| 19 | 19 |
| 20 html[dir="rtl"] #main | 20 html[dir="rtl"] #main |
| 21 { | 21 { |
| 22 float: left; | 22 float: left; |
| 23 margin-right: 0px; | 23 margin-right: 0px; |
| 24 margin-left: 8px; | 24 margin-left: 8px; |
| 25 } | 25 } |
| 26 | 26 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 37 | 37 |
| 38 #install .install-button:active | 38 #install .install-button:active |
| 39 { | 39 { |
| 40 bottom: 0px; | 40 bottom: 0px; |
| 41 } | 41 } |
| 42 | 42 |
| 43 #install ul | 43 #install ul |
| 44 { | 44 { |
| 45 bottom: -2px; | 45 bottom: -2px; |
| 46 right: 0; | 46 right: 0; |
| 47 width: 110px; | 47 width: 115px; |
| 48 } |
| 49 |
| 50 #content.maxthon #install ul |
| 51 { |
| 52 margin-left: 18px; |
| 53 right: auto; |
| 54 width: auto; |
| 48 } | 55 } |
| 49 | 56 |
| 50 #information-android | 57 #information-android |
| 51 { | 58 { |
| 52 left: 2px; | 59 left: 2px; |
| 53 bottom: -25px; | 60 bottom: -25px; |
| 54 } | 61 } |
| 55 | 62 |
| 56 .warning-platform | 63 .warning-platform, |
| 64 .disclaimer, |
| 65 #maxthon-notification |
| 57 { | 66 { |
| 58 width: 100%; | 67 width: 100%; |
| 59 margin-top: 50px; | 68 margin-top: 50px; |
| 60 margin-bottom: 50px; | 69 margin-bottom: 50px; |
| 61 float: right; | 70 float: right; |
| 71 } |
| 72 |
| 73 html[lang="fr"] .warning-platform, |
| 74 html[lang^="zh_"] .warning-platform |
| 75 { |
| 76 margin-top: 0px; |
| 77 } |
| 78 |
| 79 html[lang^="zh_"] #content.maxthon .warning-platform, |
| 80 html[lang^="zh_"] #content.ua-maxthon .warning-platform |
| 81 { |
| 82 margin-top: 50px; |
| 62 } | 83 } |
| 63 | 84 |
| 64 #key-facts | 85 #key-facts |
| 65 { | 86 { |
| 66 margin-top: 50px; | 87 margin-top: 50px; |
| 67 margin-left: 80px; | 88 margin-left: 80px; |
| 68 margin-right: 0px; | 89 margin-right: 0px; |
| 69 } | 90 } |
| 70 | 91 |
| 71 html[dir="rtl"] #key-facts | 92 html[dir="rtl"] #key-facts |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 | 169 |
| 149 #more-tabs #sidebar button | 170 #more-tabs #sidebar button |
| 150 { | 171 { |
| 151 display: block; | 172 display: block; |
| 152 } | 173 } |
| 153 | 174 |
| 154 .more-tab | 175 .more-tab |
| 155 { | 176 { |
| 156 width: 760px; | 177 width: 760px; |
| 157 } | 178 } |
| LEFT | RIGHT |