Ticket #25592: 25592.2.diff
File 25592.2.diff, 53.6 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentyfourteen/images/pattern-dark.svg
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 1 4 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 2 width="5px" height="5px" viewBox="0 0 5 5" enable-background="new 0 0 5 5" xml:space="preserve"> 3 <g> 4 <polygon points="1,0 0,1 0,5 5,0 "/> 5 <polygon points="5,5 5,1 1,5 "/> 6 </g> 5 width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> 6 <path d="M0,20v-4L16,0h4L0,20z M15,0h-4L0,11v4L15,0z M25,0h-4L0,21v4L25,0z M26,0L0,26v4L30,0H26z M10,0H6L0,6v4L10,0z M5,0H1L0,1 7 v4L5,0z M30,30v-4l-4,4H30z M5,30L30,5V1L1,30H5z M10,30l20-20V6L6,30H10z M15,30l15-15v-4L11,30H15z M20,30l10-10v-4L16,30H20z 8 M25,30l5-5v-4l-9,9H25z"/> 7 9 </svg> -
wp-content/themes/twentyfourteen/images/pattern-light.svg
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 1 4 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 2 width="5px" height="5px" viewBox="0 0 5 5" enable-background="new 0 0 5 5" xml:space="preserve"> 3 <g> 4 <polygon fill="#FFFFFF" points="1,0 0,1 0,5 5,0 "/> 5 <polygon fill="#FFFFFF" points="5,5 5,1 1,5 "/> 6 </g> 5 width="30px" height="30px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> 6 <path fill="#FFFFFF" d="M0,15v-4L11,0h4L0,15z M10,0H6L0,6v4L10,0z M20,0h-4L0,16v4L20,0z M25,0h-4L0,21v4L25,0z M26,0L0,26v4L30,0 7 H26z M5,0H1L0,1v4L5,0z M5,30L30,5V1L1,30H5z M10,30l20-20V6L6,30H10z M15,30l15-15v-4L11,30H15z M20,30l10-10v-4L16,30H20z M25,30 8 l5-5v-4l-9,9H25z M30,30v-4l-4,4H30z"/> 7 9 </svg> -
wp-content/themes/twentyfourteen/inc/customizer.php
140 140 $css = '/* Custom accent color. */ 141 141 a, 142 142 .paging-navigation .page-numbers.current, 143 .content-sidebar .widget _twentyfourteen_ephemera .post-format-archive-link{143 .content-sidebar .widget a { 144 144 color: ' . $accent_color . '; 145 145 } 146 146 … … 151 151 input[type="submit"], 152 152 .search-toggle, 153 153 .hentry .mejs-controls .mejs-time-rail .mejs-time-current, 154 .widget_calendar tbody a { 154 .widget_calendar tbody a, 155 .slider-control-paging a:hover:before, 156 .slider-direction-nav a:hover { 155 157 background-color: ' . $accent_color . '; 156 158 } 157 159 158 @media screen and (min-width: 782px) {159 .primary-navigation ul ul,160 .primary-navigation li:hover > a {161 background-color: ' . $accent_color . ';162 }163 }164 165 160 ::-moz-selection { 166 161 background: ' . $accent_color . '; 167 162 } … … 174 169 border-color: ' . $accent_color . '; 175 170 } 176 171 172 @media screen and (min-width: 782px) { 173 .primary-navigation ul ul, 174 .primary-navigation li:hover > a { 175 background-color: ' . $accent_color . '; 176 } 177 } 178 179 @media screen and (min-width: 1008px) { 180 .secondary-navigation li:hover > a, 181 .secondary-navigation ul ul { 182 background-color: ' . $accent_color . '; 183 } 184 } 185 177 186 /* Generated variant of custom accent color: slightly lighter. */ 178 187 button:hover, 179 188 button:focus, … … 187 196 .search-toggle:hover, 188 197 .search-toggle.active, 189 198 .search-box, 190 . primary-navigation ul ula:hover,191 . widget_calendar tbody a:hover{199 .widget_calendar tbody a:hover, 200 .slider-control-paging .slider-active:before { 192 201 background-color: ' . $accent_lighter . '; 193 202 } 194 203 204 @media screen and (min-width: 782px) { 205 .primary-navigation ul ul a:hover, 206 .secondary-navigation ul ul a:hover { 207 background-color: ' . $accent_lighter . '; 208 } 209 } 210 195 211 /* Generated variant of custom accent color: much lighter. */ 196 212 button:active, 197 213 .contributor-posts-link:active, … … 209 225 .site-navigation .current_page_ancestor > a, 210 226 .site-navigation .current-menu-item > a, 211 227 .site-navigation .current-menu-ancestor > a, 212 .secondary-navigation a:hover,213 228 .entry-title a:hover, 229 .entry-meta a:hover, 214 230 .cat-links a:hover, 215 231 .post-navigation a:hover, 216 232 .image-navigation a:hover, … … 218 234 .comment-list .pingback a:hover, 219 235 .comment-list .trackback a:hover, 220 236 .comment-metadata a:hover, 221 .footer-sidebar a:hover, 222 .primary-sidebar a:hover, 223 .content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link:hover, 237 .widget a:hover, 238 .widget a:focus, 239 .widget a:active, 240 .content-sidebar .widget a:hover, 241 .content-sidebar .widget a:focus, 242 .content-sidebar .widget a:active, 243 .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover, 224 244 .featured-content a:hover { 225 245 color: ' . $accent_much_lighter . '; 226 246 } -
wp-content/themes/twentyfourteen/style.css
34 34 * 6.9 - Contributor Page 35 35 * 6.10 - 404 Page 36 36 * 6.11 - Full-width 37 * 6.12 - Comments 37 * 6.12 - Singular 38 * 6.13 - Comments 38 39 * 7.0 - Sidebar 39 40 * 7.1 - Widgets 40 41 * 7.2 - Content Sidebar Widgets … … 45 46 */ 46 47 47 48 48 49 49 /** 50 50 * 1.0 Reset 51 51 * … … 173 173 } 174 174 175 175 address { 176 font-style: italic; 176 177 margin-bottom: 24px; 177 178 } 178 179 179 abbr, 180 acronym { 180 abbr[title] { 181 181 border-bottom: 1px dotted #2b2b2b; 182 182 cursor: help; 183 183 } … … 199 199 text-decoration: none; 200 200 } 201 201 202 p { 203 margin-bottom: 24px; 204 } 205 202 206 code, 203 207 kbd, 204 208 tt, … … 207 211 pre { 208 212 font-family: monospace, serif; 209 213 font-size: 15px; 214 -webkit-hyphens: none; 215 -moz-hyphens: none; 216 -ms-hyphens: none; 217 hyphens: none; 210 218 line-height: 1.6; 211 219 } 212 220 213 221 pre { 214 background: #eee; 222 border: 1px solid rgba(0, 0, 0, 0.1); 223 -webkit-box-sizing: border-box; 224 -moz-box-sizing: border-box; 225 box-sizing: border-box; 215 226 margin-bottom: 24px; 216 227 max-width: 100%; 217 228 overflow: auto; 218 229 padding: 12px; 230 white-space: pre; 231 white-space: pre-wrap; 232 word-wrap: break-word; 219 233 } 220 234 221 235 blockquote, 222 236 q { 237 -webkit-hyphens: none; 238 -moz-hyphens: none; 239 -ms-hyphens: none; 240 hyphens: none; 223 241 quotes: none; 224 242 } 225 243 … … 240 258 margin-bottom: 24px; 241 259 } 242 260 261 blockquote cite, 262 blockquote small { 263 color: #2b2b2b; 264 font-size: 16px; 265 font-weight: 400; 266 line-height: 1.5; 267 } 268 243 269 blockquote em, 244 270 blockquote i, 245 271 blockquote cite { 246 272 font-style: normal; 247 273 } 248 274 249 blockquote cite {250 color: #2b2b2b;251 font-size: 16px;252 font-weight: 400;253 line-height: 1.5;254 }255 256 275 blockquote strong, 257 276 blockquote b { 258 277 font-weight: 400; 259 278 } 260 279 261 280 small { 262 font-size: 75%;281 font-size: smaller; 263 282 } 264 283 265 284 big { … … 324 343 margin: 0; 325 344 } 326 345 346 fieldset { 347 border: 1px solid rgba(0, 0, 0, 0.1); 348 margin: 0 0 24px; 349 padding: 11px 12px 0; 350 } 351 352 legend { 353 white-space: normal; 354 } 355 356 button, 357 input, 358 select, 359 textarea { 360 -webkit-box-sizing: border-box; 361 -moz-box-sizing: border-box; 362 box-sizing: border-box; 363 font-size: 100%; 364 margin: 0; 365 max-width: 100%; 366 } 367 368 button, 369 input { 370 line-height: normal; 371 } 372 373 input, 374 textarea { 375 background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */ 376 } 377 378 button, 379 html input[type="button"], 380 input[type="reset"], 381 input[type="submit"] { 382 -webkit-appearance: button; 383 cursor: pointer; 384 } 385 386 button[disabled], 387 input[disabled] { 388 cursor: default; 389 } 390 391 input[type="checkbox"], 392 input[type="radio"] { 393 padding: 0; 394 } 395 396 input[type="search"] { 397 -webkit-appearance: textfield; 398 } 399 400 input[type="search"]::-webkit-search-decoration { 401 -webkit-appearance: none; 402 } 403 404 button::-moz-focus-inner, 405 input::-moz-focus-inner { 406 border: 0; 407 padding: 0; 408 } 409 410 textarea { 411 overflow: auto; 412 vertical-align: top; 413 } 414 327 415 table, 328 416 th, 329 417 td { … … 377 465 text-shadow: none; 378 466 } 379 467 380 p {381 margin-bottom: 24px;382 }383 468 384 button, 469 /** 470 * 2.0 Repeatable Patterns 471 * ----------------------------------------------------------------------------- 472 */ 473 474 /* Input fields */ 475 385 476 input, 386 select,387 477 textarea { 388 font-size: 100%; 389 margin: 0; 390 max-width: 100%; 478 border: 1px solid rgba(0, 0, 0, 0.1); 479 border-radius: 2px; 480 color: #2b2b2b; 481 padding: 8px 10px 7px; 391 482 } 392 483 393 button,394 input {395 line-height: normal;396 }397 398 button,399 input[type="button"],400 input[type="checkbox"],401 input[type="email"],402 input[type="password"],403 input[type="radio"],404 input[type="reset"],405 input[type="search"],406 input[type="submit"],407 input[type="text"],408 input[type="url"],409 484 textarea { 410 -webkit-box-sizing: border-box; 411 -moz-box-sizing: border-box; 412 box-sizing: border-box; 413 background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */ 485 width: 100%; 414 486 } 415 487 416 button, 417 html input[type="button"], 418 input[type="reset"], 419 input[type="submit"] { 420 -webkit-appearance: button; 421 cursor: pointer; 488 input:focus, 489 textarea:focus { 490 border: 1px solid rgba(0, 0, 0, 0.3); 491 outline: 0; 422 492 } 423 493 424 input[type="checkbox"],425 input[type="radio"] {426 padding: 0;427 }428 429 input[type="search"] {430 -webkit-appearance: textfield;431 }432 433 input[type="search"]::-webkit-search-decoration {434 -webkit-appearance: none;435 }436 437 button::-moz-focus-inner,438 input::-moz-focus-inner {439 border: 0;440 padding: 0;441 }442 443 textarea {444 overflow: auto;445 vertical-align: top;446 }447 448 449 /**450 * 2.0 Repeatable Patterns451 * -----------------------------------------------------------------------------452 */453 454 494 /* Buttons */ 455 495 456 496 button, … … 459 499 input[type="reset"], 460 500 input[type="submit"] { 461 501 background-color: #24890d; 462 border: none;502 border: 0; 463 503 border-radius: 2px; 464 504 color: #fff; 465 505 font-size: 12px; … … 490 530 background-color: #55d737; 491 531 } 492 532 493 /* Input Fields */ 533 .search-field { 534 width: 100%; 535 } 494 536 495 input[type="email"], 496 input[type="password"], 497 input[type="search"], 498 input[type="text"], 499 input[type="url"], 500 textarea { 501 border: 1px solid rgba(0, 0, 0, 0.1); 502 border-radius: 2px; 503 color: #2b2b2b; 504 padding: 8px 10px 7px; 537 .search-submit { 538 display: none; 505 539 } 506 540 507 input[type="email"]:focus, 508 input[type="password"]:focus, 509 input[type="search"]:focus, 510 input[type="text"]:focus, 511 input[type="url"]:focus, 512 textarea:focus { 513 color: #2b2b2b; 541 /* Placeholder text color -- selectors need to be separate to work. */ 542 543 ::-webkit-input-placeholder { 544 color: #767676; 514 545 } 515 546 516 textarea { 517 padding: 8px 10px; 518 width: 100%; 547 :-moz-placeholder { 548 color: #767676; 519 549 } 520 550 521 .search-field{522 width: 100%;551 ::-moz-placeholder { 552 color: #767676; 523 553 } 524 554 525 .search-submit{526 display: none;555 :-ms-input-placeholder { 556 color: #767676; 527 557 } 528 558 529 559 /* Responsive images. Fluid images for posts, comments, and widgets */ 530 560 561 .comment-content img, 531 562 .entry-content img, 532 563 .entry-summary img, 533 .comment-content img,534 564 #site-header img, 535 565 .widget img, 536 566 .wp-caption { … … 542 572 * scaled correctly. 543 573 */ 544 574 575 .comment-content img[height], 545 576 .entry-content img, 546 577 .entry-summary img, 547 .comment-content img[height],548 578 img[class*="align"], 549 579 img[class*="wp-image-"], 550 580 img[class*="attachment-"], … … 582 612 /* Alignment */ 583 613 584 614 .alignleft { 585 display: inline;586 615 float: left; 587 margin-right: 24px;588 616 } 589 617 590 618 .alignright { 591 display: inline;592 619 float: right; 593 margin-left: 24px;594 620 } 595 621 596 622 .aligncenter { 597 clear: both;598 623 display: block; 599 margin: 0 auto; 624 margin-left: auto; 625 margin-right: auto; 600 626 } 601 627 602 628 blockquote.alignleft, 603 img.alignleft, 604 .wp-caption.alignleft { 629 img.alignleft { 605 630 margin: 7px 24px 7px 0; 606 631 } 607 632 633 .wp-caption.alignleft { 634 margin: 7px 14px 7px 0; 635 } 636 608 637 blockquote.alignright, 609 img.alignright, 610 .wp-caption.alignright { 638 img.alignright { 611 639 margin: 7px 0 7px 24px; 612 640 } 613 641 642 .wp-caption.alignright { 643 margin: 7px 0 7px 14px; 644 } 645 614 646 blockquote.aligncenter, 615 647 img.aligncenter, 616 648 .wp-caption.aligncenter { … … 652 684 font-style: italic; 653 685 line-height: 1.5; 654 686 margin: 9px 0; 687 padding-right: 10px; 655 688 } 656 689 657 690 img.wp-smiley { 658 border: none;691 border: 0; 659 692 margin-bottom: 0; 660 693 margin-top: 0; 661 694 padding: 0; … … 735 768 .widget_twentyfourteen_ephemera .widget-title:before { 736 769 -webkit-font-smoothing: antialiased; 737 770 display: inline-block; 738 font-family: Genericons; 739 font-size: 16px; 740 font-style: normal; 741 font-weight: normal; 742 line-height: 1; 771 font: normal 16px/1 Genericons; 743 772 text-decoration: inherit; 744 773 vertical-align: top; 745 774 } 746 775 747 /* Separator */776 /* Separators */ 748 777 749 778 .site-content span + .entry-date:before, 750 779 .full-size-link:before, … … 784 813 } 785 814 786 815 .site-header { 816 background-color: #000; 787 817 max-width: 1260px; 788 818 position: relative; 789 819 width: 100%; … … 791 821 } 792 822 793 823 .header-main { 794 background-color: #000;795 824 min-height: 48px; 796 825 padding: 0 10px; 797 826 } 798 827 799 828 .site-title { 800 display: inline-block;801 829 float: left; 802 830 font-size: 18px; 803 831 font-weight: 700; … … 816 844 cursor: pointer; 817 845 float: right; 818 846 height: 48px; 819 margin-right: 48px;847 margin-right: 38px; 820 848 text-align: center; 821 849 width: 48px; 822 850 } … … 837 865 -webkit-box-sizing: border-box; 838 866 -moz-box-sizing: border-box; 839 867 box-sizing: border-box; 840 position: relative; 868 position: absolute; 869 top: 48px; 841 870 width: 100%; 842 871 z-index: 2; 843 872 } … … 855 884 width: 300px; 856 885 } 857 886 887 .search-toggle .screen-reader-text { 888 right: 0; /* This makes sure a horizontal scrollbar won't appear */ 889 } 858 890 891 859 892 /** 860 893 * 5.0 Navigations 861 894 * ----------------------------------------------------------------------------- 862 895 */ 863 896 897 .site-navigation ul { 898 list-style: none; 899 margin: 0; 900 } 901 902 .site-navigation li { 903 border-top: 1px solid rgba(255, 255, 255, 0.2); 904 } 905 906 .site-navigation ul ul { 907 margin-left: 20px; 908 } 909 864 910 .site-navigation a { 865 911 color: #fff; 912 display: block; 866 913 text-transform: uppercase; 867 914 } 868 915 … … 873 920 color: #55d737; 874 921 } 875 922 876 .site-navigation ul{877 list-style: none;923 .site-navigation a:hover { 924 color: rgba(255, 255, 255, 0.7); 878 925 } 879 926 880 927 /* Primary Navigation */ … … 885 932 -moz-box-sizing: border-box; 886 933 box-sizing: border-box; 887 934 font-size: 14px; 888 margin: 0 auto;889 935 padding-top: 24px; 890 936 } 891 937 892 938 .primary-navigation.toggled-on { 893 border-bottom: 1px solid rgba(255, 255, 255, 0.4); 894 margin-bottom: 36px; 895 padding-top: 72px; 939 padding: 72px 0 36px; 896 940 } 897 941 898 942 .primary-navigation .nav-menu { 943 border-bottom: 1px solid rgba(255, 255, 255, 0.2); 899 944 display: none; 900 945 } 901 946 … … 903 948 display: block; 904 949 } 905 950 906 .primary-navigation ul {907 list-style: none;908 margin: 0;909 padding-left: 0;910 }911 912 .primary-navigation li {913 border-top: 1px solid rgba(255, 255, 255, 0.2);914 }915 916 .primary-navigation ul ul li {917 margin-left: 15px;918 }919 920 951 .primary-navigation a { 921 color: #fff;922 display: block;923 952 padding: 7px 0; 924 text-decoration: none;925 953 } 926 954 927 .primary-navigation a:hover {928 color: rgba(255, 255, 255, 0.7);929 }930 931 955 /* Secondary Navigation */ 932 956 933 957 .secondary-navigation { 934 958 border-bottom: 1px solid rgba(255, 255, 255, 0.2); 935 font-size: 1 4px;959 font-size: 11px; 936 960 margin: 48px 0; 937 961 } 938 962 939 963 .secondary-navigation a { 940 display: block; 941 padding: 8px 0 9px; 964 padding: 10px 0; 942 965 } 943 966 944 .secondary-navigation a:hover {945 color: #55d737;946 }947 948 .secondary-navigation ul {949 margin: 0;950 }951 952 .secondary-navigation ul ul {953 margin-left: 20px;954 }955 956 .secondary-navigation li {957 border-top: 1px solid rgba(255, 255, 255, 0.2);958 }959 960 967 .menu-toggle { 961 background-color: #000;962 968 cursor: pointer; 963 969 font-size: 0; 964 height: 16px;970 height: 48px; 965 971 margin: 0; 966 padding: 16px;967 972 position: absolute; 968 973 top: 0; 969 974 right: 0; 975 text-align: center; 976 width: 48px; 970 977 } 971 978 972 979 .menu-toggle:before { 973 980 color: #fff; 974 981 content: "\f419"; 982 margin-top: 16px; 975 983 } 976 984 977 985 … … 1005 1013 */ 1006 1014 1007 1015 .post-thumbnail { 1008 background: url(images/pattern-light.svg) #767676repeat fixed;1016 background: #767676 url(images/pattern-light.svg) repeat fixed; 1009 1017 display: none; 1010 float: none;1011 1018 height: auto; 1012 1019 margin: 0; 1013 min-height: 192px;1020 min-height: 216px; 1014 1021 position: relative; 1015 1022 width: 100%; 1016 1023 z-index: 0; 1017 1024 } 1018 1025 1019 1026 a.post-thumbnail:hover { 1020 background : url(images/pattern-light.svg) #919191 repeat fixed;1027 background-color: #919191; 1021 1028 } 1022 1029 1023 1030 .post-thumbnail img { … … 1041 1048 z-index: 1; 1042 1049 } 1043 1050 1044 .site-content .entry-header {1045 background-color: #fff;1046 padding: 0 10px 12px;1047 }1048 1049 .site-content .has-post-thumbnail .entry-header,1050 .site-content .format-standard .entry-header {1051 padding-top: 24px;1052 }1053 1054 .site-content .format-standard.post-password-required .entry-header {1055 padding-top: 0;1056 }1057 1058 1051 .entry-title { 1059 clear: none;1060 font-size: 15px;1061 font-weight: 900;1062 line-height: 1.2;1063 margin: 0 0 6px 0;1064 }1065 1066 .site-content .entry-title {1067 1052 font-size: 33px; 1068 1053 font-weight: 300; 1069 1054 line-height: 1.0909090909; 1070 1055 margin-bottom: 12px; 1056 margin: 0 0 12px 0; 1071 1057 text-transform: uppercase; 1072 1058 } 1073 1059 … … 1079 1065 color: #55d737; 1080 1066 } 1081 1067 1068 .site-content .entry-header { 1069 background-color: #fff; 1070 padding: 0 10px 12px; 1071 } 1082 1072 1073 .site-content .has-post-thumbnail .entry-header, 1074 .site-content .format-standard .entry-header { 1075 padding-top: 24px; 1076 } 1077 1078 .site-content .format-standard.post-password-required .entry-header { 1079 padding-top: 0; 1080 } 1081 1082 1083 1083 /** 1084 1084 * 6.3 Entry Meta 1085 1085 * ----------------------------------------------------------------------------- … … 1093 1093 line-height: 1.3333333333; 1094 1094 } 1095 1095 1096 .site-content .entry-meta {1097 background-color: #fff;1098 margin-bottom: 8px;1099 text-transform: uppercase;1100 }1101 1102 1096 .entry-meta a { 1103 1097 color: #767676; 1104 1098 } 1105 1099 1106 1100 .entry-meta a:hover { 1107 color: # 2b2b2b;1101 color: #55d737; 1108 1102 } 1109 1103 1110 1104 .sticky .entry-date { … … 1133 1127 display: inline; 1134 1128 } 1135 1129 1130 .site-content .entry-meta { 1131 background-color: #fff; 1132 margin-bottom: 8px; 1133 text-transform: uppercase; 1134 } 1135 1136 1136 .site-content footer.entry-meta { 1137 margin: 12px auto 36px;1137 margin: 12px auto; 1138 1138 padding: 0 10px; 1139 1139 } 1140 1140 1141 .site-content footer.entry-meta:empty { 1142 margin-top: 0; 1143 margin-bottom: 0; 1144 } 1141 1145 1146 1142 1147 /* Tag links style */ 1143 1148 1144 1149 .tag-links a { … … 1190 1195 width: 4px; 1191 1196 } 1192 1197 1193 @-moz-document url-prefix() { /* For Firefox to avoid jagged edge */1194 .tag-links a:before {1195 border-right: 10px solid #767676;1196 left: -10px;1197 }1198 }1199 1198 1200 1201 1199 /** 1202 1200 * 6.3 Entry Content 1203 1201 * ----------------------------------------------------------------------------- 1204 1202 */ 1205 1203 1206 1204 .entry-content, 1207 .page-content, 1208 .entry-summary { 1209 position: relative; 1210 z-index: 2; 1205 .entry-summary, 1206 .page-content { 1207 -webkit-hyphens: auto; 1208 -moz-hyphens: auto; 1209 -ms-hyphens: auto; 1210 hyphens: auto; 1211 word-wrap: break-word; 1211 1212 } 1212 1213 1213 1214 .site-content .entry-content, … … 1222 1223 } 1223 1224 1224 1225 .entry-content a, 1226 .entry-summary a, 1225 1227 .page-content a, 1226 .entry-summary a,1227 1228 .comment-content a { 1228 1229 text-decoration: underline; 1229 1230 } 1230 1231 1231 1232 .entry-content a:hover, 1233 .entry-summary a:hover, 1232 1234 .page-content a:hover, 1233 .entry-summary a:hover,1234 1235 .comment-content a:hover { 1235 1236 text-decoration: none; 1236 1237 } … … 1256 1257 1257 1258 .entry-content .edit-link { 1258 1259 clear: both; 1259 display: block; 1260 font-size: 12px; 1261 font-weight: 400; 1262 line-height: 1.3333333333; 1263 text-transform: uppercase; 1260 1264 } 1261 1265 1266 .entry-content .edit-link a { 1267 color: #767676; 1268 text-decoration: none; 1269 } 1270 1262 1271 /* Mediaelements */ 1263 1272 1264 1273 .hentry .mejs-container { … … 1333 1342 color: #fff; 1334 1343 } 1335 1344 1336 .page-links > span.page-links-title {1345 .page-links > .page-links-title { 1337 1346 height: auto; 1338 1347 margin: 0; 1339 1348 padding-right: 9px; … … 1349 1358 white-space: pre; 1350 1359 } 1351 1360 1352 .more-link:hover,1353 .post-format-archive-link:hover {1354 text-decoration: none;1355 }1356 1357 1361 .more-link .meta-nav, 1358 1362 .post-format-archive-link .meta-nav { 1359 1363 position: relative; … … 1456 1460 1457 1461 .gallery-caption { 1458 1462 background-color: rgba(0, 0, 0, 0.7); 1459 box-sizing: border-box; 1463 -webkit-box-sizing: border-box; 1464 -moz-box-sizing: border-box; 1465 box-sizing: border-box; 1460 1466 color: #fff; 1461 1467 font-size: 12px; 1462 1468 line-height: 1.5; … … 1476 1482 height: 100%; 1477 1483 min-height: 49px; 1478 1484 position: absolute; 1485 top: 0; 1479 1486 left: 0; 1480 top: 0;1481 1487 width: 100%; 1482 1488 } 1483 1489 … … 1502 1508 .format-quote .entry-content, 1503 1509 .format-quote .entry-summary, 1504 1510 .format-link .entry-content, 1505 .format-link .entry-summary {1511 .format-link .entry-summary { 1506 1512 padding-top: 0; 1507 1513 } 1508 1514 … … 1534 1540 .image-navigation .previous-image, 1535 1541 .image-navigation .next-image { 1536 1542 border-bottom: 1px solid rgba(0, 0, 0, 0.1); 1537 -webkit-box-sizing: border-box; 1538 -moz-box-sizing: border-box; 1539 box-sizing: border-box; 1540 float: none; 1541 padding: 11px 0; 1542 text-align: left; 1543 padding: 11px 0 12px; 1543 1544 width: 100%; 1544 1545 } 1545 1546 … … 1582 1583 .paging-navigation .page-numbers { 1583 1584 border-top: 5px solid transparent; 1584 1585 display: inline-block; 1585 font-size: 1 3px;1586 font-size: 14px; 1586 1587 font-weight: 900; 1587 1588 margin-right: 1px; 1588 padding: 7px 1 5px;1589 padding: 7px 16px; 1589 1590 text-transform: uppercase; 1590 1591 } 1591 1592 … … 1599 1600 } 1600 1601 1601 1602 .paging-navigation a:hover { 1602 background-color: #f5f5f5;1603 1603 border-top: 5px solid #55d737; 1604 1604 color: #2b2b2b; 1605 1605 } … … 1643 1643 font-size: 16px; 1644 1644 font-weight: 900; 1645 1645 line-height: 1.5; 1646 margin: 0 0 24px;1646 margin: 0; 1647 1647 } 1648 1648 1649 1649 .taxonomy-description { 1650 1650 color: #767676; 1651 font-size: 1 2px;1652 line-height: 1. 5;1651 font-size: 14px; 1652 line-height: 1.2857142857; 1653 1653 margin-bottom: 18px; 1654 1654 } 1655 1655 1656 .taxonomy-description p:last-child {1657 margin: 0;1658 }1659 1656 1660 1661 1657 /** 1662 1658 * 6.9 Contributor Page 1663 1659 * ----------------------------------------------------------------------------- … … 1671 1667 padding: 48px 10px; 1672 1668 } 1673 1669 1670 .contributor:nth-of-type(1) { 1671 padding-top: 24px; 1672 } 1673 1674 1674 .contributor-info { 1675 1675 margin: 0 auto; 1676 1676 max-width: 474px; … … 1688 1688 font-weight: 900; 1689 1689 line-height: 1.5; 1690 1690 margin: 0; 1691 text-transform: uppercase;1692 1691 } 1693 1692 1694 .contributor-bio {1695 color: #767676;1693 .contributor-bio a { 1694 text-decoration: underline; 1696 1695 } 1697 1696 1697 .contributor-bio a:hover { 1698 text-decoration: none; 1699 } 1700 1698 1701 .contributor-posts-link { 1699 1702 display: inline-block; 1700 1703 line-height: 1; … … 1712 1715 * ----------------------------------------------------------------------------- 1713 1716 */ 1714 1717 1715 .error404 .page-header,1716 1718 .error404 .page-content { 1717 1719 padding-top: 0; 1718 1720 } 1719 1721 1720 1722 .error404 .page-content .search-form { 1721 margin-bottom: 36px;1723 margin-bottom: 24px; 1722 1724 } 1723 1725 1724 1726 … … 1727 1729 * ----------------------------------------------------------------------------- 1728 1730 */ 1729 1731 1730 .full-width.singular .content-area {1731 padding-top: 0;1732 }1733 1734 1732 .full-width .hentry { 1735 1733 max-width: 100%; 1736 1734 } 1737 1735 1738 .full-width.singular .hentry.no-post-thumbnail, 1739 .full-width.singular .hentry.no-post-thumbnail.format-standard.post-password-required { 1740 padding-top: 24px; 1736 1737 /** 1738 * 6.12 Singular 1739 * ----------------------------------------------------------------------------- 1740 */ 1741 1742 .singular .hentry.format-standard, 1743 .singular .hentry.has-post-thumbnail { 1744 margin-top: -24px; 1741 1745 } 1742 1746 1743 . full-width.singular .hentry.no-post-thumbnail.format-standard {1744 padding-top: 0;1747 .singular .hentry.format-standard.post-password-required { 1748 margin-top: 0 1745 1749 } 1746 1750 1747 1751 1748 1752 /** 1749 * 6.1 2Comments1753 * 6.13 Comments 1750 1754 * ----------------------------------------------------------------------------- 1751 1755 */ 1752 1756 … … 1757 1761 } 1758 1762 1759 1763 .comment-reply-title, 1760 .comments-title ,{1764 .comments-title { 1761 1765 font-size: 16px; 1762 1766 font-weight: 900; 1763 1767 line-height: 1.5; 1764 margin -bottom: 0;1768 margin: 0; 1765 1769 text-transform: uppercase; 1766 1770 } 1767 1771 1768 .comment-form {1769 background: #fff;1770 }1771 1772 1772 .comment-list { 1773 1773 list-style: none; 1774 1774 margin: 0 0 48px 0; … … 1777 1777 .comment-author { 1778 1778 font-size: 14px; 1779 1779 line-height: 1.7142857142; 1780 text-transform: uppercase;1781 1780 } 1782 1781 1783 1782 .comment-list .reply, … … 1787 1786 text-transform: uppercase; 1788 1787 } 1789 1788 1789 .comment-list .reply { 1790 margin-top: 24px; 1791 } 1792 1790 1793 .comment-author .fn { 1791 1794 font-weight: 900; 1792 text-transform: uppercase;1793 1795 } 1794 1796 1795 1797 .comment-author a { … … 1807 1809 .comment-list .trackback a:hover, 1808 1810 .comment-metadata a:hover { 1809 1811 color: #55d737; 1810 text-decoration: none;1811 1812 } 1812 1813 1813 .comment s-areaarticle,1814 .comment-list article, 1814 1815 .comment-list .pingback, 1815 1816 .comment-list .trackback { 1816 border- top: 1px solid rgba(0, 0, 0, 0.1);1817 margin- bottom: 24px;1818 padding- top: 24px;1817 border-bottom: 1px solid rgba(0, 0, 0, 0.1); 1818 margin-top: 24px; 1819 padding-bottom: 24px; 1819 1820 } 1820 1821 1821 .comment-list li:first-child article {1822 border: none;1823 }1824 1825 .comments-area article {1826 background: none;1827 min-height: 48px;1828 }1829 1830 1822 .comment-author { 1831 1823 padding-left: 36px; 1832 1824 position: relative; … … 1850 1842 display: none; 1851 1843 } 1852 1844 1853 .comment-author .fn {1854 font-style: normal;1855 }1856 1857 1845 .comment-content, 1858 1846 .comment-list .reply, 1859 1847 .comment-metadata { … … 1876 1864 } 1877 1865 1878 1866 .comment-content { 1867 -webkit-hyphens: auto; 1868 -moz-hyphens: auto; 1869 -ms-hyphens: auto; 1870 hyphens: auto; 1879 1871 word-wrap: break-word; 1880 1872 } 1881 1873 … … 1889 1881 margin-bottom: 0; 1890 1882 } 1891 1883 1884 .comment-content p:last-child { 1885 margin-bottom: 0 1886 } 1887 1892 1888 .comment-list .children { 1893 1889 list-style: none; 1894 1890 margin-left: 18px; 1895 1891 } 1896 1892 1897 .comments-area .children article {1898 border: none;1899 }1900 1901 1893 .comment-respond { 1902 1894 margin-bottom: 24px; 1903 1895 padding: 0; … … 1918 1910 font-weight: 900; 1919 1911 line-height: 1.5; 1920 1912 margin-top: 24px; 1921 padding: 0 10px;1922 1913 text-transform: uppercase; 1923 1914 } 1924 1915 … … 1932 1923 width: 100%; 1933 1924 } 1934 1925 1935 .form-allowed-tags { 1936 display: none; 1926 .form-allowed-tags, 1927 .form-allowed-tags code { 1928 font-size: 12px; 1929 line-height: 1.5; 1937 1930 } 1938 1931 1939 .comment-form p:last-child {1940 margin-bottom: 0;1941 }1942 1943 1932 .comment-navigation { 1944 1933 font-size: 12px; 1945 1934 line-height: 2; … … 1967 1956 * ----------------------------------------------------------------------------- 1968 1957 */ 1969 1958 1970 /* Primary Sidebar, Footer Sidebar*/1959 /* Secondary */ 1971 1960 1972 1961 #secondary { 1973 1962 background-color: #000; … … 1975 1964 border-bottom: 1px solid rgba(255, 255, 255, 0.2); 1976 1965 clear: both; 1977 1966 color: rgba(255, 255, 255, 0.55); 1978 font-size: 14px;1979 line-height: 1.2857142857;1980 1967 margin-top: -1px; 1981 1968 padding: 0 10px; 1982 1969 position: relative; … … 1984 1971 } 1985 1972 1986 1973 .site-description { 1987 color: rgba(255, 255, 255, 0.55);1988 1974 display: none; 1989 1975 font-size: 11px; 1990 1976 font-weight: 400; 1977 line-height: 1.6363636363; 1991 1978 } 1992 1979 1980 /* Primary Sidebar */ 1981 1993 1982 .primary-sidebar { 1994 1983 padding-top: 48px; 1995 1984 } 1985 1996 1986 .secondary-navigation + .primary-sidebar { 1997 1987 padding-top: 0; 1998 1988 } 1999 1989 2000 .footer-sidebar a,2001 .primary-sidebar a {2002 color: rgba(255, 255, 255, 0.75);2003 }2004 2005 .footer-sidebar a:hover,2006 .primary-sidebar a:hover {2007 color: #55d737;2008 }2009 2010 .footer-sidebar .widget-title,2011 .footer-sidebar .widget-title a,2012 .footer-sidebar .widget-title a:hover,2013 .primary-sidebar .widget-title,2014 .primary-sidebar .widget-title a,2015 .primary-sidebar .widget-title a:hover {2016 color: #fff;2017 }2018 2019 1990 /* Content Sidebar */ 2020 1991 2021 1992 .content-sidebar { … … 2025 1996 -moz-box-sizing: border-box; 2026 1997 box-sizing: border-box; 2027 1998 color: #767676; 2028 font-size: 14px;2029 line-height: 1.2857142857;2030 margin: 0 auto;2031 1999 padding: 36px 10px 0; 2032 position: relative;2033 2000 } 2034 2001 2035 2002 … … 2038 2005 * ----------------------------------------------------------------------------- 2039 2006 */ 2040 2007 2008 /* Primary Sidebar, Footer Sidebar */ 2009 2041 2010 .widget { 2042 margin: 0 auto 48px; 2011 font-size: 14px; 2012 -webkit-hyphens: auto; 2013 -moz-hyphens: auto; 2014 -ms-hyphens: auto; 2015 hyphens: auto; 2016 line-height: 1.2857142857; 2017 margin-bottom: 48px; 2043 2018 width: 100%; 2019 word-wrap: break-word; 2044 2020 } 2045 2021 2046 .widget p { 2022 .widget a { 2023 color: rgba(255, 255, 255, 0.75); 2024 } 2025 2026 .widget a:hover, 2027 .widget a:focus, 2028 .widget a:active { 2029 color: #55d737; 2030 } 2031 2032 .widget h1, 2033 .widget h2, 2034 .widget h3, 2035 .widget h4, 2036 .widget h5, 2037 .widget h6 { 2038 margin: 24px 0 12px; 2039 } 2040 2041 .widget h1 { 2042 font-size: 22px; 2043 line-height: 1.0909090909; 2044 } 2045 2046 .widget h2 { 2047 font-size: 20px; 2048 line-height: 1.2; 2049 } 2050 2051 .widget h3 { 2052 font-size: 18px; 2053 line-height: 1.3333333333; 2054 } 2055 2056 .widget h4 { 2057 font-size: 16px; 2058 line-height: 1.5; 2059 } 2060 2061 .widget h5 { 2062 font-size: 14px; 2063 line-height: 1.7142857142; 2064 } 2065 2066 .widget h6 { 2067 font-size: 12px; 2068 line-height: 2; 2069 } 2070 2071 .widget address { 2047 2072 margin-bottom: 18px; 2048 2073 } 2049 2074 2075 .widget abbr, 2076 .widget acronym { 2077 border-color: rgba(255, 255, 255, 0.75); 2078 } 2079 2080 .widget mark, 2081 .widget ins { 2082 color: #000; 2083 } 2084 2085 .widget pre { 2086 border-color: rgba(255, 255, 255, 0.2); 2087 } 2088 2089 .widget fieldset { 2090 border-color: rgba(255, 255, 255, 0.2); 2091 } 2092 2093 .widget code, 2094 .widget kbd, 2095 .widget tt, 2096 .widget var, 2097 .widget samp, 2098 .widget pre { 2099 font-size: 12px; 2100 line-height: 1.5; 2101 } 2102 2103 .widget blockquote { 2104 color: rgba(255, 255, 255, 0.55); 2105 font-size: 18px; 2106 line-height: 1.5; 2107 margin-bottom: 18px; 2108 } 2109 2110 .widget blockquote cite { 2111 color: rgba(255, 255, 255, 0.8); 2112 font-size: 14px; 2113 line-height: 1.2857142857; 2114 } 2115 2116 .widget dl, 2117 .widget dd { 2118 margin-bottom: 18px; 2119 } 2120 2050 2121 .widget ul, 2051 2122 .widget ol { 2052 2123 list-style: none; … … 2058 2129 margin-left: 10px; 2059 2130 } 2060 2131 2061 .widget select,2062 .widget iframe {2063 margin-left: 1px; 2064 max-width: 99%;2132 .widget table, 2133 .widget th, 2134 .widget td { 2135 border-color: rgba(255, 255, 255, 0.2); 2065 2136 } 2066 2137 2067 .widget-title { 2138 .widget table { 2139 margin-bottom: 18px; 2140 } 2141 2142 .widget del { 2143 color: rgba(255, 255, 255, 0.4); 2144 } 2145 2146 .widget hr { 2147 background-color: rgba(255, 255, 255, 0.2); 2148 } 2149 2150 .widget p { 2151 margin-bottom: 18px; 2152 } 2153 2154 .widget input, 2155 .widget textarea { 2156 background-color: rgba(255, 255, 255, 0.1); 2157 border: 1px solid rgba(255, 255, 255, 0.2); 2158 color: #fff; 2159 font-size: 16px; 2160 padding: 1px 2px 2px 4px; 2161 } 2162 2163 .widget input:focus, 2164 .widget textarea:focus { 2165 border: 1px solid rgba(255, 255, 255, 0.3); 2166 } 2167 2168 .widget button, 2169 .widget input[type="button"], 2170 .widget input[type="reset"], 2171 .widget input[type="submit"] { 2172 padding: 5px 15px 4px; 2173 } 2174 2175 .widget .wp-caption { 2176 color: rgba(255, 255, 255, 0.45); 2177 margin-bottom: 18px; 2178 } 2179 2180 .widget .widget-title { 2068 2181 font-size: 14px; 2069 font-weight: 900;2182 font-weight: 700; 2070 2183 line-height: 1.7142857142; 2071 2184 margin: 0 0 24px 0; 2072 2185 text-transform: uppercase; 2073 2186 } 2074 2187 2075 .widget-area button, 2076 .widget-area input[type="button"], 2077 .widget-area input[type="reset"], 2078 .widget-area input[type="submit"] { 2079 font-size: 11px; 2080 padding: 6px 15px; 2081 } 2082 2083 .widget-area input[type="email"], 2084 .widget-area input[type="password"], 2085 .widget-area input[type="search"], 2086 .widget-area input[type="text"], 2087 .widget-area input[type="url"], 2088 .widget-area textarea { 2089 background-color: rgba(255, 255, 255, 0.15); 2090 border: 1px solid rgba(255, 255, 255, 0.2); 2188 .widget-title, 2189 .widget-title a, 2190 .widget-title a:hover, 2191 .widget-title a:focus, 2192 .widget-title a:active { 2091 2193 color: #fff; 2092 max-width: 100%;2093 padding: 4px;2094 2194 } 2095 2195 2096 2196 /* Calendar Widget*/ 2097 2197 2098 .widget_calendar table,2099 .widget_calendar th,2100 .widget_calendar td {2101 border-color: rgba(255, 255, 255, 0.2);2102 }2103 2104 2198 .widget_calendar table { 2105 2199 line-height: 2; 2106 2200 margin: 0; … … 2150 2244 text-align: right; 2151 2245 } 2152 2246 2153 /* Cloud Widgets*/2247 /* Ephemera Widget*/ 2154 2248 2155 .widget_tag_cloud div { 2156 word-wrap: break-word; 2249 .widget_twentyfourteen_ephemera > ol > li { 2250 border-bottom: 1px solid rgba(255, 255, 255, 0.2); 2251 margin-bottom: 18px; 2252 padding: 0; 2157 2253 } 2158 2254 2159 /* Ephemera Widget*/2160 2161 2255 .widget_twentyfourteen_ephemera .hentry { 2162 2256 margin-bottom: 0; 2163 2257 } 2164 2258 2165 .widget_twentyfourteen_ephemera li {2166 border-bottom: 1px solid rgba(255, 255, 255, 0.2);2167 margin-bottom: 18px;2168 padding: 0;2169 }2170 2171 2259 .widget_twentyfourteen_ephemera .entry-title, 2172 2260 .widget_twentyfourteen_ephemera .entry-meta, 2173 .widget_twentyfourteen_ephemera .post-format-archive-link { 2174 font-size: 11px; 2175 line-height: 1.6363636363; 2261 .widget_twentyfourteen_ephemera .wp-caption-text, 2262 .widget_twentyfourteen_ephemera .more-link, 2263 .widget_twentyfourteen_ephemera .post-format-archive-link, 2264 .widget_twentyfourteen_ephemera .entry-content table { 2265 font-size: 12px; 2266 line-height: 1.5; 2176 2267 } 2177 2268 2178 2269 .widget_twentyfourteen_ephemera .entry-title { 2179 2270 display: inline; 2180 2271 font-weight: 400; 2181 margin: 0 0 6px 0;2272 text-transform: none; 2182 2273 } 2183 2274 2184 2275 .widget_twentyfourteen_ephemera .entry-meta { 2185 2276 margin-bottom: 18px; 2186 2277 } 2187 2278 2188 .widget_twentyfourteen_ephemera .post-format-archive-link { 2189 display: inline-block; 2279 .widget_twentyfourteen_ephemera .entry-content ul, 2280 .widget_twentyfourteen_ephemera .entry-content ol { 2281 margin: 0 0 18px 20px; 2190 2282 } 2191 2283 2192 .widget_twentyfourteen_ephemera .wp-caption-text { 2193 margin: 6px 0 0; 2194 padding: 0; 2284 .widget_twentyfourteen_ephemera .entry-content ul { 2285 list-style: disc; 2195 2286 } 2196 2287 2197 .widget_twentyfourteen_ephemera . format-gallery .wp-caption-text{2198 margin-bottom: 18px;2288 .widget_twentyfourteen_ephemera .entry-content ol { 2289 list-style: decimal; 2199 2290 } 2200 2291 2201 .widget_twentyfourteen_ephemera .entry-content a { 2202 word-wrap: break-word; 2292 .widget_twentyfourteen_ephemera .entry-content li > ul, 2293 .widget_twentyfourteen_ephemera .entry-content li > ol { 2294 margin: 0 0 0 20px; 2203 2295 } 2204 2296 2205 .widget_twentyfourteen_ephemera .entry-content blockquote p cite {2206 font-size: 13px; 2207 line-height: 1.3846153846;2297 .widget_twentyfourteen_ephemera .entry-content th, 2298 .widget_twentyfourteen_ephemera .entry-content td { 2299 padding: 6px; 2208 2300 } 2209 2301 2302 .widget_twentyfourteen_ephemera .post-format-archive-link { 2303 font-weight: 700; 2304 } 2305 2210 2306 /* List Style Widgets*/ 2211 2307 2212 2308 .widget_archive li, … … 2252 2348 2253 2349 /* RSS Widget */ 2254 2350 2255 .widget_rss aimg {2256 margin-top: - 5px;2351 .widget_rss .rsswidget img { 2352 margin-top: -4px; 2257 2353 } 2258 2354 2259 2355 .widget_rss li { … … 2276 2372 * ----------------------------------------------------------------------------- 2277 2373 */ 2278 2374 2279 .content-sidebar.widget-area .widget-title { 2280 border-top: 5px solid #000; 2375 .content-sidebar .widget a { 2376 color: #24890d; 2377 } 2378 2379 .content-sidebar .widget a:hover, 2380 .content-sidebar .widget a:focus, 2381 .content-sidebar .widget a:active { 2382 color: #55d737; 2383 } 2384 2385 .content-sidebar .widget pre { 2386 border-color: rgba(0, 0, 0, 0.1); 2387 } 2388 2389 .content-sidebar .widget mark, 2390 .content-sidebar .widget ins { 2281 2391 color: #2b2b2b; 2282 font-size: 14px;2283 font-weight: 900;2284 margin-bottom: 18px;2285 padding-top: 7px;2286 text-transform: uppercase;2287 2392 } 2288 2393 2289 .content-sidebar.widget-area .widget-title a, 2290 .content-sidebar.widget-area .widget-title a:hover { 2394 .content-sidebar .widget abbr, 2395 .content-sidebar .widget acronym { 2396 border-color: #2b2b2b; 2397 } 2398 2399 .content-sidebar .widget fieldset { 2400 border-color: rgba(0, 0, 0, 0.1); 2401 } 2402 2403 .content-sidebar .widget blockquote { 2404 color: #767676; 2405 } 2406 2407 .content-sidebar .widget blockquote cite { 2291 2408 color: #2b2b2b; 2292 2409 } 2293 2410 2294 .content-sidebar.widget-area button, 2295 .content-sidebar.widget-area input[type="button"], 2296 .content-sidebar.widget-area input[type="reset"], 2297 .content-sidebar.widget-area input[type="submit"] { 2298 font-size: 12px; 2411 .content-sidebar .widget li > ol, 2412 .content-sidebar .widget li > ul { 2413 margin-left: 18px; 2299 2414 } 2300 2415 2301 .content-sidebar.widget-area input[type="email"], 2302 .content-sidebar.widget-area input[type="password"], 2303 .content-sidebar.widget-area input[type="search"], 2304 .content-sidebar.widget-area input[type="text"], 2305 .content-sidebar.widget-area input[type="url"], 2306 .content-sidebar.widget-area textarea { 2416 .content-sidebar .widget table, 2417 .content-sidebar .widget th, 2418 .content-sidebar .widget td { 2419 border-color: rgba(0, 0, 0, 0.1); 2420 } 2421 2422 .content-sidebar .widget del { 2423 color: #767676; 2424 } 2425 2426 .content-sidebar .widget hr { 2427 background-color: rgba(0, 0, 0, 0.1); 2428 } 2429 2430 .content-sidebar .widget input, 2431 .content-sidebar .widget textarea { 2307 2432 background-color: #fff; 2308 2433 border: 1px solid rgba(0, 0, 0, 0.1); 2309 2434 color: #2b2b2b; 2310 2435 } 2311 2436 2437 .content-sidebar .widget input:focus, 2438 .content-sidebar .widget textarea:focus { 2439 border: 1px solid rgba(0, 0, 0, 0.); 2440 } 2441 2442 .content-sidebar .widget .wp-caption { 2443 color: #767676; 2444 } 2445 2446 .content-sidebar .widget .widget-title { 2447 border-top: 5px solid #000; 2448 color: #2b2b2b; 2449 font-size: 14px; 2450 font-weight: 900; 2451 margin: 0 0 18px; 2452 padding-top: 7px; 2453 text-transform: uppercase; 2454 } 2455 2456 .content-sidebar .widget-title a, 2457 .content-sidebar .widget-title a:hover, 2458 .content-sidebar .widget-title a:focus, 2459 .content-sidebar .widget-title a:active { 2460 color: #2b2b2b; 2461 } 2462 2312 2463 /* List Style Widgets*/ 2313 2464 2314 2465 .content-sidebar .widget_archive li, … … 2322 2473 border-color: rgba(0, 0, 0, 0.1); 2323 2474 } 2324 2475 2325 .content-sidebar .widget .children,2326 .content-sidebar .widget .sub-menu {2327 margin-left: 18px;2328 }2329 2330 2476 /* Calendar Widget */ 2331 2477 2332 .content-sidebar .widget_calendar table,2333 .content-sidebar .widget_calendar th,2334 .content-sidebar .widget_calendar td {2335 border-color: rgba(0, 0, 0, 0.1);2336 }2337 2338 2478 .content-sidebar .widget_calendar caption { 2339 2479 color: #2b2b2b; 2340 font-size: 14px;2341 2480 font-weight: 900; 2342 2481 } 2343 2482 … … 2345 2484 background-color: rgba(0, 0, 0, 0.02); 2346 2485 } 2347 2486 2487 .content-sidebar .widget_calendar tbody a, 2488 .content-sidebar .widget_calendar tbody a:hover { 2489 color: #fff; 2490 } 2491 2348 2492 /* Ephemera widget*/ 2349 2493 2350 2494 .content-sidebar .widget_twentyfourteen_ephemera .widget-title { … … 2355 2499 .content-sidebar .widget_twentyfourteen_ephemera .widget-title:before { 2356 2500 background-color: #000; 2357 2501 color: #fff; 2358 margin-top: -1px; 2359 margin-right: 10px; 2502 margin: -1px 18px 0 0; 2360 2503 padding: 6px 0 9px; 2361 2504 text-align: center; 2362 2505 vertical-align: middle; … … 2387 2530 content: "\f107"; 2388 2531 } 2389 2532 2390 .content-sidebar .widget_twentyfourteen_ephemera li {2533 .content-sidebar .widget_twentyfourteen_ephemera > ol > li { 2391 2534 border-bottom: 1px solid rgba(0, 0, 0, 0.1); 2392 2535 } 2393 2536 2394 .content-sidebar .widget_twentyfourteen_ephemera .entry-title,2395 .content-sidebar .widget_twentyfourteen_ephemera .entry-meta,2396 .content-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,2397 .content-sidebar .widget_twentyfourteen_ephemera .more-link,2398 .content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {2399 font-size: 12px;2400 line-height: 1.5;2401 }2402 2403 .content-sidebar .widget_twentyfourteen_ephemera .entry-title {2404 font-weight: 400;2405 }2406 2407 2537 .content-sidebar .widget_twentyfourteen_ephemera .entry-meta { 2408 2538 color: #ccc; 2409 2539 } … … 2412 2542 color: #767676; 2413 2543 } 2414 2544 2415 .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {2416 color: # 2b2b2b;2545 .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover { 2546 color: #55d737; 2417 2547 } 2418 2548 2549 .content-sidebar.widget_twentyfourteen_ephemera blockquote cite { 2550 font-size: 13px; 2551 line-height: 1.3846153846; 2552 } 2553 2419 2554 .content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link { 2420 color: #24890d;2421 2555 font-weight: 900; 2422 2556 } 2423 2557 2424 .content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link:hover {2425 color: #55d737;2426 }2427 2558 2428 2429 2559 /** 2430 2560 * 8.0 Footer 2431 2561 * ----------------------------------------------------------------------------- … … 2471 2601 */ 2472 2602 2473 2603 .featured-content { 2474 background: url(images/pattern-dark.svg) #4d4d4drepeat fixed;2604 background: #4d4d4d url(images/pattern-dark.svg) repeat fixed; 2475 2605 -webkit-box-sizing: border-box; 2476 2606 -moz-box-sizing: border-box; 2477 2607 box-sizing: border-box; … … 2541 2671 font-size: 18px; 2542 2672 font-weight: 300; 2543 2673 line-height: 1.3333333333; 2544 margin -bottom: 0;2674 margin: 0; 2545 2675 text-transform: uppercase; 2546 2676 } 2547 2677 … … 2603 2733 background-color: #24890d; 2604 2734 } 2605 2735 2606 .slider-control-paging a.slider-active:before {2736 .slider-control-paging .slider-active:before { 2607 2737 background-color: #41a62a; 2608 2738 } 2609 2739 … … 2650 2780 line-height: 46px; 2651 2781 } 2652 2782 2653 .slider-direction-nav a.slider-next:before {2783 .slider-direction-nav .slider-next:before { 2654 2784 content: "\f429"; 2655 2785 } 2656 2786 … … 2658 2788 display: none; 2659 2789 } 2660 2790 2791 2661 2792 /** 2662 2793 * 10.0 Media Queries 2663 2794 * ----------------------------------------------------------------------------- … … 2701 2832 } 2702 2833 2703 2834 .list-view .site-content .entry-title { 2835 clear: none; 2704 2836 font-size: 15px; 2705 2837 font-weight: 900; 2706 2838 line-height: 1.2; … … 2748 2880 } 2749 2881 2750 2882 .attachment span.entry-date:before, 2883 .entry-content .edit-link a:before, 2751 2884 .entry-meta .edit-link a:before, 2752 2885 .site-content .byline a:before, 2753 2886 .site-content .comments-link a:before, … … 2758 2891 .site-content .post-format a:before { 2759 2892 -webkit-font-smoothing: antialiased; 2760 2893 display: inline-block; 2761 font-family: Genericons; 2762 font-size: 16px; 2763 font-style: normal; 2764 font-weight: normal; 2765 text-transform: none; 2894 font: normal 16px/1 Genericons; 2895 text-decoration: inherit; 2766 2896 vertical-align: top; 2767 2897 } 2768 2898 … … 2772 2902 2773 2903 .site-content .format-video .post-format a:before { 2774 2904 content: "\f104"; 2775 margin: - 2px 2px 0 0;2905 margin: -1px 2px 0 0; 2776 2906 } 2777 2907 2778 2908 .site-content .format-image .post-format a:before { 2779 2909 content: "\f102"; 2780 margin: - 3px 3px 0 0;2910 margin: -1px 3px 0 0; 2781 2911 } 2782 2912 2783 2913 .site-content .format-quote .post-format a:before { 2784 2914 content: "\f106"; 2785 margin: - 3px 3px 0 0;2915 margin: -1px 3px 0 0; 2786 2916 } 2787 2917 2788 2918 .site-content .format-gallery .post-format a:before { 2789 2919 content: "\f103"; 2790 margin: - 3px 4px 0 0;2920 margin: -1px 4px 0 0; 2791 2921 } 2792 2922 2793 2923 .site-content .format-aside .post-format a:before { 2794 2924 content: "\f101"; 2795 margin: - 2px 3px 0 0;2925 margin: -1px 3px 0 0; 2796 2926 } 2797 2927 2798 2928 .site-content .format-link .post-format a:before { 2799 2929 content: "\f107"; 2800 margin: - 2px 3px 0 0;2930 margin: -1px 3px 0 0; 2801 2931 } 2802 2932 2803 2933 .site-content .featured-post:before { 2804 2934 content: "\f308"; 2805 margin: - 3px 3px 0 0;2935 margin: -1px 3px 0 0; 2806 2936 } 2807 2937 2808 2938 .site-content .entry-date a:before, 2809 2939 .attachment span.entry-date:before { 2810 2940 content: "\f303"; 2811 margin: -2px1px 0 0;2941 margin: 0 1px 0 0; 2812 2942 } 2813 2943 2814 2944 .site-content .byline a:before { 2815 2945 content: "\f304"; 2816 margin: - 3px 0 0 0;2946 margin: -1px 0 0 0; 2817 2947 } 2818 2948 2819 2949 .site-content .comments-link a:before { 2820 2950 content: "\f300"; 2821 margin: - 3px 2px 0 0;2951 margin: -1px 2px 0 0; 2822 2952 } 2823 2953 2954 .entry-content .edit-link a:before, 2824 2955 .entry-meta .edit-link a:before { 2825 2956 content: "\f411"; 2826 margin: - 3px 2px 0 0;2957 margin: -1px 2px 0 0; 2827 2958 } 2828 2959 2829 2960 .site-content .full-size-link a:before { 2830 2961 content: "\f402"; 2831 margin: - 3px 2px 0 0;2962 margin: -1px 2px 0 0; 2832 2963 } 2833 2964 2834 2965 .site-content .parent-post-link a:before { 2835 2966 content: "\f301"; 2836 margin: - 3px 2px 0 0;2967 margin: -1px 2px 0 0; 2837 2968 } 2838 2969 2970 .entry-content .edit-link a:before { 2971 margin: 1px 2px 0 0; 2972 } 2973 2839 2974 .list-view .site-content .has-post-thumbnail .post-thumbnail, 2840 2975 .list-view .site-content .format-standard .post-thumbnail { 2841 2976 margin-top: -49px; … … 2871 3006 2872 3007 @media screen and (min-width: 673px) { 2873 3008 .header-main { 2874 padding: 0 0 030px;3009 padding: 0 30px; 2875 3010 } 2876 3011 3012 .search-toggle { 3013 margin-right: 18px; 3014 } 3015 2877 3016 .content-area { 2878 3017 float: left; 2879 3018 padding-top: 36px; 2880 3019 width: 100%; 2881 3020 } 2882 3021 2883 .full-width.singular .content-area {2884 padding-top: 0;2885 }2886 2887 3022 .site-content { 2888 3023 margin-right: 33.33333333%; 2889 3024 } 2890 3025 2891 .full-width .site-content {2892 margin-right: 0;2893 }2894 2895 3026 .site-content .has-post-thumbnail .entry-header, 2896 3027 .site-content .format-standard .entry-header { 2897 3028 margin-top: 0; 2898 3029 } 2899 3030 2900 .full-width .site-content .has-post-thumbnail .entry-header,2901 .full-width .site-content .format-standard .entry-header {2902 margin-top: -48px;2903 }2904 2905 .full-width.singular .hentry.no-post-thumbnail,2906 .full-width.singular .hentry.no-post-thumbnail.format-standard.post-password-required {2907 padding-top: 36px;2908 }2909 2910 .full-width.singular .hentry.no-post-thumbnail.format-standard {2911 padding-top: 0;2912 }2913 2914 3031 .archive-header, 2915 3032 .comments-area, 2916 3033 .image-navigation, … … 2924 3041 padding-left: 30px; 2925 3042 } 2926 3043 3044 .singular .hentry.format-standard, 3045 .singular .hentry.has-post-thumbnail, 3046 .singular .hentry.format-standard.post-password-required { 3047 margin-top: 0 3048 } 3049 3050 .full-width .site-content { 3051 margin-right: 0; 3052 } 3053 3054 .full-width .site-content .has-post-thumbnail .entry-header, 3055 .full-width .site-content .format-standard .entry-header { 3056 margin-top: -48px; 3057 } 3058 3059 .full-width.singular .hentry.format-standard, 3060 .full-width.singular .hentry.has-post-thumbnail { 3061 margin-top: -36px; 3062 } 3063 3064 .full-width.singular .hentry.format-standard.post-password-required { 3065 margin-top: 0 3066 } 3067 2927 3068 #secondary, 2928 3069 #supplementary { 2929 3070 padding: 0 30px; … … 2983 3124 } 2984 3125 2985 3126 .slider-direction-nav li { 2986 border: none;2987 padding: 0 1px ;0 0;3127 border: 0; 3128 padding: 0 1px 0 0; 2988 3129 } 2989 3130 2990 3131 .slider-direction-nav li:last-child { … … 3005 3146 } 3006 3147 3007 3148 @media screen and (min-width: 782px) { 3149 .header-main { 3150 padding-right: 0; 3151 } 3152 3008 3153 .search-toggle { 3009 3154 margin-right: 0; 3010 3155 } … … 3029 3174 margin-top: 48px; 3030 3175 } 3031 3176 3177 /* Navigation */ 3178 3179 .site-navigation li .current_page_item > a, 3180 .site-navigation li .current_page_ancestor > a, 3181 .site-navigation li .current-menu-item > a, 3182 .site-navigation li .current-menu-ancestor > a { 3183 background-color: #000; 3184 } 3185 3032 3186 /* Primary Navigation */ 3033 3187 3034 3188 .primary-navigation { 3035 3189 float: right; 3036 3190 font-size: 11px; 3037 margin: 0 1 0px 0 -10px;3191 margin: 0 1px 0 -10px; 3038 3192 padding: 0; 3039 3193 text-transform: uppercase; 3040 3194 } … … 3045 3199 } 3046 3200 3047 3201 .primary-navigation .nav-menu { 3202 border-bottom: 0; 3048 3203 display: block; 3049 3204 } 3050 3205 … … 3071 3226 .primary-navigation ul ul { 3072 3227 background-color: #24890d; 3073 3228 float: left; 3229 margin: 0; 3074 3230 position: absolute; 3075 3231 top: 48px; 3076 3232 left: -999em; … … 3089 3245 top: 0; 3090 3246 } 3091 3247 3092 .primary-navigation ul ul li {3093 margin: 0;3094 }3095 3096 3248 .primary-navigation ul ul a { 3097 3249 padding: 18px 12px; 3098 3250 white-space: normal; 3099 width: 1 44px;3251 width: 176px; 3100 3252 } 3101 3253 3102 3254 .primary-navigation li:hover > a { 3103 3255 background-color: #24890d; 3104 3256 color: #fff; 3257 opacity: 1.0; 3105 3258 } 3106 3259 3107 3260 .primary-navigation ul ul a:hover { … … 3118 3271 left: 100%; 3119 3272 } 3120 3273 3121 .primary-navigation li .current_page_item > a, 3122 .primary-navigation li .current_page_ancestor > a, 3123 .primary-navigation li .current-menu-item > a, 3124 .primary-navigation li .current-menu-ancestor > a { 3125 background-color: #000; 3126 } 3274 3127 3275 } 3128 3276 3129 3277 @media screen and (min-width: 810px) { 3278 .attachment .entry-attachment .attachment { 3279 margin-right: -168px; 3280 margin-left: -168px; 3281 max-width: 810px; 3282 } 3283 3284 .attachment .site-content .attachment img { 3285 display: block; 3286 margin: 0 auto; 3287 } 3288 3289 .contributor-avatar { 3290 margin-left: -168px; 3291 } 3292 3293 .contributor-summary { 3294 float: left; 3295 } 3296 3130 3297 .full-width .site-content blockquote.alignleft, 3131 3298 .full-width .site-content blockquote.alignright { 3132 3299 width: -webkit-calc(50% + 130px); … … 3141 3308 margin-left: -168px; 3142 3309 } 3143 3310 3144 .full-width .site-content blockquote.alignrigh ,3311 .full-width .site-content blockquote.alignright, 3145 3312 .full-width .site-content img.size-full.alignright, 3146 3313 .full-width .site-content img.size-large.alignright, 3147 3314 .full-width .site-content img.size-medium.alignright, 3148 3315 .full-width .site-content .wp-caption.alignright { 3149 3316 margin-right: -168px; 3150 3317 } 3151 3152 .attachment .entry-attachment .attachment {3153 margin-right: -168px;3154 margin-left: -168px;3155 max-width: 810px;3156 }3157 3158 .attachment .site-content .attachment img {3159 display: block;3160 margin: 0 auto;3161 }3162 3163 .contributor-avatar {3164 margin-left: -168px;3165 }3166 3167 .contributor-summary {3168 float: left;3169 }3170 3318 } 3171 3319 3172 3320 @media screen and (min-width: 870px) { … … 3175 3323 padding-top: 72px; 3176 3324 } 3177 3325 3178 .full-width.singular .content-area {3179 padding-top: 0;3180 }3181 3182 .full-width.singular .hentry.no-post-thumbnail,3183 .full-width.singular .hentry.no-post-thumbnail.format-standard.post-password-required {3184 padding-top: 72px;3185 }3186 3187 .full-width.singular .hentry.no-post-thumbnail.format-standard {3188 padding-top: 0;3189 }3190 3191 3326 .site-content .has-post-thumbnail .entry-header, 3192 3327 .site-content .format-standard .entry-header { 3193 3328 margin-top: -48px; … … 3199 3334 3200 3335 .comment-list .trackback, 3201 3336 .comment-list .pingback, 3202 .comment s-areaarticle {3203 margin- bottom: 36px;3204 padding- top: 36px;3337 .comment-list article { 3338 margin-top: 36px; 3339 padding-bottom: 36px; 3205 3340 } 3206 3341 3207 3342 .comment-author .avatar { … … 3225 3360 margin-left: 60px; 3226 3361 } 3227 3362 3363 .full-width.singular .hentry.format-standard, 3364 .full-width.singular .hentry.has-post-thumbnail { 3365 margin-top: -72px; 3366 } 3367 3368 .full-width.singular .hentry.format-standard.post-password-required { 3369 margin-top: 0 3370 } 3371 3228 3372 .featured-content { 3229 3373 margin-bottom: -24px; 3230 3374 } … … 3275 3419 border: 0; 3276 3420 clear: none; 3277 3421 float: left; 3278 font-size: 11px;3279 line-height: 1.6363636363;3280 3422 margin: 0 0 0 -100%; 3281 3423 min-height: 100vh; 3282 3424 width: 122px; … … 3286 3428 padding-top: 0; 3287 3429 } 3288 3430 3289 .footer-sidebar .widget_archive li,3290 .footer-sidebar .widget_categories li,3291 .footer-sidebar .widget_links li,3292 .footer-sidebar .widget_meta li,3293 .footer-sidebar .widget_nav_menu li,3294 .footer-sidebar .widget_pages li,3295 .footer-sidebar .widget_recent_comments li,3296 .footer-sidebar .widget_recent_entries li,3297 .primary-sidebar .widget_archive li,3298 .primary-sidebar .widget_categories li,3299 .primary-sidebar .widget_links li,3300 .primary-sidebar .widget_meta li,3301 .primary-sidebar .widget_nav_menu li,3302 .primary-sidebar .widget_pages li,3303 .primary-sidebar .widget_recent_comments li,3304 .primary-sidebar .widget_recent_entries li {3305 border-top: none;3306 padding: 0;3307 }3308 3309 3431 .site-description { 3310 3432 display: block; 3311 line-height: 1.6363636363;3312 3433 margin: -3px 0 21px; 3313 3434 } 3314 3435 3315 3436 .secondary-navigation { 3316 border-bottom: 1px solid rgba(255, 255, 255, 0.2); 3317 font-size: 11px; 3318 margin-top: 0; 3437 margin: 0 -30px 48px; 3438 width: 182px; 3319 3439 } 3320 3440 3321 .secondary-navigation ul, 3322 .secondary-navigation ul ul { 3323 list-style: none; 3324 margin: 0; 3441 .secondary-navigation li { 3442 position: relative; 3325 3443 } 3326 3444 3327 .secondary-navigation li {3445 .secondary-navigation li { 3328 3446 border-top: 1px solid rgba(255, 255, 255, 0.2); 3329 position: relative;3330 3447 } 3331 3448 3449 .secondary-navigation li li { 3450 border-top: none; 3451 } 3452 3453 .secondary-navigation a { 3454 padding: 10px 30px; 3455 } 3456 3457 .secondary-navigation li:hover > a { 3458 background-color: #24890d; 3459 color: #fff; 3460 } 3461 3332 3462 .secondary-navigation ul ul { 3333 background : rgba(0, 0, 0, 0.9);3463 background-color: #24890d; 3334 3464 display: none; 3335 3465 position: absolute; 3336 top: -1px;3337 left: 1 22px;3338 width: 1 22px;3466 top: 0; 3467 left: 162px; 3468 width: 182px; 3339 3469 z-index: 9999; 3340 3470 } 3341 3471 3342 .secondary-navigation ul li:hover {3343 background : #000;3472 .secondary-navigation ul ul a:hover { 3473 background-color: #41a62a; 3344 3474 } 3345 3475 3346 3476 .secondary-navigation ul li:hover > ul { 3347 3477 display: block; 3348 3478 } 3349 3479 3350 . primary-sidebar .widget-title,3351 . footer-sidebar .widget-title{3480 .footer-sidebar .widget, 3481 .primary-sidebar .widget { 3352 3482 font-size: 11px; 3483 line-height: 1.6363636363; 3484 } 3485 3486 .footer-sidebar .widget { 3487 -webkit-box-sizing: border-box; 3488 -moz-box-sizing: border-box; 3489 box-sizing: border-box; 3490 float: left; 3491 padding: 0 30px; 3492 width: 25%; 3493 } 3494 3495 .footer-sidebar .widget h1, 3496 .primary-sidebar .widget h1 { 3497 font-size: 20px; 3498 line-height: 1.2; 3499 } 3500 3501 .footer-sidebar .widget h2, 3502 .primary-sidebar .widget h2 { 3503 font-size: 18px; 3504 line-height: 1.3333333333; 3505 } 3506 3507 .footer-sidebar .widget h3, 3508 .primary-sidebar .widget h3 { 3509 font-size: 16px; 3510 line-height: 1.5; 3511 } 3512 3513 .footer-sidebar .widget h4, 3514 .primary-sidebar .widget h4 { 3515 font-size: 14px; 3516 line-height: 1.7142857142; 3517 } 3518 3519 .footer-sidebar .widget h5, 3520 .primary-sidebar .widget h5 { 3521 font-size: 12px; 3522 line-height: 2; 3523 } 3524 3525 .footer-sidebar .widget h6, 3526 .primary-sidebar .widget h6 { 3527 font-size: 11px; 3528 line-height: 2.1818181818; 3529 } 3530 3531 .footer-sidebar .widget code, 3532 .footer-sidebar .widget kbd, 3533 .footer-sidebar .widget tt, 3534 .footer-sidebar .widget var, 3535 .footer-sidebar .widget samp, 3536 .footer-sidebar .widget pre, 3537 .primary-sidebar .widget code, 3538 .primary-sidebar .widget kbd, 3539 .primary-sidebar .widget tt, 3540 .primary-sidebar .widget var, 3541 .primary-sidebar .widget samp, 3542 .primary-sidebar .widget pre { 3543 font-size: 10px; 3544 line-height: 1.8; 3545 } 3546 3547 .footer-sidebar .widget blockquote, 3548 .primary-sidebar .widget blockquote { 3549 font-size: 14px; 3550 line-height: 1.2857142857; 3551 } 3552 3553 .footer-sidebar .widget blockquote cite, 3554 .primary-sidebar .widget blockquote cite { 3555 font-size: 11px; 3556 line-height: 1.6363636363; 3557 } 3558 3559 .footer-sidebar .widget .widget-title, 3560 .primary-sidebar .widget .widget-title { 3561 font-size: 11px; 3353 3562 font-weight: 700; 3354 3563 line-height: 1.6363636363; 3355 3564 margin-bottom: 18px; 3356 3565 } 3357 3566 3567 .footer-sidebar .widget_twentyfourteen_ephemera .entry-title, 3568 .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta, 3569 .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, 3570 .footer-sidebar .widget_twentyfourteen_ephemera .more-link, 3571 .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, 3572 .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table, 3573 .primary-sidebar .widget_twentyfourteen_ephemera .entry-title, 3574 .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta, 3575 .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text, 3576 .primary-sidebar .widget_twentyfourteen_ephemera .more-link, 3577 .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link, 3578 .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table { 3579 font-size: 11px; 3580 line-height: 1.6363636363; 3581 } 3582 3583 .footer-sidebar .widget_archive li, 3584 .footer-sidebar .widget_categories li, 3585 .footer-sidebar .widget_links li, 3586 .footer-sidebar .widget_meta li, 3587 .footer-sidebar .widget_nav_menu li, 3588 .footer-sidebar .widget_pages li, 3589 .footer-sidebar .widget_recent_comments li, 3590 .footer-sidebar .widget_recent_entries li, 3591 .primary-sidebar .widget_archive li, 3592 .primary-sidebar .widget_categories li, 3593 .primary-sidebar .widget_links li, 3594 .primary-sidebar .widget_meta li, 3595 .primary-sidebar .widget_nav_menu li, 3596 .primary-sidebar .widget_pages li, 3597 .primary-sidebar .widget_recent_comments li, 3598 .primary-sidebar .widget_recent_entries li { 3599 border-top: none; 3600 padding: 0; 3601 } 3602 3358 3603 #supplementary { 3359 3604 padding: 0; 3360 3605 } … … 3364 3609 line-height: 1.6363636363; 3365 3610 } 3366 3611 3367 .site-footer .widget {3368 -webkit-box-sizing: border-box;3369 -moz-box-sizing: border-box;3370 box-sizing: border-box;3371 float: left;3372 padding: 0 30px;3373 width: 25%;3374 }3375 3376 3612 .featured-content { 3377 3613 padding-left: 182px; 3378 3614 } … … 3447 3683 padding-left: 222px; 3448 3684 } 3449 3685 3450 #secondary, 3451 .secondary-navigation ul ul { 3686 #secondary { 3452 3687 width: 162px; 3453 3688 } 3454 3689 3690 .secondary-navigation, 3455 3691 .secondary-navigation ul ul { 3456 left: 162px;3692 width: 222px; 3457 3693 } 3458 3694 3695 .secondary-navigation ul ul { 3696 left: 202px; 3697 } 3698 3459 3699 .slider .featured-content .entry-title { 3460 3700 font-size: 33px; 3461 3701 } … … 3479 3719 } 3480 3720 3481 3721 .slider-control-paging a:before { 3722 top: 6px; 3482 3723 left: 6px; 3483 top: 6px;3484 3724 } 3485 3725 } 3486 3726