Changeset 11564
- Timestamp:
- 02/16/2022 09:07:59 AM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r11557 r11564 68 68 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 69 69 70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '2022021 5b' );70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20220216' ); 71 71 } 72 72 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r11557 r11564 26 26 .site-header .site-title { 27 27 font-family: 'Open Sans', sans-serif; 28 font-size: var(--wp--preset--font-size--normal); 29 } 30 31 p, ul, ol, 32 #primary, 33 #secondary aside { 34 font-size: inherit; 35 } 36 37 h1 { 38 font-size: 1.8em; 39 } 40 41 h2 { 42 font-size: 1.6em; 43 } 44 45 h3 { 46 font-size: 1.4em; 47 } 48 49 h4 { 50 font-size: 1.2em; 51 } 52 53 .entry-content .reports.ticket-reports { 54 font-size: var(--wp--preset--font-size--small); 28 55 } 29 56 … … 115 142 box-sizing: border-box; 116 143 margin: 0 auto; 117 max-width: 960px;144 max-width: 1024px; 118 145 padding: 0 10px; 119 146 } … … 139 166 .site-header .site-title a { 140 167 color: #fff; 141 font-size: 2 8px;168 font-size: 26px; 142 169 font-weight: 300; 143 170 line-height: 1; … … 234 261 .navigation-main a:visited { 235 262 color: rgba(255, 255, 255, 0.8); 236 font-size: 14px;263 font-size: var(--wp--preset--font-size--small); 237 264 } 238 265 … … 420 447 padding: 0; 421 448 font-weight: 400; 422 font-size: 2.2em;449 font-size: 1.5em; 423 450 line-height: 1.1; 424 451 text-transform: none; … … 792 819 793 820 .make-welcome .entry-content { 794 font-size: 14px;795 821 color: #333; 796 822 line-height: 1.45; … … 816 842 .make-welcome .entry-content .welcome p:first-child { 817 843 font-weight: normal; 818 font-size: 1 8px;844 font-size: 1.125em; 819 845 font-family: "Open Sans", serif; 820 846 } … … 844 870 .make-welcome .entry-meta .post-edit-link { 845 871 margin-right: 10px; 846 font-size: 1.2em;847 872 font-weight: normal; 848 873 padding-right: 15px; … … 867 892 } 868 893 869 @media screen and (min-width: 960px) {894 @media screen and (min-width: 1024px) { 870 895 .make-welcome .entry-content p { 871 896 display: block; … … 991 1016 .contributor-name { 992 1017 padding-top: 14px; 993 font-size: 1. 8rem;1018 font-size: 1.2rem; 994 1019 } 995 1020 … … 1423 1448 .post-type-archive-handbook #main, 1424 1449 .single-handbook #main { 1425 max-width: 960px;1450 max-width: 1024px; 1426 1451 margin: 0 auto; 1427 1452 display: flex;
Note: See TracChangeset
for help on using the changeset viewer.