1/* Text meant only for screen readers. */
2.screen-reader-text {
3 border: 0;
4 clip: rect(1px, 1px, 1px, 1px);
5 clip-path: inset(50%);
6 height: 1px;
7 margin: -1px;
8 overflow: hidden;
9 padding: 0;
10 position: absolute;
11 width: 1px;
12 word-wrap: normal;
13}
14
15.screen-reader-text:focus {
16 background-color: #f1f1f1;
17 border-radius: 3px;
18 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
19 clip: auto;
20 clip-path: none;
21 color: #21759b;
22 display: block;
23 font-size: 14px;
24 font-size: 0.875rem;
25 font-weight: bold;
26 height: auto;
27 right: 5px;
28 line-height: normal;
29 padding: 15px 23px 14px;
30 text-decoration: none;
31 top: 5px;
32 width: auto;
33 z-index: 100000;
34 /* Above WP toolbar. */
35}
36
37#content {
38 background-color: #fff;
39}
40
...
</html>