WP Accessibility - Version 2.0.1

Version Description

  • Add .et_smooth_scroll_disabled to skip links to override Divi's inaccessible smooth scrolling.
  • Add promotional affiliate links for Equalize Digital's Accessibility Checker
Download this release

Release Info

Developer joedolson
Plugin Icon 128x128 WP Accessibility
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0.0 to 2.0.1

css/wpa-styles.css CHANGED
@@ -88,40 +88,79 @@
88
  margin-left: .5em;
89
  }
90
 
91
- .wpa-donate a {
92
- font-size: 1.2rem;
93
- padding: .5rem .1rem .6rem;
94
- background: #79b3e1;
95
- color: #031c5f;
96
- border: 2px solid #233c7f;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  display: block;
 
 
 
 
 
98
  text-align: center;
99
- text-decoration: none;
100
- border-radius: 5px;
101
  }
102
 
103
- .wpa-donate a:hover {
104
- text-decoration: underline;
105
  }
106
 
107
- p.wpa-donate {
108
- margin: 1em 0 0;
109
  }
110
 
111
- #contrast-tester {
 
 
 
 
 
112
  display: flex;
113
- flex-wrap: wrap;
114
- column-gap: 20px;
115
  }
116
 
117
- .wpa-support-me p {
 
 
 
 
 
 
 
 
 
118
  font-size: 1.6em;
119
- font-weight: 600;
120
- background: #007eb3;
121
- text-shadow: 1px 1px rgb( 35, 60, 127 );
122
- padding: 1em;
123
- text-align: center;
124
  margin: 0 0 1em;
 
 
 
 
 
 
 
 
 
 
 
125
  }
126
 
127
  .wpa-support-me p, .wpa-support-me a {
88
  margin-left: .5em;
89
  }
90
 
91
+ #contrast-tester {
92
+ display: flex;
93
+ flex-wrap: wrap;
94
+ column-gap: 20px;
95
+ }
96
+
97
+ .promotion h2 {
98
+ text-align: left;
99
+ }
100
+
101
+ .wpa-support-me h2 {
102
+ color: #fff;
103
+ }
104
+
105
+ .promotion {
106
+ font-weight: 600;
107
+ text-align: center;
108
+ }
109
+
110
+ .promotion img {
111
+ max-width: 130px;
112
+ height: auto;
113
+ margin: 0 auto;
114
  display: block;
115
+ }
116
+
117
+ .postbox.promotion p.coupon {
118
+ padding: 1em;
119
+ border: 2px dashed #ccc;
120
  text-align: center;
 
 
121
  }
122
 
123
+ .promotion .coupon code {
124
+ font-size: 1em;
125
  }
126
 
127
+ .wpa-support-me img {
128
+ max-width: 120px;
129
  }
130
 
131
+ .wpa-support-me {
132
+ background: #007eb3;
133
+ text-shadow: 1px 1px rgb( 35, 60, 127 );
134
+ }
135
+
136
+ .wpa-flex {
137
  display: flex;
138
+ align-items: center;
 
139
  }
140
 
141
+ #wpa-sidebar .postbox .wpa-affiliate-notice {
142
+ font-size: 1rem;
143
+ padding: .5rem;
144
+ background: #0000000c;
145
+ font-weight: 400;
146
+ padding: .5em;
147
+ margin: 0 -12px -23px !important;
148
+ }
149
+
150
+ .promotion p {
151
  font-size: 1.6em;
 
 
 
 
 
152
  margin: 0 0 1em;
153
+ padding: 1em;
154
+ }
155
+
156
+ .promotion p.small {
157
+ font-size: 1.3em;
158
+ font-weight: 400;
159
+ text-align: left;
160
+ }
161
+
162
+ .postbox.promotion p {
163
+ padding: 0 1em;
164
  }
165
 
