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

Delta Between Two Patch Sets: 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
Left Patch Set: Remove @media screen, Resize h2, Keep icon size Created May 31, 2017, 9:53 a.m.
Right Patch Set: Fix alignment of hr under headings Created July 6, 2017, 10:25 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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
424 .section { 430 .section {
425 margin: 96px 0; } 431 margin-bottom: 96px; }
426 @media (max-width: 768px) { 432 @media (max-width: 768px) {
427 .section { 433 .section {
428 margin: 32px 0; } } 434 margin-bottom: 32px; } }
429 435
430 .section .section { 436 .section .section {
431 margin: 64px 0; } 437 margin-bottom: 64px; }
438 @media (max-width: 768px) {
439 .section .section {
440 margin-bottom: 32px; } }
432 441
433 h1, h2, .center blockquote, h3, .group.items .item::before, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 { 442 h1, h2, .center blockquote, h3, .group.items .item::before, h4, h5, h6 .h1, .h2, .h3, .h4, .h5, .h6 {
434 text-transform: uppercase; 443 text-transform: uppercase;
435 font-weight: 700; 444 font-weight: 700;
436 line-height: 120%; } 445 line-height: 120%; }
437 446
438 h1, 447 h1,
439 .h1 { 448 .h1 {
440 margin: 96px 0 64px 0; 449 margin: 96px 0 64px 0;
441 text-transform: none; 450 text-transform: none;
442 font-size: 42px; 451 font-size: 42px;
443 font-weight: 300; } 452 font-weight: 300; }
444 @media (max-width: 768px) { 453 @media (max-width: 768px) {
445 h1, 454 h1,
446 .h1 { 455 .h1 {
447 font-size: 30px; 456 font-size: 30px;
448 margin-top: 32px; } } 457 margin-top: 32px; } }
458 @media (max-width: 544px) {
459 h1,
460 .h1 {
461 font-size: 26px;
462 margin-bottom: 44px; } }
449 463
450 h2, .center blockquote, 464 h2, .center blockquote,
451 .h2 { 465 .h2 {
452 margin: 64px 0 32px 0; 466 margin: 64px 0 32px 0;
453 font-size: 28px; 467 font-size: 28px;
454 font-weight: 700; } 468 font-weight: 700; }
455 @media (max-width: 768px) { 469 @media (max-width: 768px) {
456 h2, .center blockquote, 470 h2, .center blockquote,
457 .h2 { 471 .h2 {
472 font-size: 24px;
473 margin-top: 32px; } }
474 @media (max-width: 544px) {
475 h2, .center blockquote,
476 .h2 {
458 font-size: 22px; 477 font-size: 22px;
459 margin: 32px 0 32px 0; } } 478 margin-bottom: 16px; } }
460 479
461 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, 480 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,
462 .h3, 481 .h3,
463 .group.items .item h1, 482 .group.items .item h1,
464 .group.items .item h2, 483 .group.items .item h2,
465 .group.items .item .center blockquote, 484 .group.items .item .center blockquote,
466 .center .group.items .item blockquote, 485 .center .group.items .item blockquote,
467 .group.items .item h3, 486 .group.items .item h3,
468 .group.items .item .item::before, 487 .group.items .item .item::before,
469 .group.items .item h4, 488 .group.items .item h4,
470 .group.items .item h5, 489 .group.items .item h5,
471 .group.items .item h6 .h1, 490 .group.items .item h6 .h1,
472 h6 .group.items .item .h1, 491 h6 .group.items .item .h1,
473 .group.items .item .h2, 492 .group.items .item .h2,
474 .group.items .item .h3, 493 .group.items .item .h3,
475 .group.items .item .h4, 494 .group.items .item .h4,
476 .group.items .item .h5, 495 .group.items .item .h5,
477 .group.items .item .h6 { 496 .group.items .item .h6 {
478 margin: 64px 0 32px 0; 497 margin: 64px 0 32px 0;
479 font-size: 22px; 498 font-size: 22px;
480 font-weight: 700; } 499 font-weight: 700; }
500 @media (max-width: 768px) {
501 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,
502 .h3,
503 .group.items .item h1,
504 .group.items .item h2,
505 .group.items .item .center blockquote,
506 .center .group.items .item blockquote,
507 .group.items .item h3,
508 .group.items .item .item::before,
509 .group.items .item h4,
510 .group.items .item h5,
511 .group.items .item h6 .h1,
512 h6 .group.items .item .h1,
513 .group.items .item .h2,
514 .group.items .item .h3,
515 .group.items .item .h4,
516 .group.items .item .h5,
517 .group.items .item .h6 {
518 font-size: 20px;
519 margin-top: 32px; } }
520 @media (max-width: 544px) {
521 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,
522 .h3,
523 .group.items .item h1,
524 .group.items .item h2,
525 .group.items .item .center blockquote,
526 .center .group.items .item blockquote,
527 .group.items .item h3,
528 .group.items .item .item::before,
529 .group.items .item h4,
530 .group.items .item h5,
531 .group.items .item h6 .h1,
532 h6 .group.items .item .h1,
533 .group.items .item .h2,
534 .group.items .item .h3,
535 .group.items .item .h4,
536 .group.items .item .h5,
537 .group.items .item .h6 {
538 margin-bottom: 16px; } }
481 539
482 h4, 540 h4,
483 .h4 { 541 .h4 {
484 margin: 32px 0 16px 0; 542 margin: 32px 0 16px 0;
485 font-size: 20px; 543 font-size: 20px;
486 font-weight: 700; } 544 font-weight: 700; }
545 @media (max-width: 544px) {
546 h4,
547 .h4 {
548 font-size: 18px; } }
487 549
488 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, 550 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,
489 .h5 { 551 .h5 {
490 margin: 16px 0; 552 margin: 16px 0;
491 font-size: 18px; } 553 font-size: 18px; }
554 @media (max-width: 544px) {
555 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,
556 .h5 {
557 font-size: 16px; } }
492 558
493 h6, 559 h6,
494 .h6 { 560 .h6 {
495 margin: 16px 0; 561 margin: 16px 0;
496 font-size: 18px; 562 font-size: 18px;
497 font-weight: 400; } 563 font-weight: 400; }
564 @media (max-width: 544px) {
565 h6,
566 .h6 {
567 font-size: 16px; } }
498 568
499 html, 569 html,
500 body { 570 body {
501 color: #161616; 571 color: #161616;
502 font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetic a Neue", sans-serif; 572 font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetic a Neue", sans-serif;
503 font-size: 18px; 573 font-size: 18px;
504 font-weight: 300; 574 font-weight: 300;
505 line-height: 120%; } 575 line-height: 120%; }
576 @media (max-width: 544px) {
577 html,
578 body {
579 font-size: 16px; } }
506 580
507 small, 581 small,
508 .small { 582 .small {
509 margin-bottom: 8px; 583 margin-bottom: 8px;
510 font-size: 70%; 584 font-size: 70%;
511 line-height: 80%; } 585 line-height: 80%; }
512 586
513 blockquote, 587 blockquote,
514 p, 588 p,
515 ul, 589 ul,
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 dt { 681 dt {
608 margin: 16px 0; } 682 margin: 16px 0; }
609 683
610 dd { 684 dd {
611 margin: 16px 0 32px 0; } 685 margin: 16px 0 32px 0; }
612 686
613 dt { 687 dt {
614 font-size: 20px; 688 font-size: 20px;
615 text-transform: uppercase; 689 text-transform: uppercase;
616 font-weight: 700; } 690 font-weight: 700; }
691 @media (max-width: 768px) {
692 dt {
693 font-size: 18px; } }
617 694
618 blockquote { 695 blockquote {
619 margin: 0; 696 margin: 0;
620 padding: 0 32px; 697 padding: 0 32px;
621 text-transform: uppercase; 698 text-transform: uppercase;
622 font-size: 18px; 699 font-size: 18px;
623 font-weight: 400; 700 font-weight: 400;
624 font-style: italic; } 701 font-style: italic; }
625 702
626 html[dir="ltr"] blockquote { 703 html[dir="ltr"] blockquote {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 width: 24px; 757 width: 24px;
681 height: 3px; 758 height: 3px;
682 margin: 16px 0; 759 margin: 16px 0;
683 border: none; 760 border: none;
684 background-color: #161616; } 761 background-color: #161616; }
685 762
686 h1 + hr, 763 h1 + hr,
687 h2 + hr, .center blockquote + hr { 764 h2 + hr, .center blockquote + hr {
688 position: absolute; 765 position: absolute;
689 margin: -32px 0 32px 0; } 766 margin: -32px 0 32px 0; }
767 @media (max-width: 544px) {
768 h1 + hr,
769 h2 + hr, .center blockquote + hr {
770 margin-top: -21px; } }
690 771
691 .center hr { 772 .center hr {
692 margin: 16px auto; } 773 margin: 16px auto; }
693 774
694 table { 775 table {
695 border-collapse: collapse !important; } 776 border-collapse: collapse !important; }
696 777
697 table td, 778 table td,
698 table th { 779 table th {
699 background-color: #FFFFFF; } 780 background-color: #FFFFFF; }
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 864
784 .inline-buttons { 865 .inline-buttons {
785 margin-top: 64px; 866 margin-top: 64px;
786 margin-bottom: 64px; 867 margin-bottom: 64px;
787 text-align: right; } 868 text-align: right; }
788 869
789 @media (min-width: 544px) { 870 @media (min-width: 544px) {
790 .inline-buttons a, 871 .inline-buttons a,
791 .inline-buttons input { 872 .inline-buttons input {
792 margin-left: 16px; } } 873 margin-left: 16px; } }
874
875 .btn-container {
876 margin-top: 16px;
877 margin-bottom: 16px; }
878 @media (min-width: 544px) {
879 .btn-container {
880 margin-top: 32px;
881 margin-bottom: 32px; } }
882 @media (min-width: 768px) {
883 .btn-container {
884 margin-top: 64px;
885 margin-bottom: 64px; } }
793 886
794 input[type="email"], 887 input[type="email"],
795 input[type="number"], 888 input[type="number"],
796 input[type="search"], 889 input[type="search"],
797 input[type="text"], 890 input[type="text"],
798 input[type="tel"], 891 input[type="tel"],
799 input[type="url"], 892 input[type="url"],
800 input[type="password"], 893 input[type="password"],
801 textarea, 894 textarea,
802 select { 895 select {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 1046
954 .card { 1047 .card {
955 padding: 32px; 1048 padding: 32px;
956 color: #161616; 1049 color: #161616;
957 border: 1px solid #161616; 1050 border: 1px solid #161616;
958 background-color: #FFFFFF; } 1051 background-color: #FFFFFF; }
959 1052
960 .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 { 1053 .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 {
961 height: 48px; 1054 height: 48px;
962 margin: 16px 0 16px 0; } 1055 margin: 16px 0 16px 0; }
1056 @media (max-width: 544px) {
1057 .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 {
1058 height: auto; } }
963 1059
964 .card-icon { 1060 .card-icon {
965 margin: 16px 0; } 1061 margin: 16px 0; }
966 1062
967 .center .card-icon { 1063 .center .card-icon {
968 margin: 48px 0 32px 0; } 1064 margin: 48px 0 32px 0; }
1065 @media (max-width: 768px) {
1066 .center .card-icon {
1067 margin-top: 32px; } }
1068 @media (max-width: 544px) {
1069 .center .card-icon {
1070 margin-top: 16px; } }
969 1071
970 img.card-icon, 1072 img.card-icon,
971 .card-icon img { 1073 .card-icon img {
972 height: 48px; } 1074 height: 48px; }
973 1075
974 .card img.block { 1076 .card img.block {
975 margin: 0; } 1077 margin: 0; }
976 1078
977 .card-summary { 1079 .card-summary {
978 margin: 32px 0; 1080 margin: 32px 0;
979 height: 64px; } 1081 height: 64px; }
1082 @media (max-width: 544px) {
1083 .card-summary {
1084 margin: 16px;
1085 height: auto; } }
980 1086
981 .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 { 1087 .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 {
982 display: block; 1088 display: block;
983 width: 100%; 1089 width: 100%;
984 margin-bottom: -8px; } 1090 margin-bottom: -8px; }
985 1091
986 .card li::before { 1092 .card li::before {
987 width: 32px; 1093 width: 32px;
988 text-align: left; } 1094 text-align: left; }
989 1095
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 vertical-align: top; } 1191 vertical-align: top; }
1086 1192
1087 .group.items .item::before { 1193 .group.items .item::before {
1088 margin-top: 16px; 1194 margin-top: 16px;
1089 text-align: center; 1195 text-align: center;
1090 width: 45px; } 1196 width: 45px; }
1091 1197
1092 html[dir="ltr"] .group .card + .card { 1198 html[dir="ltr"] .group .card + .card {
1093 border-left: 0; } 1199 border-left: 0; }
1094 1200
1201 @media (max-width: 768px) {
1202 html[dir="ltr"] .group .card:first-child {
1203 border-left: 0; } }
1204
1095 html[dir="rtl"] .group .card + .card { 1205 html[dir="rtl"] .group .card + .card {
1096 border-right: 0; } 1206 border-right: 0; }
1207
1208 @media (max-width: 768px) {
1209 html[dir="rtl"] .group .card:last-child {
1210 border-right: 0; } }
1097 1211
1098 .group.items .item { 1212 .group.items .item {
1099 position: relative; 1213 position: relative;
1100 margin-bottom: 32px; 1214 margin-bottom: 32px;
1101 padding: 0 16px; } 1215 padding: 0 16px; }
1102 1216
1103 .group.item-summary { 1217 .group.item-summary {
1104 height: 64px; 1218 height: 64px;
1105 margin-bottom: 32px; } 1219 margin-bottom: 32px; }
1106 1220
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 .masthead .container { 1329 .masthead .container {
1216 padding: 0; } 1330 padding: 0; }
1217 .col-6.masthead-body { 1331 .col-6.masthead-body {
1218 padding: 16px 32px; } 1332 padding: 16px 32px; }
1219 .masthead-img img { 1333 .masthead-img img {
1220 padding: 32px 16px 0 16px; 1334 padding: 32px 16px 0 16px;
1221 margin: 0; } } 1335 margin: 0; } }
1222 1336
1223 .footnote { 1337 .footnote {
1224 margin-top: 64px; } 1338 margin-top: 64px; }
1339 @media (max-width: 768px) {
1340 .footnote {
1341 margin-top: 32px; } }
1225 1342
1226 .footnote-ref { 1343 .footnote-ref {
1227 font-weight: 700; 1344 font-weight: 700;
1228 font-size: 12px; } 1345 font-size: 12px; }
1229 1346
1230 .footnote li > p { 1347 .footnote li > p {
1231 margin: 0; 1348 margin: 0;
1232 display: inline-block; } 1349 display: inline-block; }
1233 1350
1234 #navbar { 1351 #navbar {
1235 width: 100%; 1352 width: 100%;
1236 height: 64px; 1353 height: 64px;
1237 padding: 0 32px; 1354 padding: 0 32px;
1238 background-color: #FFFFFF; 1355 background-color: #FFFFFF;
1239 line-height: 64px; } 1356 line-height: 64px; }
1240 #navbar img { 1357 #navbar img {
1241 height: 16px; 1358 height: 16px;
1242 margin: 0; } 1359 margin: 0; }
1243 1360
1244 .js #navbar { 1361 .js #navbar {
1245 position: fixed; 1362 position: fixed;
1246 z-index: 1; 1363 z-index: 1;
1247 top: 0; 1364 top: 0;
1248 left: 0; } 1365 left: 0; }
1249 1366
1367 .site-title {
1368 margin: 0;
1369 font-size: 17px;
1370 line-height: 64px;
1371 word-spacing: -2px; }
1372
1373 .site-title a {
1374 color: #161616;
1375 text-decoration: none;
1376 font-weight: 300; }
1377
1378 .site-title a strong {
1379 font-weight: 400; }
1380
1250 @media (min-width: 1200px) { 1381 @media (min-width: 1200px) {
1251 html[dir="rtl"] #navbar-logo { 1382 html[dir="rtl"] .site-title {
1252 margin-right: 208px; } 1383 margin-right: 208px; }
1253 html[dir="ltr"] #navbar-logo { 1384 html[dir="ltr"] .site-title {
1254 margin-left: 208px; } } 1385 margin-left: 208px; } }
1255 1386
1256 @media (max-width: 1199px) { 1387 @media (max-width: 1199px) {
1257 .js #navbar { 1388 .js #navbar {
1258 display: none; } } 1389 display: none; } }
1259 1390
1260 #sidebar { 1391 #sidebar {
1261 text-transform: uppercase; 1392 text-transform: uppercase;
1262 color: #FFFFFF; 1393 color: #FFFFFF;
1263 background-color: #161616; 1394 background-color: #161616;
1264 font-size: 16px; 1395 font-size: 16px;
1265 font-weight: 400; 1396 font-weight: 400;
1266 line-height: 100%; } 1397 line-height: 100%; }
1267 #sidebar ul, 1398 #sidebar ul,
1268 #sidebar li { 1399 #sidebar li {
1269 margin: 0; 1400 margin: 0;
1270 padding: 0; 1401 padding: 0;
1271 text-align: inherit; } 1402 text-align: inherit; }
1272 #sidebar a,
1273 #sidebar a:hover,
1274 #sidebar a:active {
1275 display: block;
1276 text-decoration: none;
1277 color: inherit; }
1278 #sidebar #sidebar-brand { 1403 #sidebar #sidebar-brand {
1279 height: 64px; 1404 height: 64px;
1280 line-height: 64px; } 1405 line-height: 64px; }
1281 #sidebar #sidebar-logo { 1406 #sidebar #sidebar-logo {
1282 display: block; 1407 display: block;
1283 padding: 0 32px; 1408 padding: 0 32px;
1284 text-align: inherit; 1409 text-align: inherit;
1285 background-color: #8CC63E; } 1410 background-color: #8CC63E; }
1286 #sidebar #sidebar-logo img { 1411 #sidebar #sidebar-logo img {
1287 width: 32px; 1412 width: 32px;
1288 height: 32px; 1413 height: 32px;
1289 vertical-align: middle; } 1414 vertical-align: middle; }
1290 #sidebar #sidebar-open, 1415 #sidebar #sidebar-open,
1291 #sidebar #sidebar-close, 1416 #sidebar #sidebar-close,
1292 #sidebar #sidebar-title { 1417 #sidebar .site-title {
1293 display: none; } 1418 display: none; }
1294 #sidebar #sidebar-close img { 1419 #sidebar #sidebar-close img {
1295 width: 20px; 1420 width: 20px;
1296 height: 20px; } 1421 height: 20px; }
1297 #sidebar #sidebar-open img { 1422 #sidebar #sidebar-open img {
1298 width: 36px; 1423 width: 36px;
1299 height: 18px; } 1424 height: 18px; }
1425
1426 #sidebar-menus a,
1427 #sidebar-menus a:hover,
1428 #sidebar-menus a:active {
1429 display: block;
1430 text-decoration: none;
1431 color: inherit; }
1300 1432
1301 @media (min-width: 1200px) { 1433 @media (min-width: 1200px) {
1302 #sidebar { 1434 #sidebar {
1303 position: absolute; 1435 position: absolute;
1304 top: 0; 1436 top: 0;
1305 width: 208px; } 1437 width: 208px; }
1306 .js #sidebar { 1438 .js #sidebar {
1307 position: fixed; 1439 position: fixed;
1308 z-index: 2; 1440 z-index: 2;
1309 height: 100%; } 1441 height: 100%; }
(...skipping 12 matching lines...) Expand all
1322 left: 0; 1454 left: 0;
1323 overflow: hidden; 1455 overflow: hidden;
1324 width: 100%; 1456 width: 100%;
1325 height: 64px; } 1457 height: 64px; }
1326 .js #sidebar.open { 1458 .js #sidebar.open {
1327 height: 100%; } 1459 height: 100%; }
1328 html[dir="ltr"].js #sidebar { 1460 html[dir="ltr"].js #sidebar {
1329 text-align: left; } 1461 text-align: left; }
1330 html[dir="rtl"].js #sidebar { 1462 html[dir="rtl"].js #sidebar {
1331 text-align: right; } 1463 text-align: right; }
1332 #sidebar #sidebar-title, 1464 #sidebar .site-title,
1333 #sidebar #sidebar-open { 1465 #sidebar #sidebar-open {
1334 display: block; } 1466 display: block; }
1335 #sidebar.open #sidebar-open { 1467 #sidebar.open #sidebar-open {
1336 display: none; } 1468 display: none; }
1337 #sidebar.open #sidebar-close { 1469 #sidebar.open #sidebar-close {
1338 display: block; } 1470 display: block; }
1339 #sidebar #sidebar-brand { 1471 #sidebar #sidebar-brand {
1340 background-color: #FFFFFF; } 1472 background-color: #FFFFFF; }
1341 #sidebar #sidebar-open, 1473 #sidebar #sidebar-open,
1342 #sidebar #sidebar-close, 1474 #sidebar #sidebar-close,
1343 #sidebar #sidebar-logo, 1475 #sidebar #sidebar-logo,
1344 #sidebar #sidebar-title { 1476 #sidebar .site-title {
1345 padding: 0 16px; } 1477 padding: 0 16px; }
1346 #sidebar #sidebar-open, 1478 #sidebar #sidebar-open,
1347 #sidebar #sidebar-close, 1479 #sidebar #sidebar-close,
1348 #sidebar #sidebar-title { 1480 #sidebar .site-title {
1349 height: 64px; 1481 height: 64px;
1350 line-height: 64px; } 1482 line-height: 64px; }
1351 #sidebar #sidebar-open, 1483 #sidebar #sidebar-open,
1352 #sidebar #sidebar-close { 1484 #sidebar #sidebar-close {
1353 width: 64px; 1485 width: 64px;
1354 min-width: 64px; 1486 min-width: 64px;
1355 margin: 0; 1487 margin: 0;
1356 color: #FFFFFF; 1488 color: #FFFFFF;
1357 border: none; 1489 border: none;
1358 background-color: #161616; 1490 background-color: #161616;
1359 font-size: 32px; } 1491 font-size: 32px; }
1360 #sidebar #sidebar-title img {
1361 display: inline-block;
1362 height: 16px;
1363 vertical-align: middle; }
1364 html[dir="ltr"] #sidebar-open, 1492 html[dir="ltr"] #sidebar-open,
1365 html[dir="ltr"] #sidebar-close, 1493 html[dir="ltr"] #sidebar-close,
1366 html[dir="ltr"] #sidebar-logo, 1494 html[dir="ltr"] #sidebar-logo,
1367 html[dir="ltr"] #sidebar-title { 1495 html[dir="ltr"] #sidebar .site-title {
1368 float: left; } 1496 float: left; }
1369 html[dir="rtl"] #sidebar-open, 1497 html[dir="rtl"] #sidebar-open,
1370 html[dir="rtl"] #sidebar-close, 1498 html[dir="rtl"] #sidebar-close,
1371 html[dir="rtl"] #sidebar-logo, 1499 html[dir="rtl"] #sidebar-logo,
1372 html[dir="rtl"] #sidebar-title { 1500 html[dir="rtl"] #sidebar .site-title {
1373 float: right; } } 1501 float: right; } }
1374 1502
1375 #primary-navigation li { 1503 #primary-navigation li {
1376 position: relative; } 1504 position: relative; }
1377 1505
1378 #primary-navigation ul ul li { 1506 #primary-navigation ul ul li {
1379 color: #8CC63E; 1507 color: #8CC63E;
1380 font-size: 14px; } 1508 font-size: 14px; }
1381 1509
1382 #primary-navigation .active > a { 1510 #primary-navigation .active > a {
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1552 #footer { 1680 #footer {
1553 padding-top: 64px; 1681 padding-top: 64px;
1554 padding-bottom: 96px; 1682 padding-bottom: 96px;
1555 font-size: 70%; 1683 font-size: 70%;
1556 background-color: #292929; 1684 background-color: #292929;
1557 color: #FFFFFF; } 1685 color: #FFFFFF; }
1558 @media (max-width: 768px) { 1686 @media (max-width: 768px) {
1559 #footer { 1687 #footer {
1560 padding-top: 32px; 1688 padding-top: 32px;
1561 padding-bottom: 64px; } } 1689 padding-bottom: 64px; } }
1690 @media (max-width: 544px) {
1691 #footer {
1692 padding-top: 16px;
1693 padding-bottom: 16px; } }
1562 #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 { 1694 #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 {
1563 position: relative; 1695 position: relative;
1564 margin-bottom: 32px; 1696 margin-bottom: 32px;
1565 padding-top: 8px; } 1697 padding-top: 8px; }
1698 @media (max-width: 544px) {
1699 #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 {
1700 margin-bottom: 16px; } }
1566 #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 { 1701 #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 {
1567 display: block; 1702 display: block;
1568 position: absolute; 1703 position: absolute;
1569 top: 0; 1704 top: 0;
1570 left: 0; 1705 left: 0;
1571 width: 16px; 1706 width: 16px;
1572 height: 0; 1707 height: 0;
1573 content: " "; 1708 content: " ";
1574 border-top: 2px solid #FFFFFF; } 1709 border-top: 2px solid #FFFFFF; }
1575 #footer a { 1710 #footer a {
1576 color: #FFFFFF; } 1711 color: #FFFFFF; }
1577 #footer a:hover { 1712 #footer a:hover {
1578 text-decoration: underline; 1713 text-decoration: underline;
1579 color: #8CC63E !important; } 1714 color: #8CC63E !important; }
1580 #footer p { 1715 #footer p {
1581 color: #E1E1E1; } 1716 color: #E1E1E1; }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld