-
Notifications
You must be signed in to change notification settings - Fork 0
/
a11y_helper.css
250 lines (235 loc) · 5.34 KB
/
a11y_helper.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
/* FONT FAMILIES */
@import url('https://fonts.cdnfonts.com/css/open-dyslexic');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html.fontfamily_opendyslexic body,
html.fontfamily_opendyslexic body H1,
html.fontfamily_opendyslexic body H2,
html.fontfamily_opendyslexic body H3,
html.fontfamily_opendyslexic body H4,
html.fontfamily_opendyslexic body H5,
html.fontfamily_opendyslexic body H6,
html.fontfamily_opendyslexic body button,
html.fontfamily_opendyslexic body a,
html.fontfamily_opendyslexic body li,
html.fontfamily_opendyslexic body span,
html.fontfamily_opendyslexic body p,
html.fontfamily_opendyslexic body div,
html.fontfamily_opendyslexic body footer,
html.fontfamily_opendyslexic body header,
html.fontfamily_opendyslexic body nav,
html.fontfamily_opendyslexic body input,
html.fontfamily_opendyslexic body textarea,
html.fontfamily_opendyslexic body select,
html.fontfamily_opendyslexic body label {
font-family: "Open-Dyslexic", sans-serif !important;
}
html.fontfamily_opensans body,
html.fontfamily_opensans body H1,
html.fontfamily_opensans body H2,
html.fontfamily_opensans body H3,
html.fontfamily_opensans body H4,
html.fontfamily_opensans body H5,
html.fontfamily_opensans body H6,
html.fontfamily_opensans body button,
html.fontfamily_opensans body a,
html.fontfamily_opensans body li,
html.fontfamily_opensans body span,
html.fontfamily_opensans body p,
html.fontfamily_opensans body div,
html.fontfamily_opensans body footer,
html.fontfamily_opensans body header,
html.fontfamily_opensans body nav,
html.fontfamily_opensans body input,
html.fontfamily_opensans body textarea,
html.fontfamily_opensans body select,
html.fontfamily_opensans body label
{
font-family: "Open Sans", sans-serif !important;
}
/* SKIP MENU */
.skip-menu ul.menu {
margin: 0;
list-style: none;
padding-left: 0;
}
.skip-menu ul.menu>li {
padding: 0;
margin: 0;
}
.skip-menu ul.menu>li>a {
color: #fff;
background: #000;
position: absolute;
top: 0;
left: -9999px;
right: auto;
white-space: nowrap;
padding: 10px;
border: none;
line-height: 1.5;
}
.link-underline a {
text-decoration: underline !important;
}
/* UTILITIES */
html.font-readable,
html.font-readable body {
letter-spacing: .12em;
word-spacing: 0.16em;
}
html.fsize110,
html.fsize110 body {
font-size:110%;
}
html.fsize100,
html.fsize100 body {
font-size:100%;
}
html.fsize120,
html.fsize120 body {
font-size:120%;
}
html.fsize130,
html.fsize130 body {
font-size:130%;
}
html.fsize90,
html.fsize90 body {
font-size:90%;
}
html.fsize80,
html.fsize80 body {
font-size:80%;
}
html.fsize70,
html.fsize70 body {
font-size:70%;
}
@media only screen and (min-width: 1132px) {
html,body,p {
font-size:100%;
}
html.font-readable, html.font-readable p,
html.font-readable body, html.font-readable body p {
letter-spacing: .12em;
word-spacing: 0.16em;
}
html.fsize100, html.fsize100 p,
html.fsize100 body, html.fsize100 body p {
font-size:100%;
}
html.fsize110, html.fsize110 p,
html.fsize110 body, html.fsize110 body p {
font-size:110%;
}
html.fsize120, html.fsize120 p,
html.fsize120 body, html.fsize120 body p {
font-size:120%;
}
html.fsize130, html.fsize130 p,
html.fsize130 body, html.fsize130 body p {
font-size:130%;
}
html.fsize90, html.fsize90 p,
html.fsize90 body, html.fsize90 body p {
font-size:90%;
}
html.fsize80, html.fsize80 p,
html.fsize80 body, html.fsize80 body p {
font-size:80%;
}
html.fsize70, html.fsize70 p,
html.fsize70 body, html.fsize70 body p {
font-size:70%;
}
}
/* ACCESSIBILITY MENU */
.open-accessibility ul.accessibility {
list-style-type: none;
margin: 0;
}
.open-accessibility li {
display: inline-block;
margin:6px;
}
.open-accessibility li.fontfamily-label,
.open-accessibility li.resizer-label {
display: block;
}
.block-accessibility-wrapper {
position:fixed;
top:0;
height:100px;
z-index:99999;
width:100%;
}
.open-accessibility {
display: none;
}
.accessibility-menu-open .open-accessibility {
padding-left:50px;
background:white;
width:100vw;
position:relative;
display: block;
border-bottom: 1px solid gray;
height: 100px;
}
.open-accessibility ul {
margin:0;
}
.open-accessibility ul {
padding-inline-start:0;
}
@media only screen and (min-width: 650px) {
.open-accessibility {
padding-left: 20px;
}
.open-accessibility ul {
padding-inline-start:50px;
}
.open-accessibility ul:before {
content:attr(aria-label);
font-size:100%;
font-weight:bold;
margin-left:-15px;
}
}
.open-accessibility svg {
height:25px;
position:relative;
top:3px;
Vertical-align: text-bottom;
}
.open-accessibility button {
line-height:20px;
}
a#accessibility_settings_open_close {
position:fixed;
left:-2px;
top:90px;
border-top:1px solid gray;
border-right:1px solid gray;
border-bottom:1px solid gray;
padding:10px;
border-radius: 4px;
background:white;
z-index: 10;
}
button.font-settings span {
line-height: 25px;
display: inline-block;
}
/* IMPROVE LINK CONTRASTS */
@media only screen and (min-width: 1132px) {
.design-archives .viewall a, .design-archives a::before {
background: rgba(255,255,255,0.7);
text-decoration: none;
}
.design-archives .viewall a:hover, .design-archives a:hover::before {
background-color: rgba(255,255,255,0.9);
}
}
html.accessibility-menu-open {
margin-top:100px;
}