|
@@ -1,20 +1,20 @@
|
|
|
/*
|
|
|
-Theme Name: Club
|
|
|
-Theme URI: https://github.com/Automattic/themes/tree/trunk/club
|
|
|
+Theme Name: Disco
|
|
|
+Theme URI: https://github.com/Automattic/themes/tree/trunk/disco
|
|
|
Author: Automattic
|
|
|
Author URI: https://automattic.com/
|
|
|
-Description: Club 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.
|
|
|
+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.
|
|
|
Requires at least: 5.8
|
|
|
Tested up to: 6.0.1
|
|
|
Requires PHP: 5.7
|
|
|
Version: 1.0.0
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
-Text Domain: club
|
|
|
+Text Domain: disco
|
|
|
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, auto-loading-homepage, blog-homepage
|
|
|
|
|
|
-Club WordPress Theme, (C) 2021 Automattic, Inc.
|
|
|
-Club is distributed under the terms of the GNU GPL.
|
|
|
+Disco WordPress Theme, (C) 2021 Automattic, Inc.
|
|
|
+Disco is distributed under the terms of the GNU GPL.
|
|
|
|
|
|
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
|
|
@@ -127,7 +127,7 @@ a {
|
|
|
* Styles for the post list pattern
|
|
|
*/
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-post-title {
|
|
|
+.disco-post-list-pattern .wp-block-post-title {
|
|
|
/* This is necesary to make the post list item the same height when the post has or lacks a featured image */
|
|
|
min-height: 60px; /* 60px is the height of the featured image used */
|
|
|
display: flex;
|
|
@@ -135,41 +135,41 @@ a {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-post-date {
|
|
|
+.disco-post-list-pattern .wp-block-post-date {
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-read-more {
|
|
|
+.disco-post-list-pattern .wp-block-read-more {
|
|
|
text-align: center;
|
|
|
word-break: keep-all;
|
|
|
width: 100%;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-post .post-date-container {
|
|
|
+.disco-post-list-pattern .wp-block-post .post-date-container {
|
|
|
flex-basis: min-content;
|
|
|
flex-grow: unset;
|
|
|
}
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-columns {
|
|
|
+.disco-post-list-pattern .wp-block-columns {
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-column {
|
|
|
+.disco-post-list-pattern .wp-block-column {
|
|
|
align-items: center;
|
|
|
display: flex;
|
|
|
min-width: unset;
|
|
|
}
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-post > .wp-block-group > .wp-block-columns > .wp-block-column:first-child {
|
|
|
+.disco-post-list-pattern .wp-block-post > .wp-block-group > .wp-block-columns > .wp-block-column:first-child {
|
|
|
flex-grow: 3;
|
|
|
}
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-post > .wp-block-group > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
|
|
|
+.disco-post-list-pattern .wp-block-post > .wp-block-group > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
-.club-post-list-pattern .wp-block-column:empty {
|
|
|
+.disco-post-list-pattern .wp-block-column:empty {
|
|
|
display: none;
|
|
|
}
|
|
|
|