166
  .wpa-support-me p, .wpa-support-me a {
imgs/Equalize-Digital-Accessibility-Emblem-400x400-1.png ADDED
Binary file
imgs/awd-logo-disc.png ADDED
Binary file
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: title, accessibility, accessible, navigation, wcag, a11y, section508, focu
5
  Requires at least: 3.4.2
6
  Requires PHP: 5.6
7
  Tested up to: 6.1
8
- Stable tag: 2.0.0
9
  Text Domain: wp-accessibility
10
  License: GPLv2 or later
11
 
@@ -76,6 +76,11 @@ The plug-in is intended to help with deficiencies commonly found in themes and t
76
 
77
  [Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/)
78
 
 
 
 
 
 
79
  = 2.0.0 =
80
 
81
  * New feature: Show alt attributes toggle on content images.
5
  Requires at least: 3.4.2
6
  Requires PHP: 5.6
7
  Tested up to: 6.1
8
+ Stable tag: 2.0.1
9
  Text Domain: wp-accessibility
10
  License: GPLv2 or later
11
 
76
 
77
  [Suggest a change!](https://github.com/joedolson/wp-accessibility/issues/)
78
 
79
+ = 2.0.1 =
80
+
81
+ * Add `.et_smooth_scroll_disabled` to skip links to override Divi's inaccessible smooth scrolling.
82
+ * Add promotional affiliate links for Equalize Digital's Accessibility Checker
83
+
84
  = 2.0.0 =
85
 
86
  * New feature: Show alt attributes toggle on content images.
toolbar/css/a11y-contrast.css CHANGED
@@ -1,598 +1,598 @@
1
- @import url(chrome://flashblock/content/flashblock.css);
2
-
3
- /* Some versions of IE ignore the first entry so: */
4
- .placebo {
5
- line-height: normal;
6
- }
7
-
8
- /* should be harmless even if there is a .placebo - we want line-height normal anyway - and should validate */
9
-
10
- @media print {
11
- * {
12
- color: black !important;
13
- }
14
- }
15
-
16
- /* in browsers that do not support @media, this will be overridden by the items below */
17
-
18
- @media screen, projection, tv {
19
-
20
- /* :not(:empty) stops IE5+6 from misinterpreting things it can't understand */
21
- /* Repeat ALT tags after images (problematic; see Mozilla bug 292116)
22
- (2005: commenting this out for now because more trouble than it's worth;
23
- only Mozilla 1.0 does it properly; later versions and Firefox don't)
24
- img[alt]:after { content: attr(alt) !important; color: #FF00FF !important; }
25
- */
26
- body > div {
27
- outline: 1px solid #fff;
28
- }
29
-
30
- body div.a11y-toolbar {
31
- outline: none;
32
- }
33
-
34
- body div.a11y-toolbar .offscreen {
35
- outline: 1px solid #fff;
36
- }
37
-
38
- a, abbr, acronym, address, article, aside, b, basefont, bdi, big,
39
- blink, blockquote, body, button, canvas, caption, center, cite, code,
40
- col, colgroup, command, dd, details, dfn, dir, div, dl, dt, em, embed,
41
- fieldset, figcaption, figure, font, footer, form, h1, h1 a, h1 a b, h1
42
- abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2 abbr, h2 center, h2
43
- span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3 span, h4, h4 a, h4 a b,
44
- h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b, h5 abbr, h5 center, h5
45
- span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6 span, header, hgroup,
46
- html, i, iframe, img, input, kbd, label, legend, li, listing, mark,
47
- marquee, menu, meter, multicol, nav, nobr, object, ol, option, p,
48
- plaintext, pre, progress, q, s, section, select, small, span, strike,
49
- strong, sub, summary, sup, table, td, textarea, th, time, tr, tt, u,
50
- ul, var, xmp {
51
- background-image: none !important;
52
- text-shadow: none !important;
53
- }
54
-
55
- a, abbr, acronym, address, article, aside, b, basefont, bdi, big,
56
- blink, blockquote, body, canvas, caption, center, cite, code, col,
57
- colgroup, command, dd, details, dfn, dir, div, dl, dt, em, embed,
58
- fieldset, figcaption, figure, font, footer, form, h1, h1 a, h1 a b, h1
59
- abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2 abbr, h2 center, h2
60
- span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3 span, h4, h4 a, h4 a b,
61
- h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b, h5 abbr, h5 center, h5
62
- span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6 span, header, hgroup,
63
- html, i, iframe, input, kbd, label, legend, li, listing, mark,
64
- marquee, menu, meter, multicol, nav, nobr, object, ol, option, p,
65
- plaintext, pre, progress, q, s, section, small, span, strike, strong,
66
- sub, summary, sup, table, td, textarea, th, time, tr, tt, u, ul, var,
67
- xmp {
68
- background: black !important;
69
- background-color: black !important;
70
- }
71
-
72
- a, abbr, article, aside, basefont, bdi, big, blink, blockquote, body,
73
- button, canvas, caption, center, code, col, colgroup, command, dd,
74
- details, dir, div, dl, dt, embed, fieldset, figcaption, figure, font,
75
- footer, form, header, hgroup, html, iframe, img, input, kbd, label,
76
- legend, li, listing, mark, marquee, menu, meter, multicol, nav, nobr,
77
- object, ol, option, p, plaintext, pre, progress, q, s, section,
78
- select, small, span, strike, sub, summary, sup, table, td, textarea,
79
- th, time, tr, tt, ul, var, xmp {
80
- color: #f3f3f3 !important;
81
- }
82
-
83
- acronym, b, strong {
84
- color: yellow !important;
85
- }
86
-
87
- address, cite, dfn, em, i, u {
88
- color: #FFFF80 !important;
89
- }
90
-
91
- h1, h1 a, h1 a b, h1 abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2
92
- abbr, h2 center, h2 span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3
93
- span, h4, h4 a, h4 a b, h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b,
94
- h5 abbr, h5 center, h5 span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6
95
- span {
96
- color: #50d0a0 !important;
97
- }
98
-
99
- img {
100
- background: #808080 !important;
101
- background-color: #808080 !important;
102
- }
103
-
104
- button {
105
- background: #600040 !important;
106
- background-color: #600040 !important;
107
- }
108
-
109
- select {
110
- -webkit-appearance: listbox !important;
111
- background: #500050 !important;
112
- background-color: #500050 !important;
113
- }
114
-
115
- a:link, a:link a, a:link abbr, a:link acronym, a:link address, a:link
116
- article, a:link aside, a:link b, a:link basefont, a:link bdi, a:link
117
- big, a:link blink, a:link blockquote, a:link body, a:link br, a:link
118
- button, a:link canvas, a:link caption, a:link center, a:link cite,
119
- a:link code, a:link col, a:link colgroup, a:link command, a:link dd,
120
- a:link details, a:link dfn, a:link dir, a:link div, a:link dl, a:link
121
- dt, a:link em, a:link embed, a:link fieldset, a:link figcaption,
122
- a:link figure, a:link font, a:link footer, a:link form, a:link h1,
123
- a:link h2, a:link h3, a:link h4, a:link h5, a:link h6, a:link header,
124
- a:link hgroup, a:link html, a:link i, a:link iframe, a:link img,
125
- a:link input, a:link kbd, a:link label, a:link legend, a:link li,
126
- a:link listing, a:link mark, a:link marquee, a:link menu, a:link
127
- meter, a:link multicol, a:link nav, a:link nobr, a:link object, a:link
128
- ol, a:link option, a:link p, a:link plaintext, a:link pre, a:link
129
- progress, a:link q, a:link s, a:link section, a:link select, a:link
130
- small, a:link span, a:link strike, a:link strong, a:link sub, a:link
131
- summary, a:link sup, a:link table, a:link td, a:link textarea, a:link
132
- th, a:link time, a:link tr, a:link tt, a:link u, a:link ul, a:link
133
- var, a:link xmp, a:link:active, a:link:active abbr, a:link:active
134
- acronym, a:link:active b, a:link:active basefont, a:link:active big,
135
- a:link:active br, a:link:active code, a:link:active div, a:link:active
136
- em, a:link:active font, a:link:active h1, a:link:active h2,
137
- a:link:active h3, a:link:active h4, a:link:active h5, a:link:active
138
- h6, a:link:active i, a:link:active kbd, a:link:active small,
139
- a:link:active span, a:link:active strong, a:link:active tt,
140
- a:link:active u, a:link:active var, a:visited, a:visited a, a:visited
141
- abbr, a:visited acronym, a:visited address, a:visited article,
142
- a:visited aside, a:visited b, a:visited basefont, a:visited bdi,
143
- a:visited big, a:visited blink, a:visited blockquote, a:visited body,
144
- a:visited br, a:visited button, a:visited canvas, a:visited caption,
145
- a:visited center, a:visited cite, a:visited code, a:visited col,
146
- a:visited colgroup, a:visited command, a:visited dd, a:visited
147
- details, a:visited dfn, a:visited dir, a:visited div, a:visited dl,
148
- a:visited dt, a:visited em, a:visited embed, a:visited fieldset,
149
- a:visited figcaption, a:visited figure, a:visited font, a:visited
150
- footer, a:visited form, a:visited h1, a:visited h2, a:visited h3,
151
- a:visited h4, a:visited h5, a:visited h6, a:visited header, a:visited
152
- hgroup, a:visited html, a:visited i, a:visited iframe, a:visited img,
153
- a:visited input, a:visited kbd, a:visited label, a:visited legend,
154
- a:visited li, a:visited listing, a:visited mark, a:visited marquee,
155
- a:visited menu, a:visited meter, a:visited multicol, a:visited nav,
156
- a:visited nobr, a:visited object, a:visited ol, a:visited option,
157
- a:visited p, a:visited plaintext, a:visited pre, a:visited progress,
158
- a:visited q, a:visited s, a:visited section, a:visited select,
159
- a:visited small, a:visited span, a:visited strike, a:visited strong,
160
- a:visited sub, a:visited summary, a:visited sup, a:visited table,
161
- a:visited td, a:visited textarea, a:visited th, a:visited time,
162
- a:visited tr, a:visited tt, a:visited u, a:visited ul, a:visited var,
163
- a:visited xmp, a:visited:active, a:visited:active abbr,
164
- a:visited:active acronym, a:visited:active b, a:visited:active
165
- basefont, a:visited:active big, a:visited:active br, a:visited:active
166
- code, a:visited:active div, a:visited:active em, a:visited:active
167
- font, a:visited:active h1, a:visited:active h2, a:visited:active h3,
168
- a:visited:active h4, a:visited:active h5, a:visited:active h6,
169
- a:visited:active i, a:visited:active kbd, a:visited:active small,
170
- a:visited:active span, a:visited:active strong, a:visited:active tt,
171
- a:visited:active u, a:visited:active var {
172
- cursor: pointer !important;
173
- }
174
-
175
- a:link, a:link abbr, a:link acronym, a:link b, a:link basefont,
176
- a:link big, a:link br, a:link code, a:link div, a:link em, a:link
177
- font, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link
178
- h6, a:link i, a:link kbd, a:link small, a:link span, a:link strong,
179
- a:link tt, a:link u, a:link var {
180
- color: #00b0FF !important;
181
- }
182
-
183
- a:link, a:link abbr, a:link acronym, a:link b, a:link basefont,
184
- a:link big, a:link br, a:link code, a:link div, a:link em, a:link
185
- font, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link
186
- h6, a:link i, a:link kbd, a:link small, a:link span, a:link strong,
187
- a:link tt, a:link u, a:link var, a:link:active, a:link:active abbr,
188
- a:link:active acronym, a:link:active b, a:link:active basefont,
189
- a:link:active big, a:link:active br, a:link:active code, a:link:active
190
- div, a:link:active em, a:link:active font, a:link:active h1,
191
- a:link:active h2, a:link:active h3, a:link:active h4, a:link:active
192
- h5, a:link:active h6, a:link:active i, a:link:active kbd,
193
- a:link:active small, a:link:active span, a:link:active strong,
194
- a:link:active tt, a:link:active u, a:link:active var, a:visited,
195
- a:visited abbr, a:visited acronym, a:visited b, a:visited basefont,
196
- a:visited big, a:visited br, a:visited code, a:visited div, a:visited
197
- em, a:visited font, a:visited h1, a:visited h2, a:visited h3,
198
- a:visited h4, a:visited h5, a:visited h6, a:visited i, a:visited kbd,
199
- a:visited small, a:visited span, a:visited strong, a:visited tt,
200
- a:visited u, a:visited var, a:visited:active, a:visited:active abbr,
201
- a:visited:active acronym, a:visited:active b, a:visited:active
202
- basefont, a:visited:active big, a:visited:active br, a:visited:active
203
- code, a:visited:active div, a:visited:active em, a:visited:active
204
- font, a:visited:active h1, a:visited:active h2, a:visited:active h3,
205
- a:visited:active h4, a:visited:active h5, a:visited:active h6,
206
- a:visited:active i, a:visited:active kbd, a:visited:active small,
207
- a:visited:active span, a:visited:active strong, a:visited:active tt,
208
- a:visited:active u, a:visited:active var {
209
- text-decoration: underline !important;
210
- }
211
-
212
- a:visited, a:visited abbr, a:visited acronym, a:visited b, a:visited
213
- basefont, a:visited big, a:visited br, a:visited code, a:visited div,
214
- a:visited em, a:visited font, a:visited h1, a:visited h2, a:visited
215
- h3, a:visited h4, a:visited h5, a:visited h6, a:visited i, a:visited
216
- kbd, a:visited small, a:visited span, a:visited strong, a:visited tt,
217
- a:visited u, a:visited var {
218
- color: #00FFFF !important;
219
- }
220
-
221
- ::-moz-selection, ::selection {
222
- background: #4080c0 !important;
223
- background-color: #4080c0 !important;
224
- }
225
-
226
- a[onclick], a[onclick] a, a[onclick] abbr, a[onclick] acronym,
227
- a[onclick] address, a[onclick] article, a[onclick] aside, a[onclick]
228
- b, a[onclick] basefont, a[onclick] bdi, a[onclick] big, a[onclick]
229
- blink, a[onclick] blockquote, a[onclick] body, a[onclick] br,
230
- a[onclick] button, a[onclick] canvas, a[onclick] caption, a[onclick]
231
- center, a[onclick] cite, a[onclick] code, a[onclick] col, a[onclick]
232
- colgroup, a[onclick] command, a[onclick] dd, a[onclick] details,
233
- a[onclick] dfn, a[onclick] dir, a[onclick] div, a[onclick] dl,
234
- a[onclick] dt, a[onclick] em, a[onclick] embed, a[onclick] fieldset,
235
- a[onclick] figcaption, a[onclick] figure, a[onclick] font, a[onclick]
236
- footer, a[onclick] form, a[onclick] h1, a[onclick] h2, a[onclick] h3,
237
- a[onclick] h4, a[onclick] h5, a[onclick] h6, a[onclick] header,
238
- a[onclick] hgroup, a[onclick] html, a[onclick] i, a[onclick] iframe,
239
- a[onclick] img, a[onclick] input, a[onclick] kbd, a[onclick] label,
240
- a[onclick] legend, a[onclick] li, a[onclick] listing, a[onclick] mark,
241
- a[onclick] marquee, a[onclick] menu, a[onclick] meter, a[onclick]
242
- multicol, a[onclick] nav, a[onclick] nobr, a[onclick] object,
243
- a[onclick] ol, a[onclick] option, a[onclick] p, a[onclick] plaintext,
244
- a[onclick] pre, a[onclick] progress, a[onclick] q, a[onclick] s,
245
- a[onclick] section, a[onclick] select, a[onclick] small, a[onclick]
246
- span, a[onclick] strike, a[onclick] strong, a[onclick] sub, a[onclick]
247
- summary, a[onclick] sup, a[onclick] table, a[onclick] td, a[onclick]
248
- textarea, a[onclick] th, a[onclick] time, a[onclick] tr, a[onclick]
249
- tt, a[onclick] u, a[onclick] ul, a[onclick] var, a[onclick] xmp,
250
- a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
251
- a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
252
- big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
253
- div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
254
- h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
255
- a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
256
- a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
257
- span, a[onclick]:active strong, a[onclick]:active tt,
258
- a[onclick]:active u, a[onclick]:active var {
259
- cursor: pointer !important;
260
- }
261
-
262
- a[onclick], a[onclick] abbr, a[onclick] acronym, a[onclick] b,
263
- a[onclick] basefont, a[onclick] big, a[onclick] br, a[onclick] code,
264
- a[onclick] div, a[onclick] em, a[onclick] font, a[onclick] h1,
265
- a[onclick] h2, a[onclick] h3, a[onclick] h4, a[onclick] h5, a[onclick]
266
- h6, a[onclick] i, a[onclick] kbd, a[onclick] small, a[onclick] span,
267
- a[onclick] strong, a[onclick] tt, a[onclick] u, a[onclick] var {
268
- color: #00b0FF !important;
269
- }
270
-
271
- a[onclick], a[onclick] abbr, a[onclick] acronym, a[onclick] b,
272
- a[onclick] basefont, a[onclick] big, a[onclick] br, a[onclick] code,
273
- a[onclick] div, a[onclick] em, a[onclick] font, a[onclick] h1,
274
- a[onclick] h2, a[onclick] h3, a[onclick] h4, a[onclick] h5, a[onclick]
275
- h6, a[onclick] i, a[onclick] kbd, a[onclick] small, a[onclick] span,
276
- a[onclick] strong, a[onclick] tt, a[onclick] u, a[onclick] var,
277
- a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
278
- a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
279
- big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
280
- div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
281
- h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
282
- a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
283
- a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
284
- span, a[onclick]:active strong, a[onclick]:active tt,
285
- a[onclick]:active u, a[onclick]:active var {
286
- text-decoration: underline !important;
287
- }
288
-
289
- a:link:hover, a:link:hover abbr, a:link:hover acronym, a:link:hover
290
- b, a:link:hover basefont, a:link:hover big, a:link:hover br,
291
- a:link:hover code, a:link:hover div, a:link:hover em, a:link:hover
292
- font, a:link:hover h1, a:link:hover h2, a:link:hover h3, a:link:hover
293
- h4, a:link:hover h5, a:link:hover h6, a:link:hover i, a:link:hover
294
- kbd, a:link:hover small, a:link:hover span, a:link:hover strong,
295
- a:link:hover tt, a:link:hover u, a:link:hover var, a:visited:hover,
296
- a:visited:hover abbr, a:visited:hover acronym, a:visited:hover b,
297
- a:visited:hover basefont, a:visited:hover big, a:visited:hover br,
298
- a:visited:hover code, a:visited:hover div, a:visited:hover em,
299
- a:visited:hover font, a:visited:hover h1, a:visited:hover h2,
300
- a:visited:hover h3, a:visited:hover h4, a:visited:hover h5,
301
- a:visited:hover h6, a:visited:hover i, a:visited:hover kbd,
302
- a:visited:hover small, a:visited:hover span, a:visited:hover strong,
303
- a:visited:hover tt, a:visited:hover u, a:visited:hover var {
304
- background: #400000 !important;
305
- background-color: #400000 !important;
306
- }
307
-
308
- a:link:active, a:link:active abbr, a:link:active acronym,
309
- a:link:active b, a:link:active basefont, a:link:active big,
310
- a:link:active br, a:link:active code, a:link:active div, a:link:active
311
- em, a:link:active font, a:link:active h1, a:link:active h2,
312
- a:link:active h3, a:link:active h4, a:link:active h5, a:link:active
313
- h6, a:link:active i, a:link:active kbd, a:link:active small,
314
- a:link:active span, a:link:active strong, a:link:active tt,
315
- a:link:active u, a:link:active var, a:visited:active,
316
- a:visited:active abbr, a:visited:active acronym, a:visited:active b,
317
- a:visited:active basefont, a:visited:active big, a:visited:active br,
318
- a:visited:active code, a:visited:active div, a:visited:active em,
319
- a:visited:active font, a:visited:active h1, a:visited:active h2,
320
- a:visited:active h3, a:visited:active h4, a:visited:active h5,
321
- a:visited:active h6, a:visited:active i, a:visited:active kbd,
322
- a:visited:active small, a:visited:active span, a:visited:active
323
- strong, a:visited:active tt, a:visited:active u, a:visited:active var {
324
- color: red !important;
325
- }
326
-
327
- button.disabled, input.disabled, select.disabled, textarea.disabled {
328
- background: #404040 !important;
329
- background-color: #404040 !important;
330
- }
331
-
332
- a[onclick]:hover, a[onclick]:hover abbr, a[onclick]:hover acronym,
333
- a[onclick]:hover b, a[onclick]:hover basefont, a[onclick]:hover big,
334
- a[onclick]:hover br, a[onclick]:hover code, a[onclick]:hover div,
335
- a[onclick]:hover em, a[onclick]:hover font, a[onclick]:hover h1,
336
- a[onclick]:hover h2, a[onclick]:hover h3, a[onclick]:hover h4,
337
- a[onclick]:hover h5, a[onclick]:hover h6, a[onclick]:hover i,
338
- a[onclick]:hover kbd, a[onclick]:hover small, a[onclick]:hover span,
339
- a[onclick]:hover strong, a[onclick]:hover tt, a[onclick]:hover u,
340
- a[onclick]:hover var {
341
- background: #400000 !important;
342
- background-color: #400000 !important;
343
- }
344
-
345
- input[type=reset] {
346
- background: #400060 !important;
347
- background-color: #400060 !important;
348
- }
349
-
350
- a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
351
- a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
352
- big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
353
- div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
354
- h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
355
- a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
356
- a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
357
- span, a[onclick]:active strong, a[onclick]:active tt,
358
- a[onclick]:active u, a[onclick]:active var {
359
- color: red !important;
360
- }
361
-
362
- div[role="button"], input[type=button], input[type=submit] {
363
- background: #600040 !important;
364
- background-color: #600040 !important;
365
- }
366
-
367
- input[type=search] {
368
- -webkit-appearance: textfield !important;
369
- }
370
-
371
- :not(:empty) a:after, :not(:empty) a:before, :not(:empty) abbr:after,
372
- :not(:empty) abbr:before, :not(:empty) acronym:after, :not(:empty)
373
- acronym:before, :not(:empty) address:after, :not(:empty)
374
- address:before, :not(:empty) article:after, :not(:empty)
375
- article:before, :not(:empty) aside:after, :not(:empty) aside:before,
376
- :not(:empty) b:after, :not(:empty) b:before, :not(:empty)
377
- basefont:after, :not(:empty) basefont:before, :not(:empty) bdi:after,
378
- :not(:empty) bdi:before, :not(:empty) big:after, :not(:empty)
379
- big:before, :not(:empty) blink:after, :not(:empty) blink:before,
380
- :not(:empty) blockquote:after, :not(:empty) blockquote:before,
381
- :not(:empty) body:after, :not(:empty) body:before, :not(:empty)
382
- button:after, :not(:empty) button:before, :not(:empty) canvas:after,
383
- :not(:empty) canvas:before, :not(:empty) caption:after, :not(:empty)
384
- caption:before, :not(:empty) center:after, :not(:empty) center:before,
385
- :not(:empty) cite:after, :not(:empty) cite:before, :not(:empty)
386
- code:after, :not(:empty) code:before, :not(:empty) col:after,
387
- :not(:empty) col:before, :not(:empty) colgroup:after, :not(:empty)
388
- colgroup:before, :not(:empty) command:after, :not(:empty)
389
- command:before, :not(:empty) dd:after, :not(:empty) dd:before,
390
- :not(:empty) details:after, :not(:empty) details:before, :not(:empty)
391
- dfn:after, :not(:empty) dfn:before, :not(:empty) dir:after,
392
- :not(:empty) dir:before, :not(:empty) div:after, :not(:empty)
393
- div:before, :not(:empty) dl:after, :not(:empty) dl:before,
394
- :not(:empty) dt:after, :not(:empty) dt:before, :not(:empty) em:after,
395
- :not(:empty) em:before, :not(:empty) embed:after, :not(:empty)
396
- embed:before, :not(:empty) fieldset:after, :not(:empty)
397
- fieldset:before, :not(:empty) figcaption:after, :not(:empty)
398
- figcaption:before, :not(:empty) figure:after, :not(:empty)
399
- figure:before, :not(:empty) font:after, :not(:empty) font:before,
400
- :not(:empty) footer:after, :not(:empty) footer:before, :not(:empty)
401
- form:after, :not(:empty) form:before, :not(:empty) h1:after,
402
- :not(:empty) h1:before, :not(:empty) h2:after, :not(:empty) h2:before,
403
- :not(:empty) h3:after, :not(:empty) h3:before, :not(:empty) h4:after,
404
- :not(:empty) h4:before, :not(:empty) h5:after, :not(:empty) h5:before,
405
- :not(:empty) h6:after, :not(:empty) h6:before, :not(:empty)
406
- header:after, :not(:empty) header:before, :not(:empty) hgroup:after,
407
- :not(:empty) hgroup:before, :not(:empty) html:after, :not(:empty)
408
- html:before, :not(:empty) i:after, :not(:empty) i:before, :not(:empty)
409
- iframe:after, :not(:empty) iframe:before, :not(:empty) img:after,
410
- :not(:empty) img:before, :not(:empty) input:after, :not(:empty)
411
- input:before, :not(:empty) kbd:after, :not(:empty) kbd:before,
412
- :not(:empty) label:after, :not(:empty) label:before, :not(:empty)
413
- legend:after, :not(:empty) legend:before, :not(:empty) li:after,
414
- :not(:empty) li:before, :not(:empty) listing:after, :not(:empty)
415
- listing:before, :not(:empty) mark:after, :not(:empty) mark:before,
416
- :not(:empty) marquee:after, :not(:empty) marquee:before, :not(:empty)
417
- menu:after, :not(:empty) menu:before, :not(:empty) meter:after,
418
- :not(:empty) meter:before, :not(:empty) multicol:after, :not(:empty)
419
- multicol:before, :not(:empty) nav:after, :not(:empty) nav:before,
420
- :not(:empty) nobr:after, :not(:empty) nobr:before, :not(:empty)
421
- object:after, :not(:empty) object:before, :not(:empty) ol:after,
422
- :not(:empty) ol:before, :not(:empty) option:after, :not(:empty)
423
- option:before, :not(:empty) p:after, :not(:empty) p:before,
424
- :not(:empty) plaintext:after, :not(:empty) plaintext:before,
425
- :not(:empty) pre:after, :not(:empty) pre:before, :not(:empty)
426
- progress:after, :not(:empty) progress:before, :not(:empty) q:after,
427
- :not(:empty) q:before, :not(:empty) s:after, :not(:empty) s:before,
428
- :not(:empty) section:after, :not(:empty) section:before, :not(:empty)
429
- select:after, :not(:empty) select:before, :not(:empty) small:after,
430
- :not(:empty) small:before, :not(:empty) span:after, :not(:empty)
431
- span:before, :not(:empty) strike:after, :not(:empty) strike:before,
432
- :not(:empty) strong:after, :not(:empty) strong:before, :not(:empty)
433
- sub:after, :not(:empty) sub:before, :not(:empty) summary:after,
434
- :not(:empty) summary:before, :not(:empty) sup:after, :not(:empty)
435
- sup:before, :not(:empty) table:after, :not(:empty) table:before,
436
- :not(:empty) td:after, :not(:empty) td:before, :not(:empty)
437
- textarea:after, :not(:empty) textarea:before, :not(:empty) th:after,
438
- :not(:empty) th:before, :not(:empty) time:after, :not(:empty)
439
- time:before, :not(:empty) tr:after, :not(:empty) tr:before,
440
- :not(:empty) tt:after, :not(:empty) tt:before, :not(:empty) u:after,
441
- :not(:empty) u:before, :not(:empty) ul:after, :not(:empty) ul:before,
442
- :not(:empty) var:after, :not(:empty) var:before, :not(:empty)
443
- xmp:after, :not(:empty) xmp:before, :root:not(HTML), :root:not(HTML)
444
- :not(:empty) {
445
- background: black !important;
446
- background-color: black !important;
447
- background-image: none !important;
448
- color: #f3f3f3 !important;
449
- text-shadow: none !important;
450
- }
451
-
452
- body.mediawiki img.tex {
453
- background: white !important;
454
- background-color: white !important;
455
- }
456
-
457
- button[disabled="disabled"], input[disabled="disabled"],
458
- select[disabled="disabled"], textarea[disabled="disabled"] {
459
- background: #404040 !important;
460
- background-color: #404040 !important;
461
- }
462
-
463
- :root:not(HTML) slider:not(:empty) {
464
- background: #301090 !important;
465
- background-color: #301090 !important;
466
- }
467
-
468
- .diffchange, .was, .now, .vc_diff_change, .vc_diff_remove, .vc_diff_add, .wDiffHtmlDelete, .wDiffHtmlInsert {
469
- color: #FFFF80 !important;
470
- }
471
-
472
- .wDiffHtmlDelete {
473
- text-decoration: line-through !important;
474
- }
475
-
476
- a.new {
477
- color: #FFFF40 !important;
478
- }
479
-
480
- body.mediawiki > div.navpopup, body.mediawiki .referencetooltip, ul.ui-autocomplete {
481
- position: absolute !important;
482
- border: blue solid !important;
483
- }
484
-
485
- font[color] {
486
- color: #FFFF40 !important;
487
- }
488
-
489
- span.Apple-style-span {
490
- color: #FFFF40 !important;
491
- }
492
-
493
- tr.new td {
494
- border: thick solid #FFFF40 !important;
495
- }
496
-
497
- ul.profile-icons li span {
498
- display: inline !important;
499
- }
500
-
501
- div.tooltip.dropShadow20 {
502
- border: thin solid #FFFF80 !important;
503
- }
504
-
505
- :not(:empty) li#menuNavigation.iconOnly > a > span.icon:after {
506
- content: "Navigation";
507
- text-transform: none;
508
- }
509
-
510
- :not(:empty) li#menuSearchHitNext.iconOnly > a > span.icon:after {
511
- content: "Next hit";
512
- text-transform: none !important;
513
- }
514
-
515
- :not(:empty) li#menuToolsPreferences.iconOnly > a > span.icon:after {
516
- content: "Preferences";
517
- text-transform: none;
518
- }
519
-
520
- :not(:empty) div.resultNavControls > ul > li.resultNavLeft > a > span:after {
521
- content: "<- Prev";
522
- text-transform: none;
523
- }
524
-
525
- :not(:empty) div.resultNavControls > ul > li.resultNavRight > a > span:after {
526
- content: "Next ->";
527
- text-transform: none;
528
- }
529
-
530
- :not(:empty) div.resultNavControls > ul > li.resultNavDoubleLeft > a > span:after {
531
- content: "<<- Backwd";
532
- text-transform: none;
533
- }
534
-
535
- :not(:empty) div.resultNavControls > ul > li.resultNavDoubleRight > a > span:after {
536
- content: "Fwd ->>";
537
- text-transform: none;
538
- }
539
-
540
- body > input#rsconf + div#wrapper > div#header + div#container > div#spacer + div#content span.hl, body > input#rsconf + div#wrapper > div#header + div#container > div#spacer + div#secondaryNav + div#content span.hl {
541
- background: #003050 !important;
542
- }
543
-
544
- div.result > div.document span.mk, div.result > div.document span.mk b, div.par p.sb span.mk, div.par p.ss span.mk b {
545
- background: #400060 !important;
546
- }
547
-
548
- .menu li a span.label {
549
- display: inline !important;
550
- text-transform: none !important;
551
- }
552
-
553
- body.yesJS > div.fancybox-wrap[style] {
554
- position: absolute !important;
555
- border: blue solid !important;
556
- }
557
-
558
- body.yesJS > div.fancybox-wrap[style] div.fancybox-close:after {
559
- content: "Close";
560
- }
561
-
562
- div.youtube5top-overlay, div.youtube5bottom-overlay, div.youtube5info, div.youtube5info-button, div.youtube5controls {
563
- background-color: transparent !important;
564
- background: transparent !important;
565
- }
566
-
567
- input[type=text], input[type=password], input[type=search] {
568
- border: 1px solid grey !important;
569
- }
570
-
571
- * {
572
- -webkit-box-shadow: none !important;
573
- }
574
-
575
- :focus {
576
- outline: thin dotted;
577
- }
578
- }
579
-
580
- /* end of @media block */
581
-
582
- ::-webkit-input-placeholder {
583
- color: #fff;
584
- }
585
-
586
- :-moz-placeholder {
587
- /* Firefox 18- */
588
- color: #fff;
589
- }
590
-
591
- ::-moz-placeholder {
592
- /* Firefox 19+ */
593
- color: #fff;
594
- }
595
-
596
- :-ms-input-placeholder {
597
- color: #fff;
598
  }
1
+ @import url(chrome://flashblock/content/flashblock.css);
2
+
3
+ /* Some versions of IE ignore the first entry so: */
4
+ .placebo {
5
+ line-height: normal;
6
+ }
7
+
8
+ /* should be harmless even if there is a .placebo - we want line-height normal anyway - and should validate */
9
+
10
+ @media print {
11
+ * {
12
+ color: black !important;
13
+ }
14
+ }
15
+
16
+ /* in browsers that do not support @media, this will be overridden by the items below */
17
+
18
+ @media screen, projection, tv {
19
+
20
+ /* :not(:empty) stops IE5+6 from misinterpreting things it can't understand */
21
+ /* Repeat ALT tags after images (problematic; see Mozilla bug 292116)
22
+ (2005: commenting this out for now because more trouble than it's worth;
23
+ only Mozilla 1.0 does it properly; later versions and Firefox don't)
24
+ img[alt]:after { content: attr(alt) !important; color: #FF00FF !important; }
25
+ */
26
+ body > div {
27
+ outline: 1px solid #fff;
28
+ }
29
+
30
+ body div.a11y-toolbar {
31
+ outline: none;
32
+ }
33
+
34
+ body div.a11y-toolbar .offscreen {
35
+ outline: 1px solid #fff;
36
+ }
37
+
38
+ a, abbr, acronym, address, article, aside, b, basefont, bdi, big,
39
+ blink, blockquote, body, button, canvas, caption, center, cite, code,
40
+ col, colgroup, command, dd, details, dfn, dir, div, dl, dt, em, embed,
41
+ fieldset, figcaption, figure, font, footer, form, h1, h1 a, h1 a b, h1
42
+ abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2 abbr, h2 center, h2
43
+ span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3 span, h4, h4 a, h4 a b,
44
+ h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b, h5 abbr, h5 center, h5
45
+ span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6 span, header, hgroup,
46
+ html, i, iframe, img, input, kbd, label, legend, li, listing, mark,
47
+ marquee, menu, meter, multicol, nav, nobr, object, ol, option, p,
48
+ plaintext, pre, progress, q, s, section, select, small, span, strike,
49
+ strong, sub, summary, sup, table, td, textarea, th, time, tr, tt, u,
50
+ ul, var, xmp {
51
+ background-image: none !important;
52
+ text-shadow: none !important;
53
+ }
54
+
55
+ a, abbr, acronym, address, article, aside, b, basefont, bdi, big,
56
+ blink, blockquote, body, canvas, caption, center, cite, code, col,
57
+ colgroup, command, dd, details, dfn, dir, div, dl, dt, em, embed,
58
+ fieldset, figcaption, figure, font, footer, form, h1, h1 a, h1 a b, h1
59
+ abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2 abbr, h2 center, h2
60
+ span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3 span, h4, h4 a, h4 a b,
61
+ h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b, h5 abbr, h5 center, h5
62
+ span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6 span, header, hgroup,
63
+ html, i, iframe, input, kbd, label, legend, li, listing, mark,
64
+ marquee, menu, meter, multicol, nav, nobr, object, ol, option, p,
65
+ plaintext, pre, progress, q, s, section, small, span, strike, strong,
66
+ sub, summary, sup, table, td, textarea, th, time, tr, tt, u, ul, var,
67
+ xmp {
68
+ background: black !important;
69
+ background-color: black !important;
70
+ }
71
+
72
+ a, abbr, article, aside, basefont, bdi, big, blink, blockquote, body,
73
+ button, canvas, caption, center, code, col, colgroup, command, dd,
74
+ details, dir, div, dl, dt, embed, fieldset, figcaption, figure, font,
75
+ footer, form, header, hgroup, html, iframe, img, input, kbd, label,
76
+ legend, li, listing, mark, marquee, menu, meter, multicol, nav, nobr,
77
+ object, ol, option, p, plaintext, pre, progress, q, s, section,
78
+ select, small, span, strike, sub, summary, sup, table, td, textarea,
79
+ th, time, tr, tt, ul, var, xmp {
80
+ color: #f3f3f3 !important;
81
+ }
82
+
83
+ acronym, b, strong {
84
+ color: yellow !important;
85
+ }
86
+
87
+ address, cite, dfn, em, i, u {
88
+ color: #FFFF80 !important;
89
+ }
90
+
91
+ h1, h1 a, h1 a b, h1 abbr, h1 center, h1 span, h2, h2 a, h2 a b, h2
92
+ abbr, h2 center, h2 span, h3, h3 a, h3 a b, h3 abbr, h3 center, h3
93
+ span, h4, h4 a, h4 a b, h4 abbr, h4 center, h4 span, h5, h5 a, h5 a b,
94
+ h5 abbr, h5 center, h5 span, h6, h6 a, h6 a b, h6 abbr, h6 center, h6
95
+ span {
96
+ color: #50d0a0 !important;
97
+ }
98
+
99
+ img {
100
+ background: #808080 !important;
101
+ background-color: #808080 !important;
102
+ }
103
+
104
+ button {
105
+ background: #600040 !important;
106
+ background-color: #600040 !important;
107
+ }
108
+
109
+ select {
110
+ -webkit-appearance: listbox !important;
111
+ background: #500050 !important;
112
+ background-color: #500050 !important;
113
+ }
114
+
115
+ a:link, a:link a, a:link abbr, a:link acronym, a:link address, a:link
116
+ article, a:link aside, a:link b, a:link basefont, a:link bdi, a:link
117
+ big, a:link blink, a:link blockquote, a:link body, a:link br, a:link
118
+ button, a:link canvas, a:link caption, a:link center, a:link cite,
119
+ a:link code, a:link col, a:link colgroup, a:link command, a:link dd,
120
+ a:link details, a:link dfn, a:link dir, a:link div, a:link dl, a:link
121
+ dt, a:link em, a:link embed, a:link fieldset, a:link figcaption,
122
+ a:link figure, a:link font, a:link footer, a:link form, a:link h1,
123
+ a:link h2, a:link h3, a:link h4, a:link h5, a:link h6, a:link header,
124
+ a:link hgroup, a:link html, a:link i, a:link iframe, a:link img,
125
+ a:link input, a:link kbd, a:link label, a:link legend, a:link li,
126
+ a:link listing, a:link mark, a:link marquee, a:link menu, a:link
127
+ meter, a:link multicol, a:link nav, a:link nobr, a:link object, a:link
128
+ ol, a:link option, a:link p, a:link plaintext, a:link pre, a:link
129
+ progress, a:link q, a:link s, a:link section, a:link select, a:link
130
+ small, a:link span, a:link strike, a:link strong, a:link sub, a:link
131
+ summary, a:link sup, a:link table, a:link td, a:link textarea, a:link
132
+ th, a:link time, a:link tr, a:link tt, a:link u, a:link ul, a:link
133
+ var, a:link xmp, a:link:active, a:link:active abbr, a:link:active
134
+ acronym, a:link:active b, a:link:active basefont, a:link:active big,
135
+ a:link:active br, a:link:active code, a:link:active div, a:link:active
136
+ em, a:link:active font, a:link:active h1, a:link:active h2,
137
+ a:link:active h3, a:link:active h4, a:link:active h5, a:link:active
138
+ h6, a:link:active i, a:link:active kbd, a:link:active small,
139
+ a:link:active span, a:link:active strong, a:link:active tt,
140
+ a:link:active u, a:link:active var, a:visited, a:visited a, a:visited
141
+ abbr, a:visited acronym, a:visited address, a:visited article,
142
+ a:visited aside, a:visited b, a:visited basefont, a:visited bdi,
143
+ a:visited big, a:visited blink, a:visited blockquote, a:visited body,
144
+ a:visited br, a:visited button, a:visited canvas, a:visited caption,
145
+ a:visited center, a:visited cite, a:visited code, a:visited col,
146
+ a:visited colgroup, a:visited command, a:visited dd, a:visited
147
+ details, a:visited dfn, a:visited dir, a:visited div, a:visited dl,
148
+ a:visited dt, a:visited em, a:visited embed, a:visited fieldset,
149
+ a:visited figcaption, a:visited figure, a:visited font, a:visited
150
+ footer, a:visited form, a:visited h1, a:visited h2, a:visited h3,
151
+ a:visited h4, a:visited h5, a:visited h6, a:visited header, a:visited
152
+ hgroup, a:visited html, a:visited i, a:visited iframe, a:visited img,
153
+ a:visited input, a:visited kbd, a:visited label, a:visited legend,
154
+ a:visited li, a:visited listing, a:visited mark, a:visited marquee,
155
+ a:visited menu, a:visited meter, a:visited multicol, a:visited nav,
156
+ a:visited nobr, a:visited object, a:visited ol, a:visited option,
157
+ a:visited p, a:visited plaintext, a:visited pre, a:visited progress,
158
+ a:visited q, a:visited s, a:visited section, a:visited select,
159
+ a:visited small, a:visited span, a:visited strike, a:visited strong,
160
+ a:visited sub, a:visited summary, a:visited sup, a:visited table,
161
+ a:visited td, a:visited textarea, a:visited th, a:visited time,
162
+ a:visited tr, a:visited tt, a:visited u, a:visited ul, a:visited var,
163
+ a:visited xmp, a:visited:active, a:visited:active abbr,
164
+ a:visited:active acronym, a:visited:active b, a:visited:active
165
+ basefont, a:visited:active big, a:visited:active br, a:visited:active
166
+ code, a:visited:active div, a:visited:active em, a:visited:active
167
+ font, a:visited:active h1, a:visited:active h2, a:visited:active h3,
168
+ a:visited:active h4, a:visited:active h5, a:visited:active h6,
169
+ a:visited:active i, a:visited:active kbd, a:visited:active small,
170
+ a:visited:active span, a:visited:active strong, a:visited:active tt,
171
+ a:visited:active u, a:visited:active var {
172
+ cursor: pointer !important;
173
+ }
174
+
175
+ a:link, a:link abbr, a:link acronym, a:link b, a:link basefont,
176
+ a:link big, a:link br, a:link code, a:link div, a:link em, a:link
177
+ font, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link
178
+ h6, a:link i, a:link kbd, a:link small, a:link span, a:link strong,
179
+ a:link tt, a:link u, a:link var {
180
+ color: #00b0FF !important;
181
+ }
182
+
183
+ a:link, a:link abbr, a:link acronym, a:link b, a:link basefont,
184
+ a:link big, a:link br, a:link code, a:link div, a:link em, a:link
185
+ font, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link
186
+ h6, a:link i, a:link kbd, a:link small, a:link span, a:link strong,
187
+ a:link tt, a:link u, a:link var, a:link:active, a:link:active abbr,
188
+ a:link:active acronym, a:link:active b, a:link:active basefont,
189
+ a:link:active big, a:link:active br, a:link:active code, a:link:active
190
+ div, a:link:active em, a:link:active font, a:link:active h1,
191
+ a:link:active h2, a:link:active h3, a:link:active h4, a:link:active
192
+ h5, a:link:active h6, a:link:active i, a:link:active kbd,
193
+ a:link:active small, a:link:active span, a:link:active strong,
194
+ a:link:active tt, a:link:active u, a:link:active var, a:visited,
195
+ a:visited abbr, a:visited acronym, a:visited b, a:visited basefont,
196
+ a:visited big, a:visited br, a:visited code, a:visited div, a:visited
197
+ em, a:visited font, a:visited h1, a:visited h2, a:visited h3,
198
+ a:visited h4, a:visited h5, a:visited h6, a:visited i, a:visited kbd,
199
+ a:visited small, a:visited span, a:visited strong, a:visited tt,
200
+ a:visited u, a:visited var, a:visited:active, a:visited:active abbr,
201
+ a:visited:active acronym, a:visited:active b, a:visited:active
202
+ basefont, a:visited:active big, a:visited:active br, a:visited:active
203
+ code, a:visited:active div, a:visited:active em, a:visited:active
204
+ font, a:visited:active h1, a:visited:active h2, a:visited:active h3,
205
+ a:visited:active h4, a:visited:active h5, a:visited:active h6,
206
+ a:visited:active i, a:visited:active kbd, a:visited:active small,
207
+ a:visited:active span, a:visited:active strong, a:visited:active tt,
208
+ a:visited:active u, a:visited:active var {
209
+ text-decoration: underline !important;
210
+ }
211
+
212
+ a:visited, a:visited abbr, a:visited acronym, a:visited b, a:visited
213
+ basefont, a:visited big, a:visited br, a:visited code, a:visited div,
214
+ a:visited em, a:visited font, a:visited h1, a:visited h2, a:visited
215
+ h3, a:visited h4, a:visited h5, a:visited h6, a:visited i, a:visited
216
+ kbd, a:visited small, a:visited span, a:visited strong, a:visited tt,
217
+ a:visited u, a:visited var {
218
+ color: #00FFFF !important;
219
+ }
220
+
221
+ ::-moz-selection, ::selection {
222
+ background: #4080c0 !important;
223
+ background-color: #4080c0 !important;
224
+ }
225
+
226
+ a[onclick], a[onclick] a, a[onclick] abbr, a[onclick] acronym,
227
+ a[onclick] address, a[onclick] article, a[onclick] aside, a[onclick]
228
+ b, a[onclick] basefont, a[onclick] bdi, a[onclick] big, a[onclick]
229
+ blink, a[onclick] blockquote, a[onclick] body, a[onclick] br,
230
+ a[onclick] button, a[onclick] canvas, a[onclick] caption, a[onclick]
231
+ center, a[onclick] cite, a[onclick] code, a[onclick] col, a[onclick]
232
+ colgroup, a[onclick] command, a[onclick] dd, a[onclick] details,
233
+ a[onclick] dfn, a[onclick] dir, a[onclick] div, a[onclick] dl,
234
+ a[onclick] dt, a[onclick] em, a[onclick] embed, a[onclick] fieldset,
235
+ a[onclick] figcaption, a[onclick] figure, a[onclick] font, a[onclick]
236
+ footer, a[onclick] form, a[onclick] h1, a[onclick] h2, a[onclick] h3,
237
+ a[onclick] h4, a[onclick] h5, a[onclick] h6, a[onclick] header,
238
+ a[onclick] hgroup, a[onclick] html, a[onclick] i, a[onclick] iframe,
239
+ a[onclick] img, a[onclick] input, a[onclick] kbd, a[onclick] label,
240
+ a[onclick] legend, a[onclick] li, a[onclick] listing, a[onclick] mark,
241
+ a[onclick] marquee, a[onclick] menu, a[onclick] meter, a[onclick]
242
+ multicol, a[onclick] nav, a[onclick] nobr, a[onclick] object,
243
+ a[onclick] ol, a[onclick] option, a[onclick] p, a[onclick] plaintext,
244
+ a[onclick] pre, a[onclick] progress, a[onclick] q, a[onclick] s,
245
+ a[onclick] section, a[onclick] select, a[onclick] small, a[onclick]
246
+ span, a[onclick] strike, a[onclick] strong, a[onclick] sub, a[onclick]
247
+ summary, a[onclick] sup, a[onclick] table, a[onclick] td, a[onclick]
248
+ textarea, a[onclick] th, a[onclick] time, a[onclick] tr, a[onclick]
249
+ tt, a[onclick] u, a[onclick] ul, a[onclick] var, a[onclick] xmp,
250
+ a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
251
+ a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
252
+ big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
253
+ div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
254
+ h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
255
+ a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
256
+ a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
257
+ span, a[onclick]:active strong, a[onclick]:active tt,
258
+ a[onclick]:active u, a[onclick]:active var {
259
+ cursor: pointer !important;
260
+ }
261
+
262
+ a[onclick], a[onclick] abbr, a[onclick] acronym, a[onclick] b,
263
+ a[onclick] basefont, a[onclick] big, a[onclick] br, a[onclick] code,
264
+ a[onclick] div, a[onclick] em, a[onclick] font, a[onclick] h1,
265
+ a[onclick] h2, a[onclick] h3, a[onclick] h4, a[onclick] h5, a[onclick]
266
+ h6, a[onclick] i, a[onclick] kbd, a[onclick] small, a[onclick] span,
267
+ a[onclick] strong, a[onclick] tt, a[onclick] u, a[onclick] var {
268
+ color: #00b0FF !important;
269
+ }
270
+
271
+ a[onclick], a[onclick] abbr, a[onclick] acronym, a[onclick] b,
272
+ a[onclick] basefont, a[onclick] big, a[onclick] br, a[onclick] code,
273
+ a[onclick] div, a[onclick] em, a[onclick] font, a[onclick] h1,
274
+ a[onclick] h2, a[onclick] h3, a[onclick] h4, a[onclick] h5, a[onclick]
275
+ h6, a[onclick] i, a[onclick] kbd, a[onclick] small, a[onclick] span,
276
+ a[onclick] strong, a[onclick] tt, a[onclick] u, a[onclick] var,
277
+ a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
278
+ a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
279
+ big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
280
+ div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
281
+ h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
282
+ a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
283
+ a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
284
+ span, a[onclick]:active strong, a[onclick]:active tt,
285
+ a[onclick]:active u, a[onclick]:active var {
286
+ text-decoration: underline !important;
287
+ }
288
+
289
+ a:link:hover, a:link:hover abbr, a:link:hover acronym, a:link:hover
290
+ b, a:link:hover basefont, a:link:hover big, a:link:hover br,
291
+ a:link:hover code, a:link:hover div, a:link:hover em, a:link:hover
292
+ font, a:link:hover h1, a:link:hover h2, a:link:hover h3, a:link:hover
293
+ h4, a:link:hover h5, a:link:hover h6, a:link:hover i, a:link:hover
294
+ kbd, a:link:hover small, a:link:hover span, a:link:hover strong,
295
+ a:link:hover tt, a:link:hover u, a:link:hover var, a:visited:hover,
296
+ a:visited:hover abbr, a:visited:hover acronym, a:visited:hover b,
297
+ a:visited:hover basefont, a:visited:hover big, a:visited:hover br,
298
+ a:visited:hover code, a:visited:hover div, a:visited:hover em,
299
+ a:visited:hover font, a:visited:hover h1, a:visited:hover h2,
300
+ a:visited:hover h3, a:visited:hover h4, a:visited:hover h5,
301
+ a:visited:hover h6, a:visited:hover i, a:visited:hover kbd,
302
+ a:visited:hover small, a:visited:hover span, a:visited:hover strong,
303
+ a:visited:hover tt, a:visited:hover u, a:visited:hover var {
304
+ background: #400000 !important;
305
+ background-color: #400000 !important;
306
+ }
307
+
308
+ a:link:active, a:link:active abbr, a:link:active acronym,
309
+ a:link:active b, a:link:active basefont, a:link:active big,
310
+ a:link:active br, a:link:active code, a:link:active div, a:link:active
311
+ em, a:link:active font, a:link:active h1, a:link:active h2,
312
+ a:link:active h3, a:link:active h4, a:link:active h5, a:link:active
313
+ h6, a:link:active i, a:link:active kbd, a:link:active small,
314
+ a:link:active span, a:link:active strong, a:link:active tt,
315
+ a:link:active u, a:link:active var, a:visited:active,
316
+ a:visited:active abbr, a:visited:active acronym, a:visited:active b,
317
+ a:visited:active basefont, a:visited:active big, a:visited:active br,
318
+ a:visited:active code, a:visited:active div, a:visited:active em,
319
+ a:visited:active font, a:visited:active h1, a:visited:active h2,
320
+ a:visited:active h3, a:visited:active h4, a:visited:active h5,
321
+ a:visited:active h6, a:visited:active i, a:visited:active kbd,
322
+ a:visited:active small, a:visited:active span, a:visited:active
323
+ strong, a:visited:active tt, a:visited:active u, a:visited:active var {
324
+ color: red !important;
325
+ }
326
+
327
+ button.disabled, input.disabled, select.disabled, textarea.disabled {
328
+ background: #404040 !important;
329
+ background-color: #404040 !important;
330
+ }
331
+
332
+ a[onclick]:hover, a[onclick]:hover abbr, a[onclick]:hover acronym,
333
+ a[onclick]:hover b, a[onclick]:hover basefont, a[onclick]:hover big,
334
+ a[onclick]:hover br, a[onclick]:hover code, a[onclick]:hover div,
335
+ a[onclick]:hover em, a[onclick]:hover font, a[onclick]:hover h1,
336
+ a[onclick]:hover h2, a[onclick]:hover h3, a[onclick]:hover h4,
337
+ a[onclick]:hover h5, a[onclick]:hover h6, a[onclick]:hover i,
338
+ a[onclick]:hover kbd, a[onclick]:hover small, a[onclick]:hover span,
339
+ a[onclick]:hover strong, a[onclick]:hover tt, a[onclick]:hover u,
340
+ a[onclick]:hover var {
341
+ background: #400000 !important;
342
+ background-color: #400000 !important;
343
+ }
344
+
345
+ input[type=reset] {
346
+ background: #400060 !important;
347
+ background-color: #400060 !important;
348
+ }
349
+
350
+ a[onclick]:active, a[onclick]:active abbr, a[onclick]:active acronym,
351
+ a[onclick]:active b, a[onclick]:active basefont, a[onclick]:active
352
+ big, a[onclick]:active br, a[onclick]:active code, a[onclick]:active
353
+ div, a[onclick]:active em, a[onclick]:active font, a[onclick]:active
354
+ h1, a[onclick]:active h2, a[onclick]:active h3, a[onclick]:active h4,
355
+ a[onclick]:active h5, a[onclick]:active h6, a[onclick]:active i,
356
+ a[onclick]:active kbd, a[onclick]:active small, a[onclick]:active
357
+ span, a[onclick]:active strong, a[onclick]:active tt,
358
+ a[onclick]:active u, a[onclick]:active var {
359
+ color: red !important;
360
+ }
361
+
362
+ div[role="button"], input[type=button], input[type=submit] {
363
+ background: #600040 !important;
364
+ background-color: #600040 !important;
365
+ }
366
+
367
+ input[type=search] {
368
+ -webkit-appearance: textfield !important;
369
+ }
370
+
371
+ :not(:empty) a:after, :not(:empty) a:before, :not(:empty) abbr:after,
372
+ :not(:empty) abbr:before, :not(:empty) acronym:after, :not(:empty)
373
+ acronym:before, :not(:empty) address:after, :not(:empty)
374
+ address:before, :not(:empty) article:after, :not(:empty)
375
+ article:before, :not(:empty) aside:after, :not(:empty) aside:before,
376
+ :not(:empty) b:after, :not(:empty) b:before, :not(:empty)
377
+ basefont:after, :not(:empty) basefont:before, :not(:empty) bdi:after,
378
+ :not(:empty) bdi:before, :not(:empty) big:after, :not(:empty)
379
+ big:before, :not(:empty) blink:after, :not(:empty) blink:before,
380
+ :not(:empty) blockquote:after, :not(:empty) blockquote:before,
381
+ :not(:empty) body:after, :not(:empty) body:before, :not(:empty)
382
+ button:after, :not(:empty) button:before, :not(:empty) canvas:after,
383
+ :not(:empty) canvas:before, :not(:empty) caption:after, :not(:empty)
384
+ caption:before, :not(:empty) center:after, :not(:empty) center:before,
385
+ :not(:empty) cite:after, :not(:empty) cite:before, :not(:empty)
386
+ code:after, :not(:empty) code:before, :not(:empty) col:after,
387
+ :not(:empty) col:before, :not(:empty) colgroup:after, :not(:empty)
388
+ colgroup:before, :not(:empty) command:after, :not(:empty)
389
+ command:before, :not(:empty) dd:after, :not(:empty) dd:before,
390
+ :not(:empty) details:after, :not(:empty) details:before, :not(:empty)
391
+ dfn:after, :not(:empty) dfn:before, :not(:empty) dir:after,
392
+ :not(:empty) dir:before, :not(:empty) div:after, :not(:empty)
393
+ div:before, :not(:empty) dl:after, :not(:empty) dl:before,
394
+ :not(:empty) dt:after, :not(:empty) dt:before, :not(:empty) em:after,
395
+ :not(:empty) em:before, :not(:empty) embed:after, :not(:empty)
396
+ embed:before, :not(:empty) fieldset:after, :not(:empty)
397
+ fieldset:before, :not(:empty) figcaption:after, :not(:empty)
398
+ figcaption:before, :not(:empty) figure:after, :not(:empty)
399
+ figure:before, :not(:empty) font:after, :not(:empty) font:before,
400
+ :not(:empty) footer:after, :not(:empty) footer:before, :not(:empty)
401
+ form:after, :not(:empty) form:before, :not(:empty) h1:after,
402
+ :not(:empty) h1:before, :not(:empty) h2:after, :not(:empty) h2:before,
403
+ :not(:empty) h3:after, :not(:empty) h3:before, :not(:empty) h4:after,
404
+ :not(:empty) h4:before, :not(:empty) h5:after, :not(:empty) h5:before,
405
+ :not(:empty) h6:after, :not(:empty) h6:before, :not(:empty)
406
+ header:after, :not(:empty) header:before, :not(:empty) hgroup:after,
407
+ :not(:empty) hgroup:before, :not(:empty) html:after, :not(:empty)
408
+ html:before, :not(:empty) i:after, :not(:empty) i:before, :not(:empty)
409
+ iframe:after, :not(:empty) iframe:before, :not(:empty) img:after,
410
+ :not(:empty) img:before, :not(:empty) input:after, :not(:empty)
411
+ input:before, :not(:empty) kbd:after, :not(:empty) kbd:before,
412
+ :not(:empty) label:after, :not(:empty) label:before, :not(:empty)
413
+ legend:after, :not(:empty) legend:before, :not(:empty) li:after,
414
+ :not(:empty) li:before, :not(:empty) listing:after, :not(:empty)
415
+ listing:before, :not(:empty) mark:after, :not(:empty) mark:before,
416
+ :not(:empty) marquee:after, :not(:empty) marquee:before, :not(:empty)
417
+ menu:after, :not(:empty) menu:before, :not(:empty) meter:after,
418
+ :not(:empty) meter:before, :not(:empty) multicol:after, :not(:empty)
419
+ multicol:before, :not(:empty) nav:after, :not(:empty) nav:before,
420
+ :not(:empty) nobr:after, :not(:empty) nobr:before, :not(:empty)
421
+ object:after, :not(:empty) object:before, :not(:empty) ol:after,
422
+ :not(:empty) ol:before, :not(:empty) option:after, :not(:empty)
423
+ option:before, :not(:empty) p:after, :not(:empty) p:before,
424
+ :not(:empty) plaintext:after, :not(:empty) plaintext:before,
425
+ :not(:empty) pre:after, :not(:empty) pre:before, :not(:empty)
426
+ progress:after, :not(:empty) progress:before, :not(:empty) q:after,
427
+ :not(:empty) q:before, :not(:empty) s:after, :not(:empty) s:before,
428
+ :not(:empty) section:after, :not(:empty) section:before, :not(:empty)
429
+ select:after, :not(:empty) select:before, :not(:empty) small:after,
430
+ :not(:empty) small:before, :not(:empty) span:after, :not(:empty)
431
+ span:before, :not(:empty) strike:after, :not(:empty) strike:before,
432
+ :not(:empty) strong:after, :not(:empty) strong:before, :not(:empty)
433
+ sub:after, :not(:empty) sub:before, :not(:empty) summary:after,
434
+ :not(:empty) summary:before, :not(:empty) sup:after, :not(:empty)
435
+ sup:before, :not(:empty) table:after, :not(:empty) table:before,
436
+ :not(:empty) td:after, :not(:empty) td:before, :not(:empty)
437
+ textarea:after, :not(:empty) textarea:before, :not(:empty) th:after,
438
+ :not(:empty) th:before, :not(:empty) time:after, :not(:empty)
439
+ time:before, :not(:empty) tr:after, :not(:empty) tr:before,
440
+ :not(:empty) tt:after, :not(:empty) tt:before, :not(:empty) u:after,
441
+ :not(:empty) u:before, :not(:empty) ul:after, :not(:empty) ul:before,
442
+ :not(:empty) var:after, :not(:empty) var:before, :not(:empty)
443
+ xmp:after, :not(:empty) xmp:before, :root:not(HTML), :root:not(HTML)
444
+ :not(:empty) {
445
+ background: black !important;
446
+ background-color: black !important;
447
+ background-image: none !important;
448
+ color: #f3f3f3 !important;
449
+ text-shadow: none !important;
450
+ }
451
+
452
+ body.mediawiki img.tex {
453
+ background: white !important;
454
+ background-color: white !important;
455
+ }
456
+
457
+ button[disabled="disabled"], input[disabled="disabled"],
458
+ select[disabled="disabled"], textarea[disabled="disabled"] {
459
+ background: #404040 !important;
460
+ background-color: #404040 !important;
461
+ }
462
+
463
+ :root:not(HTML) slider:not(:empty) {
464
+ background: #301090 !important;
465
+ background-color: #301090 !important;
466
+ }
467
+
468
+ .diffchange, .was, .now, .vc_diff_change, .vc_diff_remove, .vc_diff_add, .wDiffHtmlDelete, .wDiffHtmlInsert {
469
+ color: #FFFF80 !important;
470
+ }
471
+
472
+ .wDiffHtmlDelete {
473
+ text-decoration: line-through !important;
474
+ }
475
+
476
+ a.new {
477
+ color: #FFFF40 !important;
478
+ }
479
+
480
+ body.mediawiki > div.navpopup, body.mediawiki .referencetooltip, ul.ui-autocomplete {
481
+ position: absolute !important;
482
+ border: blue solid !important;
483
+ }
484
+
485
+ font[color] {
486
+ color: #FFFF40 !important;
487
+ }
488
+
489
+ span.Apple-style-span {
490
+ color: #FFFF40 !important;
491
+ }
492
+
493
+ tr.new td {
494
+ border: thick solid #FFFF40 !important;
495
+ }
496
+
497
+ ul.profile-icons li span {
498
+ display: inline !important;
499
+ }
500
+
501
+ div.tooltip.dropShadow20 {
502
+ border: thin solid #FFFF80 !important;
503
+ }
504
+
505
+ :not(:empty) li#menuNavigation.iconOnly > a > span.icon:after {
506
+ content: "Navigation";
507
+ text-transform: none;
508
+ }
509
+
510
+ :not(:empty) li#menuSearchHitNext.iconOnly > a > span.icon:after {
511
+ content: "Next hit";
512
+ text-transform: none !important;
513
+ }
514
+
515
+ :not(:empty) li#menuToolsPreferences.iconOnly > a > span.icon:after {
516
+ content: "Preferences";
517
+ text-transform: none;
518
+ }
519
+
520
+ :not(:empty) div.resultNavControls > ul > li.resultNavLeft > a > span:after {
521
+ content: "<- Prev";
522
+ text-transform: none;
523
+ }
524
+
525
+ :not(:empty) div.resultNavControls > ul > li.resultNavRight > a > span:after {
526
+ content: "Next ->";
527
+ text-transform: none;
528
+ }
529
+
530
+ :not(:empty) div.resultNavControls > ul > li.resultNavDoubleLeft > a > span:after {
531
+ content: "<<- Backwd";
532
+ text-transform: none;
533
+ }
534
+
535
+ :not(:empty) div.resultNavControls > ul > li.resultNavDoubleRight > a > span:after {
536
+ content: "Fwd ->>";
537
+ text-transform: none;
538
+ }
539
+
540
+ body > input#rsconf + div#wrapper > div#header + div#container > div#spacer + div#content span.hl, body > input#rsconf + div#wrapper > div#header + div#container > div#spacer + div#secondaryNav + div#content span.hl {
541
+ background: #003050 !important;
542
+ }
543
+
544
+ div.result > div.document span.mk, div.result > div.document span.mk b, div.par p.sb span.mk, div.par p.ss span.mk b {
545
+ background: #400060 !important;
546
+ }
547
+
548
+ .menu li a span.label {
549
+ display: inline !important;
550
+ text-transform: none !important;
551
+ }
552
+
553
+ body.yesJS > div.fancybox-wrap[style] {
554
+ position: absolute !important;
555
+ border: blue solid !important;
556
+ }
557
+
558
+ body.yesJS > div.fancybox-wrap[style] div.fancybox-close:after {
559
+ content: "Close";
560
+ }
561
+
562
+ div.youtube5top-overlay, div.youtube5bottom-overlay, div.youtube5info, div.youtube5info-button, div.youtube5controls {
563
+ background-color: transparent !important;
564
+ background: transparent !important;
565
+ }
566
+
567
+ input[type=text], input[type=password], input[type=search] {
568
+ border: 1px solid grey !important;
569
+ }
570
+
571
+ * {
572
+ -webkit-box-shadow: none !important;
573
+ }
574
+
575
+ :focus {
576
+ outline: thin dotted;
577
+ }
578
+ }
579
+
580
+ /* end of @media block */
581
+
582
+ ::-webkit-input-placeholder {
583
+ color: #fff;
584
+ }
585
+
586
+ :-moz-placeholder {
587
+ /* Firefox 18- */
588
+ color: #fff;
589
+ }
590
+
591
+ ::-moz-placeholder {
592
+ /* Firefox 19+ */
593
+ color: #fff;
594
+ }
595
+
596
+ :-ms-input-placeholder {
597
+ color: #fff;
598
  }
