43 lines
3.2 KiB
PHP
43 lines
3.2 KiB
PHP
<?php
|
|
/**
|
|
* Title: Page with box shadow
|
|
* Slug: powder/template-page-box-shadow
|
|
* Categories: powder-template
|
|
* Template Types: page
|
|
*/
|
|
?>
|
|
<!-- wp:template-part {"slug":"header","tagName":"header","className":"site-header"} /-->
|
|
<!-- wp:group {"tagName":"main","align":"full","style":{"spacing":{"margin":{"top":"0"}}},"layout":{"type":"default"}} -->
|
|
<main class="wp-block-group alignfull" style="margin-top:0">
|
|
<!-- wp:group {"tagName":"header","style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}}},"backgroundColor":"contrast","textColor":"base","className":"entry-header","layout":{"type":"constrained","wideSize":"800px"}} -->
|
|
<header class="wp-block-group entry-header has-base-color has-contrast-background-color has-text-color has-background" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)">
|
|
<!-- wp:post-title {"textAlign":"center","level":1,"style":{"typography":{"fontStyle":"normal","fontWeight":"300","fontSize":"48px"}}} /-->
|
|
</header>
|
|
<!-- /wp:group -->
|
|
<!-- wp:group {"align":"full","style":{"dimensions":{"minHeight":"80px"},"spacing":{"margin":{"top":"0"}}},"backgroundColor":"contrast","layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group alignfull has-contrast-background-color has-background" style="min-height:80px;margin-top:0"></div>
|
|
<!-- /wp:group -->
|
|
<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0"}}},"layout":{"type":"constrained","wideSize":"960px"}} -->
|
|
<main class="wp-block-group" style="margin-top:0">
|
|
<!-- wp:group {"tagName":"article","layout":{"type":"default"}} -->
|
|
<article class="wp-block-group">
|
|
<!-- wp:group {"className":"is-style-position-relative is-style-positive-zindex is-style-shadow-light","style":{"spacing":{"margin":{"top":"-80px"}}},"backgroundColor":"base","layout":{"type":"default"}} -->
|
|
<div class="wp-block-group is-style-position-relative is-style-positive-zindex is-style-shadow-light has-base-background-color has-background" style="margin-top:-80px">
|
|
<!-- wp:post-featured-image {"aspectRatio":"16/9"} /-->
|
|
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px"},"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80","left":"var:preset|spacing|40","right":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group" style="margin-top:0px;padding-top:var(--wp--preset--spacing--80);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--40)">
|
|
<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</article>
|
|
<!-- /wp:group -->
|
|
</main>
|
|
<!-- /wp:group -->
|
|
<!-- wp:group {"align":"full","style":{"dimensions":{"minHeight":"80px"},"spacing":{"margin":{"top":"-80px"}}},"backgroundColor":"contrast","layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group alignfull has-contrast-background-color has-background" style="min-height:80px;margin-top:-80px"></div>
|
|
<!-- /wp:group -->
|
|
</main>
|
|
<!-- /wp:group -->
|
|
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer"} /-->
|