2023-12-06 09:46:38 +00:00
|
|
|
/*
|
|
|
|
Theme Name: Assembler
|
|
|
|
Theme URI: https://wordpress.com/theme/assembler
|
|
|
|
Author: Automattic
|
|
|
|
Author URI: https://automattic.com/
|
2023-12-14 03:47:59 +00:00
|
|
|
Description: Assemble something beautiful.
|
2023-12-06 09:46:38 +00:00
|
|
|
Requires at least: 6.4
|
|
|
|
Tested up to: 6.4
|
|
|
|
Requires PHP: 7.0
|
2024-08-08 09:46:42 +00:00
|
|
|
Version: 0.0.19
|
2023-12-06 09:46:38 +00:00
|
|
|
License: GNU General Public License v2 or later
|
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
Text Domain: assembler
|
|
|
|
Tags: blog, one-column, three-columns, wide-blocks, block-patterns, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, style-variations, template-editing, theme-options, threaded-comments, translation-ready
|
|
|
|
*/
|
2023-12-14 03:47:59 +00:00
|
|
|
|
2024-01-22 23:09:42 +00:00
|
|
|
/* Progresive enhancement to reduce widows and orphans. */
|
2024-07-08 06:35:35 +00:00
|
|
|
|
2024-03-25 22:12:38 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
blockquote {
|
|
|
|
text-wrap: balance;
|
2024-01-22 23:09:42 +00:00
|
|
|
}
|
|
|
|
|
2024-08-08 09:44:49 +00:00
|
|
|
/* Remove auto-applied padding on headings when color is applied. */
|
|
|
|
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2024-01-22 23:09:42 +00:00
|
|
|
p {
|
2024-03-25 22:12:38 +00:00
|
|
|
text-wrap: pretty;
|
2024-01-22 23:09:42 +00:00
|
|
|
}
|
|
|
|
|
2024-07-08 06:35:35 +00:00
|
|
|
/* Set default line height for font size presets. */
|
|
|
|
|
|
|
|
.has-xx-large-font-size {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Add space between the header and first element, if its a paragraph. */
|
|
|
|
|
|
|
|
.entry-content > p:first-child {
|
|
|
|
margin-top: var(--wp--style--root--padding-left);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Fields */
|
|
|
|
|
|
|
|
label,
|
|
|
|
.jetpack-field-label .rich-text.jetpack-field-label__input,
|
|
|
|
.wp-block-jetpack-contact-form-container .wp-block-jetpack-contact-form label {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: var(--wp--preset--font-size--small);
|
|
|
|
margin-bottom: 0.25em;
|
|
|
|
font-weight: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea,
|
|
|
|
input:not([type=submit]):not([type=checkbox]),
|
|
|
|
.wp-block-post-comments-form textarea,
|
|
|
|
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
|
|
|
|
.jetpack-contact-form .jetpack-field .jetpack-field__input,
|
|
|
|
.jetpack-contact-form .jetpack-field .jetpack-field__textarea {
|
|
|
|
backdrop-filter: saturate(1.075);
|
|
|
|
background-color: transparent;
|
|
|
|
border-color: currentColor;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 6px;
|
|
|
|
border-width: 1px;
|
|
|
|
box-shadow: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: currentColor;
|
|
|
|
filter: brightness(1.05);
|
|
|
|
font-size: var(--wp--preset--font-size--small);
|
|
|
|
font-weight: inherit;
|
|
|
|
line-height: 1.5;
|
|
|
|
min-height: 42px;
|
|
|
|
padding: 0.8rem 1rem;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea:focus,
|
|
|
|
input:not([type=submit]):focus,
|
|
|
|
.wp-block-post-comments-form textarea:focus,
|
|
|
|
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]):focus {
|
|
|
|
outline: 1px solid currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Jetpack Forms: Clean up errors */
|
|
|
|
|
|
|
|
.contact-form__error {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-form__input-error {
|
|
|
|
font-size: 13px;
|
|
|
|
gap: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-form__input-error .contact-form__warning-icon {
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Jetpack Forms: Animated block style tweaks */
|
|
|
|
|
|
|
|
.contact-form .is-style-animated .grunion-field-wrap.grunion-field-select-wrap .animated-label__label label,
|
|
|
|
.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder ~ .animated-label__label label,
|
|
|
|
.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus ~ .animated-label__label label,
|
|
|
|
.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown) ~ .animated-label__label label {
|
|
|
|
opacity: 0.7;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Make sure footers have no margin. */
|
|
|
|
|
2023-12-14 03:47:59 +00:00
|
|
|
footer {
|
2024-03-25 22:12:38 +00:00
|
|
|
margin-top: 0 !important;
|
2023-12-14 03:47:59 +00:00
|
|
|
}
|
|
|
|
|
2024-07-08 06:35:35 +00:00
|
|
|
/* Social Links: Better default color. */
|
|
|
|
|
2024-01-22 23:09:42 +00:00
|
|
|
.wp-block-social-links.is-style-logos-only li.wp-social-link {
|
2024-03-25 22:12:38 +00:00
|
|
|
color: currentcolor;
|
2024-01-22 23:09:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
|
2024-03-25 22:12:38 +00:00
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
2024-01-22 23:09:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-social-links.has-small-icon-size {
|
2024-03-25 22:12:38 +00:00
|
|
|
font-size: 20px;
|
2024-01-22 23:09:42 +00:00
|
|
|
}
|
|
|
|
|
2024-01-04 15:28:37 +00:00
|
|
|
/* Move header core/navigation to the right on mobile. */
|
2024-07-08 06:35:35 +00:00
|
|
|
|
2023-12-14 03:47:59 +00:00
|
|
|
.order-0 {
|
2024-03-25 22:12:38 +00:00
|
|
|
order: 0;
|
2023-12-14 03:47:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.order-1 {
|
2024-03-25 22:12:38 +00:00
|
|
|
order: 1;
|
2023-12-14 03:47:59 +00:00
|
|
|
}
|
2024-01-09 23:58:33 +00:00
|
|
|
|
|
|
|
.grow-0 {
|
2024-03-25 22:12:38 +00:00
|
|
|
flex-grow: 0;
|
2024-01-09 23:58:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.grow {
|
2024-03-25 22:12:38 +00:00
|
|
|
flex-grow: 1;
|
2024-01-09 23:58:33 +00:00
|
|
|
}
|
2024-03-25 22:12:38 +00:00
|
|
|
|
2023-12-14 03:47:59 +00:00
|
|
|
@media (min-width: 600px) {
|
|
|
|
|
2024-03-25 22:12:38 +00:00
|
|
|
.md\:order-0 {
|
|
|
|
order: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:order-1 {
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md\:grow-0 {
|
|
|
|
flex-grow: 0;
|
|
|
|
}
|
2024-01-09 23:58:33 +00:00
|
|
|
|
2024-03-25 22:12:38 +00:00
|
|
|
.md\:grow {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2024-01-09 23:58:33 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2024-02-12 23:14:02 +00:00
|
|
|
.overflow-hidden {
|
2024-03-25 22:12:38 +00:00
|
|
|
overflow: hidden;
|
2024-02-12 23:14:02 +00:00
|
|
|
}
|