[ 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.8
   9  Requires PHP: 7.2
  10  Version: 1.3
  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   * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
  19   * in most instances, the `style.min.css` file will be served. It is not recommended that you
  20   * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
  21   * overrides via "Additional CSS" in the Site Editor.
  22   */
  23  
  24  /*
  25   * Link styles
  26   * https://github.com/WordPress/gutenberg/issues/42319
  27   */
  28  a {
  29      text-decoration-thickness: 1px !important;
  30      text-underline-offset: .1em;
  31  }
  32  
  33  /* Focus styles */
  34  :where(.wp-site-blocks *:focus) {
  35      outline-width: 2px;
  36      outline-style: solid;
  37  }
  38  
  39  /* Increase the bottom margin on submenus, so that the outline is visible. */
  40  .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  41      margin-bottom: 3px;
  42  }
  43  
  44  /* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
  45  .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  46      outline-offset: 4px;
  47  }
  48  
  49  /* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
  50  .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  51      outline-offset: 0;
  52  }
  53  
  54  /*
  55   * Progressive enhancement to reduce widows and orphans
  56   * https://github.com/WordPress/gutenberg/issues/55190
  57   */
  58  h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
  59      text-wrap: pretty;
  60  }
  61  
  62  /*
  63   * Change the position of the more block on the front, by making it a block level element.
  64   * https://github.com/WordPress/gutenberg/issues/65934
  65  */
  66  .more-link {
  67      display: block;
  68  }
  69  
  70  /*
  71   * Prevents unnecessary scrollbars while handling long lines of preformatted text.
  72   * https://core.trac.wordpress.org/ticket/63875
  73   */
  74  :where(pre) {
  75      overflow-x: auto;
  76  }


Generated : Thu Oct 23 08:20:05 2025 Cross-referenced by PHPXref