Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: anwiki/_override-static/global/global/css/index.css

Issue 5046426828537856: Issue 1485 - Created Maxthon landing page (Infrastructure) (Closed)
Patch Set: Added missing "/" in user agent regex Created Oct. 24, 2014, 2:41 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-mobile.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
11 #main, #video 11 #main, #video
12 { 12 {
13 display: inline-block; 13 display: inline-block;
14 } 14 }
15 15
16 #video 16 #video, #maxthon-teaser
17 { 17 {
18 background: white; 18 background: white;
19 padding: 10px; 19 padding: 10px;
20 border: 1px solid #c9c9c9; 20 border: 1px solid #c9c9c9;
21 box-shadow: 1px 1px 0 0 #dbdbdb; 21 box-shadow: 1px 1px 0 0 #dbdbdb;
22 } 22 }
23 23
24 #maxthon-teaser,
25 #content.maxthon #video
26 {
27 display: none;
28 }
29
30 #content.maxthon #maxthon-teaser
31 {
32 display: inline-block;
33 padding: 0px;
saroyanm 2014/10/24 16:00:25 Not that much matter, but should we use 0px or 0 i
Thomas Greiner 2014/10/27 10:58:16 I tend to stick with this variant because it's mor
34 }
35
24 #summary h1, #summary h2 36 #summary h1, #summary h2
25 { 37 {
26 font-weight: normal; 38 font-weight: normal;
27 margin: 0; 39 margin: 0;
28 } 40 }
29 41
30 #summary h1 42 #summary h1
31 { 43 {
32 font-size: 60px; 44 font-size: 60px;
33 line-height: 50px; 45 line-height: 50px;
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 } 212 }
201 213
202 #content.firefox #install-firefox, #content.chrome #install-chrome, 214 #content.firefox #install-firefox, #content.chrome #install-chrome,
203 #content.opera #install-opera, #content.android #install-android, 215 #content.opera #install-opera, #content.android #install-android,
204 #content.internet-explorer #install-internet-explorer, 216 #content.internet-explorer #install-internet-explorer,
205 #content.safari #install-safari 217 #content.safari #install-safari
206 { 218 {
207 display: inline-block; 219 display: inline-block;
208 } 220 }
209 221
222 #maxthon-news,
223 #content.maxthon #install,
224 #content.maxthon #features
225 {
226 display: none;
227 }
228
229 #content.maxthon #maxthon-news
230 {
231 display: inline-block;
232 padding-left: 0px;
233 }
234
235 #maxthon-news strong
236 {
237 display: block;
238 color: #2d79c0;
239 }
240
241 #maxthon-news a
242 {
243 color: #2d79c0;
244 }
245
246 #maxthon-news li.emphasized
247 {
248 font-weight: normal;
249 font-size: 18px;
250 }
251
210 #install ul 252 #install ul
211 { 253 {
212 list-style: none; 254 list-style: none;
213 display: inline-block; 255 display: inline-block;
214 margin: 0 0 0 5px; 256 margin: 0 0 0 5px;
215 padding: 0; 257 padding: 0;
216 vertical-align: bottom; 258 vertical-align: bottom;
217 } 259 }
218 260
219 html[dir="rtl"] #install ul 261 html[dir="rtl"] #install ul
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 520
479 #more-container.firefox #more-firefox, 521 #more-container.firefox #more-firefox,
480 #more-container.chrome #more-chrome, 522 #more-container.chrome #more-chrome,
481 #more-container.opera #more-opera, 523 #more-container.opera #more-opera,
482 #more-container.android #more-android, 524 #more-container.android #more-android,
483 #more-container.internet-explorer #more-internet-explorer, 525 #more-container.internet-explorer #more-internet-explorer,
484 #more-container.safari #more-safari 526 #more-container.safari #more-safari
485 { 527 {
486 background-color: #dbd4c7; 528 background-color: #dbd4c7;
487 } 529 }
OLDNEW
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld