| Index: anwiki/_override-static/global/global/css/index.css |
| =================================================================== |
| --- a/anwiki/_override-static/global/global/css/index.css |
| +++ b/anwiki/_override-static/global/global/css/index.css |
| @@ -13,7 +13,7 @@ |
| display: inline-block; |
| } |
| -#video |
| +#video, #maxthon-teaser |
| { |
| background: white; |
| padding: 10px; |
| @@ -21,6 +21,18 @@ |
| box-shadow: 1px 1px 0 0 #dbdbdb; |
| } |
| +#maxthon-teaser, |
| +#content.maxthon #video |
| +{ |
| + display: none; |
| +} |
| + |
| +#content.maxthon #maxthon-teaser |
| +{ |
| + display: inline-block; |
| + padding: 0px; |
| +} |
| + |
| #summary h1, #summary h2 |
| { |
| font-weight: normal; |
| @@ -207,6 +219,36 @@ |
| display: inline-block; |
| } |
| +#maxthon-news, |
| +#content.maxthon #install, |
| +#content.maxthon #features |
| +{ |
| + display: none; |
| +} |
| + |
| +#content.maxthon #maxthon-news |
| +{ |
| + display: inline-block; |
| + padding-left: 0px; |
| +} |
| + |
| +#maxthon-news strong |
| +{ |
| + display: block; |
| + color: #2d79c0; |
| +} |
| + |
| +#maxthon-news a |
| +{ |
| + color: #2d79c0; |
| +} |
| + |
| +#maxthon-news li.emphasized |
| +{ |
| + font-weight: normal; |
| + font-size: 18px; |
| +} |
| + |
| #install ul |
| { |
| list-style: none; |