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: Use querySelectorAll instead of getElementsByClassName. Created Sept. 30, 2015, 7:56 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 | « 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
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 #content.ua-ios #adblock-browser-notification 62 #content.ua-ios #adblock-browser-notification
63 { 63 {
64 display: none; 64 display: none;
65 } 65 }
66 66
67 #main, #video 67 #main, #video
68 { 68 {
69 display: inline-block; 69 display: inline-block;
70 } 70 }
71 71
72 #video, #maxthon-instruction 72 #video, #maxthon-instruction, #edge-teaser
73 { 73 {
74 background: #ffffff; 74 background: #ffffff;
75 padding: 10px; 75 padding: 10px;
76 border: 1px solid #c9c9c9; 76 border: 1px solid #c9c9c9;
77 box-shadow: 1px 1px 0 0 #dbdbdb; 77 box-shadow: 1px 1px 0 0 #dbdbdb;
78 } 78 }
79 79
80 #maxthon-instruction, 80 #maxthon-instruction,
81 html[lang^="zh_"] #content.maxthon #video, 81 html[lang^="zh_"] #content.maxthon #video,
82 #content.maxthon #feature-free, 82 #content.maxthon #feature-free,
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 #platform-maxthon 410 #platform-maxthon
411 { 411 {
412 background-position: -128px -130px; 412 background-position: -128px -130px;
413 } 413 }
414 414
415 #content.maxthon #platform-maxthon 415 #content.maxthon #platform-maxthon
416 { 416 {
417 background-position: -128px -109px; 417 background-position: -128px -109px;
418 } 418 }
419 419
420 #platform-edge
421 {
422 background-position: -68px -171px;
423 }
424
425 #content.edge #platform-edge
426 {
427 background-position: -68px -151px;
428 }
429
430 #content h3.subscribe-header
431 {
432 font-size: 18px;
433 margin-bottom: 0px;
434 }
435
436 #edge-subscription h3
437 {
438 margin: 19px 0px 10px 0px;
439 color: #2d79c0;
440 font-weight: bold;
441 font-family: Arial;
442 font-size: 14px;
443 }
444
445 #edge-subscription
446 {
447 margin: 0px 0px 10px 40px;
448 }
449
450 html[dir="rtl"] #edge-subscription
451 {
452 margin: 0px 40px 10px 0px;
453 }
454
455 #edge-subscription input[type=email]
456 {
457 border: solid 2px #a5a5a5;
458 padding: 0px 10px;
459 font-size: 14px;
460 font-family: Arial;
461 line-height: 36px;
462 height: 36px; /* IE 8 */
463 }
464
465 #edge-subscription input[type=email].placeholder
466 {
467 color: #a5a5a5;
468 }
469
470 #edge-subscription button[type=submit]
471 {
472 border: solid 1px #357ebd;
473 border-radius: 3px;
474 background-color: #428bca;
475 color: #ffffff;
476 font-size: 14px;
477 font-weight: bold;
478 width: 146px;
479 height: 40px;
480 }
481
482
483 #edge-subscription form > span, #edge-subscription form.success input,
484 #edge-subscription form.success button, #other-browsers, #content.edge #video,
485 #edge-subscription, #edge-teaser
486 {
487 display: none;
488 }
489
490 #edge-subscription form .invalid-label
491 {
492 margin-top: 15px;
493 }
494
495 #edge-subscription form.success .sucess-label,
496 #edge-subscription form.invalid .invalid-label,
497 #edge-subscription form.error .response-error,
498 #content.edge #edge-subscription
499 {
500 display: block;
501 }
502
420 .warning-platform, 503 .warning-platform,
421 .disclaimer, 504 .disclaimer,
422 #maxthon-notification 505 #maxthon-notification
423 { 506 {
424 display: none; 507 display: none;
425 color: #D00; 508 color: #D00;
426 text-align: center; 509 text-align: center;
427 border: 1px solid #D00; 510 border: 1px solid #D00;
428 padding: 5px; 511 padding: 5px;
429 border-radius: 5px; 512 border-radius: 5px;
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 display: none; 685 display: none;
603 } 686 }
604 687
605 #more-container.firefox #tab-firefox, 688 #more-container.firefox #tab-firefox,
606 #more-container.chrome #tab-chrome, 689 #more-container.chrome #tab-chrome,
607 #more-container.opera #tab-opera, 690 #more-container.opera #tab-opera,
608 #more-container.android #tab-android, 691 #more-container.android #tab-android,
609 #more-container.internet-explorer #tab-internet-explorer, 692 #more-container.internet-explorer #tab-internet-explorer,
610 #more-container.safari #tab-safari, 693 #more-container.safari #tab-safari,
611 #more-container.yandex-browser #tab-yandex-browser, 694 #more-container.yandex-browser #tab-yandex-browser,
612 #more-container.maxthon #tab-maxthon 695 #more-container.maxthon #tab-maxthon,
696 #more-container.edge #tab-edge
613 { 697 {
614 display: inline-block; 698 display: inline-block;
615 } 699 }
616 700
617 #more-container.firefox #more-firefox, 701 #more-container.firefox #more-firefox,
618 #more-container.chrome #more-chrome, 702 #more-container.chrome #more-chrome,
619 #more-container.opera #more-opera, 703 #more-container.opera #more-opera,
620 #more-container.android #more-android, 704 #more-container.android #more-android,
621 #more-container.internet-explorer #more-internet-explorer, 705 #more-container.internet-explorer #more-internet-explorer,
622 #more-container.safari #more-safari, 706 #more-container.safari #more-safari,
623 #more-container.yandex-browser #more-yandex-browser, 707 #more-container.yandex-browser #more-yandex-browser,
624 #more-container.maxthon #more-maxthon 708 #more-container.maxthon #more-maxthon
709 #more-container.edge #more-edge
625 { 710 {
626 background-color: #dbd4c7; 711 background-color: #dbd4c7;
627 } 712 }
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