updated theme Twenty Nineteen version 3.1

This commit is contained in:
2025-04-29 21:21:21 +00:00
committed by Gitium
parent 5dc2981470
commit 51f6d193dd
23 changed files with 408 additions and 337 deletions

View File

@ -5,10 +5,10 @@ Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether youre running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tested up to: 6.6
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 2.9
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
@ -2830,7 +2830,7 @@ body.page .main-navigation {
.main-navigation .main-menu > li {
color: #0073aa;
display: inline;
display: inline-block;
position: relative;
}
@ -3616,7 +3616,6 @@ body.page .main-navigation {
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
@ -3632,7 +3631,6 @@ body.page .main-navigation {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
@ -4668,6 +4666,10 @@ body.page .main-navigation {
width: calc(100vw / 12);
}
#respond .comment-reply-title small {
margin-right: 0.5em;
}
#comments > .comments-title:last-child {
display: none;
}
@ -4772,8 +4774,10 @@ body.page .main-navigation {
.comment .comment-author .avatar {
float: right;
height: calc(2.25 * 1rem);
margin-left: 1rem;
position: relative;
width: calc(2.25 * 1rem);
}
@media only screen and (min-width: 768px) {
@ -5455,6 +5459,7 @@ body.page .main-navigation {
}
.entry .entry-content .wp-block-audio audio {
display: block;
width: 100%;
}
@ -5565,6 +5570,16 @@ body.page .main-navigation {
font-size: 1em;
}
.entry .entry-content .wp-block-buttons[style*="font-weight"] .wp-block-button__link,
.entry .entry-content .wp-block-button[style*="font-weight"] .wp-block-button__link {
font-weight: inherit;
}
.entry .entry-content .wp-block-buttons[style*="text-decoration"] .wp-block-button__link,
.entry .entry-content .wp-block-button[style*="text-decoration"] .wp-block-button__link {
text-decoration: inherit;
}
.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
@ -5681,6 +5696,7 @@ body.page .main-navigation {
border-color: transparent;
border-width: 2px;
padding: 1rem;
font-size: 1em;
}
.entry .entry-content .wp-block-pullquote blockquote {
@ -5710,7 +5726,7 @@ body.page .main-navigation {
}
.entry .entry-content .wp-block-pullquote cite {
display: inline-block;
display: block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
line-height: 1.6;
text-transform: none;
@ -6466,9 +6482,7 @@ object {
.avatar {
border-radius: 100%;
display: block;
height: calc(2.25 * 1rem);
min-height: inherit;
width: calc(2.25 * 1rem);
}
svg {