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: Refactor and use .section Created July 5, 2017, 10:52 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-bottom: 96px; }
426 @media (max-width: 768px) {
427 .section {
428 margin-bottom: 32px; } }
432 429
433 .section .section { 430 .section .section {
434 margin: 64px 0; } 431 margin-bottom: 64px; }
432 @media (max-width: 768px) {
433 .section .section {
434 margin-bottom: 32px; } }
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,
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 dt { 675 dt {
601 margin: 16px 0; } 676 margin: 16px 0; }
602 677
603 dd { 678 dd {
604 margin: 16px 0 32px 0; } 679 margin: 16px 0 32px 0; }
605 680
606 dt { 681 dt {
607 font-size: 20px; 682 font-size: 20px;
608 text-transform: uppercase; 683 text-transform: uppercase;
609 font-weight: 700; } 684 font-weight: 700; }
685 @media (max-width: 768px) {
686 dt {
687 font-size: 18px; } }
610 688
611 blockquote { 689 blockquote {
612 margin: 0; 690 margin: 0;
613 padding: 0 32px; 691 padding: 0 32px;
614 text-transform: uppercase; 692 text-transform: uppercase;
615 font-size: 18px; 693 font-size: 18px;
616 font-weight: 400; 694 font-weight: 400;
617 font-style: italic; } 695 font-style: italic; }
618 696
619 html[dir="ltr"] blockquote { 697 html[dir="ltr"] blockquote {
620 border-left: 4px solid #E1E1E1; } 698 border-left: 4px solid #E1E1E1; }
621 699
622 html[dir="rtl"] blockquote { 700 html[dir="rtl"] blockquote {
623 border-right: 4px solid #E1E1E1; } 701 border-right: 4px solid #E1E1E1; }
624 702
625 html .center blockquote { 703 html .center blockquote {
626 border: none; } 704 border: none; }
627 705
628 .center blockquote { 706 .center blockquote {
629 margin: 0; 707 margin: 0;
630 padding: 96px 0; 708 padding: 64px 0;
631 font-style: normal; } 709 font-style: normal; }
710 @media (max-width: 768px) {
711 .center blockquote {
712 font-size: 22px;
713 padding: 32px 0; } }
632 714
633 .center blockquote p:last-child { 715 .center blockquote p:last-child {
634 margin-top: -8px; } 716 margin-top: -8px; }
635 717
636 cite { 718 cite {
637 font-size: 14px; 719 font-size: 14px;
638 font-style: normal; } 720 font-style: normal; }
639 721
640 cite::before { 722 cite::before {
641 content: "-- "; } 723 content: "-- "; }
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 .inline-buttons { 855 .inline-buttons {
774 margin-top: 64px; 856 margin-top: 64px;
775 margin-bottom: 64px; 857 margin-bottom: 64px;
776 text-align: right; } 858 text-align: right; }
777 859
778 @media (min-width: 544px) { 860 @media (min-width: 544px) {
779 .inline-buttons a, 861 .inline-buttons a,
780 .inline-buttons input { 862 .inline-buttons input {
781 margin-left: 16px; } } 863 margin-left: 16px; } }
782 864
865 .btn-container {
866 margin-top: 16px;
867 margin-bottom: 16px; }
868 @media (min-width: 544px) {
869 .btn-container {
870 margin-top: 32px;
871 margin-bottom: 32px; } }
872 @media (min-width: 768px) {
873 .btn-container {
874 margin-top: 64px;
875 margin-bottom: 64px; } }
876
783 input[type="email"], 877 input[type="email"],
784 input[type="number"], 878 input[type="number"],
785 input[type="search"], 879 input[type="search"],
786 input[type="text"], 880 input[type="text"],
787 input[type="tel"], 881 input[type="tel"],
788 input[type="url"], 882 input[type="url"],
789 input[type="password"], 883 input[type="password"],
790 textarea, 884 textarea,
791 select { 885 select {
792 display: block; 886 display: block;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 min-height: 1px; 944 min-height: 1px;
851 padding-right: 16px; 945 padding-right: 16px;
852 padding-left: 16px; } 946 padding-left: 16px; }
853 947
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 { 948 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; } 949 float: left; }
856 950
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 { 951 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; } 952 float: right; }
859 953
954 @media (max-width: 991px) {
955 .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9 {
956 padding-top: 8px;
957 padding-bottom: 8px; } }
958
860 @media (min-width: 544px) { 959 @media (min-width: 544px) {
861 .col-3 { 960 .col-3 {
862 width: 50%; } 961 width: 50%; }
863 html[dir="ltr"] .push-3 { 962 html[dir="ltr"] .push-3 {
864 left: 50%; } 963 left: 50%; }
865 html[dir="ltr"] .pull-3 { 964 html[dir="ltr"] .pull-3 {
866 right: 50%; } 965 right: 50%; }
867 html[dir="rtl"] .push-3 { 966 html[dir="rtl"] .push-3 {
868 right: 50%; } 967 right: 50%; }
869 html[dir="rtl"] .pull-3 { 968 html[dir="rtl"] .pull-3 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 1036
938 .card { 1037 .card {
939 padding: 32px; 1038 padding: 32px;
940 color: #161616; 1039 color: #161616;
941 border: 1px solid #161616; 1040 border: 1px solid #161616;
942 background-color: #FFFFFF; } 1041 background-color: #FFFFFF; }
943 1042
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 { 1043 .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; 1044 height: 48px;
946 margin: 16px 0 16px 0; } 1045 margin: 16px 0 16px 0; }
1046 @media (max-width: 544px) {
1047 .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 {
1048 height: auto; } }
947 1049
948 .card-icon { 1050 .card-icon {
949 margin: 16px 0; } 1051 margin: 16px 0; }
950 1052
951 .center .card-icon { 1053 .center .card-icon {
952 margin: 48px 0 32px 0; } 1054 margin: 48px 0 32px 0; }
1055 @media (max-width: 768px) {
1056 .center .card-icon {
1057 margin-top: 32px; } }
1058 @media (max-width: 544px) {
1059 .center .card-icon {
1060 margin-top: 16px; } }
953 1061
954 img.card-icon, 1062 img.card-icon,
955 .card-icon img { 1063 .card-icon img {
956 height: 48px; } 1064 height: 48px; }
957 1065
958 .card img.block { 1066 .card img.block {
959 margin: 0; } 1067 margin: 0; }
960 1068
961 .card-summary { 1069 .card-summary {
962 margin: 32px 0; 1070 margin: 32px 0;
963 height: 64px; } 1071 height: 64px; }
1072 @media (max-width: 544px) {
1073 .card-summary {
1074 margin: 16px;
1075 height: auto; } }
964 1076
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 { 1077 .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; 1078 display: block;
967 width: 100%; 1079 width: 100%;
968 margin-bottom: -8px; } 1080 margin-bottom: -8px; }
969 1081
970 .card li::before { 1082 .card li::before {
971 width: 32px; 1083 width: 32px;
972 text-align: left; } 1084 text-align: left; }
973 1085
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 html[dir="ltr"] .items .item::before { 1140 html[dir="ltr"] .items .item::before {
1029 left: 0; } 1141 left: 0; }
1030 1142
1031 html[dir="rtl"] .items .item::before { 1143 html[dir="rtl"] .items .item::before {
1032 right: 0; } 1144 right: 0; }
1033 1145
1034 .group-container { 1146 .group-container {
1035 width: 100%; 1147 width: 100%;
1036 max-width: 1140px; 1148 max-width: 1140px;
1037 margin: 0 auto; 1149 margin: 0 auto;
1038 padding: 32px 0; } 1150 padding: 96px 0; }
1151 @media (max-width: 992px) {
1152 .group-container {
1153 padding: 8px; } }
1039 1154
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, 1155 .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 { 1156 .group-container > p {
1042 margin: 32px auto; 1157 margin: 64px auto;
1043 padding: 0 16px; } 1158 padding: 0 16px; }
1044 1159
1160 @media (max-width: 992px) {
1161 .group-container > p {
1162 margin: 32px auto; } }
1163
1045 .group { 1164 .group {
1046 display: table; 1165 display: table;
1047 width: 100%; 1166 width: 100%;
1048 table-layout: fixed; } 1167 table-layout: fixed; }
1049 1168
1050 .group-container .group { 1169 .group-container .group {
1051 margin-bottom: 0; } 1170 margin-bottom: 0; }
1052 1171
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 { 1172 .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; } 1173 margin-top: 0; }
1174 @media (max-width: 992px) {
1175 .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 {
1176 margin: 32px auto; } }
1055 1177
1056 .group .card, 1178 .group .card,
1057 .group .item { 1179 .group .item {
1058 display: table-cell; 1180 display: table-cell;
1059 vertical-align: top; } 1181 vertical-align: top; }
1060 1182
1061 .group.items .item::before { 1183 .group.items .item::before {
1062 margin-top: 16px; 1184 margin-top: 16px;
1063 text-align: center; 1185 text-align: center;
1064 width: 45px; } 1186 width: 45px; }
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 .masthead .container { 1319 .masthead .container {
1198 padding: 0; } 1320 padding: 0; }
1199 .col-6.masthead-body { 1321 .col-6.masthead-body {
1200 padding: 16px 32px; } 1322 padding: 16px 32px; }
1201 .masthead-img img { 1323 .masthead-img img {
1202 padding: 32px 16px 0 16px; 1324 padding: 32px 16px 0 16px;
1203 margin: 0; } } 1325 margin: 0; } }
1204 1326
1205 .footnote { 1327 .footnote {
1206 margin-top: 64px; } 1328 margin-top: 64px; }
1329 @media (max-width: 768px) {
1330 .footnote {
1331 margin-top: 32px; } }
1207 1332
1208 .footnote-ref { 1333 .footnote-ref {
1209 font-weight: 700; 1334 font-weight: 700;
1210 font-size: 12px; } 1335 font-size: 12px; }
1211 1336
1212 .footnote li > p { 1337 .footnote li > p {
1213 margin: 0; 1338 margin: 0;
1214 display: inline-block; } 1339 display: inline-block; }
1215 1340
1216 #navbar { 1341 #navbar {
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 padding-left: 208px; } 1666 padding-left: 208px; }
1542 html[dir="rtl"] .outer { 1667 html[dir="rtl"] .outer {
1543 padding-right: 208px; } } 1668 padding-right: 208px; } }
1544 1669
1545 #footer { 1670 #footer {
1546 padding-top: 64px; 1671 padding-top: 64px;
1547 padding-bottom: 96px; 1672 padding-bottom: 96px;
1548 font-size: 70%; 1673 font-size: 70%;
1549 background-color: #292929; 1674 background-color: #292929;
1550 color: #FFFFFF; } 1675 color: #FFFFFF; }
1676 @media (max-width: 768px) {
1677 #footer {
1678 padding-top: 32px;
1679 padding-bottom: 64px; } }
1680 @media (max-width: 544px) {
1681 #footer {
1682 padding-top: 16px;
1683 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 { 1684 #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; 1685 position: relative;
1553 margin-bottom: 32px; 1686 margin-bottom: 32px;
1554 padding-top: 8px; } 1687 padding-top: 8px; }
1688 @media (max-width: 544px) {
1689 #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 {
1690 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 { 1691 #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; 1692 display: block;
1557 position: absolute; 1693 position: absolute;
1558 top: 0; 1694 top: 0;
1559 left: 0; 1695 left: 0;
1560 width: 16px; 1696 width: 16px;
1561 height: 0; 1697 height: 0;
1562 content: " "; 1698 content: " ";
1563 border-top: 2px solid #FFFFFF; } 1699 border-top: 2px solid #FFFFFF; }
1564 #footer a { 1700 #footer a {
1565 color: #FFFFFF; } 1701 color: #FFFFFF; }
1566 #footer a:hover { 1702 #footer a:hover {
1567 text-decoration: underline; 1703 text-decoration: underline;
1568 color: #8CC63E !important; } 1704 color: #8CC63E !important; }
1569 #footer p { 1705 #footer p {
1570 color: #E1E1E1; } 1706 color: #E1E1E1; }
OLDNEW

Powered by Google App Engine
This is Rietveld