Make WordPress Themes

Changeset 190050


Ignore:
Timestamp:
04/24/2023 03:43:12 PM (3 years ago)
Author:
automattic
Message:

Update to version 1.0.38 from GitHub

Location:
zoologist/1.0.38
Files:
5 added
8 deleted
18 edited
1 copied

Legend:

Unmodified
Added
Removed
  • zoologist/1.0.38/assets/theme.css

    r156750 r190050  
    1 @charset "UTF-8";
    21/**
    32 * Breakpoints & Media Queries
     
    3736 * Reset the WP Admin page styles for Gutenberg-like pages.
    3837 */
    39 .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
    40 .wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
    41 .wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
    42 .wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
    43     border-style: var(--wp--custom--button--border--style);
    44     border-color: currentColor;
    45     border-width: var(--wp--custom--button--border--width);
    46     padding-top: var(--wp--custom--button--spacing--padding--top);
    47     padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
    48     padding-left: var(--wp--custom--button--spacing--padding--left);
    49     padding-right: var(--wp--custom--button--spacing--padding--right);
    50 }
    51 
    5238.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
    53     border-style: var(--wp--custom--button--border--style);
    54     border-color: currentColor;
    55     border-width: var(--wp--custom--button--border--width);
    56     padding-top: var(--wp--custom--button--spacing--padding--top);
    57     padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
    58     padding-left: var(--wp--custom--button--spacing--padding--left);
    59     padding-right: var(--wp--custom--button--spacing--padding--right);
     39  border-style: var(--wp--custom--button--border--style);
     40  border-color: currentColor;
     41  border-width: var(--wp--custom--button--border--width);
     42  padding-top: var(--wp--custom--button--spacing--padding--top);
     43  padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
     44  padding-left: var(--wp--custom--button--spacing--padding--left);
     45  padding-right: var(--wp--custom--button--spacing--padding--right);
    6046}
    6147
     
    6450.wp-block-search .wp-block-search__button:focus,
    6551.wp-block-search .wp-block-search__button.has-focus {
    66     border-style: var(--wp--custom--button--border--style);
    67     border-color: currentColor;
    68     border-width: var(--wp--custom--button--border--width);
    69     padding-top: var(--wp--custom--button--spacing--padding--top);
    70     padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
    71     padding-left: var(--wp--custom--button--spacing--padding--left);
    72     padding-right: var(--wp--custom--button--spacing--padding--right);
    73 }
    74 
    75 .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
    76 .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
    77 .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
    78 .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color).has-focus {
    79     color: var(--wp--custom--button--color--background);
    80     background-color: var(--wp--custom--button--color--text);
    81 }
    82 
    83 .wp-block-calendar table caption {
    84     color: var(--wp--custom--color--primary);
    85 }
    86 
    87 .wp-block-calendar table th {
    88     background-color: var(--wp--custom--color--tertiary);
    89     border-color: var(--wp--custom--color--tertiary);
    90 }
    91 
    92 .wp-block-calendar table td {
    93     color: var(--wp--custom--color--primary);
    94     border-color: var(--wp--custom--color--tertiary);
     52  border-style: var(--wp--custom--button--border--style);
     53  border-color: currentColor;
     54  border-width: var(--wp--custom--button--border--width);
     55  padding-top: var(--wp--custom--button--spacing--padding--top);
     56  padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
     57  padding-left: var(--wp--custom--button--spacing--padding--left);
     58  padding-right: var(--wp--custom--button--spacing--padding--right);
    9559}
    9660
    9761ul ul {
    98     list-style-type: disc;
     62  list-style-type: disc;
    9963}
    10064
    10165@media (max-width: 599px) {
    102     .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    103         padding: 0;
    104     }
    105 }
    106 
    107 .wp-block-navigation .wp-block-navigation-link a:hover {
    108     background: transparent;
    109 }
    110 
    111 .wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link,
    112 .wp-block-navigation .wp-block-navigation-link__content {
    113     color: var(--wp--custom--color--foreground);
    114 }
    115 
    116 .wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link:hover,
    117 .wp-block-navigation .wp-block-navigation-link__content:hover {
    118     text-decoration: underline;
    119 }
    120 
    121 .wp-block-navigation:not(.has-background) .wp-block-navigation__container .submenu-container,
    122 .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
    123     background-color: var(--wp--custom--color--background);
    124     border-color: var(--wp--custom--color--tertiary);
    125 }
    126 
    127 .wp-block-navigation .wp-block-navigation__mobile-menu-open-button {
    128     color: var(--wp--custom--color--primary);
    129 }
    130 
    131 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
    132     background-color: var(--wp--custom--color--tertiary);
    133 }
    134 
    135 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item,
    136 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link {
    137     font-size: var(--wp--preset--font-size--normal);
    138     line-height: 50px;
    139     margin: 0;
    140     align-items: flex-end;
    141 }
    142 
    143 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-pages-list__item__link,
    144 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation-link__content,
    145 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link.has-child .wp-block-pages-list__item__link,
    146 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    147     margin-right: 0;
    148 }
    149 
    150 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .submenu-container,
    151 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation-link__container,
    152 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link.has-child .submenu-container,
    153 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link.has-child .wp-block-navigation-link__container {
    154     margin-right: -19px;
    155     padding: 0 19px 0 0;
    156     border-right: 1px solid var(--wp--custom--color--foreground);
    157 }
    158 
    159 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .submenu-container .wp-block-pages-list__item__link,
    160 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .submenu-container .wp-block-navigation-link__content,
    161 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link,
    162 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-pages-list__item.has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,
    163 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link.has-child .submenu-container .wp-block-pages-list__item__link,
    164 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link.has-child .submenu-container .wp-block-navigation-link__content,
    165 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link.has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link,
    166 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation-link.has-child .wp-block-navigation-link__container .wp-block-navigation-link__content {
    167     padding: 0;
    168     font-size: var(--wp--custom--font-sizes--tiny);
    169     line-height: 40px;
    170 }
    171 
    172 .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open.has-modal-open .wp-block-navigation__container {
    173     padding-top: 50px;
    174     align-items: flex-end;
     66  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
     67    padding: 0;
     68  }
    17569}
    17670
    17771.wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
    17872.wp-block-post-comments form textarea {
    179     font-size: var(--wp--preset--font-size--normal);
    180     width: 100%;
    181 }
    182 
     73  font-size: var(--wp--custom--font-size--normal);
     74  width: 100%;
     75}
    18376.wp-block-post-comments .comment-body > p > a,
    18477.wp-block-post-comments .comment-edit-link {
    185     text-decoration: underline;
    186 }
    187 
     78  text-decoration: underline;
     79}
    18880.wp-block-post-comments .comment-body > p > a:hover,
    18981.wp-block-post-comments .comment-edit-link:hover {
    190     text-decoration: none;
     82  text-decoration: none;
    19183}
    19284
    19385.wp-block-post-navigation-link {
    194     border-top: 1px solid;
    195     display: flex;
    196     padding-top: 1em;
     86  border-top: 1px solid;
     87  display: flex;
     88  padding-top: 1em;
    19789}
    19890
    19991.post-navigation-link-next {
    200     flex-direction: row-reverse;
    201 }
    202 
     92  flex-direction: row-reverse;
     93}
    20394.post-navigation-link-next a {
    204     margin-right: 0.5em;
     95  margin-right: 0.5em;
    20596}
    20697
    20798.post-navigation-link-previous a {
    208     margin-left: 0.5em;
     99  margin-left: 0.5em;
    209100}
    210101
    211102.next-prev-links .wp-block-column,
    212103.next-prev-links .wp-block-column:not(:only-child) {
    213     flex-basis: 40% !important;
    214 }
    215 
     104  flex-basis: 40% !important;
     105}
    216106.next-prev-links .wp-block-column:not(:first-child),
    217107.next-prev-links .wp-block-column:not(:only-child):not(:first-child) {
    218     margin-left: 20%;
     108  margin-left: 20%;
    219109}
    220110
    221111.wp-block-post-template .wp-block-post-excerpt__more-text,
    222112.wp-block-query .wp-block-post-excerpt__more-text {
    223     font-size: var(--wp--custom--font-sizes--tiny) !important;
     113  font-size: var(--wp--custom--font-sizes--x-small) !important;
    224114}
    225115
    226116.wp-block-query-pagination {
    227     border-top: 1px solid var(--wp--custom--color--primary);
    228 }
    229 
    230 .wp-block-query-pagination .wp-block-query-pagination-previous::before {
    231     content: "←";
    232     margin-right: 0.5em;
    233 }
    234 
    235 .wp-block-query-pagination .wp-block-query-pagination-next::after {
    236     content: "→";
    237     margin-left: 0.5em;
    238 }
    239 
    240 .wp-block-query-pagination .wp-block-query-pagination-previous::before,
    241 .wp-block-query-pagination .wp-block-query-pagination-next::after {
    242     display: inline-block;
    243 }
    244 
     117  border-top: 1px solid var(--wp--custom--color--primary);
     118}
    245119.wp-block-query-pagination .page-numbers {
    246     padding: 0 0.1em;
     120  padding: 0 0.1em;
    247121}
    248122
    249123.wp-block-quote.is-style-large p {
    250     line-height: 1.4;
    251 }
    252 
     124  line-height: 1.4;
     125}
    253126.wp-block-quote.is-style-large cite {
    254     text-align: unset;
    255 }
    256 
    257 .wp-block-search .wp-block-search__button {
    258     border: none;
     127  text-align: unset;
    259128}
    260129
    261130.wp-block-table.is-style-stripes th,
    262131.wp-block-table th {
    263     font-weight: 400;
    264 }
    265 
     132  font-weight: 400;
     133}
    266134.wp-block-table.is-style-stripes tbody td,
    267135.wp-block-table tbody td {
    268     border-bottom-width: 0;
    269     border-top-width: 0;
    270     vertical-align: top;
    271     border-color: var(--wp--preset--color--primary);
    272 }
    273 
     136  border-bottom-width: 0;
     137  border-top-width: 0;
     138  vertical-align: top;
     139  border-color: var(--wp--preset--color--primary);
     140}
    274141.wp-block-table.is-style-stripes tr:first-child td,
    275142.wp-block-table tr:first-child td {
    276     border-top-width: 1px;
    277 }
    278 
     143  border-top-width: 1px;
     144}
    279145.wp-block-table.is-style-stripes tr:last-child td,
    280146.wp-block-table tr:last-child td {
    281     border-bottom-width: 1px;
    282 }
    283 
    284 .wp-block-table.is-style-stripes figcaption,
    285 .wp-block-table figcaption {
    286     color: var(--wp--preset--color--primary);
    287 }
    288 
    289 .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    290     background-color: var(--wp--preset--color--tertiary);
     147  border-bottom-width: 1px;
    291148}
    292149
    293150.wp-block-pullquote {
    294     text-indent: -0.5ch;
    295 }
    296 
     151  text-indent: -0.5ch;
     152}
    297153.wp-block-pullquote cite {
    298     text-indent: 0.5ch;
     154  text-indent: 0.5ch;
    299155}
    300156
    301157.has-primary-background-color {
    302     color: var(--wp--preset--color--background);
    303 }
    304 
    305 .wp-block-post-content p a {
    306     text-decoration-line: underline;
    307 }
    308 
    309 .wp-block-post-content p a:hover {
    310     text-decoration: none;
     158  color: var(--wp--preset--color--background);
     159}
     160
     161.wp-block-post-content a:not(.wp-block-button__link) {
     162  -webkit-text-decoration-line: underline;
     163          text-decoration-line: underline;
     164}
     165.wp-block-post-content a:not(.wp-block-button__link):hover {
     166  text-decoration: none;
    311167}
    312168
    313169a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
    314     outline: 1px dotted currentColor;
    315     text-decoration: none;
    316 }
    317 
    318 input[type="text"]:focus,
    319 input[type="email"]:focus,
    320 input[type="url"]:focus,
    321 input[type="password"]:focus,
    322 input[type="search"]:focus,
    323 input[type="number"]:focus,
    324 input[type="tel"]:focus,
    325 input[type="range"]:focus,
    326 input[type="date"]:focus,
    327 input[type="month"]:focus,
    328 input[type="week"]:focus,
    329 input[type="time"]:focus,
    330 input[type="submit"]:focus,
    331 input[type="datetime"]:focus,
    332 input[type="datetime-local"]:focus,
    333 input[type="color"]:focus,
     170  outline: 1px dotted currentcolor;
     171  text-decoration: none;
     172}
     173
     174input[type=text]:focus,
     175input[type=email]:focus,
     176input[type=url]:focus,
     177input[type=password]:focus,
     178input[type=search]:focus,
     179input[type=number]:focus,
     180input[type=tel]:focus,
     181input[type=range]:focus,
     182input[type=date]:focus,
     183input[type=month]:focus,
     184input[type=week]:focus,
     185input[type=time]:focus,
     186input[type=submit]:focus,
     187input[type=datetime]:focus,
     188input[type=datetime-local]:focus,
     189input[type=color]:focus,
    334190textarea:focus {
    335     outline: 1px dotted currentColor;
     191  outline: 1px dotted currentColor;
    336192}
    337193
    338194.wp-block-post-featured-image {
    339     margin-top: 0;
     195  margin-top: 0;
     196}
     197
     198/* Add some extra space if there's no post title present. */
     199.wp-block-post-date + .wp-block-group > .wp-block-post-featured-image,
     200.wp-block-post-date + .wp-block-group > .wp-block-post-excerpt {
     201  margin-top: calc(2 * var(--wp--style--block-gap));
    340202}
    341203
  • zoologist/1.0.38/block-template-parts/footer.html

    r156750 r190050  
    1 <!-- wp:group {"className":"site-footer","style":{"spacing":{"padding":{"top":"150px","bottom":"150px"}}}} -->
    2 <div class="wp-block-group site-footer" style="padding-top:150px;padding-bottom: 150px">
     1<!-- wp:spacer {"height":70} -->
     2<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>
     3<!-- /wp:spacer -->
    34
    4 <!-- wp:paragraph {"align":"center"} -->
    5 <p class="has-text-align-center">Proudly Powered by <a href="https://wordpress.org" rel="nofollow">WordPress</a></p>
    6 <!-- /wp:paragraph -->
     5<!-- wp:pattern {"slug":"blockbase/footer-simple"} /-->
    76
    8 </div>
    9 <!-- /wp:group -->
     7<!-- wp:spacer {"height":120} -->
     8<div style="height:120px" aria-hidden="true" class="wp-block-spacer"></div>
     9<!-- /wp:spacer -->
  • zoologist/1.0.38/block-template-parts/header.html

    r156750 r190050  
    1 <!-- wp:group {"tagName":"header","style":{"spacing":{"padding":{"bottom":"120px"}}},"className":"site-header","layout":{"type":"flex"}} -->
    2 <header class="wp-block-group site-header" style="padding-bottom:120px">
    3     <!-- wp:site-logo /-->
    4     <!-- wp:site-title /-->
    5     <!-- wp:site-tagline {"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
    6     <!-- wp:navigation {"itemsJustification":"right","isResponsive":true,"__unstableLocation":"primary","__unstableSocialLinks":"social"} /-->
    7 </header>
    8 <!-- /wp:group -->
     1<!-- wp:pattern {"slug":"blockbase/header-linear"} /-->
     2
     3<!-- wp:spacer {"height":90} -->
     4<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
     5<!-- /wp:spacer -->
  • zoologist/1.0.38/block-template-parts/post-meta.html

    r156750 r190050  
    11<!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} -->
    22<div class="wp-block-group post-meta">
    3     <!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
    4     <!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
    5     <!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
    6     <!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
     3    <!-- wp:post-author {"showAvatar":false,"showBio":false,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
     4    <!-- wp:post-date {"isLink":true,"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
     5    <!-- wp:post-terms {"term":"category","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
     6    <!-- wp:post-terms {"term": "post_tag","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--x-small)"}}} /-->
    77</div>
    88<!-- /wp:group -->
  • zoologist/1.0.38/block-templates/index.html

    r156750 r190050  
    1 <!-- wp:template-part {"slug":"header"} /-->
     1<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    33<!-- wp:query {"tagName":"main","layout":{"inherit":true},"query":{"perPage":5,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","sticky":"","inherit":true}} -->
    44<main class="wp-block-query">
    5     <!-- wp:query-title {"type":"archive","style":{"spacing":{"margin":{"bottom":"160px"}}}} /-->
    65    <!-- wp:post-template -->
    76        <!-- wp:group {"layout":{"inherit":true}} -->
    87        <div class="wp-block-group">
    9         <!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"left"} /-->
     8        <!-- wp:post-title {"isLink":true, "level": 3, "textAlign":"left", "style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
    109        <!-- wp:post-featured-image {"isLink":true} /-->
    1110        <!-- wp:post-excerpt /-->
    12         <!-- wp:template-part {"slug":"post-meta","layout":{"inherit":true}} /-->
     11        <!-- wp:template-part {"slug":"post-meta-icons"} /-->
    1312        <!-- wp:spacer {"height":120} -->
    1413        <div style="height:120px" aria-hidden="true" class="wp-block-spacer"></div>
     
    1716        <!-- /wp:group -->
    1817    <!-- /wp:post-template -->
    19     <!-- wp:query-pagination {"align":"wide"} -->
     18    <!-- wp:query-pagination {"align":"wide","paginationArrow":"arrow"} -->
    2019    <!-- wp:query-pagination-previous /-->
    2120    <!-- wp:query-pagination-numbers /-->
  • zoologist/1.0.38/block-templates/page-without-title.html

    r156750 r190050  
    1 <!-- wp:template-part {"slug":"header"} /-->
     1<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    33<!-- wp:spacer {"height":30} -->
     
    55<!-- /wp:spacer -->
    66
    7 <!-- wp:group {"tagName":"main"} -->
     7<!-- wp:group {"tagName":"main","lock":{"move":false,"remove":true}} -->
    88<main class="wp-block-group">
    9     <!-- wp:post-content {"layout":{"inherit":true}} /-->
     9    <!-- wp:post-content {"layout":{"inherit":true},"lock":{"move":false,"remove":true}} /-->
    1010</main>
    1111<!-- /wp:group -->
  • zoologist/1.0.38/block-templates/page.html

    r156750 r190050  
    1 <!-- wp:template-part {"slug":"header"} /-->
     1<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    3 <!-- wp:group {"style":{"spacing":{"padding":{"right":"20px","bottom":"30px","left":"20px"}}},"layout":{"inherit":true}} -->
    4 <div class="wp-block-group" style="padding-right:20px;padding-bottom:30px;padding-left:20px">
    5     <!-- wp:post-title {"textAlign":"left","level":1} /-->
    6     <!-- wp:post-featured-image /-->
     3<!-- wp:group {"layout":{"inherit":true}} -->
     4<div class="wp-block-group">
     5    <!-- wp:post-title {"textAlign":"left","level":1,"style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
     6    <!-- wp:post-featured-image {"style":{"spacing":{"margin":{"top":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
    77</div>
    88<!-- /wp:group -->
    99
    10 <!-- wp:spacer {"height":60} -->
    11 <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
    12 <!-- /wp:spacer -->
    13 
    14 <!-- wp:group {"tagName":"main"} -->
     10<!-- wp:group {"tagName":"main","lock":{"move":false,"remove":true}} -->
    1511<main class="wp-block-group">
    16     <!-- wp:post-content {"layout":{"inherit":true}} /-->
     12    <!-- wp:post-content {"layout":{"inherit":true},"lock":{"move":false,"remove":true}} /-->
    1713</main>
    1814<!-- /wp:group -->
    1915
    2016<!-- wp:group {"layout":{"inherit":true}} -->
    21 <div class="wp-block-group"><!-- wp:post-comments /--></div>
     17<div class="wp-block-group"><!-- wp:pattern {"slug":"blockbase/comments"} /--></div>
    2218<!-- /wp:group -->
    2319
  • zoologist/1.0.38/block-templates/single.html

    r156750 r190050  
    1 <!-- wp:template-part {"slug":"header"} /-->
     1<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
    22
    33<!-- wp:group {"tagName":"main"} -->
     
    66    <!-- wp:group {"layout":{"inherit":true}} -->
    77    <div class="wp-block-group">
    8         <!-- wp:post-title {"textAlign":"left","level":1} /-->
    9         <!-- wp:post-featured-image {"align":"wide"} /-->
     8        <!-- wp:post-title {"textAlign":"left","level":1,"style":{"spacing":{"margin":{"bottom":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
     9        <!-- wp:post-featured-image {"align":"wide","style":{"spacing":{"margin":{"top":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
    1010    </div>
    1111    <!-- /wp:group -->
    1212
    13     <!-- wp:post-content {"layout":{"inherit":true}} /-->
     13    <!-- wp:post-content {"layout":{"inherit":true},"lock":{"move":false,"remove":true}} /-->
    1414
    15     <!-- wp:template-part {"slug":"post-meta-icons","layout":{"inherit":true}} /-->
     15    <!-- wp:template-part {"slug":"post-meta-icons"} /-->
    1616
    1717    <!-- wp:spacer {"height":150} -->
     
    3838        <div style="height:150px" aria-hidden="true" class="wp-block-spacer"></div>
    3939        <!-- /wp:spacer -->
    40         <!-- wp:post-comments /-->
     40        <!-- wp:pattern {"slug":"blockbase/comments"} /-->
    4141    </div>
    4242    <!-- /wp:group -->
  • zoologist/1.0.38/readme.txt

    r156750 r190050  
    1212
    1313== Changelog ==
     14
     15= 1.0.38 =
     16* Blockbase Children: remove conflicting `core/navigation-link` styles (#7029)
     17
     18= 1.0.37 =
     19* #6832: Zoologist: Fix link underline on buttons (#6445)
     20
     21= 1.0.36 =
     22* #6085: Zoologist: Add underline to links (#6382)
     23
     24= 1.0.35 =
     25* lock post-content block by default (#6314)
     26
     27= 1.0.34 =
     28* Blockbase: Locked post content blocks  (#6299)
     29
     30= 1.0.33 =
     31* Update: Quadrat, Geologist & Zoologist quote block line height (#6290)
     32
     33= 1.0.32 =
     34* Blockbase 3 (#6167)
     35
     36= 1.0.31 =
     37* migrate to npm workspaces (#6200)
     38
     39= 1.0.30 =
     40* Update all /pub themes so the theme-uri points to `https://wordpress.com/theme/<slug>` (#6033)
     41
     42= 1.0.29 =
     43* multiple themes: update font sizes from px to rem for better a11y (#5801)
     44
     45= 1.0.28 =
     46* Blockbase: Remove list ponyfill (#5586)
     47
     48= 1.0.27 =
     49* Changed source of pagination arrows from CSS to block attributes. (#5532)
     50
     51= 1.0.26 =
     52* Update dependencies (#5476)
     53
     54= 1.0.25 =
     55* Geologist and Zoologist: Add blog-homepage tag' (#5460)
     56
     57= 1.0.24 =
     58* Update screenshots from wpcom (#5357)
     59
     60= 1.0.23 =
     61* Blockbase children: Remove search templates (#5334)
     62
     63= 1.0.22 =
     64* Blockbase: update dependencies & change node-sass to dart sass (#5290)
     65* Font size names update (#5300)
     66* Update all dependencies and add update script (#5304)
     67
     68= 1.0.21 =
     69* Reverting the mess caused renaming template folders (#5317)
     70
     71= 1.0.21 =
     72* Remove templates improperly nested in a folder due to script error in #5105 (#5314)
     73* Refix/5105 script refactor template folders (#5312)
     74* Ran script moving template resources
     75* Blockbase: refactor footers to patterns (#5245)
     76* Blockbase: converted headers to patterns (#5238)
     77
     78= 1.0.20 =
     79* Try/consolidate headers (#5145)
     80
     81= 1.0.19 =
     82* Blockbase: refactor template part blocks (#5129)
     83* Blockbase: Add an archive template (#5127)
     84
     85= 1.0.18 =
     86* Move calendar styles to blockbase (#5114)
     87* Remove unused search block code (#5116)
     88* Blockbase: Move table stripes to Blockbase (#5115)
     89
     90= 1.0.17 =
     91* Blockbase: Simplify the approach to font customization (#4980)
     92
     93= 1.0.16 =
     94* Quadrat: Fix post title spacing (#4720)
     95* Update all navigation blocks to new markup (#5038)
     96
     97= 1.0.15 =
     98* Blockbase: Add child CSS if it exists (#5047)
     99
     100= 1.0.14 =
     101* Zoologist: Replace theme screenshot (#5006)
     102
     103= 1.0.13 =
     104* Blockbase: Use new attributes for navigation block (#4832)
     105* Zoologist: Add post meta icons to the index (#4973)
     106
     107= 1.0.12 =
     108* Add version and schema to Zoologist and Russell (#5004)
     109
     110= 1.0.11 =
     111* Remove/child theme (#4861)
     112
     113= 1.0.10 =
     114* Revert the header change for Quadrat, Geologist and Zoologist (#4955)
     115
     116= 1.0.9 =
     117* Remove hidden folder and update the stylesheet (#4932)
     118* Blockbase: Update the stacking of site title and tagline in Blockbase and co (#4928)
     119
     120= 1.0.8 =
     121* Bump version for zoologist
     122
     123= 1.0.6 =
     124* Blockbase: Add query title (#4878)
     125
     126= 1.0.5 =
     127* Blockbase: Fix form background color contrast (#4824)
     128* Blockbase: search block font size (#4865)
     129* Blockbase: make post meta icons optional (#4891)
     130* Blockbase: Update the query pagination block markup (#4805)
     131
     132= 1.0.4 =
     133* Update style.css (#4874)
     134
     135= 1.0.3 =
     136* cleanup errors on themejson files and rebuild themes (#4857)
     137
     138= 1.0.2 =
     139* Zoologist: Update spacing from wpcom (#4834)
     140
     141= 1.0.1 =
     142* Add: Zoologist and update from Geologist (#4817)
    14143
    15144= 1.0.0 =
  • zoologist/1.0.38/sass/blocks/_post-comments.scss

    r156750 r190050  
    44        input:not([type=submit]):not([type=checkbox]),
    55        textarea {
    6             font-size: var(--wp--preset--font-size--normal);
     6            font-size: var(--wp--custom--font-size--normal);
    77            width: 100%;
    88        }
  • zoologist/1.0.38/sass/blocks/_query-pagination.scss

    r156750 r190050  
    11.wp-block-query-pagination {
    22    border-top: 1px solid var(--wp--custom--color--primary);
    3 
    4     .wp-block-query-pagination-previous {
    5         &::before{
    6             content:"←";
    7             margin-right: 0.5em;
    8         }
    9     }
    10     .wp-block-query-pagination-next {
    11         &::after{
    12             content:"→";
    13             margin-left: 0.5em;
    14         }
    15     }
    16 
    17     .wp-block-query-pagination-previous::before,
    18     .wp-block-query-pagination-next::after {
    19         display: inline-block;
    20     }
    213
    224    .page-numbers {
  • zoologist/1.0.38/sass/blocks/_query.scss

    r156750 r190050  
    44    // Important is necessary to override any other font size rules applied to the exerpt.
    55    .wp-block-post-excerpt__more-text {
    6         font-size: var(--wp--custom--font-sizes--tiny) !important;
     6        font-size: var(--wp--custom--font-sizes--x-small) !important;
    77    }
    88}
  • zoologist/1.0.38/sass/blocks/_table.scss

    r156750 r190050  
    11.wp-block-table.is-style-stripes,
    22.wp-block-table {
    3 
    43    th {
    54        font-weight: 400;
     
    2019        border-bottom-width: 1px;
    2120    }
    22 
    23     figcaption {
    24         color: var(--wp--preset--color--primary);
    25     }
    26 
    2721}
    28 
    29 .wp-block-table.is-style-stripes {
    30     tbody {
    31         tr:nth-child(odd) {
    32             background-color: var(--wp--preset--color--tertiary);
    33         }
    34     }
    35 }
  • zoologist/1.0.38/sass/elements/_links.scss

    r156750 r190050  
    1 .wp-block-post-content p a {
     1.wp-block-post-content a:not(.wp-block-button__link) {
    22    text-decoration-line: underline;
    33
     
    1010// Select the focus states of all non-wpadmin and screen reader links
    1111a:not(.ab-item):not(.screen-reader-shortcut) {
     12
    1213    &:active,
    1314    &:focus {
    14         outline: 1px dotted currentColor;
     15        outline: 1px dotted currentcolor;
    1516        text-decoration: none;
    1617    }
  • zoologist/1.0.38/sass/templates/_index.scss

    r156750 r190050  
    22    margin-top: 0;
    33}
     4
     5/* Add some extra space if there's no post title present. */
     6.wp-block-post-date + .wp-block-group > .wp-block-post-featured-image,
     7.wp-block-post-date + .wp-block-group > .wp-block-post-excerpt {
     8    margin-top: calc(2 * var( --wp--style--block-gap ));
     9}
  • zoologist/1.0.38/sass/theme.scss

    r156750 r190050  
    22@import "../../blockbase/sass/base/mixins";
    33@import "../../blockbase/sass/blocks/_buttons-outline-style";
    4 @import "blocks/calendar";
    54@import "blocks/list";
    65@import "blocks/media-text";
    7 @import "blocks/navigation";
    86@import "blocks/post-comments";
    97@import "blocks/post-navigation-link";
     
    119@import "blocks/query-pagination";
    1210@import "blocks/quote";
    13 @import "blocks/search";
    1411@import "blocks/table";
    1512@import "blocks/pullquote";
  • zoologist/1.0.38/style.css

    r156855 r190050  
    11/*
    22Theme Name: Zoologist
    3 Theme URI: https://github.com/Automattic/themes/tree/trunk/zoologist
     3Theme URI: https://wordpress.com/theme/zoologist
    44Author: Automattic
    55Author URI: https://automattic.com/
     
    88Tested up to: 5.8
    99Requires PHP: 5.7
    10 Version: 1.0.8
     10Version: 1.0.38
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313Template: blockbase
    1414Text Domain: zoologist
    15 Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
     15Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, auto-loading-homepage, blog-homepage
    1616
    1717Zoologist WordPress Theme, (C) 2021 Automattic, Inc.
  • zoologist/1.0.38/theme.json

    r156750 r190050  
    22    "$schema": "https://json.schemastore.org/theme-v1.json",
    33    "version": 1,
    4     "templateParts": [
    5         {
    6             "name": "header",
    7             "area": "header"
    8         },
    9         {
    10             "name": "footer",
    11             "area": "footer"
    12         }
    13     ],
    144    "customTemplates": [
    155        {
     
    3929    ],
    4030    "settings": {
    41         "border": {
    42             "customColor": true,
    43             "customRadius": true,
    44             "customStyle": true,
    45             "customWidth": true
    46         },
    4731        "color": {
    4832            "palette": [
     
    6751                    "name": "Tertiary"
    6852                }
    69             ],
    70             "gradients": []
     53            ]
    7154        },
    7255        "custom": {
    73             "alignment": {
    74                 "alignedMaxWidth": "50%"
    75             },
    7656            "button": {
    7757                "border": {
    7858                    "color": "var(--wp--custom--color--foreground)",
    7959                    "radius": "0",
    80                     "style": "solid",
    8160                    "width": "3px"
    8261                },
     
    9473                    }
    9574                },
    96                 "spacing": {
    97                     "padding": {
    98                         "top": "0.667em",
    99                         "bottom": "0.667em",
    100                         "left": "1.333em",
    101                         "right": "1.333em"
    102                     }
    103                 },
    104                 "typography": {
    105                     "fontSize": "var(--wp--preset--font-size--normal)",
    106                     "fontWeight": "700",
    107                     "lineHeight": 2
     75                "typography": {
     76                    "fontSize": "var(--wp--custom--font-size--normal)",
     77                    "fontWeight": "700"
    10878                }
    10979            },
     
    11585                "tertiary": "var(--wp--preset--color--tertiary)"
    11686            },
    117             "colorPalettes": [
    118                 {
    119                     "label": "White",
    120                     "slug": "white",
    121                     "colors": {
    122                         "primary": "#000000",
    123                         "secondary": "#000000",
    124                         "tertiary": "#f1f1f1",
    125                         "background": "#ffffff"
    126                     }
    127                 },
    128                 {
    129                     "label": "Black",
    130                     "slug": "black",
    131                     "colors": {
    132                         "primary": "#ffffff",
    133                         "secondary": "#ffffff",
    134                         "tertiary": "#313131",
    135                         "background": "#000000"
    136                     }
    137                 }
    138             ],
    139             "fontSizes": {
    140                 "tiny": "16px"
    141             },
    14287            "form": {
    143                 "padding": "20px",
    14488                "border": {
    14589                    "color": "var(--wp--custom--color--foreground)",
    146                     "radius": "0",
    14790                    "style": "solid",
    14891                    "width": "2px"
    14992                },
    150                 "checkbox": {
    151                     "checked": {
    152                         "content": "\"\\2715\"",
    153                         "fontSize": "var(--wp--custom--font-sizes--tiny)",
    154                         "position": {
    155                             "left": "3px",
    156                             "top": "3px"
    157                         },
    158                         "sizing": {
    159                             "height": "12px",
    160                             "width": "12px"
    161                         }
    162                     },
    163                     "unchecked": {
    164                         "content": "\"\"",
    165                         "position": {
    166                             "left": "0",
    167                             "top": "0.2em"
    168                         },
    169                         "sizing": {
    170                             "height": "16px",
    171                             "width": "16px"
    172                         }
    173                     }
    174                 },
    175                 "color": {
    176                     "background": "transparent",
    177                     "boxShadow": "none",
    178                     "text": "inherit"
    179                 },
    180                 "label": {
    181                     "spacing": {
    182                         "margin": {
    183                             "bottom": "var(--wp--custom--gap--baseline)"
    184                         }
    185                     },
    186                     "typography": {
    187                         "fontSize": "var(--wp--custom--font-sizes--tiny)",
    188                         "fontWeight": "normal",
    189                         "letterSpacing": "normal",
    190                         "textTransform": "none"
    191                     }
    192                 },
    193                 "typography": {
    194                     "fontSize": "var(--wp--preset--font-size--normal)"
    195                 }
    196             },
    197             "gallery": {
    198                 "caption": {
    199                     "fontSize": "var(--wp--preset--font-size--small)"
    200                 }
     93                "padding": "20px"
     94            },
     95            "fontSizes": {
     96                "x-small": "1rem",
     97                "normal": "1.125rem"
    20198            },
    20299            "body": {
     
    207104            "heading": {
    208105                "typography": {
    209                     "fontWeight": "500",
    210                     "lineHeight": 1.125
    211                 }
    212             },
    213             "latest-posts": {
    214                 "meta": {
    215                     "color": {
    216                         "text": "var(--wp--custom--color--primary)"
    217                     }
     106                    "fontWeight": "500"
    218107                }
    219108            },
    220109            "layout": {
    221                 "contentSize": "664px"
    222             },
    223             "list": {
    224                 "spacing": {
    225                     "padding": {
    226                         "left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
    227                     }
    228                 }
     110                "contentSize":"664px"
     111            },
     112            "line-height": {
     113                "body": 1.7
    229114            },
    230115            "gap": {
     
    237122                    "margin": "0 .2em .2em 0",
    238123                    "typography": {
    239                         "fontSize": "var(--wp--preset--font-size--huge)",
     124                        "fontSize": "var(--wp--preset--font-size--x-large)",
    240125                        "fontWeight": "400"
    241126                    }
    242                 }
    243             },
    244             "post-author": {
    245                 "typography": {
    246                     "fontWeight": "normal"
    247                 }
    248             },
    249             "post-comment": {
    250                 "typography": {
    251                     "fontSize": "var(--wp--preset--font-size--normal)",
    252                     "lineHeight": "var(--wp--custom--body--typography--line-height)"
    253127                }
    254128            },
     
    256130                "citation": {
    257131                    "typography": {
    258                         "fontSize": "var(--wp--custom--font-sizes--tiny)",
    259                         "fontFamily": "inherit",
    260132                        "fontStyle": "normal",
    261133                        "fontWeight": 400
    262                     },
    263                     "spacing": {
    264                         "margin": {
    265                             "top": "var(--wp--custom--gap--vertical)"
    266                         }
    267                     }
    268                 },
    269                 "typography": {
    270                     "textAlign": "left"
     134                    }
    271135                }
    272136            },
     
    274138                "citation": {
    275139                    "typography": {
    276                         "fontSize": "var(--wp--custom--font-sizes--tiny)",
    277140                        "fontStyle": "normal",
    278141                        "fontWeight": "400"
    279142                    }
    280                 },
    281                 "typography": {
    282                     "textAlign": "left"
    283                 }
    284             },
    285             "separator": {
    286                 "opacity": 1,
    287                 "width": "150px"
    288             },
    289             "table": {
    290                 "figcaption": {
    291                     "typography": {
    292                         "fontSize": "var(--wp--custom--font-sizes--tiny)"
    293                     }
    294                 }
    295             },
    296             "video": {
    297                 "caption": {
    298                     "textAlign": "center",
    299                     "margin": "var(--wp--custom--gap--vertical) auto"
    300                 }
    301             },
    302             "line-height": {
    303                 "body": 1.7
     143                }
    304144            }
    305145        },
     
    308148            "wideSize": "1128px"
    309149        },
    310         "spacing": {
    311             "blockGap": true,
    312             "customPadding": true,
    313             "units": [
    314                 "%",
    315                 "px",
    316                 "em",
    317                 "rem",
    318                 "vh",
    319                 "vw"
    320             ]
    321         },
    322150        "typography": {
    323151            "customFontSize": true,
    324152            "customLineHeight": true,
    325             "fontFamilies": [
    326                 {
    327                     "fontFamily": "\"DM Sans\", sans-serif",
    328                     "slug": "dm-sans",
    329                     "name": "DM Sans",
    330                     "google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
    331                 }
    332             ],
    333153            "fontSizes": [
    334154                {
    335155                    "name": "Small",
    336                     "size": "16px",
     156                    "size": "1rem",
    337157                    "slug": "small"
    338158                },
    339159                {
    340                     "name": "Normal",
    341                     "size": "18px",
    342                     "slug": "normal"
    343                 },
    344                 {
    345160                    "name": "Medium",
    346                     "size": "22px",
     161                    "size": "1.375rem",
    347162                    "slug": "medium"
    348163                },
    349164                {
    350165                    "name": "Large",
    351                     "size": "min(max(28px, 5vw), 38px)",
     166                    "size": "min(max(1.75rem, 5vw), 2.375rem)",
    352167                    "slug": "large"
    353168                },
    354169                {
    355                     "name": "Huge",
    356                     "size": "min(max(36px, 5vw), 48px)",
    357                     "slug": "huge"
     170                    "name": "Extra Large",
     171                    "size": "min(max(2.25rem, 5vw), 3rem)",
     172                    "slug": "x-large"
    358173                }
    359174            ]
     
    363178        "blocks": {
    364179            "core/button": {
    365                 "border": {
    366                     "radius": "var(--wp--custom--button--border--radius)"
    367                 },
    368180                "color": {
    369181                    "background": "var(--wp--custom--button--color--background)",
     
    371183                },
    372184                "typography": {
    373                     "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    374185                    "fontSize": "var(--wp--custom--button--typography--font-size)",
    375                     "fontWeight": "var(--wp--custom--button--typography--font-weight)",
    376                     "lineHeight": "var(--wp--custom--button--typography--line-height)"
     186                    "fontWeight": "var(--wp--custom--button--typography--font-weight)"
    377187                }
    378188            },
    379189            "core/code": {
    380190                "border": {
    381                     "color": "#CCCCCC",
    382                     "radius": "0px",
    383                     "style": "solid",
    384191                    "width": "0px"
    385192                },
    386                 "spacing": {
    387                     "padding": {
    388                         "left": "var(--wp--custom--gap--horizontal)",
    389                         "right": "var(--wp--custom--gap--horizontal)",
    390                         "top": "var(--wp--custom--gap--vertical)",
    391                         "bottom": "var(--wp--custom--gap--vertical)"
    392                     }
    393                 },
    394                 "typography": {
    395                     "fontFamily": "monospace",
    396                     "fontSize": "var(--wp--preset--font-size--normal)",
     193                "color": {
     194                    "background": "var(--wp--custom--color--tertiary)"
     195                },
     196                "typography": {
     197                    "fontSize": "var(--wp--custom--font-size--normal)",
    397198                    "fontWeight": "400",
    398199                    "lineHeight": "1.6"
    399                 },
    400                 "color": {
    401                     "background": "var(--wp--custom--color--tertiary)"
    402                 }
    403             },
    404             "core/gallery": {
    405                 "spacing": {
    406                     "margin": {
    407                         "bottom": "var(--wp--custom--gap--vertical)"
    408                     }
    409200                }
    410201            },
    411202            "core/navigation": {
    412203                "typography": {
    413                     "fontSize": "var(--wp--preset--font-size--normal)"
     204                    "fontSize": "var(--wp--custom--font-size--normal)"
    414205                }
    415206            },
     
    421212                },
    422213                "typography": {
    423                     "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    424                     "fontSize": "min(max(48px, 7vw), 64px)",
    425                     "lineHeight": 1.2,
    426                     "fontWeight": "700"
    427                 }
    428             },
    429             "core/post-date": {
    430                 "color": {
    431                     "link": "var(--wp--custom--color--foreground)",
    432                     "text": "var(--wp--custom--color--foreground)"
    433                 },
    434                 "typography": {
    435                     "fontSize": "var(--wp--preset--font-size--small)"
     214                    "fontSize": "min(max(3rem, 7vw), 4rem)",
     215                    "fontWeight": "700",
     216                    "lineHeight": 1.2
     217                }
     218            },
     219            "core/quote": {
     220                "border": {
     221                    "width": "0px"
     222                },
     223                "spacing": {
     224                    "padding": {
     225                        "left": "calc( var(--wp--custom--gap--horizontal) * 3 )"
     226                    }
     227                },
     228                "typography": {
     229                    "fontSize": "1.5625rem",
     230                    "fontWeight": "normal",
     231                    "lineHeight": "1.6"
    436232                }
    437233            },
    438234            "core/pullquote": {
    439                 "border": {
    440                     "style": "solid",
    441                     "width": "1px 0 0 0"
    442                 },
    443235                "typography": {
    444236                    "fontStyle": "normal",
     
    449241                "spacing": {
    450242                    "padding": {
     243                        "bottom": "calc( var(--wp--custom--gap--horizontal) * 3 )",
    451244                        "left": "calc( var(--wp--custom--gap--horizontal) * 3 )",
    452245                        "right": "calc( var(--wp--custom--gap--horizontal) * 3 )",
    453                         "top": "calc( var(--wp--custom--gap--horizontal) * 3 )",
    454                         "bottom": "calc( var(--wp--custom--gap--horizontal) * 3 )"
    455                     }
    456                 }
    457             },
    458             "core/search": {
    459                 "typography": {
    460                     "fontSize": "var(--wp--custom--button--typography--font-size)",
    461                     "lineHeight": "var(--wp--custom--body--typography--line-height)"
    462                 }
    463             },
    464             "core/separator": {
    465                 "color": {
    466                     "text": "var(--wp--custom--color--foreground)"
    467                 },
    468                 "border": {
    469                     "color": "currentColor",
    470                     "style": "solid",
    471                     "width": "0 0 1px 0"
    472                 }
    473             },
    474             "core/quote": {
    475                 "border": {
    476                     "color": "var(--wp--custom--color--primary)",
    477                     "style": "solid",
    478                     "width": "0px"
    479                 },
    480                 "spacing": {
    481                     "padding": {
    482                         "left": "calc( var(--wp--custom--gap--horizontal) * 3 )"
    483                     }
    484                 },
    485                 "typography": {
    486                     "fontSize": "25px",
    487                     "fontStyle": "normal",
    488                     "fontWeight": "normal",
    489                     "lineHeight": "40px"
    490                 }
    491             },
    492             "core/site-title": {
    493                 "typography": {
    494                     "fontSize": "var(--wp--preset--font-size--normal)",
    495                     "fontWeight": 700,
    496                     "textDecoration": "none",
    497                     "textTransform": "uppercase"
    498                 },
    499                 "color": {
    500                     "link": "var(--wp--custom--color--primary)"
    501                 }
    502             },
    503             "core/navigation-link": {
    504                 "color": {
    505                     "background": "transparent",
    506                     "text": "var(--wp--custom--color--foreground)"
    507                 }
    508             },
    509             "list": {
    510                 "padding": {
    511                     "left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
     246                        "top": "calc( var(--wp--custom--gap--horizontal) * 3 )"
     247                    }
     248                },
     249                "border": {
     250                    "width": "1px 0 0 0"
    512251                }
    513252            },
     
    523262            "core/query-pagination": {
    524263                "typography": {
    525                     "fontSize": "var(--wp--preset--font-size--normal)",
     264                    "fontSize": "var(--wp--custom--font-size--normal)",
    526265                    "fontWeight": "500"
    527266                }
     267            },
     268            "core/site-title": {
     269                "color": {
     270                    "link": "var(--wp--custom--color--primary)"
     271                },
     272                "typography": {
     273                    "fontSize": "var(--wp--custom--font-size--normal)",
     274                    "fontWeight": 700,
     275                    "textTransform": "uppercase"
     276                }
    528277            }
    529         },
    530         "color": {
    531             "background": "var(--wp--custom--color--background)",
    532             "text": "var(--wp--custom--color--foreground)"
    533278        },
    534279        "elements": {
    535280            "h1": {
    536281                "typography": {
    537                     "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    538                     "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
    539                     "lineHeight": 1.2,
    540                     "fontSize": "min(max(48px, 7vw), 80px)"
    541                 },
    542                 "spacing": {
    543                     "margin": {
    544                         "top": "var(--wp--custom--gap--vertical)",
    545                         "bottom": "var(--wp--custom--gap--vertical)"
    546                     }
     282                    "fontSize": "min(max(3rem, 7vw), 5rem)",
     283                    "lineHeight": 1.2
    547284                }
    548285            },
    549286            "h2": {
    550287                "typography": {
    551                     "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    552                     "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
    553                     "lineHeight": 1.2,
    554                     "fontSize": "min(max(36px, 6vw), 65px)"
    555                 },
    556                 "spacing": {
    557                     "margin": {
    558                         "top": "var(--wp--custom--gap--vertical)",
    559                         "bottom": "var(--wp--custom--gap--vertical)"
    560                     }
     288                    "fontSize": "min(max(2.25rem, 6vw), 4.0625rem)",
     289                    "lineHeight": 1.2
    561290                }
    562291            },
    563292            "h3": {
    564293                "typography": {
    565                     "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    566                     "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
    567                     "lineHeight": 1.2,
    568                     "fontSize": "var(--wp--preset--font-size--large)"
    569                 },
    570                 "spacing": {
    571                     "margin": {
    572                         "top": "var(--wp--custom--gap--vertical)",
    573                         "bottom": "var(--wp--custom--gap--vertical)"
    574                     }
     294                    "fontSize": "var(--wp--preset--font-size--large)",
     295                    "lineHeight": 1.2
    575296                }
    576297            },
    577298            "h4": {
    578299                "typography": {
    579                     "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    580                     "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
    581                     "lineHeight": 1.4,
    582                     "fontSize": "var(--wp--preset--font-size--large)"
    583                 },
    584                 "spacing": {
    585                     "margin": {
    586                         "top": "var(--wp--custom--gap--vertical)",
    587                         "bottom": "var(--wp--custom--gap--vertical)"
    588                     }
     300                    "fontSize": "var(--wp--preset--font-size--large)",
     301                    "lineHeight": 1.4
    589302                }
    590303            },
    591304            "h5": {
    592305                "typography": {
    593                     "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    594                     "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
    595                     "lineHeight": 1.4,
    596                     "fontSize": "var(--wp--preset--font-size--normal)"
    597                 },
    598                 "spacing": {
    599                     "margin": {
    600                         "top": "var(--wp--custom--gap--vertical)",
    601                         "bottom": "var(--wp--custom--gap--vertical)"
    602                     }
     306                    "fontSize": "var(--wp--custom--font-size--normal)",
     307                    "lineHeight": 1.4
    603308                }
    604309            },
    605310            "h6": {
    606311                "typography": {
    607                     "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    608                     "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
    609                     "lineHeight": 1.4,
    610                     "fontSize": "var(--wp--preset--font-size--small)"
    611                 },
    612                 "spacing": {
    613                     "margin": {
    614                         "top": "var(--wp--custom--gap--vertical)",
    615                         "bottom": "var(--wp--custom--gap--vertical)"
    616                     }
     312                    "fontSize": "var(--wp--preset--font-size--small)",
     313                    "lineHeight": 1.4
    617314                }
    618315            },
     
    623320            }
    624321        },
    625         "spacing": {
    626             "blockGap": "calc(2 * var(--wp--custom--gap--baseline))"
    627         },
    628322        "typography": {
    629             "lineHeight": "var(--wp--custom--body--typography--line-height)",
    630             "fontFamily": "var(--wp--preset--font-family--dm-sans)",
    631             "fontSize": "var(--wp--preset--font-size--normal)",
    632             "fontWeight": "400"
     323            "fontWeight": "400",
     324            "fontFamily": "var:preset|font-family|dm-sans"
    633325        }
    634326    }
Note: See TracChangeset for help on using the changeset viewer.