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

Side by Side Diff: static/css/index.css

Issue 29322769: Issue 2844 - Create Microsoft Edge coming soon landing page (Closed)
Patch Set: Addressing comments. Created Aug. 26, 2015, 12:17 a.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 | « pages/verification-success.html ('k') | static/css/index-desktop.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, #maxthon-instruction 16 #video, #maxthon-instruction, edge-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-instruction, 24 #maxthon-instruction,
25 html[lang^="zh_"] #content.maxthon #video, 25 html[lang^="zh_"] #content.maxthon #video,
26 #content.maxthon #feature-free, 26 #content.maxthon #feature-free,
27 #feature-maxthon 27 #feature-maxthon
28 { 28 {
29 display: none; 29 display: none;
30 } 30 }
31 31
32 html[lang^="zh_"] #content.maxthon #maxthon-instruction 32 html[lang^="zh_"] #content.maxthon #maxthon-instruction
33 { 33 {
34 display: inline-block; 34 display: inline-block;
35 padding: 0px; 35 padding: 0px;
36 } 36 }
37 37
38 #content.maxthon #feature-maxthon 38 #content.maxthon #feature-maxthon
39 { 39 {
40 display: inline-block; 40 display: inline-block;
41 } 41 }
42 42
43 #feature-edge, #edge-teaser
44 {
45 display: none;
46 }
47
48 #edge-teaser
49 {
50 width: 540;
51 height: 305;
52 }
53
54 #content.edge #video
55 {
56 display: none;
57 }
58
59 #content.edge #feature-edge
60 {
61 display: block;
62 }
63
43 #summary h1, #summary h2 64 #summary h1, #summary h2
44 { 65 {
45 font-weight: normal; 66 font-weight: normal;
46 margin: 0; 67 margin: 0;
47 } 68 }
48 69
49 #summary h1 70 #summary h1
50 { 71 {
51 font-size: 60px; 72 font-size: 60px;
52 line-height: 50px; 73 line-height: 50px;
53 margin-bottom: 8px; 74 margin-bottom: 8px;
54 } 75 }
55 76
56 #summary h2 77 #summary h2
57 { 78 {
58 font-size: 22px; 79 font-size: 22px;
59 color: #d50215; 80 color: #d50215;
60 } 81 }
61 82
62 #summary ul 83 #summary ul
63 { 84 {
64 list-style-type: none; 85 list-style-type: none;
65 margin: 10px 0px 27px 0px; 86 margin: 10px 0px 27px 0px;
66 padding-left: 40px; 87 padding-left: 40px;
67 padding-right: 0px; 88 padding-right: 0px;
68 color: #333333; 89 color: #333333;
69 } 90 }
70 91
92 #content.edge #summary ul
93 {
94 margin: 10px 0px 18px 0px;
95 }
96
71 html[dir="rtl"] #summary ul 97 html[dir="rtl"] #summary ul
72 { 98 {
73 padding-right: 40px; 99 padding-right: 40px;
74 padding-left: 0px; 100 padding-left: 0px;
75 } 101 }
76 102
77 #summary li 103 #summary li
78 { 104 {
79 margin-bottom: 5px; 105 margin-bottom: 5px;
80 line-height: 24px; 106 line-height: 24px;
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 #platform-maxthon 380 #platform-maxthon
355 { 381 {
356 background-position: -128px -130px; 382 background-position: -128px -130px;
357 } 383 }
358 384
359 #content.maxthon #platform-maxthon 385 #content.maxthon #platform-maxthon
360 { 386 {
361 background-position: -128px -109px; 387 background-position: -128px -109px;
362 } 388 }
363 389
390 #platform-edge
391 {
392 background-position: -68px -171px;
393 }
394
395 #content.edge #platform-edge
396 {
397 background-position: -68px -151px;
398 }
399
364 .warning-platform, 400 .warning-platform,
365 .disclaimer, 401 .disclaimer,
366 #maxthon-notification 402 #maxthon-notification
367 { 403 {
368 display: none; 404 display: none;
369 color: #D00; 405 color: #D00;
370 text-align: center; 406 text-align: center;
371 border: 1px solid #D00; 407 border: 1px solid #D00;
372 padding: 5px; 408 padding: 5px;
373 border-radius: 5px; 409 border-radius: 5px;
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 display: none; 592 display: none;
557 } 593 }
558 594
559 #more-container.firefox #tab-firefox, 595 #more-container.firefox #tab-firefox,
560 #more-container.chrome #tab-chrome, 596 #more-container.chrome #tab-chrome,
561 #more-container.opera #tab-opera, 597 #more-container.opera #tab-opera,
562 #more-container.android #tab-android, 598 #more-container.android #tab-android,
563 #more-container.internet-explorer #tab-internet-explorer, 599 #more-container.internet-explorer #tab-internet-explorer,
564 #more-container.safari #tab-safari, 600 #more-container.safari #tab-safari,
565 #more-container.yandex-browser #tab-yandex-browser, 601 #more-container.yandex-browser #tab-yandex-browser,
566 #more-container.maxthon #tab-maxthon 602 #more-container.maxthon #tab-maxthon,
603 #more-container.edge #tab-edge
567 { 604 {
568 display: inline-block; 605 display: inline-block;
569 } 606 }
570 607
571 #more-container.firefox #more-firefox, 608 #more-container.firefox #more-firefox,
572 #more-container.chrome #more-chrome, 609 #more-container.chrome #more-chrome,
573 #more-container.opera #more-opera, 610 #more-container.opera #more-opera,
574 #more-container.android #more-android, 611 #more-container.android #more-android,
575 #more-container.internet-explorer #more-internet-explorer, 612 #more-container.internet-explorer #more-internet-explorer,
576 #more-container.safari #more-safari, 613 #more-container.safari #more-safari,
577 #more-container.yandex-browser #more-yandex-browser, 614 #more-container.yandex-browser #more-yandex-browser,
578 #more-container.maxthon #more-maxthon 615 #more-container.maxthon #more-maxthon
616 #more-container.edge #more-edge
579 { 617 {
580 background-color: #dbd4c7; 618 background-color: #dbd4c7;
581 } 619 }
620 #content h3.subscribe-header
621 {
622 font-size: 18px;
623 margin-bottom: 0px;
624 }
625
626 .subscribe-description
627 {
628 margin: 19px 0px 10px 0px;
629 color: #2d79c0;
630 font-weight: bold;
631 font-family: Arial;
632 font-size: 14px;
633 }
634
635 #other-browsers
636 {
637 display: none;
638 }
639
640 #subscribe-textbox
641 {
642 border: solid 2px #a5a5a5;
643 margin-right: 0px;
644 padding-left: 10px;
645 padding-right: 10px;
646 font-size: 14px;
647 font-family: Arial;
648 line-height: 36px;
649 height: 36px; /* IE 8 */
650 }
651
652 #subscribe-textbox.placeholder
653 {
654 color: #a5a5a5;
655 }
656
657 #subscribe-button
658 {
659 border: solid 1px #357EBD;
660 border-radius: 3px;
661 background-color: #428BCA;
662 color: #FFFFFF;
663 font-size: 14px;
664 font-weight: bold;
665 min-width: 146px;
666 height: 40px;
667 margin-left: 0px;
668 }
669
670 #subscribe-button span
671 {
672 padding-left: 30px;
673 padding-right: 30px;
674 }
675
676 #subscribe-form .sucess-label, #response-error,
677 #subscribe-form .invalid-label, #subscribe-form.success input,
678 #subscribe-form.success button
679 {
680 display: none;
681 }
682
683 #subscribe-form .invalid-label
684 {
685 margin-top: 15px;
686 }
687
688 #subscribe-form.success .sucess-label,
689 #subscribe-form.invalid .invalid-label,
690 #subscribe-form.error #response-error
691 {
692 display: block;
693 }
OLDNEW
« no previous file with comments | « pages/verification-success.html ('k') | static/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld