Changeset 190050
- Timestamp:
- 04/24/2023 03:43:12 PM (3 years ago)
- Location:
- zoologist/1.0.38
- Files:
-
- 5 added
- 8 deleted
- 18 edited
- 1 copied
-
. (copied) (copied from zoologist/1.0.8)
-
assets/theme.css (modified) (3 diffs)
-
block-template-parts/footer.html (modified) (1 diff)
-
block-template-parts/header.html (modified) (1 diff)
-
block-template-parts/post-meta.html (modified) (1 diff)
-
block-templates/archive.html (added)
-
block-templates/index.html (modified) (2 diffs)
-
block-templates/page-without-title.html (modified) (2 diffs)
-
block-templates/page.html (modified) (1 diff)
-
block-templates/search.html (deleted)
-
block-templates/single.html (modified) (3 diffs)
-
functions.php (deleted)
-
languages/sv.mo (deleted)
-
languages/sv.po (deleted)
-
readme.txt (modified) (1 diff)
-
sass/blocks/_calendar.scss (deleted)
-
sass/blocks/_navigation.scss (deleted)
-
sass/blocks/_post-comments.scss (modified) (1 diff)
-
sass/blocks/_query-pagination.scss (modified) (1 diff)
-
sass/blocks/_query.scss (modified) (1 diff)
-
sass/blocks/_search.scss (deleted)
-
sass/blocks/_table.scss (modified) (2 diffs)
-
sass/elements/_links.scss (modified) (2 diffs)
-
sass/templates/_index.scss (modified) (1 diff)
-
sass/theme.scss (modified) (2 diffs)
-
screenshot.jpg (deleted)
-
screenshot.png (added)
-
style.css (modified) (2 diffs)
-
styles (added)
-
styles/black.json (added)
-
styles/white.json (added)
-
theme.json (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
-
zoologist/1.0.38/assets/theme.css
r156750 r190050 1 @charset "UTF-8";2 1 /** 3 2 * Breakpoints & Media Queries … … 37 36 * Reset the WP Admin page styles for Gutenberg-like pages. 38 37 */ 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 52 38 .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); 60 46 } 61 47 … … 64 50 .wp-block-search .wp-block-search__button:focus, 65 51 .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); 95 59 } 96 60 97 61 ul ul { 98 list-style-type: disc;62 list-style-type: disc; 99 63 } 100 64 101 65 @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 } 175 69 } 176 70 177 71 .wp-block-post-comments form input:not([type=submit]):not([type=checkbox]), 178 72 .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 } 183 76 .wp-block-post-comments .comment-body > p > a, 184 77 .wp-block-post-comments .comment-edit-link { 185 text-decoration: underline; 186 } 187 78 text-decoration: underline; 79 } 188 80 .wp-block-post-comments .comment-body > p > a:hover, 189 81 .wp-block-post-comments .comment-edit-link:hover { 190 text-decoration: none;82 text-decoration: none; 191 83 } 192 84 193 85 .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; 197 89 } 198 90 199 91 .post-navigation-link-next { 200 flex-direction: row-reverse; 201 } 202 92 flex-direction: row-reverse; 93 } 203 94 .post-navigation-link-next a { 204 margin-right: 0.5em;95 margin-right: 0.5em; 205 96 } 206 97 207 98 .post-navigation-link-previous a { 208 margin-left: 0.5em;99 margin-left: 0.5em; 209 100 } 210 101 211 102 .next-prev-links .wp-block-column, 212 103 .next-prev-links .wp-block-column:not(:only-child) { 213 flex-basis: 40% !important; 214 } 215 104 flex-basis: 40% !important; 105 } 216 106 .next-prev-links .wp-block-column:not(:first-child), 217 107 .next-prev-links .wp-block-column:not(:only-child):not(:first-child) { 218 margin-left: 20%;108 margin-left: 20%; 219 109 } 220 110 221 111 .wp-block-post-template .wp-block-post-excerpt__more-text, 222 112 .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; 224 114 } 225 115 226 116 .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 } 245 119 .wp-block-query-pagination .page-numbers { 246 padding: 0 0.1em;120 padding: 0 0.1em; 247 121 } 248 122 249 123 .wp-block-quote.is-style-large p { 250 line-height: 1.4; 251 } 252 124 line-height: 1.4; 125 } 253 126 .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; 259 128 } 260 129 261 130 .wp-block-table.is-style-stripes th, 262 131 .wp-block-table th { 263 font-weight: 400; 264 } 265 132 font-weight: 400; 133 } 266 134 .wp-block-table.is-style-stripes tbody td, 267 135 .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 } 274 141 .wp-block-table.is-style-stripes tr:first-child td, 275 142 .wp-block-table tr:first-child td { 276 border-top-width: 1px; 277 } 278 143 border-top-width: 1px; 144 } 279 145 .wp-block-table.is-style-stripes tr:last-child td, 280 146 .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; 291 148 } 292 149 293 150 .wp-block-pullquote { 294 text-indent: -0.5ch; 295 } 296 151 text-indent: -0.5ch; 152 } 297 153 .wp-block-pullquote cite { 298 text-indent: 0.5ch;154 text-indent: 0.5ch; 299 155 } 300 156 301 157 .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; 311 167 } 312 168 313 169 a: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 174 input[type=text]:focus, 175 input[type=email]:focus, 176 input[type=url]:focus, 177 input[type=password]:focus, 178 input[type=search]:focus, 179 input[type=number]:focus, 180 input[type=tel]:focus, 181 input[type=range]:focus, 182 input[type=date]:focus, 183 input[type=month]:focus, 184 input[type=week]:focus, 185 input[type=time]:focus, 186 input[type=submit]:focus, 187 input[type=datetime]:focus, 188 input[type=datetime-local]:focus, 189 input[type=color]:focus, 334 190 textarea:focus { 335 outline: 1px dotted currentColor;191 outline: 1px dotted currentColor; 336 192 } 337 193 338 194 .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)); 340 202 } 341 203 -
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 --> 3 4 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"} /--> 7 6 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 1 1 <!-- wp:group {"className":"post-meta","layout":{"type":"flex"}} --> 2 2 <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)"}}} /--> 7 7 </div> 8 8 <!-- /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"} /--> 2 2 3 3 <!-- 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}} --> 4 4 <main class="wp-block-query"> 5 <!-- wp:query-title {"type":"archive","style":{"spacing":{"margin":{"bottom":"160px"}}}} /-->6 5 <!-- wp:post-template --> 7 6 <!-- wp:group {"layout":{"inherit":true}} --> 8 7 <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))"}}}} /--> 10 9 <!-- wp:post-featured-image {"isLink":true} /--> 11 10 <!-- wp:post-excerpt /--> 12 <!-- wp:template-part {"slug":"post-meta ","layout":{"inherit":true}} /-->11 <!-- wp:template-part {"slug":"post-meta-icons"} /--> 13 12 <!-- wp:spacer {"height":120} --> 14 13 <div style="height:120px" aria-hidden="true" class="wp-block-spacer"></div> … … 17 16 <!-- /wp:group --> 18 17 <!-- /wp:post-template --> 19 <!-- wp:query-pagination {"align":"wide" } -->18 <!-- wp:query-pagination {"align":"wide","paginationArrow":"arrow"} --> 20 19 <!-- wp:query-pagination-previous /--> 21 20 <!-- 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"} /--> 2 2 3 3 <!-- wp:spacer {"height":30} --> … … 5 5 <!-- /wp:spacer --> 6 6 7 <!-- wp:group {"tagName":"main" } -->7 <!-- wp:group {"tagName":"main","lock":{"move":false,"remove":true}} --> 8 8 <main class="wp-block-group"> 9 <!-- wp:post-content {"layout":{"inherit":true} } /-->9 <!-- wp:post-content {"layout":{"inherit":true},"lock":{"move":false,"remove":true}} /--> 10 10 </main> 11 11 <!-- /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"} /--> 2 2 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))"}}}} /--> 7 7 </div> 8 8 <!-- /wp:group --> 9 9 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}} --> 15 11 <main class="wp-block-group"> 16 <!-- wp:post-content {"layout":{"inherit":true} } /-->12 <!-- wp:post-content {"layout":{"inherit":true},"lock":{"move":false,"remove":true}} /--> 17 13 </main> 18 14 <!-- /wp:group --> 19 15 20 16 <!-- wp:group {"layout":{"inherit":true}} --> 21 <div class="wp-block-group"><!-- wp:p ost-comments/--></div>17 <div class="wp-block-group"><!-- wp:pattern {"slug":"blockbase/comments"} /--></div> 22 18 <!-- /wp:group --> 23 19 -
zoologist/1.0.38/block-templates/single.html
r156750 r190050 1 <!-- wp:template-part {"slug":"header" } /-->1 <!-- wp:template-part {"slug":"header","tagName":"header"} /--> 2 2 3 3 <!-- wp:group {"tagName":"main"} --> … … 6 6 <!-- wp:group {"layout":{"inherit":true}} --> 7 7 <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))"}}}} /--> 10 10 </div> 11 11 <!-- /wp:group --> 12 12 13 <!-- wp:post-content {"layout":{"inherit":true} } /-->13 <!-- wp:post-content {"layout":{"inherit":true},"lock":{"move":false,"remove":true}} /--> 14 14 15 <!-- wp:template-part {"slug":"post-meta-icons" ,"layout":{"inherit":true}} /-->15 <!-- wp:template-part {"slug":"post-meta-icons"} /--> 16 16 17 17 <!-- wp:spacer {"height":150} --> … … 38 38 <div style="height:150px" aria-hidden="true" class="wp-block-spacer"></div> 39 39 <!-- /wp:spacer --> 40 <!-- wp:p ost-comments/-->40 <!-- wp:pattern {"slug":"blockbase/comments"} /--> 41 41 </div> 42 42 <!-- /wp:group --> -
zoologist/1.0.38/readme.txt
r156750 r190050 12 12 13 13 == 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) 14 143 15 144 = 1.0.0 = -
zoologist/1.0.38/sass/blocks/_post-comments.scss
r156750 r190050 4 4 input:not([type=submit]):not([type=checkbox]), 5 5 textarea { 6 font-size: var(--wp-- preset--font-size--normal);6 font-size: var(--wp--custom--font-size--normal); 7 7 width: 100%; 8 8 } -
zoologist/1.0.38/sass/blocks/_query-pagination.scss
r156750 r190050 1 1 .wp-block-query-pagination { 2 2 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 }21 3 22 4 .page-numbers { -
zoologist/1.0.38/sass/blocks/_query.scss
r156750 r190050 4 4 // Important is necessary to override any other font size rules applied to the exerpt. 5 5 .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; 7 7 } 8 8 } -
zoologist/1.0.38/sass/blocks/_table.scss
r156750 r190050 1 1 .wp-block-table.is-style-stripes, 2 2 .wp-block-table { 3 4 3 th { 5 4 font-weight: 400; … … 20 19 border-bottom-width: 1px; 21 20 } 22 23 figcaption {24 color: var(--wp--preset--color--primary);25 }26 27 21 } 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) { 2 2 text-decoration-line: underline; 3 3 … … 10 10 // Select the focus states of all non-wpadmin and screen reader links 11 11 a:not(.ab-item):not(.screen-reader-shortcut) { 12 12 13 &:active, 13 14 &:focus { 14 outline: 1px dotted current Color;15 outline: 1px dotted currentcolor; 15 16 text-decoration: none; 16 17 } -
zoologist/1.0.38/sass/templates/_index.scss
r156750 r190050 2 2 margin-top: 0; 3 3 } 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 2 2 @import "../../blockbase/sass/base/mixins"; 3 3 @import "../../blockbase/sass/blocks/_buttons-outline-style"; 4 @import "blocks/calendar";5 4 @import "blocks/list"; 6 5 @import "blocks/media-text"; 7 @import "blocks/navigation";8 6 @import "blocks/post-comments"; 9 7 @import "blocks/post-navigation-link"; … … 11 9 @import "blocks/query-pagination"; 12 10 @import "blocks/quote"; 13 @import "blocks/search";14 11 @import "blocks/table"; 15 12 @import "blocks/pullquote"; -
zoologist/1.0.38/style.css
r156855 r190050 1 1 /* 2 2 Theme Name: Zoologist 3 Theme URI: https:// github.com/Automattic/themes/tree/trunk/zoologist3 Theme URI: https://wordpress.com/theme/zoologist 4 4 Author: Automattic 5 5 Author URI: https://automattic.com/ … … 8 8 Tested up to: 5.8 9 9 Requires PHP: 5.7 10 Version: 1.0. 810 Version: 1.0.38 11 11 License: GNU General Public License v2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 Template: blockbase 14 14 Text 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 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, auto-loading-homepage, blog-homepage 16 16 17 17 Zoologist WordPress Theme, (C) 2021 Automattic, Inc. -
zoologist/1.0.38/theme.json
r156750 r190050 2 2 "$schema": "https://json.schemastore.org/theme-v1.json", 3 3 "version": 1, 4 "templateParts": [5 {6 "name": "header",7 "area": "header"8 },9 {10 "name": "footer",11 "area": "footer"12 }13 ],14 4 "customTemplates": [ 15 5 { … … 39 29 ], 40 30 "settings": { 41 "border": {42 "customColor": true,43 "customRadius": true,44 "customStyle": true,45 "customWidth": true46 },47 31 "color": { 48 32 "palette": [ … … 67 51 "name": "Tertiary" 68 52 } 69 ], 70 "gradients": [] 53 ] 71 54 }, 72 55 "custom": { 73 "alignment": {74 "alignedMaxWidth": "50%"75 },76 56 "button": { 77 57 "border": { 78 58 "color": "var(--wp--custom--color--foreground)", 79 59 "radius": "0", 80 "style": "solid",81 60 "width": "3px" 82 61 }, … … 94 73 } 95 74 }, 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" 108 78 } 109 79 }, … … 115 85 "tertiary": "var(--wp--preset--color--tertiary)" 116 86 }, 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 },142 87 "form": { 143 "padding": "20px",144 88 "border": { 145 89 "color": "var(--wp--custom--color--foreground)", 146 "radius": "0",147 90 "style": "solid", 148 91 "width": "2px" 149 92 }, 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" 201 98 }, 202 99 "body": { … … 207 104 "heading": { 208 105 "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" 218 107 } 219 108 }, 220 109 "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 229 114 }, 230 115 "gap": { … … 237 122 "margin": "0 .2em .2em 0", 238 123 "typography": { 239 "fontSize": "var(--wp--preset--font-size-- huge)",124 "fontSize": "var(--wp--preset--font-size--x-large)", 240 125 "fontWeight": "400" 241 126 } 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)"253 127 } 254 128 }, … … 256 130 "citation": { 257 131 "typography": { 258 "fontSize": "var(--wp--custom--font-sizes--tiny)",259 "fontFamily": "inherit",260 132 "fontStyle": "normal", 261 133 "fontWeight": 400 262 }, 263 "spacing": { 264 "margin": { 265 "top": "var(--wp--custom--gap--vertical)" 266 } 267 } 268 }, 269 "typography": { 270 "textAlign": "left" 134 } 271 135 } 272 136 }, … … 274 138 "citation": { 275 139 "typography": { 276 "fontSize": "var(--wp--custom--font-sizes--tiny)",277 140 "fontStyle": "normal", 278 141 "fontWeight": "400" 279 142 } 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 } 304 144 } 305 145 }, … … 308 148 "wideSize": "1128px" 309 149 }, 310 "spacing": {311 "blockGap": true,312 "customPadding": true,313 "units": [314 "%",315 "px",316 "em",317 "rem",318 "vh",319 "vw"320 ]321 },322 150 "typography": { 323 151 "customFontSize": true, 324 152 "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 ],333 153 "fontSizes": [ 334 154 { 335 155 "name": "Small", 336 "size": "1 6px",156 "size": "1rem", 337 157 "slug": "small" 338 158 }, 339 159 { 340 "name": "Normal",341 "size": "18px",342 "slug": "normal"343 },344 {345 160 "name": "Medium", 346 "size": " 22px",161 "size": "1.375rem", 347 162 "slug": "medium" 348 163 }, 349 164 { 350 165 "name": "Large", 351 "size": "min(max( 28px, 5vw), 38px)",166 "size": "min(max(1.75rem, 5vw), 2.375rem)", 352 167 "slug": "large" 353 168 }, 354 169 { 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" 358 173 } 359 174 ] … … 363 178 "blocks": { 364 179 "core/button": { 365 "border": {366 "radius": "var(--wp--custom--button--border--radius)"367 },368 180 "color": { 369 181 "background": "var(--wp--custom--button--color--background)", … … 371 183 }, 372 184 "typography": { 373 "fontFamily": "var(--wp--preset--font-family--dm-sans)",374 185 "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)" 377 187 } 378 188 }, 379 189 "core/code": { 380 190 "border": { 381 "color": "#CCCCCC",382 "radius": "0px",383 "style": "solid",384 191 "width": "0px" 385 192 }, 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)", 397 198 "fontWeight": "400", 398 199 "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 }409 200 } 410 201 }, 411 202 "core/navigation": { 412 203 "typography": { 413 "fontSize": "var(--wp-- preset--font-size--normal)"204 "fontSize": "var(--wp--custom--font-size--normal)" 414 205 } 415 206 }, … … 421 212 }, 422 213 "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" 436 232 } 437 233 }, 438 234 "core/pullquote": { 439 "border": {440 "style": "solid",441 "width": "1px 0 0 0"442 },443 235 "typography": { 444 236 "fontStyle": "normal", … … 449 241 "spacing": { 450 242 "padding": { 243 "bottom": "calc( var(--wp--custom--gap--horizontal) * 3 )", 451 244 "left": "calc( var(--wp--custom--gap--horizontal) * 3 )", 452 245 "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" 512 251 } 513 252 }, … … 523 262 "core/query-pagination": { 524 263 "typography": { 525 "fontSize": "var(--wp-- preset--font-size--normal)",264 "fontSize": "var(--wp--custom--font-size--normal)", 526 265 "fontWeight": "500" 527 266 } 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 } 528 277 } 529 },530 "color": {531 "background": "var(--wp--custom--color--background)",532 "text": "var(--wp--custom--color--foreground)"533 278 }, 534 279 "elements": { 535 280 "h1": { 536 281 "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 547 284 } 548 285 }, 549 286 "h2": { 550 287 "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 561 290 } 562 291 }, 563 292 "h3": { 564 293 "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 575 296 } 576 297 }, 577 298 "h4": { 578 299 "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 589 302 } 590 303 }, 591 304 "h5": { 592 305 "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 603 308 } 604 309 }, 605 310 "h6": { 606 311 "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 617 314 } 618 315 }, … … 623 320 } 624 321 }, 625 "spacing": {626 "blockGap": "calc(2 * var(--wp--custom--gap--baseline))"627 },628 322 "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" 633 325 } 634 326 }
Note: See TracChangeset
for help on using the changeset viewer.