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

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

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Implement container classes in scss Created June 27, 2017, 8:32 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
OLDNEW
1 .m-a-na { 1 .m-a-na {
2 margin: 0 0 !important; } 2 margin: 0 0 !important; }
3 3
4 .m-t-na { 4 .m-t-na {
5 margin-top: 0 !important; } 5 margin-top: 0 !important; }
6 6
7 .m-b-na { 7 .m-b-na {
8 margin-bottom: 0 !important; } 8 margin-bottom: 0 !important; }
9 9
10 .m-x-na { 10 .m-x-na {
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 width: 100%; 414 width: 100%;
415 margin-bottom: 16px; 415 margin-bottom: 16px;
416 padding: 0; 416 padding: 0;
417 font-size: 18px; 417 font-size: 18px;
418 line-height: inherit; } 418 line-height: inherit; }
419 419
420 a, img { 420 a, img {
421 border: none; 421 border: none;
422 outline: none; } 422 outline: none; }
423 423
424 h2 + .row, .center blockquote + .row,
425 h1 + .row,
426 h2 + hr + .row, .center blockquote + hr + .row,
427 h1 + hr + .row {
428 margin-top: -16px; }
429
430 .section { 424 .section {
431 margin: 96px 0; } 425 margin: 96px 0; }
426 @media (max-width: 768px) {
427 .section {
428 margin: 32px 0; } }
432 429
433 .section .section { 430 .section .section {
434 margin: 64px 0; } 431 margin: 64px 0; }
432 @media (max-width: 768px) {
433 .section .section {
434 margin: 32px 0; } }
435 435
436 h1, h2, .center blockquote, h3, .group.items .item::before, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 { 436 h1, h2, .center blockquote, h3, .group.items .item::before, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 {
437 text-transform: uppercase; 437 text-transform: uppercase;
438 font-weight: 700; 438 font-weight: 700;
439 line-height: 120%; } 439 line-height: 120%; }
440 440
441 h1, 441 h1,
442 .h1 { 442 .h1 {
443 margin: 96px 0 64px 0; 443 margin: 96px 0 64px 0;
444 text-transform: none; 444 text-transform: none;
445 font-size: 42px; 445 font-size: 42px;
446 font-weight: 300; } 446 font-weight: 300; }
447 @media (max-width: 768px) {
448 h1,
449 .h1 {
450 font-size: 30px;
451 margin-top: 32px; } }
452 @media (max-width: 544px) {
453 h1,
454 .h1 {
455 font-size: 26px;
456 margin-bottom: 44px; } }
447 457
448 h2, .center blockquote, 458 h2, .center blockquote,
449 .h2 { 459 .h2 {
450 margin: 64px 0 32px 0; 460 margin: 64px 0 32px 0;
451 font-size: 28px; 461 font-size: 28px;
452 font-weight: 700; } 462 font-weight: 700; }
463 @media (max-width: 768px) {
464 h2, .center blockquote,
465 .h2 {
466 font-size: 24px;
467 margin-top: 32px; } }
468 @media (max-width: 544px) {
469 h2, .center blockquote,
470 .h2 {
471 font-size: 22px;
472 margin-bottom: 16px; } }
453 473
454 h3, .card h1, .card h2, .card .center blockquote, .center .card blockquote, .car d h3, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .car d .h4, .card .h5, .card .h6, .group.items .item::before, 474 h3, .card h1, .card h2, .card .center blockquote, .center .card blockquote, .car d h3, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .car d .h4, .card .h5, .card .h6, .group.items .item::before,
455 .h3, 475 .h3,
456 .group.items .item h1, 476 .group.items .item h1,
457 .group.items .item h2, 477 .group.items .item h2,
458 .group.items .item .center blockquote, 478 .group.items .item .center blockquote,
459 .center .group.items .item blockquote, 479 .center .group.items .item blockquote,
460 .group.items .item h3, 480 .group.items .item h3,
461 .group.items .item .item::before, 481 .group.items .item .item::before,
462 .group.items .item h4, 482 .group.items .item h4,
463 .group.items .item h5, 483 .group.items .item h5,
464 .group.items .item h6 .h1, 484 .group.items .item h6 .h1,
465 h6 .group.items .item .h1, 485 h6 .group.items .item .h1,
466 .group.items .item .h2, 486 .group.items .item .h2,
467 .group.items .item .h3, 487 .group.items .item .h3,
468 .group.items .item .h4, 488 .group.items .item .h4,
469 .group.items .item .h5, 489 .group.items .item .h5,
470 .group.items .item .h6 { 490 .group.items .item .h6 {
471 margin: 64px 0 32px 0; 491 margin: 64px 0 32px 0;
472 font-size: 22px; 492 font-size: 22px;
473 font-weight: 700; } 493 font-weight: 700; }
494 @media (max-width: 768px) {
495 h3, .card h1, .card h2, .card .center blockquote, .center .card blockquote, .card h3, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6, .group.items .item::before,
496 .h3,
497 .group.items .item h1,
498 .group.items .item h2,
499 .group.items .item .center blockquote,
500 .center .group.items .item blockquote,
501 .group.items .item h3,
502 .group.items .item .item::before,
503 .group.items .item h4,
504 .group.items .item h5,
505 .group.items .item h6 .h1,
506 h6 .group.items .item .h1,
507 .group.items .item .h2,
508 .group.items .item .h3,
509 .group.items .item .h4,
510 .group.items .item .h5,
511 .group.items .item .h6 {
512 font-size: 20px;
513 margin-top: 32px; } }
514 @media (max-width: 544px) {
515 h3, .card h1, .card h2, .card .center blockquote, .center .card blockquote, .card h3, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6, .group.items .item::before,
516 .h3,
517 .group.items .item h1,
518 .group.items .item h2,
519 .group.items .item .center blockquote,
520 .center .group.items .item blockquote,
521 .group.items .item h3,
522 .group.items .item .item::before,
523 .group.items .item h4,
524 .group.items .item h5,
525 .group.items .item h6 .h1,
526 h6 .group.items .item .h1,
527 .group.items .item .h2,
528 .group.items .item .h3,
529 .group.items .item .h4,
530 .group.items .item .h5,
531 .group.items .item .h6 {
532 margin-bottom: 16px; } }
474 533
475 h4, 534 h4,
476 .h4 { 535 .h4 {
477 margin: 32px 0 16px 0; 536 margin: 32px 0 16px 0;
478 font-size: 20px; 537 font-size: 20px;
479 font-weight: 700; } 538 font-weight: 700; }
539 @media (max-width: 544px) {
540 h4,
541 .h4 {
542 font-size: 18px; } }
480 543
481 h5, .card.list h1, .card.list h2, .card.list .center blockquote, .center .card.l ist blockquote, .card.list h3, .card.list .group.items .item::before, .group.ite ms .card.list .item::before, .card.list h4, .card.list h5, .card.list h6 .h1, h6 .card.list .h1, .card.list .h2, .card.list .h3, .card.list .h4, .card.list .h5, .card.list .h6, #footer h1, #footer h2, #footer .center blockquote, .center #fo oter blockquote, #footer h3, #footer .group.items .item::before, .group.items #f ooter .item::before, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #fo oter .h2, #footer .h3, #footer .h4, #footer .h5, #footer .h6, 544 h5, .card.list h1, .card.list h2, .card.list .center blockquote, .center .card.l ist blockquote, .card.list h3, .card.list .group.items .item::before, .group.ite ms .card.list .item::before, .card.list h4, .card.list h5, .card.list h6 .h1, h6 .card.list .h1, .card.list .h2, .card.list .h3, .card.list .h4, .card.list .h5, .card.list .h6, #footer h1, #footer h2, #footer .center blockquote, .center #fo oter blockquote, #footer h3, #footer .group.items .item::before, .group.items #f ooter .item::before, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #fo oter .h2, #footer .h3, #footer .h4, #footer .h5, #footer .h6,
482 .h5 { 545 .h5 {
483 margin: 16px 0; 546 margin: 16px 0;
484 font-size: 18px; } 547 font-size: 18px; }
548 @media (max-width: 544px) {
549 h5, .card.list h1, .card.list h2, .card.list .center blockquote, .center .ca rd.list blockquote, .card.list h3, .card.list .group.items .item::before, .group .items .card.list .item::before, .card.list h4, .card.list h5, .card.list h6 .h1 , h6 .card.list .h1, .card.list .h2, .card.list .h3, .card.list .h4, .card.list .h5, .card.list .h6, #footer h1, #footer h2, #footer .center blockquote, .center #footer blockquote, #footer h3, #footer .group.items .item::before, .group.item s #footer .item::before, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #footer .h2, #footer .h3, #footer .h4, #footer .h5, #footer .h6,
550 .h5 {
551 font-size: 16px; } }
485 552
486 h6, 553 h6,
487 .h6 { 554 .h6 {
488 margin: 16px 0; 555 margin: 16px 0;
489 font-size: 18px; 556 font-size: 18px;
490 font-weight: 400; } 557 font-weight: 400; }
558 @media (max-width: 544px) {
559 h6,
560 .h6 {
561 font-size: 16px; } }
491 562
492 html, 563 html,
493 body { 564 body {
494 color: #161616; 565 color: #161616;
495 font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetic a Neue", sans-serif; 566 font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetic a Neue", sans-serif;
496 font-size: 18px; 567 font-size: 18px;
497 font-weight: 300; 568 font-weight: 300;
498 line-height: 120%; } 569 line-height: 120%; }
570 @media (max-width: 544px) {
571 html,
572 body {
573 font-size: 16px; } }
499 574
500 small, 575 small,
501 .small { 576 .small {
502 margin-bottom: 8px; 577 margin-bottom: 8px;
503 font-size: 70%; 578 font-size: 70%;
504 line-height: 80%; } 579 line-height: 80%; }
505 580
506 blockquote, 581 blockquote,
507 p, 582 p,
508 ul, 583 ul,
509 ol, 584 ol,
510 dl, 585 dl,
511 .block { 586 .block {
512 margin: 16px 0; } 587 margin: 16px 0; }
513 588
589 .p-container {
590 margin-bottom: 32px; }
591 @media (min-width: 544px) {
592 .p-container {
593 margin-bottom: 64px; } }
594 @media (min-width: 768px) {
595 .p-container {
596 margin-bottom: 96px; } }
597
598 .p-container p:first-child {
599 margin-top: 0; }
600
514 a { 601 a {
515 cursor: pointer; 602 cursor: pointer;
516 text-decoration: underline; 603 text-decoration: underline;
517 color: #8CC63E; 604 color: #8CC63E;
518 font-weight: 400; } 605 font-weight: 400; }
519 606
520 a:hover, a:active { 607 a:hover, a:active {
521 color: #292929; } 608 color: #292929; }
522 609
523 strong a { 610 strong a {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 dt { 687 dt {
601 margin: 16px 0; } 688 margin: 16px 0; }
602 689
603 dd { 690 dd {
604 margin: 16px 0 32px 0; } 691 margin: 16px 0 32px 0; }
605 692
606 dt { 693 dt {
607 font-size: 20px; 694 font-size: 20px;
608 text-transform: uppercase; 695 text-transform: uppercase;
609 font-weight: 700; } 696 font-weight: 700; }
697 @media (max-width: 768px) {
698 dt {
699 font-size: 18px; } }
610 700
611 blockquote { 701 blockquote {
612 margin: 0; 702 margin: 0;
613 padding: 0 32px; 703 padding: 0 32px;
614 text-transform: uppercase; 704 text-transform: uppercase;
615 font-size: 18px; 705 font-size: 18px;
616 font-weight: 400; 706 font-weight: 400;
617 font-style: italic; } 707 font-style: italic; }
618 708
619 html[dir="ltr"] blockquote { 709 html[dir="ltr"] blockquote {
620 border-left: 4px solid #E1E1E1; } 710 border-left: 4px solid #E1E1E1; }
621 711
622 html[dir="rtl"] blockquote { 712 html[dir="rtl"] blockquote {
623 border-right: 4px solid #E1E1E1; } 713 border-right: 4px solid #E1E1E1; }
624 714
625 html .center blockquote { 715 html .center blockquote {
626 border: none; } 716 border: none; }
627 717
628 .center blockquote { 718 .center blockquote {
629 margin: 0; 719 margin: 0;
630 padding: 96px 0; 720 padding: 64px 0;
631 font-style: normal; } 721 font-style: normal; }
722 @media (max-width: 768px) {
723 .center blockquote {
724 font-size: 22px;
725 padding: 32px 0; } }
632 726
633 .center blockquote p:last-child { 727 .center blockquote p:last-child {
634 margin-top: -8px; } 728 margin-top: -8px; }
635 729
636 cite { 730 cite {
637 font-size: 14px; 731 font-size: 14px;
638 font-style: normal; } 732 font-style: normal; }
639 733
640 cite::before { 734 cite::before {
641 content: "-- "; } 735 content: "-- "; }
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 .inline-buttons { 867 .inline-buttons {
774 margin-top: 64px; 868 margin-top: 64px;
775 margin-bottom: 64px; 869 margin-bottom: 64px;
776 text-align: right; } 870 text-align: right; }
777 871
778 @media (min-width: 544px) { 872 @media (min-width: 544px) {
779 .inline-buttons a, 873 .inline-buttons a,
780 .inline-buttons input { 874 .inline-buttons input {
781 margin-left: 16px; } } 875 margin-left: 16px; } }
782 876
877 .btn-container {
878 margin-top: 16px;
879 margin-bottom: 16px; }
880 @media (min-width: 544px) {
881 .btn-container {
882 margin-top: 32px;
883 margin-bottom: 32px; } }
884 @media (min-width: 768px) {
885 .btn-container {
886 margin-top: 64px;
887 margin-bottom: 64px; } }
888
783 input[type="email"], 889 input[type="email"],
784 input[type="number"], 890 input[type="number"],
785 input[type="search"], 891 input[type="search"],
786 input[type="text"], 892 input[type="text"],
787 input[type="tel"], 893 input[type="tel"],
788 input[type="url"], 894 input[type="url"],
789 input[type="password"], 895 input[type="password"],
790 textarea, 896 textarea,
791 select { 897 select {
792 display: block; 898 display: block;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 min-height: 1px; 956 min-height: 1px;
851 padding-right: 16px; 957 padding-right: 16px;
852 padding-left: 16px; } 958 padding-left: 16px; }
853 959
854 html[dir="ltr"] .row .col-3, html[dir="ltr"] .row .col-4, html[dir="ltr"] .row . col-5, html[dir="ltr"] .row .col-6, html[dir="ltr"] .row .col-7, html[dir="ltr"] .row .col-8, html[dir="ltr"] .row .col-9 { 960 html[dir="ltr"] .row .col-3, html[dir="ltr"] .row .col-4, html[dir="ltr"] .row . col-5, html[dir="ltr"] .row .col-6, html[dir="ltr"] .row .col-7, html[dir="ltr"] .row .col-8, html[dir="ltr"] .row .col-9 {
855 float: left; } 961 float: left; }
856 962
857 html[dir="rtl"] .row .col-3, html[dir="rtl"] .row .col-4, html[dir="rtl"] .row . col-5, html[dir="rtl"] .row .col-6, html[dir="rtl"] .row .col-7, html[dir="rtl"] .row .col-8, html[dir="rtl"] .row .col-9 { 963 html[dir="rtl"] .row .col-3, html[dir="rtl"] .row .col-4, html[dir="rtl"] .row . col-5, html[dir="rtl"] .row .col-6, html[dir="rtl"] .row .col-7, html[dir="rtl"] .row .col-8, html[dir="rtl"] .row .col-9 {
858 float: right; } 964 float: right; }
859 965
966 @media (max-width: 991px) {
967 .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9 {
968 padding-top: 8px;
969 padding-bottom: 8px; } }
970
860 @media (min-width: 544px) { 971 @media (min-width: 544px) {
861 .col-3 { 972 .col-3 {
862 width: 50%; } 973 width: 50%; }
863 html[dir="ltr"] .push-3 { 974 html[dir="ltr"] .push-3 {
864 left: 50%; } 975 left: 50%; }
865 html[dir="ltr"] .pull-3 { 976 html[dir="ltr"] .pull-3 {
866 right: 50%; } 977 right: 50%; }
867 html[dir="rtl"] .push-3 { 978 html[dir="rtl"] .push-3 {
868 right: 50%; } 979 right: 50%; }
869 html[dir="rtl"] .pull-3 { 980 html[dir="rtl"] .pull-3 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 1048
938 .card { 1049 .card {
939 padding: 32px; 1050 padding: 32px;
940 color: #161616; 1051 color: #161616;
941 border: 1px solid #161616; 1052 border: 1px solid #161616;
942 background-color: #FFFFFF; } 1053 background-color: #FFFFFF; }
943 1054
944 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .card h3 , .card .group.items .item::before, .group.items .card .item::before, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5 , .card .h6 { 1055 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .card h3 , .card .group.items .item::before, .group.items .card .item::before, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5 , .card .h6 {
945 height: 48px; 1056 height: 48px;
946 margin: 16px 0 16px 0; } 1057 margin: 16px 0 16px 0; }
1058 @media (max-width: 544px) {
1059 .card h1, .card h2, .card .center blockquote, .center .card blockquote, .car d h3, .card .group.items .item::before, .group.items .card .item::before, .card h4, .card h5, .card h6 .h1, h6 .card .h1, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6 {
1060 height: auto; } }
947 1061
948 .card-icon { 1062 .card-icon {
949 margin: 16px 0; } 1063 margin: 16px 0; }
950 1064
951 .center .card-icon { 1065 .center .card-icon {
952 margin: 48px 0 32px 0; } 1066 margin: 48px 0 32px 0; }
1067 @media (max-width: 768px) {
1068 .center .card-icon {
1069 margin-top: 32px; } }
1070 @media (max-width: 544px) {
1071 .center .card-icon {
1072 margin-top: 16px; } }
953 1073
954 img.card-icon, 1074 img.card-icon,
955 .card-icon img { 1075 .card-icon img {
956 height: 48px; } 1076 height: 48px; }
957 1077
958 .card img.block { 1078 .card img.block {
959 margin: 0; } 1079 margin: 0; }
960 1080
961 .card-summary { 1081 .card-summary {
962 margin: 32px 0; 1082 margin: 32px 0;
963 height: 64px; } 1083 height: 64px; }
1084 @media (max-width: 544px) {
1085 .card-summary {
1086 margin: 16px;
1087 height: auto; } }
964 1088
965 .card button, .card input[type="button"], .card input[type="reset"], .card input [type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .b tn-primary, .card .btn-accent { 1089 .card button, .card input[type="button"], .card input[type="reset"], .card input [type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .b tn-primary, .card .btn-accent {
966 display: block; 1090 display: block;
967 width: 100%; 1091 width: 100%;
968 margin-bottom: -8px; } 1092 margin-bottom: -8px; }
969 1093
970 .card li::before { 1094 .card li::before {
971 width: 32px; 1095 width: 32px;
972 text-align: left; } 1096 text-align: left; }
973 1097
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 html[dir="ltr"] .items .item::before { 1152 html[dir="ltr"] .items .item::before {
1029 left: 0; } 1153 left: 0; }
1030 1154
1031 html[dir="rtl"] .items .item::before { 1155 html[dir="rtl"] .items .item::before {
1032 right: 0; } 1156 right: 0; }
1033 1157
1034 .group-container { 1158 .group-container {
1035 width: 100%; 1159 width: 100%;
1036 max-width: 1140px; 1160 max-width: 1140px;
1037 margin: 0 auto; 1161 margin: 0 auto;
1038 padding: 32px 0; } 1162 padding: 96px 0; }
1163 @media (max-width: 992px) {
1164 .group-container {
1165 padding: 8px; } }
1039 1166
1040 .group-container > h1, .group-container > h2, .center .group-container > blockqu ote, .group-container > h3, .group.items .group-container > .item::before, .grou p-container > h4, .group-container > h5, h6 .group-container > .h1, .group-conta iner > .h2, .group-container > .h3, .group-container > .h4, .group-container > . h5, .group-container > .h6, 1167 .group-container > h1, .group-container > h2, .center .group-container > blockqu ote, .group-container > h3, .group.items .group-container > .item::before, .grou p-container > h4, .group-container > h5, h6 .group-container > .h1, .group-conta iner > .h2, .group-container > .h3, .group-container > .h4, .group-container > . h5, .group-container > .h6,
1041 .group-container > p { 1168 .group-container > p {
1042 margin: 32px auto; 1169 margin: 64px auto;
1043 padding: 0 16px; } 1170 padding: 0 16px; }
1044 1171
1172 @media (max-width: 992px) {
1173 .group-container > p {
1174 margin: 32px auto; } }
1175
1045 .group { 1176 .group {
1046 display: table; 1177 display: table;
1047 width: 100%; 1178 width: 100%;
1048 table-layout: fixed; } 1179 table-layout: fixed; }
1049 1180
1050 .group-container .group { 1181 .group-container .group {
1051 margin-bottom: 0; } 1182 margin-bottom: 0; }
1052 1183
1053 .group-container > h1, .group-container > h2, .center .group-container > blockqu ote, .group-container > h3, .group.items .group-container > .item::before, .grou p-container > h4, .group-container > h5, h6 .group-container > .h1, .group-conta iner > .h2, .group-container > .h3, .group-container > .h4, .group-container > . h5, .group-container > .h6 { 1184 .group-container > h1, .group-container > h2, .center .group-container > blockqu ote, .group-container > h3, .group.items .group-container > .item::before, .grou p-container > h4, .group-container > h5, h6 .group-container > .h1, .group-conta iner > .h2, .group-container > .h3, .group-container > .h4, .group-container > . h5, .group-container > .h6 {
1054 margin-top: 0; } 1185 margin-top: 0; }
1186 @media (max-width: 992px) {
1187 .group-container > h1, .group-container > h2, .center .group-container > blo ckquote, .group-container > h3, .group.items .group-container > .item::before, . group-container > h4, .group-container > h5, h6 .group-container > .h1, .group-c ontainer > .h2, .group-container > .h3, .group-container > .h4, .group-container > .h5, .group-container > .h6 {
1188 margin: 32px auto; } }
1055 1189
1056 .group .card, 1190 .group .card,
1057 .group .item { 1191 .group .item {
1058 display: table-cell; 1192 display: table-cell;
1059 vertical-align: top; } 1193 vertical-align: top; }
1060 1194
1061 .group.items .item::before { 1195 .group.items .item::before {
1062 margin-top: 16px; 1196 margin-top: 16px;
1063 text-align: center; 1197 text-align: center;
1064 width: 45px; } 1198 width: 45px; }
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 .masthead .container { 1331 .masthead .container {
1198 padding: 0; } 1332 padding: 0; }
1199 .col-6.masthead-body { 1333 .col-6.masthead-body {
1200 padding: 16px 32px; } 1334 padding: 16px 32px; }
1201 .masthead-img img { 1335 .masthead-img img {
1202 padding: 32px 16px 0 16px; 1336 padding: 32px 16px 0 16px;
1203 margin: 0; } } 1337 margin: 0; } }
1204 1338
1205 .footnote { 1339 .footnote {
1206 margin-top: 64px; } 1340 margin-top: 64px; }
1341 @media (max-width: 768px) {
1342 .footnote {
1343 margin-top: 32px; } }
1207 1344
1208 .footnote-ref { 1345 .footnote-ref {
1209 font-weight: 700; 1346 font-weight: 700;
1210 font-size: 12px; } 1347 font-size: 12px; }
1211 1348
1212 .footnote li > p { 1349 .footnote li > p {
1213 margin: 0; 1350 margin: 0;
1214 display: inline-block; } 1351 display: inline-block; }
1215 1352
1216 #navbar { 1353 #navbar {
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 padding-left: 208px; } 1678 padding-left: 208px; }
1542 html[dir="rtl"] .outer { 1679 html[dir="rtl"] .outer {
1543 padding-right: 208px; } } 1680 padding-right: 208px; } }
1544 1681
1545 #footer { 1682 #footer {
1546 padding-top: 64px; 1683 padding-top: 64px;
1547 padding-bottom: 96px; 1684 padding-bottom: 96px;
1548 font-size: 70%; 1685 font-size: 70%;
1549 background-color: #292929; 1686 background-color: #292929;
1550 color: #FFFFFF; } 1687 color: #FFFFFF; }
1688 @media (max-width: 768px) {
1689 #footer {
1690 padding-top: 32px;
1691 padding-bottom: 64px; } }
1692 @media (max-width: 544px) {
1693 #footer {
1694 padding-top: 16px;
1695 padding-bottom: 16px; } }
1551 #footer h1, #footer h2, #footer .center blockquote, .center #footer blockquote , #footer h3, #footer .group.items .item::before, .group.items #footer .item::be fore, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #footer .h2, #foot er .h3, #footer .h4, #footer .h5, #footer .h6 { 1696 #footer h1, #footer h2, #footer .center blockquote, .center #footer blockquote , #footer h3, #footer .group.items .item::before, .group.items #footer .item::be fore, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #footer .h2, #foot er .h3, #footer .h4, #footer .h5, #footer .h6 {
1552 position: relative; 1697 position: relative;
1553 margin-bottom: 32px; 1698 margin-bottom: 32px;
1554 padding-top: 8px; } 1699 padding-top: 8px; }
1700 @media (max-width: 544px) {
1701 #footer h1, #footer h2, #footer .center blockquote, .center #footer blockq uote, #footer h3, #footer .group.items .item::before, .group.items #footer .item ::before, #footer h4, #footer h5, #footer h6 .h1, h6 #footer .h1, #footer .h2, # footer .h3, #footer .h4, #footer .h5, #footer .h6 {
1702 margin-bottom: 16px; } }
1555 #footer h1::before, #footer h2::before, #footer .center blockquote::before, .c enter #footer blockquote::before, #footer h3::before, #footer .group.items .item ::before, .group.items #footer .item::before, #footer h4::before, #footer h5::be fore, #footer h6 .h1::before, h6 #footer .h1::before, #footer .h2::before, #foot er .h3::before, #footer .h4::before, #footer .h5::before, #footer .h6::before { 1703 #footer h1::before, #footer h2::before, #footer .center blockquote::before, .c enter #footer blockquote::before, #footer h3::before, #footer .group.items .item ::before, .group.items #footer .item::before, #footer h4::before, #footer h5::be fore, #footer h6 .h1::before, h6 #footer .h1::before, #footer .h2::before, #foot er .h3::before, #footer .h4::before, #footer .h5::before, #footer .h6::before {
1556 display: block; 1704 display: block;
1557 position: absolute; 1705 position: absolute;
1558 top: 0; 1706 top: 0;
1559 left: 0; 1707 left: 0;
1560 width: 16px; 1708 width: 16px;
1561 height: 0; 1709 height: 0;
1562 content: " "; 1710 content: " ";
1563 border-top: 2px solid #FFFFFF; } 1711 border-top: 2px solid #FFFFFF; }
1564 #footer a { 1712 #footer a {
1565 color: #FFFFFF; } 1713 color: #FFFFFF; }
1566 #footer a:hover { 1714 #footer a:hover {
1567 text-decoration: underline; 1715 text-decoration: underline;
1568 color: #8CC63E !important; } 1716 color: #8CC63E !important; }
1569 #footer p { 1717 #footer p {
1570 color: #E1E1E1; } 1718 color: #E1E1E1; }
OLDNEW

Powered by Google App Engine
This is Rietveld