toolbar/css/a11y-desaturate.css CHANGED
@@ -1,9 +1,9 @@
1
- body {
2
- filter: grayscale(100%);
3
- -webkit-filter: grayscale(100%);
4
- -webkit-filter: grayscale(1);
5
- -moz-filter: grayscale(100%);
6
- -ms-filter: grayscale(100%);
7
- -o-filter: grayscale(100%);
8
- filter: gray;
9
  }
1
+ body {
2
+ filter: grayscale(100%);
3
+ -webkit-filter: grayscale(100%);
4
+ -webkit-filter: grayscale(1);
5
+ -moz-filter: grayscale(100%);
6
+ -ms-filter: grayscale(100%);
7
+ -o-filter: grayscale(100%);
8
+ filter: gray;
9
  }
toolbar/css/a11y-fontsize.css CHANGED
@@ -1,18 +1,18 @@
1
- /* enqueue these as a separate stylesheet so they can be filtered */
2
- .fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote {
3
- font-size: 150% !important;
4
- line-height: 1.6;
5
- }
6
-
7
- .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6 {
8
- font-size: 250% !important;
9
- }
10
-
11
- /* Otherwise, these get larger with each level of nesting. */
12
- .fontsize li li {
13
- font-size: 110% !important;
14
- }
15
-
16
- .fontsize li li li {
17
- font-size: 100% !important;
18
  }
1
+ /* enqueue these as a separate stylesheet so they can be filtered */
2
+ .fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote {
3
+ font-size: 150% !important;
4
+ line-height: 1.6;
5
+ }
6
+
7
+ .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6 {
8
+ font-size: 250% !important;
9
+ }
10
+
11
+ /* Otherwise, these get larger with each level of nesting. */
12
+ .fontsize li li {
13
+ font-size: 110% !important;
14
+ }
15
+
16
+ .fontsize li li li {
17
+ font-size: 100% !important;
18
  }
toolbar/fonts/css/SVG/icon-contrast.svg CHANGED
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generated by IcoMoon.io -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
5
- <path fill="#444444" d="M16 0c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zM4 16c0-6.627 5.373-12 12-12v24c-6.627 0-12-5.373-12-12z"></path>
6
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generated by IcoMoon.io -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
5
+ <path fill="#444444" d="M16 0c-8.837 0-16 7.163-16 16s7.163 16 16 16 16-7.163 16-16-7.163-16-16-16zM4 16c0-6.627 5.373-12 12-12v24c-6.627 0-12-5.373-12-12z"></path>
6
+ </svg>
toolbar/fonts/css/SVG/icon-fontsize.svg CHANGED
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generated by IcoMoon.io -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
5
- <path fill="#444444" d="M2 16h12v4h-4v12h-4v-12h-4zM30 8h-7.867v24h-4.266v-24h-7.867v-4h20z"></path>
6
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generated by IcoMoon.io -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
5
+ <path fill="#444444" d="M2 16h12v4h-4v12h-4v-12h-4zM30 8h-7.867v24h-4.266v-24h-7.867v-4h20z"></path>
6
+ </svg>
toolbar/fonts/css/SVG/icon-saturation.svg CHANGED
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generated by IcoMoon.io -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
5
- <path fill="#444444" d="M27.020 14.786c-2.055-5.732-6.41-10.88-11.020-14.786-4.61 3.907-8.965 9.054-11.020 14.786-1.271 3.545-1.396 7.393 0.393 10.794 2.058 3.911 6.207 6.42 10.626 6.42s8.569-2.509 10.626-6.42c1.79-3.401 1.664-7.249 0.393-10.794zM23.086 23.717c-1.369 2.602-4.15 4.283-7.086 4.283-1.723 0-3.391-0.579-4.753-1.583 0.414 0.054 0.832 0.083 1.254 0.083 3.67 0 7.146-2.1 8.856-5.351 1.402-2.665 1.281-5.433 0.746-7.636 0.455 0.88 0.841 1.756 1.151 2.623 0.706 1.971 1.251 4.886-0.168 7.581z"></path>
6
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generated by IcoMoon.io -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
5
+ <path fill="#444444" d="M27.020 14.786c-2.055-5.732-6.41-10.88-11.020-14.786-4.61 3.907-8.965 9.054-11.020 14.786-1.271 3.545-1.396 7.393 0.393 10.794 2.058 3.911 6.207 6.42 10.626 6.42s8.569-2.509 10.626-6.42c1.79-3.401 1.664-7.249 0.393-10.794zM23.086 23.717c-1.369 2.602-4.15 4.283-7.086 4.283-1.723 0-3.391-0.579-4.753-1.583 0.414 0.054 0.832 0.083 1.254 0.083 3.67 0 7.146-2.1 8.856-5.351 1.402-2.665 1.281-5.433 0.746-7.636 0.455 0.88 0.841 1.756 1.151 2.623 0.706 1.971 1.251 4.886-0.168 7.581z"></path>
6
+ </svg>
toolbar/fonts/css/a11y-toolbar.css CHANGED
@@ -1,37 +1,37 @@
1
- @font-face {
2
- font-family: 'a11y';
3
- src:url('a11y.eot');
4
- src:url('a11y.eot?#iefix') format('embedded-opentype'),
5
- url('a11y.woff2') format('woff2'),
6
- url('a11y.woff') format('woff'),
7
- url('a11y.ttf') format('truetype'),
8
- url('a11y.svg#a11y') format('svg');
9
- font-weight: normal;
10
- font-style: normal;
11
- }
12
-
13
- [class^="aticon-"]:before, [class*=" aticon-"]:before {
14
- font-family: 'a11y' !important;
15
- speak: none;
16
- font-style: normal;
17
- font-weight: normal;
18
- font-variant: normal;
19
- text-transform: none;
20
- line-height: 1;
21
-
22
- /* Better Font Rendering =========== */
23
- -webkit-font-smoothing: antialiased;
24
- -moz-osx-font-smoothing: grayscale;
25
- }
26
-
27
- .aticon-font:before {
28
- content: '\e602';
29
- }
30
-
31
- .aticon-adjust:before {
32
- content: '\e601';
33
- }
34
-
35
- .aticon-tint:before {
36
- content: '\e600';
37
  }
