Make WordPress Core

Ticket #30043: 30043.patch

File 30043.patch, 1.2 KB (added by afercia, 10 years ago)
  • src/wp-content/themes/twentyfifteen/style.css

     
    11551155        width: 1px;
    11561156}
    11571157
    1158 .screen-reader-text:hover,
    1159 .screen-reader-text:focus {
     1158/* must have higher specificity than alternative color schemes inline styles */
     1159.site .skip-link {
     1160        left: -9999em;
     1161        top: -9999em;
     1162        display: block;
     1163        padding: 15px 23px 14px;
    11601164        background-color: #f1f1f1;
    1161         border-radius: 0;
    1162         box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    1163         clip: auto;
    11641165        color: #21759b;
    1165         display: block;
    1166         font: bold 14px/normal "Open Sans", sans-serif;
    1167         height: auto;
    11681166        outline: none;
    1169         padding: 15px 23px 14px;
    1170         position: absolute;
    1171         top: 5px;
    1172         left: 5px;
    11731167        text-decoration: none;
    11741168        text-transform: none;
     1169        font: bold 14px/normal "Noto Sans", sans-serif;
     1170        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
     1171}
     1172
     1173.logged-in .site .skip-link {
     1174        font: bold 14px/normal "Open Sans", sans-serif;
     1175        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
     1176}
     1177
     1178.site .skip-link:focus {
     1179        left: 6px;
     1180        top: 7px;
     1181        z-index: 100000;
     1182        clip: auto;
    11751183        width: auto;
    1176         z-index: 100000;
     1184        height: auto;
    11771185}
    11781186
    11791187