2022-07-13 19:47:40 +00:00
|
|
|
/*
|
2022-08-18 13:12:26 +00:00
|
|
|
Theme Name: Disco
|
2023-04-04 09:08:46 +00:00
|
|
|
Theme URI: https://wordpress.com/theme/disco/
|
2022-07-13 19:47:40 +00:00
|
|
|
Author: Automattic
|
|
|
|
Author URI: https://automattic.com/
|
2022-08-18 13:12:26 +00:00
|
|
|
Description: Disco is a funky, vibrant, opinionated theme with a monospaced font. Both its styles and spacing form an edgy aesthetic perfect for those looking to build a quirky website.
|
2022-07-13 19:47:40 +00:00
|
|
|
Requires at least: 5.8
|
2022-08-16 12:34:15 +00:00
|
|
|
Tested up to: 6.0.1
|
2022-07-13 19:47:40 +00:00
|
|
|
Requires PHP: 5.7
|
2024-04-03 12:09:49 +00:00
|
|
|
Version: 1.0.6
|
2022-07-13 19:47:40 +00:00
|
|
|
License: GNU General Public License v2 or later
|
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
2022-08-18 13:12:26 +00:00
|
|
|
Text Domain: disco
|
2023-08-21 03:43:02 +00:00
|
|
|
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
|
2022-07-13 19:47:40 +00:00
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
Disco WordPress Theme, (C) 2021 Automattic, Inc.
|
|
|
|
Disco is distributed under the terms of the GNU GPL.
|
2022-07-13 19:47:40 +00:00
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Font smoothing
|
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
2022-08-05 05:46:01 +00:00
|
|
|
a {
|
|
|
|
text-underline-offset: .15em;
|
2022-08-12 14:49:49 +00:00
|
|
|
/* We add text-decoration- here instead in theme.json because webkit browsers as Safari are not compatible with text-decoration shorthand syntax */
|
|
|
|
text-decoration-thickness: 1px!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-site-title a {
|
|
|
|
/* We add text-decoration- here instead in theme.json because webkit browsers as Safari are not compatible with text-decoration shorthand syntax */
|
|
|
|
text-decoration-thickness: 1.5px!important;
|
2022-08-05 05:46:01 +00:00
|
|
|
}
|
|
|
|
|
2022-07-13 19:47:40 +00:00
|
|
|
/*
|
|
|
|
* Button hover styles.
|
|
|
|
* Necessary until the following issue is resolved in Gutenberg:
|
|
|
|
* https://github.com/WordPress/gutenberg/issues/27075
|
|
|
|
*/
|
|
|
|
|
2022-08-09 15:15:59 +00:00
|
|
|
.wp-block-read-more:is(:hover, :focus) {
|
|
|
|
background-color: var(--wp--preset--color--foreground);
|
|
|
|
color: var(--wp--preset--color--background);
|
|
|
|
}
|
|
|
|
|
2022-07-18 12:20:30 +00:00
|
|
|
:is(
|
|
|
|
.wp-block-search__button,
|
|
|
|
.wp-block-file .wp-block-file__button,
|
|
|
|
.wp-block-button__link,
|
|
|
|
.wp-elements-button,
|
|
|
|
):where(:hover, :focus, :active) {
|
|
|
|
background-color: var(--wp--preset--color--background);
|
|
|
|
color: var(--wp--preset--color--foreground);
|
|
|
|
border: 1.5px solid var(--wp--preset--color--foreground);
|
|
|
|
}
|
|
|
|
|
|
|
|
:is(
|
|
|
|
.wp-block-search__button,
|
|
|
|
.wp-block-file .wp-block-file__button,
|
|
|
|
.wp-block-button__link,
|
|
|
|
.wp-elements-button,
|
2022-08-09 15:15:59 +00:00
|
|
|
.wp-block-read-more,
|
2022-07-18 12:20:30 +00:00
|
|
|
):where(:active) {
|
2022-08-11 16:00:18 +00:00
|
|
|
border-style: dashed;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Overrides the Gutenberg styles for the outline button */
|
|
|
|
.wp-block-button.is-style-outline>.wp-block-button__link {
|
|
|
|
padding-top: calc(0.05em + 2px);
|
|
|
|
padding-right: calc(1.333em + 2px);
|
|
|
|
padding-bottom: calc(0.05em + 2px);
|
|
|
|
padding-left: calc(1.333em + 2px);
|
|
|
|
border: 1.5px solid var(--wp--preset--color--foreground);
|
2022-07-18 12:20:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:is(
|
|
|
|
.is-style-outline .wp-block-button__link,
|
|
|
|
.is-style-outline .wp-element-button,
|
|
|
|
.wp-block-post-comments-form input[type=submit],
|
2022-08-11 16:00:18 +00:00
|
|
|
.wp-block-button.is-style-outline>.wp-block-button__link, /* < - Overrides the Gutenberg styles for the outline button */
|
2022-07-18 12:20:30 +00:00
|
|
|
):is(
|
|
|
|
:hover,
|
|
|
|
:focus
|
|
|
|
) {
|
|
|
|
background: var(--wp--preset--color--foreground);
|
|
|
|
color: var(--wp--preset--color--background);
|
|
|
|
}
|
|
|
|
|
|
|
|
:is(
|
|
|
|
.is-style-outline .wp-block-button__link,
|
|
|
|
.is-style-outline .wp-element-button,
|
|
|
|
.wp-block-post-comments-form input[type=submit],
|
|
|
|
):is(
|
|
|
|
:active
|
|
|
|
) {
|
|
|
|
background: var(--wp--preset--color--background);
|
|
|
|
color: var(--wp--preset--color--foreground);
|
2022-08-09 15:15:59 +00:00
|
|
|
border-style: dashed;
|
2022-07-18 12:20:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* This is necesary to fix the outline style for the button in the editor */
|
|
|
|
:where(.is-style-outline)
|
|
|
|
:is(
|
|
|
|
.wp-block-button__link,
|
|
|
|
.wp-element-button
|
|
|
|
) {
|
|
|
|
border: 1px solid var(--wp--preset--color--foreground);
|
2022-07-13 19:47:40 +00:00
|
|
|
}
|
|
|
|
|
2022-08-01 16:23:01 +00:00
|
|
|
/*
|
|
|
|
* Styles for the post list pattern
|
|
|
|
*/
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-post-title {
|
2022-08-01 16:23:01 +00:00
|
|
|
/* This is necesary to make the post list item the same height when the post has or lacks a featured image */
|
2022-07-19 13:45:44 +00:00
|
|
|
min-height: 60px; /* 60px is the height of the featured image used */
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-post-date {
|
2022-08-01 16:23:01 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-read-more {
|
2022-08-01 16:23:01 +00:00
|
|
|
text-align: center;
|
|
|
|
word-break: keep-all;
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-post .post-date-container {
|
2022-08-01 16:23:01 +00:00
|
|
|
flex-basis: min-content;
|
|
|
|
flex-grow: unset;
|
|
|
|
}
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-columns {
|
2022-08-01 16:23:01 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-column {
|
2022-08-01 16:23:01 +00:00
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
2022-08-03 07:59:53 +00:00
|
|
|
min-width: unset;
|
2022-08-01 16:23:01 +00:00
|
|
|
}
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-post > .wp-block-group > .wp-block-columns > .wp-block-column:first-child {
|
2022-08-08 21:50:20 +00:00
|
|
|
flex-grow: 3;
|
2022-08-01 16:23:01 +00:00
|
|
|
}
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-post > .wp-block-group > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
|
2022-08-01 16:23:01 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-08-18 13:12:26 +00:00
|
|
|
.disco-post-list-pattern .wp-block-column:empty {
|
2022-08-01 16:23:01 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-08-04 08:00:35 +00:00
|
|
|
/* Single post */
|
|
|
|
.featured-image-container:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-08-04 08:00:15 +00:00
|
|
|
/*
|
|
|
|
* Footer
|
|
|
|
*/
|
|
|
|
|
|
|
|
footer .wp-block-site-title a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-08-08 21:48:01 +00:00
|
|
|
/*
|
2022-08-08 20:34:54 +00:00
|
|
|
* Quote
|
|
|
|
*/
|
|
|
|
.wp-block-quote p {
|
|
|
|
margin-bottom: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-quote cite {
|
|
|
|
font-style: normal;
|
|
|
|
font-size: var(--wp--preset--font-size--small);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-quote cite::before {
|
|
|
|
content: "— ";
|
|
|
|
}
|
|
|
|
|
2022-08-08 21:48:01 +00:00
|
|
|
/*
|
|
|
|
* Selection
|
|
|
|
*/
|
|
|
|
::selection{
|
|
|
|
background: var(--wp--preset--color--foreground);
|
|
|
|
color: var(--wp--preset--color--background);
|
|
|
|
}
|
2022-08-08 20:34:54 +00:00
|
|
|
|
2022-08-09 10:00:04 +00:00
|
|
|
/*
|
|
|
|
* Navigation
|
|
|
|
*/
|
2022-08-09 12:15:47 +00:00
|
|
|
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
|
2022-08-09 10:00:04 +00:00
|
|
|
gap: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-navigation .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
|
|
|
|
font-size: var(--wp--preset--font-size--medium);
|
|
|
|
border: 1px solid var(--wp--preset--color--foreground);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
|
2022-08-12 20:51:52 +00:00
|
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-navigation-item__content {
|
2022-08-09 10:00:04 +00:00
|
|
|
font-size: var(--wp--preset--font-size--large);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
|
|
|
|
padding: 0.5rem 1rem 0 1rem;
|
|
|
|
gap: 0.5rem;
|
|
|
|
}
|
|
|
|
|
2022-08-12 20:51:52 +00:00
|
|
|
.wp-block-navigation__submenu-icon::after {
|
|
|
|
content: "";
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
background-color: currentColor;
|
|
|
|
-webkit-mask-image: url(assets/icons/arrow.svg);
|
|
|
|
mask-image: url(assets/icons/arrow.svg);
|
|
|
|
-webkit-mask-repeat: no-repeat;
|
|
|
|
mask-repeat: no-repeat;
|
|
|
|
display: block;
|
|
|
|
-webkit-mask-size: 0.5em;
|
|
|
|
mask-size: 0.5em;
|
|
|
|
mask-position: left 30%;
|
|
|
|
-webkit-mask-position: left 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-navigation__submenu-icon svg {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2022-08-09 12:15:47 +00:00
|
|
|
/*
|
|
|
|
* Block search
|
|
|
|
*/
|
|
|
|
.wp-block-search__input {
|
|
|
|
color: var(--wp--preset--color--foreground);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-search__input:focus-visible {
|
|
|
|
outline: 1.5px solid var(--wp--preset--color--foreground);
|
|
|
|
}
|
|
|
|
|
2022-08-09 13:23:48 +00:00
|
|
|
/*
|
|
|
|
* Comments
|
|
|
|
*/
|
|
|
|
|
|
|
|
.wp-block-post-comments-form :is(textarea, input:not([type="submit"]) ) {
|
|
|
|
background-color: var(--wp--preset--color--background);
|
|
|
|
border: 1px solid var(--wp--preset--color--foreground);
|
|
|
|
color: 1px solid var(--wp--preset--color--foreground);
|
|
|
|
border-radius: 50px;
|
|
|
|
padding: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-post-comments-form :is(textarea, input:not([type="submit"]) ):focus-visible {
|
|
|
|
outline: 1.5px solid var(--wp--preset--color--foreground);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-comments-query-loop .depth-1 .wp-block-column:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-post-comments-form input[type="checkbox"] {
|
|
|
|
appearance: none;
|
|
|
|
height: 1.5rem;
|
|
|
|
min-width: 1.5rem;
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 1rem;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-post-comments-form input[type="checkbox"]:checked::after {
|
|
|
|
background-color: var(--wp--preset--color--foreground);
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
width: 75%;
|
|
|
|
height: 75%;
|
|
|
|
border-radius: 1rem;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2022-08-16 10:40:16 +00:00
|
|
|
/*
|
|
|
|
* Pullquote
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
.wp-block-pullquote blockquote {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-pullquote p {
|
|
|
|
margin-block-start: var(--wp--custom--gap--vertical);
|
|
|
|
margin-block-end: var(--wp--custom--gap--vertical);
|
|
|
|
font-size: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-pullquote cite {
|
|
|
|
display: block;
|
|
|
|
margin-block-end: var(--wp--custom--gap--vertical);
|
|
|
|
font-style: normal;
|
|
|
|
font-size: var(--wp--preset--font-size--small);
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-pullquote cite::before {
|
|
|
|
content: "— ";
|
|
|
|
}
|
|
|
|
|
2022-08-09 13:23:48 +00:00
|
|
|
|
2022-07-13 19:47:40 +00:00
|
|
|
/*
|
|
|
|
* Alignment styles, borrowed from Twenty Twenty-Two.
|
|
|
|
* These rules are temporary, and should not be relied on or
|
|
|
|
* modified too heavily by themes or plugins that build on
|
|
|
|
* Twenty Twenty-Two. These are meant to be a precursor to
|
|
|
|
* a global solution provided by the Block Editor.
|
|
|
|
*
|
|
|
|
* Relevant issues:
|
|
|
|
* https://github.com/WordPress/gutenberg/issues/35607
|
|
|
|
* https://github.com/WordPress/gutenberg/issues/35884
|
|
|
|
*/
|
|
|
|
|
|
|
|
.wp-site-blocks,
|
|
|
|
body > .is-root-container,
|
|
|
|
.edit-post-visual-editor__post-title-wrapper,
|
|
|
|
.wp-block-group.alignfull,
|
|
|
|
.wp-block-group.has-background,
|
|
|
|
.wp-block-columns.alignfull.has-background,
|
|
|
|
.wp-block-cover.alignfull,
|
|
|
|
.is-root-container .wp-block[data-align='full'] > .wp-block-group,
|
|
|
|
.is-root-container .wp-block[data-align='full'] > .wp-block-columns.has-background,
|
|
|
|
.is-root-container .wp-block[data-align='full'] > .wp-block-cover {
|
|
|
|
padding-left: var(--wp--custom--gap--horizontal);
|
|
|
|
padding-right: var(--wp--custom--gap--horizontal);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-site-blocks .alignfull,
|
|
|
|
.wp-site-blocks > .wp-block-group.has-background,
|
|
|
|
.wp-site-blocks > .wp-block-cover,
|
|
|
|
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
|
|
|
|
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
|
|
|
|
body > .is-root-container > .wp-block-cover,
|
|
|
|
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
|
|
|
|
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
|
|
|
|
.is-root-container .wp-block[data-align='full'] {
|
|
|
|
margin-left: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
|
|
|
|
margin-right: calc(-1 * var(--wp--custom--gap--horizontal)) !important;
|
|
|
|
max-width: unset;
|
|
|
|
width: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Blocks inside columns don't have negative margins. */
|
|
|
|
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
|
|
|
|
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
|
|
|
|
/* We also want to avoid stacking negative margins. */
|
|
|
|
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
|
|
|
|
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
|
|
|
|
margin-left: auto !important;
|
|
|
|
margin-right: auto !important;
|
|
|
|
width: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Responsive menu container padding.
|
|
|
|
* This ensures the responsive container inherits the same
|
|
|
|
* spacing defined above. This behavior may be built into
|
|
|
|
* the Block Editor in the future.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.wp-block-navigation__responsive-container.is-menu-open {
|
|
|
|
padding-top: var(--wp--custom--gap--horizontal);
|
|
|
|
padding-bottom: var(--wp--custom--gap--vertical);
|
|
|
|
padding-right: var(--wp--custom--gap--horizontal);
|
|
|
|
padding-left: var(--wp--custom--gap--horizontal);
|
|
|
|
}
|
2022-07-27 16:36:35 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* style seach input
|
|
|
|
*/
|
|
|
|
.wp-block-search__input {
|
|
|
|
border-radius: 999px;
|
|
|
|
padding: .5rem 2rem;
|
|
|
|
background-color: transparent;
|
2022-08-16 17:21:58 +00:00
|
|
|
border-color: var(--wp--preset--color--foreground);
|
2022-07-27 16:36:35 +00:00
|
|
|
border-width: 1.5px;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
.wp-block-search__inside-wrapper {
|
|
|
|
flex-wrap: wrap
|
|
|
|
}
|
|
|
|
.wp-block-search__button {
|
|
|
|
flex-grow: 1;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-top: .625rem;
|
|
|
|
}
|
|
|
|
}
|
2022-08-16 17:23:30 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Editor
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* This will be necessary until this is fixed https://github.com/WordPress/gutenberg/issues/42441 */
|
|
|
|
.edit-post-visual-editor__post-title-wrapper .wp-block-post-title {
|
|
|
|
font-size: clamp(2.5rem, calc(2.5rem + ((1vw - 0.48rem) * 8.4135)), 6.875rem);
|
|
|
|
line-height: 1em;
|
|
|
|
letter-spacing: -0.04em;
|
|
|
|
}
|