Ticket #30043: 30043.patch
File 30043.patch, 1.2 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/style.css
1155 1155 width: 1px; 1156 1156 } 1157 1157 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; 1160 1164 background-color: #f1f1f1; 1161 border-radius: 0;1162 box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);1163 clip: auto;1164 1165 color: #21759b; 1165 display: block;1166 font: bold 14px/normal "Open Sans", sans-serif;1167 height: auto;1168 1166 outline: none; 1169 padding: 15px 23px 14px;1170 position: absolute;1171 top: 5px;1172 left: 5px;1173 1167 text-decoration: none; 1174 1168 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; 1175 1183 width: auto; 1176 z-index: 100000;1184 height: auto; 1177 1185 } 1178 1186 1179 1187