[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 /* 2 Theme Name: Twenty Twenty-Five 3 Theme URI: https://wordpress.org/themes/twentytwentyfive/ 4 Author: the WordPress team 5 Author URI: https://wordpress.org 6 Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide. 7 Requires at least: 6.7 8 Tested up to: 6.7 9 Requires PHP: 7.2 10 Version: 1.0 11 License: GNU General Public License v2 or later 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 Text Domain: twentytwentyfive 14 Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news 15 */ 16 17 /* 18 * Link styles 19 * https://github.com/WordPress/gutenberg/issues/42319 20 */ 21 a { 22 text-decoration-thickness: 1px !important; 23 text-underline-offset: .1em; 24 } 25 26 /* Focus styles */ 27 :where(.wp-site-blocks *:focus) { 28 outline-width: 2px; 29 outline-style: solid; 30 } 31 32 /* Increase the bottom margin on submenus, so that the outline is visible. */ 33 .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) { 34 margin-bottom: 3px; 35 } 36 37 /* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */ 38 .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content { 39 outline-offset: 4px; 40 } 41 42 /* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */ 43 .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content { 44 outline-offset: 0; 45 } 46 47 /* 48 * Progressive enhancement to reduce widows and orphans 49 * https://github.com/WordPress/gutenberg/issues/55190 50 */ 51 h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p { 52 text-wrap: pretty; 53 } 54 55 /* 56 * Change the position of the more block on the front, by making it a block level element. 57 * https://github.com/WordPress/gutenberg/issues/65934 58 */ 59 .more-link { 60 display: block; 61 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |