[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyfive/ -> style.css (source)

   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  /*
  33   * Progressive enhancement to reduce widows and orphans
  34   * https://github.com/WordPress/gutenberg/issues/55190
  35   */
  36  h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
  37      text-wrap: pretty;
  38  }
  39  
  40  /*
  41   * Change the position of the more block on the front, by making it a block level element.
  42   * https://github.com/WordPress/gutenberg/issues/65934
  43  */
  44  .more-link {
  45      display: block;
  46  }


Generated : Thu Oct 24 08:20:01 2024 Cross-referenced by PHPXref