1
+ @font-face {
2
+ font-family: 'a11y';
3
+ src:url('a11y.eot');
4
+ src:url('a11y.eot?#iefix') format('embedded-opentype'),
5
+ url('a11y.woff2') format('woff2'),
6
+ url('a11y.woff') format('woff'),
7
+ url('a11y.ttf') format('truetype'),
8
+ url('a11y.svg#a11y') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
12
+
13
+ [class^="aticon-"]:before, [class*=" aticon-"]:before {
14
+ font-family: 'a11y' !important;
15
+ speak: none;
16
+ font-style: normal;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+
22
+ /* Better Font Rendering =========== */
23
+ -webkit-font-smoothing: antialiased;
24
+ -moz-osx-font-smoothing: grayscale;
25
+ }
26
+
27
+ .aticon-font:before {
28
+ content: '\e602';
29
+ }
30
+
31
+ .aticon-adjust:before {
32
+ content: '\e601';
33
+ }
34
+
35
+ .aticon-tint:before {
36
+ content: '\e600';
37
  }
toolbar/fonts/css/a11y.svg CHANGED
@@ -1,13 +1,13 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
- <svg xmlns="http://www.w3.org/2000/svg">
4
- <metadata>Generated by IcoMoon</metadata>
5
- <defs>
6
- <font id="a11y" horiz-adv-x="1024">
7
- <font-face units-per-em="1024" ascent="960" descent="-64" />
8
- <missing-glyph horiz-adv-x="1024" />
9
- <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
- <glyph unicode="&#xe600;" glyph-name="icon-saturation" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
11
- <glyph unicode="&#xe601;" glyph-name="icon-contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
12
- <glyph unicode="&#xe602;" glyph-name="icon-fontsize" d="M64 448h384v-128h-128v-384h-128v384h-128zM960 704h-251.75v-768h-136.5v768h-251.75v128h640z" />
13
  </font></defs></svg>
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>Generated by IcoMoon</metadata>
5
+ <defs>
6
+ <font id="a11y" horiz-adv-x="1024">
7
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
8
+ <missing-glyph horiz-adv-x="1024" />
9
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
10
+ <glyph unicode="&#xe600;" glyph-name="icon-saturation" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
11
+ <glyph unicode="&#xe601;" glyph-name="icon-contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
12
+ <glyph unicode="&#xe602;" glyph-name="icon-fontsize" d="M64 448h384v-128h-128v-384h-128v384h-128zM960 704h-251.75v-768h-136.5v768h-251.75v128h640z" />
13
  </font></defs></svg>
toolbar/fonts/css/selection.json CHANGED
@@ -1,119 +1,119 @@
1
- {
2
- "IcoMoonType": "selection",
3
- "icons": [
4
- {
5
- "icon": {
6
- "paths": [
7
- "M864.626 473.162c-65.754-183.44-205.11-348.15-352.626-473.162-147.516 125.012-286.87 289.722-352.626 473.162-40.664 113.436-44.682 236.562 12.584 345.4 65.846 125.14 198.632 205.438 340.042 205.438s274.196-80.298 340.040-205.44c57.27-108.838 53.25-231.962 12.586-345.398zM738.764 758.956c-43.802 83.252-132.812 137.044-226.764 137.044-55.12 0-108.524-18.536-152.112-50.652 13.242 1.724 26.632 2.652 40.112 2.652 117.426 0 228.668-67.214 283.402-171.242 44.878-85.292 40.978-173.848 23.882-244.338 14.558 28.15 26.906 56.198 36.848 83.932 22.606 63.062 40.024 156.34-5.368 242.604z"
8
- ],
9
- "attrs": [],
10
- "tags": [
11
- "droplet",
12
- "color",
13
- "water"
14
- ],
15
- "grid": 16
16
- },
17
- "attrs": [],
18
- "properties": {
19
- "id": 87,
20
- "order": 3,
21
- "prevSize": 32,
22
- "ligatures": "droplet, color2",
23
- "name": "icon-saturation",
24
- "code": 58880
25
- },
26
- "setIdx": 0,
27
- "setId": 0,
28
- "iconIdx": 11
29
- },
30
- {
31
- "icon": {
32
- "paths": [
33
- "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM128 512c0-212.078 171.922-384 384-384v768c-212.078 0-384-171.922-384-384z"
34
- ],
35
- "attrs": [],
36
- "tags": [
37
- "contrast"
38
- ],
39
- "grid": 16
40
- },
41
- "attrs": [],
42
- "properties": {
43
- "id": 854,
44
- "order": 2,
45
- "prevSize": 32,
46
- "ligatures": "contrast",
47
- "name": "icon-contrast",
48
- "code": 58881
49
- },
50
- "setIdx": 0,
51
- "setId": 0,
52
- "iconIdx": 213
53
- },
54
- {
55
- "icon": {
56
- "paths": [
57
- "M64 512h384v128h-128v384h-128v-384h-128zM960 256h-251.75v768h-136.5v-768h-251.75v-128h640z"
58
- ],
59
- "attrs": [],
60
- "tags": [
61
- "font-size",
62
- "wysiwyg"
63
- ],
64
- "grid": 16
65
- },
66
- "attrs": [],
67
- "properties": {
68
- "id": 1226,
69
- "order": 1,
70
- "prevSize": 32,
71
- "ligatures": "font-size, wysiwyg3",
72
- "name": "icon-fontsize",
73
- "code": 58882
74
- },
75
- "setIdx": 0,
76
- "setId": 0,
77
- "iconIdx": 353
78
- }
79
- ],
80
- "height": 1024,
81
- "metadata": {
82
- "name": "a11y"
83
- },
84
- "preferences": {
85
- "showGlyphs": true,
86
- "showQuickUse": true,
87
- "showQuickUse2": true,
88
- "showSVGs": true,
89
- "fontPref": {
90
- "prefix": "icon-",
91
- "metadata": {
92
- "fontFamily": "a11y",
93
- "majorVersion": 1,
94
- "minorVersion": 0
95
- },
96
- "metrics": {
97
- "emSize": 1024,
98
- "baseline": 6.25,
99
- "whitespace": 50
100
- },
101
- "embed": false,
102
- "showSelector": false,
103
- "resetPoint": 58880
104
- },
105
- "imagePref": {
106
- "prefix": "icon-",
107
- "png": true,
108
- "useClassSelector": true,
109
- "color": 4473924,
110
- "bgColor": 16777215,
111
- "classSelector": ".icon",
112
- "columns": 16,
113
- "margin": 16,
114
- "height": 32
115
- },
116
- "historySize": 100,
117
- "showCodes": true
118
- }
119
  }
1
+ {
2
+ "IcoMoonType": "selection",
3
+ "icons": [
4
+ {
5
+ "icon": {
6
+ "paths": [
7
+ "M864.626 473.162c-65.754-183.44-205.11-348.15-352.626-473.162-147.516 125.012-286.87 289.722-352.626 473.162-40.664 113.436-44.682 236.562 12.584 345.4 65.846 125.14 198.632 205.438 340.042 205.438s274.196-80.298 340.040-205.44c57.27-108.838 53.25-231.962 12.586-345.398zM738.764 758.956c-43.802 83.252-132.812 137.044-226.764 137.044-55.12 0-108.524-18.536-152.112-50.652 13.242 1.724 26.632 2.652 40.112 2.652 117.426 0 228.668-67.214 283.402-171.242 44.878-85.292 40.978-173.848 23.882-244.338 14.558 28.15 26.906 56.198 36.848 83.932 22.606 63.062 40.024 156.34-5.368 242.604z"
8
+ ],
9
+ "attrs": [],
10
+ "tags": [
11
+ "droplet",
12
+ "color",
13
+ "water"
14
+ ],
15
+ "grid": 16
16
+ },
17
+ "attrs": [],
18
+ "properties": {
19
+ "id": 87,
20
+ "order": 3,
21
+ "prevSize": 32,
22
+ "ligatures": "droplet, color2",
23
+ "name": "icon-saturation",
24
+ "code": 58880
25
+ },
26
+ "setIdx": 0,
27
+ "setId": 0,
28
+ "iconIdx": 11
29
+ },
30
+ {
31
+ "icon": {
32
+ "paths": [
33
+ "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM128 512c0-212.078 171.922-384 384-384v768c-212.078 0-384-171.922-384-384z"
34
+ ],
35
+ "attrs": [],
36
+ "tags": [
37
+ "contrast"
38
+ ],
39
+ "grid": 16
40
+ },
41
+ "attrs": [],
42
+ "properties": {
43
+ "id": 854,
44
+ "order": 2,
45
+ "prevSize": 32,
46
+ "ligatures": "contrast",
47
+ "name": "icon-contrast",
48
+ "code": 58881
49
+ },
50
+ "setIdx": 0,
51
+ "setId": 0,
52
+ "iconIdx": 213
53
+ },
54
+ {
55
+ "icon": {
56
+ "paths": [
57
+ "M64 512h384v128h-128v384h-128v-384h-128zM960 256h-251.75v768h-136.5v-768h-251.75v-128h640z"
58
+ ],
59
+ "attrs": [],
60
+ "tags": [
61
+ "font-size",
62
+ "wysiwyg"
63
+ ],
64
+ "grid": 16
65
+ },
66
+ "attrs": [],
67
+ "properties": {
68
+ "id": 1226,
69
+ "order": 1,
70
+ "prevSize": 32,
71
+ "ligatures": "font-size, wysiwyg3",
72
+ "name": "icon-fontsize",
73
+ "code": 58882
74
+ },
75
+ "setIdx": 0,
76
+ "setId": 0,
77
+ "iconIdx": 353
78
+ }
79
+ ],
80
+ "height": 1024,
81
+ "metadata": {
82
+ "name": "a11y"
83
+ },
84
+ "preferences": {
85
+ "showGlyphs": true,
86
+ "showQuickUse": true,
87
+ "showQuickUse2": true,
88
+ "showSVGs": true,
89
+ "fontPref": {
90
+ "prefix": "icon-",
91
+ "metadata": {
92
+ "fontFamily": "a11y",
93
+ "majorVersion": 1,
94
+ "minorVersion": 0
95
+ },
96
+ "metrics": {
97
+ "emSize": 1024,
98
+ "baseline": 6.25,
99
+ "whitespace": 50
100
+ },
101
+ "embed": false,
102
+ "showSelector": false,
103
+ "resetPoint": 58880
104
+ },
105
+ "imagePref": {
106
+ "prefix": "icon-",
107
+ "png": true,
108
+ "useClassSelector": true,
109
+ "color": 4473924,
110
+ "bgColor": 16777215,
111
+ "classSelector": ".icon",
112
+ "columns": 16,
113
+ "margin": 16,
114
+ "height": 32
115
+ },
116
+ "historySize": 100,
117
+ "showCodes": true
118
+ }
119
  }
wp-accessibility-help.php CHANGED
@@ -28,7 +28,7 @@ function wpa_help_screen() {
28
  <h2 class='hndle'><?php _e( 'Get Plug-in Support', 'wp-accessibility' ); ?></h2>
29
 
30
  <div class="inside">
31
- <div class='wpa-support-me'>
32
  <p>
33
  <?php
34
  // Translators: URL to donate.
28
  <h2 class='hndle'><?php _e( 'Get Plug-in Support', 'wp-accessibility' ); ?></h2>
29
 
30
  <div class="inside">
31
+ <div class='wpa-support-me promotion'>
32
  <p>
33
  <?php
34
  // Translators: URL to donate.
wp-accessibility-settings.php CHANGED
@@ -614,7 +614,7 @@ function wpa_admin_sidebar() {
614
  <div class="postbox-container" id="wpa-sidebar">
615
  <div class="metabox-holder">
616
  <div class="ui-sortable meta-box-sortables">
617
- <div class="postbox">
618
  <h2 class='hndle'><?php _e( 'Support this Plugin', 'wp-accessibility' ); ?></h2>
619
 
620
  <div class="inside">
@@ -630,15 +630,49 @@ function wpa_admin_sidebar() {
630
  }
631
  }(document, "script", "twitter-wjs");</script>
632
  </p>
633
- <p><?php _e( "If you've found WP Accessibility useful, then please <a href='https://wordpress.org/plugins/wp-accessibility/'>rate it five stars</a>, <a href='https://github.com/sponsors/joedolson'>sponsor me on GitHub</a>, or <a href='https://translate.wordpress.org/projects/wp-plugins/wp-accessibility'>help with translation</a>.", 'wp-accessibility' ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
634
 
635
- <div>
636
- <p class="wpa-donate">
637
- <a href="https://www.joedolson.com/donate/"><?php _e( 'Support WP Accessibility', 'wp-accessibility' ); ?></a>
 
 
638
  </p>
639
  </div>
 
 
 
 
 
 
 
640
  </div>
641
  </div>
 
 
 
642
 
643
  <div class="postbox">
644
  <h2 class='hndle'><?php _e( 'Accessibility References', 'wp-accessibility' ); ?></h2>
614
  <div class="postbox-container" id="wpa-sidebar">
615
  <div class="metabox-holder">
616
  <div class="ui-sortable meta-box-sortables">
617
+ <div class="postbox wpa-support-me promotion">
618
  <h2 class='hndle'><?php _e( 'Support this Plugin', 'wp-accessibility' ); ?></h2>
619
 
620
  <div class="inside">
630
  }
631
  }(document, "script", "twitter-wjs");</script>
632
  </p>
633
+ <div class="wpa-flex">
634
+ <img src="<?php echo plugins_url( 'imgs/awd-logo-disc.png', __FILE__ ); ?>" alt="Joe Dolson Accessible Web Design" />
635
+ <p class="small">
636
+ <?php _e( "If you find WP Accessibility useful, please <a href='https://wordpress.org/plugins/wp-accessibility/'>rate it five stars</a> or <a href='https://translate.wordpress.org/projects/wp-plugins/wp-accessibility'>help with translation</a>.", 'wp-accessibility' ); ?>
637
+ </p>
638
+ </div>
639
+ <p>
640
+ <a href="https://github.com/sponsors/joedolson"><?php _e( 'Support WP Accessibility', 'wp-accessibility' ); ?></a>
641
+ </p>
642
+ </div>
643
+ </div>
644
+ <?php
645
+ $pro = false;
646
+ $edac = false;
647
+ if ( function_exists( 'edac_check_plugin_active' ) ) {
648
+ $pro = edac_check_plugin_active( 'accessibility-checker-pro/accessibility-checker-pro.php' );
649
+ $edac = true;
650
+ }
651
+ if ( ! $pro ) {
652
+ $promo_text = ( $edac ) ? __( 'Finding Accessibility Checker useful? Go Pro for more advanced accessibility testing options!', 'wp-accessibility' ) : __( 'Try Accessibility Checker by Equalize Digital - fast and efficient accessibility testing for your site!', 'wp-accessibility' );
653
+ ?>
654
+ <div class="postbox equalize-digital-promotion promotion">
655
+ <h2 class='hndle'><?php _e( 'Ready to fix your site?', 'wp-accessibility' ); ?></h2>
656
 
657
+ <div class="inside">
658
+ <div class="wpa-flex">
659
+ <img src="<?php echo plugins_url( 'imgs/Equalize-Digital-Accessibility-Emblem-400x400-1.png', __FILE__ ); ?>" alt="Accessibility Checker" />
660
+ <p class="small">
661
+ <?php echo esc_html( $promo_text ); ?>
662
  </p>
663
  </div>
664
+ <p class="coupon small"><strong><?php _e( 'Use coupon code <code>WPAccessibility</code> for 20% off!', 'wp-accessibility' ); ?></strong></p>
665
+ <p class="wpa-affiliate">
666
+ <a href="https://equalizedigital.com/accessibility-checker/pricing/?ref=joedolson&discount=WPAccessibility&campaign=wpaccessibility" aria-describedby="wpa-affiliate-notice"><?php _e( 'Get Accessibility Checker', 'wp-accessibility' ); ?></a>
667
+ </p>
668
+ <p class="wpa-affiliate-notice" id="wpa-affiliate-notice">
669
+ (<?php _e( 'Affiliate Link', 'wp-accessibility' ); ?>)
670
+ </p>
671
  </div>
672
  </div>
673
+ <?php
674
+ }
675
+ ?>
676
 
677
  <div class="postbox">
678
  <h2 class='hndle'><?php _e( 'Accessibility References', 'wp-accessibility' ); ?></h2>
wp-accessibility.php CHANGED
@@ -17,7 +17,7 @@
17
  * Domain Path: /lang
18
  * License: GPL-2.0+
19
  * License URI: http://www.gnu.org/license/gpl-2.0.txt
20
- * Version: 2.0.0
21
  */
22
 
23
  /*
@@ -70,7 +70,7 @@ function wpa_admin_menu() {
70
  * Install on activation.
71
  */
72
  function wpa_install() {
73
- $wpa_version = '2.0.0';
74
  if ( 'true' !== get_option( 'wpa_installed' ) ) {
75
  add_option( 'rta_from_tag_clouds', 'on' );
76
  add_option( 'asl_styles_focus', '' );
@@ -401,10 +401,10 @@ function wpa_jquery_asl() {
401
  */
402
  $default_sitemap = apply_filters( 'asl_sitemap', '' );
403
  $sitemap = esc_url( get_option( 'asl_sitemap', $default_sitemap ) );
404
- $html .= ( '' !== $content ) ? "<a href=\"#$content\" class='no-scroll'>" . __( 'Skip to Content', 'wp-accessibility' ) . '</a> ' : '';
405
- $html .= ( '' !== $nav ) ? "<a href=\"#$nav\" class='no-scroll'>" . __( 'Skip to navigation', 'wp-accessibility' ) . '</a> ' : '';
406
- $html .= ( '' !== $sitemap ) ? "<a href=\"$sitemap\" class='no-scroll'>" . __( 'Site map', 'wp-accessibility' ) . '</a> ' : '';
407
- $html .= ( '' !== $extra && '' !== $extra_text ) ? "<a href=\"$extra\" class='no-scroll'>$extra_text</a> " : '';
408
  $is_rtl = ( is_rtl() ) ? '-rtl' : '-ltr';
409
  $skiplinks = __( 'Skip links', 'wp-accessibility' );
410
  $output = ( '' !== $html ) ? "<div class=\"$visibility$is_rtl\" id=\"skiplinks\" role=\"navigation\" aria-label=\"" . esc_attr( $skiplinks ) . "\">$html</div>" : '';
17
  * Domain Path: /lang
18
  * License: GPL-2.0+
19
  * License URI: http://www.gnu.org/license/gpl-2.0.txt
20
+ * Version: 2.0.1
21
  */
22
 
23
  /*
70
  * Install on activation.
71
  */
72
  function wpa_install() {
73
+ $wpa_version = '2.0.1';
74
  if ( 'true' !== get_option( 'wpa_installed' ) ) {
75
  add_option( 'rta_from_tag_clouds', 'on' );
76
  add_option( 'asl_styles_focus', '' );
401
  */
402
  $default_sitemap = apply_filters( 'asl_sitemap', '' );
403
  $sitemap = esc_url( get_option( 'asl_sitemap', $default_sitemap ) );
404
+ $html .= ( '' !== $content ) ? "<a href=\"#$content\" class='no-scroll et_smooth_scroll_disabled'>" . __( 'Skip to Content', 'wp-accessibility' ) . '</a> ' : '';
405
+ $html .= ( '' !== $nav ) ? "<a href=\"#$nav\" class='no-scroll et_smooth_scroll_disabled'>" . __( 'Skip to navigation', 'wp-accessibility' ) . '</a> ' : '';
406
+ $html .= ( '' !== $sitemap ) ? "<a href=\"$sitemap\" class='no-scroll et_smooth_scroll_disabled'>" . __( 'Site map', 'wp-accessibility' ) . '</a> ' : '';
407
+ $html .= ( '' !== $extra && '' !== $extra_text ) ? "<a href=\"$extra\" class='no-scroll et_smooth_scroll_disabled'>$extra_text</a> " : '';
408
  $is_rtl = ( is_rtl() ) ? '-rtl' : '-ltr';
409
  $skiplinks = __( 'Skip links', 'wp-accessibility' );
410
  $output = ( '' !== $html ) ? "<div class=\"$visibility$is_rtl\" id=\"skiplinks\" role=\"navigation\" aria-label=\"" . esc_attr( $skiplinks ) . "\">$html</div>" : '';