[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/css/ -> wp-block-template-skip-link-rtl.css (source)

   1  /*! This file is auto-generated */
   2  .skip-link.screen-reader-text {
   3      border: 0;
   4      clip-path: inset(50%);
   5      height: 1px;
   6      margin: -1px;
   7      overflow: hidden;
   8      padding: 0;
   9      position: absolute !important;
  10      width: 1px;
  11      /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  12      word-wrap: normal !important;
  13      word-break: normal !important;
  14  }
  15  
  16  .skip-link.screen-reader-text:focus {
  17      background-color: #eee;
  18      clip-path: none;
  19      color: #444;
  20      display: block;
  21      font-size: 1em;
  22      height: auto;
  23      right: 5px;
  24      line-height: normal;
  25      padding: 15px 23px 14px;
  26      text-decoration: none;
  27      top: 5px;
  28      width: auto;
  29      z-index: 100000;
  30  }


Generated : Sun Jul 26 08:20:18 2026 Cross-referenced by PHPXref