[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Mon Jun 15 08:20:09 2026 Cross-referenced by PHPXref