wai-website-theme 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_data/lang.json +730 -0
  5. data/_data/techniques.yml +180 -0
  6. data/_data/wcag.yml +125 -0
  7. data/_includes/.DS_Store +0 -0
  8. data/_includes/body-class.html +1 -0
  9. data/_includes/box.html +10 -0
  10. data/_includes/excol.html +13 -0
  11. data/_includes/footer.html +40 -0
  12. data/_includes/head.html +23 -0
  13. data/_includes/header.html +59 -0
  14. data/_includes/icon.html +6 -0
  15. data/_includes/img.html +17 -0
  16. data/_includes/multilang-list-policy-links.html +29 -0
  17. data/_includes/multilang-list.html +35 -0
  18. data/_includes/multilang-policy-title.html +5 -0
  19. data/_includes/multilang-title-full.html +1 -0
  20. data/_includes/multilang-title.html +1 -0
  21. data/_includes/navlist.html +22 -0
  22. data/_includes/notes.html +2 -0
  23. data/_includes/prevnext.html +34 -0
  24. data/_includes/resources.html +19 -0
  25. data/_includes/sidenav.html +65 -0
  26. data/_includes/sidenote.html +14 -0
  27. data/_includes/toc.html +10 -0
  28. data/_includes/video-player.html +99 -0
  29. data/_layouts/default.html +26 -0
  30. data/_layouts/home.html +14 -0
  31. data/_layouts/news.html +21 -0
  32. data/_layouts/none.html +1 -0
  33. data/_layouts/policy.html +72 -0
  34. data/_layouts/sidenav.html +27 -0
  35. data/_layouts/sidenavsidebar.html +22 -0
  36. data/assets/ableplayer/.gitattributes +14 -0
  37. data/assets/ableplayer/.gitignore +7 -0
  38. data/assets/ableplayer/Gruntfile.js +105 -0
  39. data/assets/ableplayer/LICENSE +26 -0
  40. data/assets/ableplayer/README.md +656 -0
  41. data/assets/ableplayer/build/ableplayer.dist.js +12157 -0
  42. data/assets/ableplayer/build/ableplayer.js +12157 -0
  43. data/assets/ableplayer/build/ableplayer.min.css +2 -0
  44. data/assets/ableplayer/build/ableplayer.min.js +8 -0
  45. data/assets/ableplayer/button-icons/able-icons.svg +116 -0
  46. data/assets/ableplayer/button-icons/black/captions.png +0 -0
  47. data/assets/ableplayer/button-icons/black/chapters.png +0 -0
  48. data/assets/ableplayer/button-icons/black/close.png +0 -0
  49. data/assets/ableplayer/button-icons/black/descriptions.png +0 -0
  50. data/assets/ableplayer/button-icons/black/ellipsis.png +0 -0
  51. data/assets/ableplayer/button-icons/black/faster.png +0 -0
  52. data/assets/ableplayer/button-icons/black/forward.png +0 -0
  53. data/assets/ableplayer/button-icons/black/fullscreen-collapse.png +0 -0
  54. data/assets/ableplayer/button-icons/black/fullscreen-expand.png +0 -0
  55. data/assets/ableplayer/button-icons/black/help.png +0 -0
  56. data/assets/ableplayer/button-icons/black/next.png +0 -0
  57. data/assets/ableplayer/button-icons/black/pause.png +0 -0
  58. data/assets/ableplayer/button-icons/black/pipe.png +0 -0
  59. data/assets/ableplayer/button-icons/black/play.png +0 -0
  60. data/assets/ableplayer/button-icons/black/preferences.png +0 -0
  61. data/assets/ableplayer/button-icons/black/previous.png +0 -0
  62. data/assets/ableplayer/button-icons/black/rabbit.png +0 -0
  63. data/assets/ableplayer/button-icons/black/restart.png +0 -0
  64. data/assets/ableplayer/button-icons/black/rewind.png +0 -0
  65. data/assets/ableplayer/button-icons/black/sign.png +0 -0
  66. data/assets/ableplayer/button-icons/black/slower.png +0 -0
  67. data/assets/ableplayer/button-icons/black/stop.png +0 -0
  68. data/assets/ableplayer/button-icons/black/transcript.png +0 -0
  69. data/assets/ableplayer/button-icons/black/turtle.png +0 -0
  70. data/assets/ableplayer/button-icons/black/volume-loud.png +0 -0
  71. data/assets/ableplayer/button-icons/black/volume-medium.png +0 -0
  72. data/assets/ableplayer/button-icons/black/volume-mute.png +0 -0
  73. data/assets/ableplayer/button-icons/black/volume-soft.png +0 -0
  74. data/assets/ableplayer/button-icons/fonts/able.eot +0 -0
  75. data/assets/ableplayer/button-icons/fonts/able.svg +40 -0
  76. data/assets/ableplayer/button-icons/fonts/able.ttf +0 -0
  77. data/assets/ableplayer/button-icons/fonts/able.woff +0 -0
  78. data/assets/ableplayer/button-icons/white/captions.png +0 -0
  79. data/assets/ableplayer/button-icons/white/chapters.png +0 -0
  80. data/assets/ableplayer/button-icons/white/close.png +0 -0
  81. data/assets/ableplayer/button-icons/white/descriptions.png +0 -0
  82. data/assets/ableplayer/button-icons/white/ellipsis.png +0 -0
  83. data/assets/ableplayer/button-icons/white/faster.png +0 -0
  84. data/assets/ableplayer/button-icons/white/forward.png +0 -0
  85. data/assets/ableplayer/button-icons/white/fullscreen-collapse.png +0 -0
  86. data/assets/ableplayer/button-icons/white/fullscreen-expand.png +0 -0
  87. data/assets/ableplayer/button-icons/white/help.png +0 -0
  88. data/assets/ableplayer/button-icons/white/next.png +0 -0
  89. data/assets/ableplayer/button-icons/white/pause.png +0 -0
  90. data/assets/ableplayer/button-icons/white/pipe.png +0 -0
  91. data/assets/ableplayer/button-icons/white/play.png +0 -0
  92. data/assets/ableplayer/button-icons/white/preferences.png +0 -0
  93. data/assets/ableplayer/button-icons/white/previous.png +0 -0
  94. data/assets/ableplayer/button-icons/white/rabbit.png +0 -0
  95. data/assets/ableplayer/button-icons/white/restart.png +0 -0
  96. data/assets/ableplayer/button-icons/white/rewind.png +0 -0
  97. data/assets/ableplayer/button-icons/white/sign.png +0 -0
  98. data/assets/ableplayer/button-icons/white/slower.png +0 -0
  99. data/assets/ableplayer/button-icons/white/stop.png +0 -0
  100. data/assets/ableplayer/button-icons/white/transcript.png +0 -0
  101. data/assets/ableplayer/button-icons/white/turtle.png +0 -0
  102. data/assets/ableplayer/button-icons/white/volume-loud.png +0 -0
  103. data/assets/ableplayer/button-icons/white/volume-medium.png +0 -0
  104. data/assets/ableplayer/button-icons/white/volume-mute.png +0 -0
  105. data/assets/ableplayer/button-icons/white/volume-soft.png +0 -0
  106. data/assets/ableplayer/images/wingrip.png +0 -0
  107. data/assets/ableplayer/package.json +22 -0
  108. data/assets/ableplayer/scripts/JQuery.doWhen.js +113 -0
  109. data/assets/ableplayer/scripts/ableplayer-base.js +440 -0
  110. data/assets/ableplayer/scripts/browser.js +162 -0
  111. data/assets/ableplayer/scripts/buildplayer.js +1609 -0
  112. data/assets/ableplayer/scripts/caption.js +385 -0
  113. data/assets/ableplayer/scripts/chapters.js +242 -0
  114. data/assets/ableplayer/scripts/control.js +1514 -0
  115. data/assets/ableplayer/scripts/description.js +283 -0
  116. data/assets/ableplayer/scripts/dialog.js +147 -0
  117. data/assets/ableplayer/scripts/dragdrop.js +766 -0
  118. data/assets/ableplayer/scripts/event.js +595 -0
  119. data/assets/ableplayer/scripts/initialize.js +725 -0
  120. data/assets/ableplayer/scripts/langs.js +750 -0
  121. data/assets/ableplayer/scripts/metadata.js +134 -0
  122. data/assets/ableplayer/scripts/misc.js +72 -0
  123. data/assets/ableplayer/scripts/preference.js +909 -0
  124. data/assets/ableplayer/scripts/search.js +171 -0
  125. data/assets/ableplayer/scripts/sign.js +92 -0
  126. data/assets/ableplayer/scripts/slider.js +454 -0
  127. data/assets/ableplayer/scripts/track.js +296 -0
  128. data/assets/ableplayer/scripts/transcript.js +590 -0
  129. data/assets/ableplayer/scripts/translation.js +66 -0
  130. data/assets/ableplayer/scripts/volume.js +383 -0
  131. data/assets/ableplayer/scripts/webvtt.js +765 -0
  132. data/assets/ableplayer/scripts/youtube.js +471 -0
  133. data/assets/ableplayer/styles/ableplayer.css +1241 -0
  134. data/assets/ableplayer/thirdparty/js.cookie.js +145 -0
  135. data/assets/ableplayer/thirdparty/modernizr.custom.js +4 -0
  136. data/assets/ableplayer/translations/ca.js +1 -0
  137. data/assets/ableplayer/translations/de.js +1 -0
  138. data/assets/ableplayer/translations/en.js +305 -0
  139. data/assets/ableplayer/translations/es.js +305 -0
  140. data/assets/ableplayer/translations/fr.js +305 -0
  141. data/assets/ableplayer/translations/it.js +303 -0
  142. data/assets/ableplayer/translations/ja.js +305 -0
  143. data/assets/ableplayer/translations/nl.js +305 -0
  144. data/assets/css/style.css +4360 -0
  145. data/assets/css/style.css.map +1 -0
  146. data/assets/fonts/anonymouspro-bold.woff +0 -0
  147. data/assets/fonts/anonymouspro-bold.woff2 +0 -0
  148. data/assets/fonts/anonymouspro-bolditalic.woff +0 -0
  149. data/assets/fonts/anonymouspro-bolditalic.woff2 +0 -0
  150. data/assets/fonts/anonymouspro-italic.woff +0 -0
  151. data/assets/fonts/anonymouspro-italic.woff2 +0 -0
  152. data/assets/fonts/anonymouspro-regular.woff +0 -0
  153. data/assets/fonts/anonymouspro-regular.woff2 +0 -0
  154. data/assets/fonts/notosans-bold.woff +0 -0
  155. data/assets/fonts/notosans-bold.woff2 +0 -0
  156. data/assets/fonts/notosans-bolditalic.woff +0 -0
  157. data/assets/fonts/notosans-bolditalic.woff2 +0 -0
  158. data/assets/fonts/notosans-italic.woff +0 -0
  159. data/assets/fonts/notosans-italic.woff2 +0 -0
  160. data/assets/fonts/notosans-regular.woff +0 -0
  161. data/assets/fonts/notosans-regular.woff2 +0 -0
  162. data/assets/images/.DS_Store +0 -0
  163. data/assets/images/Shape.svg +10 -0
  164. data/assets/images/icon-related-content.svg +14 -0
  165. data/assets/images/icons.svg +126 -0
  166. data/assets/images/teaser-image@1x.jpg +0 -0
  167. data/assets/images/teaser-image@2x.jpg +0 -0
  168. data/assets/images/w3c.sketch +0 -0
  169. data/assets/images/w3c.svg +10 -0
  170. data/assets/scripts/jquery.min.js +4 -0
  171. data/assets/scripts/main.js +208 -0
  172. data/assets/scripts/svg4everybody.js +1 -0
  173. metadata +257 -0
@@ -0,0 +1,1241 @@
1
+ /*
2
+ Able Player core styles
3
+
4
+ Default z-index map:
5
+
6
+ * Modal dialog
7
+ div.able-modal-dialog = 10000
8
+ div.able-modal-overlay = 9500
9
+
10
+ * Items that should always be on top (9000):
11
+ .able-alert = 9400
12
+ .able-window-toolbar .able-button-handler-preferences = 9300
13
+ .able-popup = 9200
14
+ .able-volume-head = 9175
15
+ .able-volume-slider = 9150
16
+ .able-tooltip = 9000
17
+
18
+ * Pop-ups with critical content: (7000 - 8000):
19
+ .able-sign-window = 8000
20
+ .able-transcript-area = 7000
21
+
22
+ * Player controls: (5000 - 6000)
23
+ .able-controller .able-seekbar = 6900
24
+ .able-controller .buttonOff = 6800
25
+ .able-controller button > img = 6700
26
+ .able-controller button > span = 6700
27
+ .able-controller button = 6600
28
+ .able-big-play-button = 6500
29
+ div.able-captions-wrapper = 6000
30
+ .able-seekbar-head = 5500
31
+ .able-seekbar-played = 5200
32
+ .able-seekbar-loaded = 5100
33
+ .able = 5000
34
+ */
35
+ .able-wrapper {
36
+ position: relative;
37
+ margin: 0;
38
+ padding: 0;
39
+ width: 100%;
40
+ height: auto;
41
+ box-sizing: content-box !important;
42
+ }
43
+ .able {
44
+ position: relative;
45
+ margin: 1em 0;
46
+ width: 100%; /* will be changed dynamically as player is contructed */
47
+ box-shadow: 0px 0px 16px #262626;
48
+ z-index: 5000;
49
+ }
50
+ .able-column-left {
51
+ float: left;
52
+ }
53
+ .able-column-right {
54
+ float: left;
55
+ }
56
+ .able .able-vidcap-container {
57
+ background-color: black;
58
+ /* height: 360px; */
59
+ left: 0;
60
+ margin: 0;
61
+ position: relative;
62
+ top: 0;
63
+ }
64
+ .able-player {
65
+ font-family: Arial, Helvetica, sans-serif;
66
+ background-color: #262626; /* background color of player (appears on top & bottom) */
67
+ }
68
+ .able-offscreen {
69
+ position:absolute;
70
+ left:-10000px;
71
+ top:auto;
72
+ width:1px;
73
+ height:1px;
74
+ overflow:hidden;
75
+ }
76
+ .able-media-container audio {
77
+ display: none !important;
78
+ }
79
+ .able-video {
80
+ }
81
+ .able-video .able-now-playing {
82
+ display: none; /* not currently used for video */
83
+ }
84
+ .able-controller {
85
+ position: relative;
86
+ border-top: 2px solid #4c4c4c;
87
+ border-bottom: 2px solid #4c4c4c;
88
+ background-color: #464646; /* background color of controller bar */
89
+ min-height: 38px; /* height of button (20px) + 4px border + 4px padding */
90
+ padding: 0;
91
+ }
92
+ .able-poster {
93
+ position: absolute;
94
+ top: 0;
95
+ left: 0;
96
+ }
97
+
98
+ /*
99
+ Controller Buttons & Controls
100
+ */
101
+ .able-big-play-button {
102
+ position: absolute;
103
+ font-size: 8em;
104
+ opacity: 0.5;
105
+ filter:alpha(opacity=50); /* for IE */
106
+ color: #fdfdfd;
107
+ background-color: transparent;
108
+ border: none;
109
+ outline: none;
110
+ left: 0;
111
+ top: 0;
112
+ padding: 0;
113
+ z-index: 6500;
114
+ }
115
+ .able-big-play-button:hover {
116
+ opacity: 100;
117
+ filter:alpha(opacity=100); /* for IE */
118
+ }
119
+ .able-left-controls, .able-right-controls {
120
+ overflow: visible;
121
+ }
122
+ .able-left-controls button, .able-right-controls button {
123
+ vertical-align: middle;
124
+ }
125
+ .able-left-controls {
126
+ float: left;
127
+ }
128
+ .able-right-controls {
129
+ float: right;
130
+ }
131
+ .able-black-controls,
132
+ .able-black-controls button,
133
+ .able-black-controls label {
134
+ color: #000 !important;
135
+ }
136
+ .able-black-controls .able-seekbar {
137
+ border: 2px solid #000;
138
+ }
139
+ .able-white-controls,
140
+ .able-white-controls button,
141
+ .able-black-controls label {
142
+ color: #FFF !important;
143
+ }
144
+ .able-white-controls .able-seekbar {
145
+ border: 2px solid #FFF;
146
+ }
147
+ .able-controller button {
148
+ background: none;
149
+ position: relative;
150
+ display: inline-block;
151
+ border-style: none;
152
+ margin: 3px;
153
+ padding: 0;
154
+ font-size: 20px;
155
+ min-width: 24px;
156
+ outline: 2px solid #464646; /* same color as .able-controller background-color */
157
+ border: none;
158
+ overflow: visible !important;
159
+ z-index: 6600;
160
+ }
161
+ .able-controller button > span,
162
+ .able-controller button > img {
163
+ width: 20px;
164
+ margin: 0 auto;
165
+ padding: 0;
166
+ z-index: 6700;
167
+ }
168
+ .able-controller .buttonOff {
169
+ opacity: 0.5;
170
+ filter:alpha(opacity=50); /* for IE */
171
+ z-index: 6800;
172
+ }
173
+ .able-controller .able-seekbar {
174
+ margin: 0 5px;
175
+ z-index: 6900;
176
+ }
177
+ .able-controller button:hover,
178
+ .able-controller button:focus {
179
+ outline-style: solid;
180
+ outline-width: medium;
181
+ }
182
+ .able-controller button:hover {
183
+ outline-color: #8AB839 !important; /* green */
184
+ }
185
+ .able-controller button:focus {
186
+ outline-color: #ffbb37 !important; /* yellow */
187
+ }
188
+
189
+ /*
190
+ Seekbar
191
+ */
192
+ .able-seekbar-wrapper {
193
+ display: inline-block;
194
+ vertical-align: middle;
195
+ }
196
+ .able-seekbar {
197
+ position: relative;
198
+ height: 0.5em;
199
+ border: 1px solid;
200
+ background-color: #000000;
201
+ margin: 0 3px;
202
+ border-style: solid;
203
+ border-width: 2px;
204
+ border-color: #ffffff;
205
+ }
206
+ .able-seekbar-loaded {
207
+ display: inline-block;
208
+ position: absolute;
209
+ left: 0;
210
+ top: 0;
211
+ height: 0.5em;
212
+ background-color: #464646;
213
+ z-index: 5100;
214
+ }
215
+ .able-seekbar-played {
216
+ display: inline-block;
217
+ position: absolute;
218
+ left: 0;
219
+ top: 0;
220
+ height: 0.5em;
221
+ background-color: #DADADA;
222
+ z-index: 5200;
223
+ }
224
+ .able-seekbar-head {
225
+ display: inline-block;
226
+ position: relative;
227
+ left: 0;
228
+ top: -0.45em;
229
+ background-color: #FDFDFD;
230
+ width: 0.8em;
231
+ height: 0.8em;
232
+ border: 1px solid;
233
+ border-radius: 0.8em;
234
+ z-index: 5500;
235
+ }
236
+
237
+ /*
238
+ Volume Slider
239
+ */
240
+ .able-volume-slider {
241
+ width: 34px;
242
+ height: 50px;
243
+ background-color: #464646; /* same as .able-controller */
244
+ padding: 10px 0;
245
+ position: absolute;
246
+ right: 0px;
247
+ top: -74px;
248
+ display: none;
249
+ z-index: 9100;
250
+ }
251
+ .able-volume-track {
252
+ display: block;
253
+ position: relative;
254
+ height: 100%; /* = 50px after padding */
255
+ width: 5px;
256
+ margin: 0 auto;
257
+ background-color: #999;
258
+ }
259
+ .able-volume-track.able-volume-track-on {
260
+ background-color: #dadada;
261
+ position: absolute;
262
+ height: 20px; /* change dynamically; 5px per volume tick */
263
+ top: 30px; /* change dynamically; 50px - height */
264
+ }
265
+ .able-volume-head {
266
+ display: inline-block;
267
+ background-color: #fdfdfd;
268
+ outline: 1px solid #333;
269
+ position: absolute;
270
+ height: 7px;
271
+ width: 15px;
272
+ left: -5px;
273
+ top: 23px; /* change dynamically; .able-volume-track-on top - 7 */
274
+ z-index: 9175;
275
+ }
276
+ .able-volume-head:hover,
277
+ .able-volume-head:focus {
278
+ background-color: #ffbb37 !important; /* yellow */
279
+ }
280
+ .able-volume-help { /* not visible; used in aria-describedby */
281
+ display: none;
282
+ }
283
+
284
+ /*
285
+ input[type=range]:focus {
286
+ outline: none;
287
+ }
288
+ input[type=range]::-webkit-slider-runnable-track {
289
+ width: 100%;
290
+ height: 8.4px;
291
+ cursor: pointer;
292
+ animate: 0.2s;
293
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
294
+ background: #3071a9;
295
+ border-radius: 1.3px;
296
+ border: 0.2px solid #010101;
297
+ }
298
+ input[type=range]::-webkit-slider-thumb {
299
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
300
+ border: 1px solid #000000;
301
+ height: 36px;
302
+ width: 16px;
303
+ border-radius: 3px;
304
+ background: #ffffff;
305
+ cursor: pointer;
306
+ -webkit-appearance: none;
307
+ margin-top: -14px;
308
+ }
309
+ input[type=range]:focus::-webkit-slider-runnable-track {
310
+ background: #367ebd;
311
+ }
312
+ input[type=range]::-moz-range-track {
313
+ width: 100%;
314
+ height: 8.4px;
315
+ cursor: pointer;
316
+ animate: 0.2s;
317
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
318
+ background: #3071a9;
319
+ border-radius: 1.3px;
320
+ border: 0.2px solid #010101;
321
+ }
322
+ input[type=range]::-moz-range-thumb {
323
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
324
+ border: 1px solid #000000;
325
+ height: 36px;
326
+ width: 16px;
327
+ border-radius: 3px;
328
+ background: #ffffff;
329
+ cursor: pointer;
330
+ }
331
+ input[type=range]::-ms-track {
332
+ width: 100%;
333
+ height: 8.4px;
334
+ cursor: pointer;
335
+ animate: 0.2s;
336
+ background: transparent;
337
+ border-color: transparent;
338
+ border-width: 16px 0;
339
+ color: transparent;
340
+ }
341
+ input[type=range]::-ms-fill-lower {
342
+ background: #2a6495;
343
+ border: 0.2px solid #010101;
344
+ border-radius: 2.6px;
345
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
346
+ }
347
+ input[type=range]::-ms-fill-upper {
348
+ background: #3071a9;
349
+ border: 0.2px solid #010101;
350
+ border-radius: 2.6px;
351
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
352
+ }
353
+ input[type=range]::-ms-thumb {
354
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
355
+ border: 1px solid #000000;
356
+ height: 36px;
357
+ width: 16px;
358
+ border-radius: 3px;
359
+ background: #ffffff;
360
+ cursor: pointer;
361
+ }
362
+ input[type=range]:focus::-ms-fill-lower {
363
+ background: #3071a9;
364
+ }
365
+ input[type=range]:focus::-ms-fill-upper {
366
+ background: #367ebd;
367
+ }
368
+ */
369
+
370
+ /*
371
+ Status Bar
372
+ */
373
+
374
+ .able-status-bar {
375
+ height: 1.5em;
376
+ min-height: 1.5em;
377
+ color: #CCC;
378
+ font-size: 0.9em;
379
+ background-color: transparent;
380
+ padding: 0.5em 0.5em 0.25em;
381
+ }
382
+ .able-status-bar span.able-timer {
383
+ /* contains both span.elapsedTime and span.duration */
384
+ text-align: left;
385
+ float: left;
386
+ width: 32%;
387
+ }
388
+ .able-status-bar span.able-speed {
389
+ float: left;
390
+ width: 33%;
391
+ text-align: center;
392
+ }
393
+ .able-status {
394
+ font-style: italic;
395
+ float: right;
396
+ width: 32%;
397
+ text-align :right;
398
+ }
399
+
400
+ /*
401
+ Captions and Descriptions
402
+ */
403
+
404
+ div.able-captions-wrapper {
405
+ width: 100%;
406
+ margin: 0;
407
+ padding: 0;
408
+ text-align: center;
409
+ line-height: 1.35em;
410
+ display: none;
411
+ z-index: 6000;
412
+ }
413
+ div.able-captions {
414
+ display: none;
415
+ padding: 0.15em 0.25em;
416
+ /* settings that are overridden by user prefs */
417
+ background-color: black;
418
+ font-size: 1.1em;
419
+ color: white;
420
+ opacity: 0.75;
421
+ }
422
+ div.able-captions-overlay {
423
+ position: absolute;
424
+ margin: 0;
425
+ bottom: 0;
426
+ }
427
+ div.able-captions-below {
428
+ position: relative;
429
+ min-height: 2.8em;
430
+ }
431
+ div.able-descriptions {
432
+ position: relative;
433
+ color: #FF6; /* yellow, to differentiate it from captions */
434
+ background-color: #262626;
435
+ min-height: 2.8em;
436
+ border-top: 1px solid #666;
437
+ margin: 0;
438
+ padding: 3%;
439
+ width: 94%;
440
+ text-align: center;
441
+ }
442
+
443
+ /*
444
+ Now Playing
445
+ */
446
+
447
+ div.able-now-playing {
448
+ text-align: center;
449
+ font-weight: bold;
450
+ font-size: 1.1em;
451
+ color: #FFFFFF;
452
+ background-color: transparent;
453
+ padding: 0.5em 0.5em 1em;
454
+ }
455
+ div.able-now-playing span {
456
+ font-size: 0.9em;
457
+ }
458
+ div.able-now-playing span span {
459
+ display: block;
460
+ }
461
+
462
+ /*
463
+ Modal Dialogs
464
+ */
465
+
466
+ div.able-modal-dialog {
467
+ position: absolute;
468
+ height: auto;
469
+ max-width: 90%;
470
+ margin-left: auto;
471
+ margin-right: auto;
472
+ left: 0px;
473
+ right: 0px;
474
+ outline: 0px none;
475
+ display: none;
476
+ color: #000;
477
+ background-color: #FAFAFA;
478
+ box-sizing: content-box !important;
479
+ z-index: 10000;
480
+ }
481
+ div.able-modal-overlay {
482
+ position: fixed;
483
+ width: 100%;
484
+ height: 100%;
485
+ background-color: #000;
486
+ opacity: 0.5;
487
+ margin: 0;
488
+ padding: 0;
489
+ top: 0;
490
+ left: 0;
491
+ display: none;
492
+ z-index: 9500;
493
+ }
494
+ button.modalCloseButton {
495
+ position: absolute;
496
+ top: 5px;
497
+ right: 5px;
498
+ }
499
+ button.modal-button {
500
+ margin-right: 5px;
501
+ }
502
+ div.able-modal-dialog input:hover,
503
+ div.able-modal-dialog input:focus,
504
+ div.able-modal-dialog button:hover,
505
+ div.able-modal-dialog button:focus {
506
+ outline-style: solid;
507
+ outline-width: 2px;
508
+ }
509
+ div.able-modal-dialog input:hover,
510
+ div.able-modal-dialog button:hover {
511
+ outline-color: #8AB839; /* green */
512
+ }
513
+ div.able-modal-dialog input:focus,
514
+ div.able-modal-dialog button:focus {
515
+ outline-color: #ffbb37; /* yellow */
516
+ }
517
+ div.able-modal-dialog h1 {
518
+ font-weight: bold;
519
+ font-size: 1.8em;
520
+ line-height: 1.2em;
521
+ margin: 0.75em 0;
522
+ color: #000;
523
+ text-align: center;
524
+ }
525
+ .able-prefs-form,
526
+ .able-help-div,
527
+ .able-resize-form {
528
+ background-color: #F5F5F5;
529
+ border: medium solid #ccc;
530
+ padding: 0.5em 1em;
531
+ margin: 0 0 0 1em;
532
+ width: 25em;
533
+ display: none;
534
+ }
535
+
536
+ /*
537
+ Preferences Form
538
+ */
539
+
540
+ .able-prefs-form fieldset {
541
+ margin-left: 0;
542
+ padding-left: 0;
543
+ border: none;
544
+ }
545
+ .able-prefs-form legend {
546
+ color: black;
547
+ font-weight: bold;
548
+ font-size: 1.1em;
549
+ }
550
+ .able-prefs-form fieldset div {
551
+ display: table;
552
+ margin-left: 1em;
553
+ }
554
+ .able-prefs-form fieldset div input {
555
+ display: table-cell;
556
+ width: 1em;
557
+ vertical-align: middle;
558
+ }
559
+ .able-prefs-form fieldset div label {
560
+ display: table-cell;
561
+ padding-left: 0.5em;
562
+ }
563
+ fieldset.able-prefs-keys div {
564
+ float: left;
565
+ margin-right: 1em;
566
+ }
567
+ div.able-desc-pref-prompt {
568
+ font-weight: bold;
569
+ font-style: italic;
570
+ margin-left: 1em !important;
571
+ }
572
+ div.able-prefDescFormat > div {
573
+ margin-left: 1.5em;
574
+ }
575
+ .able-prefs-captions label,
576
+ .able-prefs-captions select {
577
+ display: block;
578
+ float: left;
579
+ margin-bottom: 0.25em;
580
+ }
581
+ fieldset.able-prefs-captions label {
582
+ width: 6em;
583
+ text-align: right;
584
+ padding-right: 1em;
585
+ }
586
+ fieldset.able-prefs-captions select {
587
+ width: 10em;
588
+ font-size: 0.9em;
589
+ border-radius: none;
590
+ }
591
+ .able-prefs-form div.able-captions-sample {
592
+ padding: 0.5em;
593
+ text-align: center;
594
+ }
595
+ .able-prefs-form h2 {
596
+ margin-top: 0;
597
+ margin-bottom: 0.5em;
598
+ font-size: 1.1em;
599
+ }
600
+ .able-prefs-form ul {
601
+ margin-top: 0;
602
+ }
603
+
604
+ /*
605
+ Keyboard Preferences Dialog
606
+ */
607
+ able-prefs-form-keyboard ul {
608
+ list-style-type: none;
609
+ }
610
+ span.able-modkey-alt,
611
+ span.able-modkey-ctrl,
612
+ span.able-modkey-shift {
613
+ color: #666;
614
+ font-style: italic;
615
+ }
616
+ span.able-modkey {
617
+ font-weight: bold;
618
+ color: #000;
619
+ font-size: 1.1em;
620
+ }
621
+
622
+ /*
623
+ Resize Window Dialog
624
+ */
625
+
626
+ .able-resize-form h1 {
627
+ font-size: 1.15em;
628
+ }
629
+ .able-resize-form div div {
630
+ margin: 1em;
631
+ }
632
+ .able-resize-form label {
633
+ padding-right: 0.5em;
634
+ font-weight: bold;
635
+ }
636
+ .able-resize-form input[type="text"] {
637
+ font-size: 1em;
638
+ }
639
+ .able-resize-form input[readonly] {
640
+ color: #AAA;
641
+ }
642
+
643
+ /*
644
+ Drag & Drop
645
+ */
646
+
647
+ .able-window-toolbar {
648
+ background-color: #464646;
649
+ min-height: 15px;
650
+ padding: 10px;
651
+ border-style: solid;
652
+ border-width: 0 0 1px 0;
653
+ }
654
+ .able-draggable:hover {
655
+ cursor: move;
656
+ }
657
+ .able-window-toolbar .able-button-handler-preferences {
658
+ position: absolute;
659
+ top: 0;
660
+ right: 0;
661
+ font-size: 1.5em;
662
+ background-color: transparent;
663
+ border: none;
664
+ outline: none;
665
+ padding: 0;
666
+ z-index: 9300;
667
+ }
668
+ .able-window-toolbar .able-button-handler-preferences:hover,
669
+ .able-window-toolbar .able-button-handler-preferences:focus {
670
+ outline-style: solid;
671
+ outline-width: medium;
672
+ }
673
+ .able-window-toolbar .able-button-handler-preferences:hover {
674
+ outline-color: #8AB839 !important; /* green */
675
+ }
676
+ .able-window-toolbar .able-button-handler-preferences:focus {
677
+ outline-color: #ffbb37 !important; /* yellow */
678
+ }
679
+ .able-window-toolbar .able-popup {
680
+ position: absolute;
681
+ right: 0;
682
+ top: 0;
683
+ display: none;
684
+ }
685
+ .able-drag {
686
+ border: 2px dashed #F90;
687
+ cursor: move;
688
+ }
689
+ .able-resizable {
690
+ position: absolute;
691
+ width: 16px;
692
+ height: 16px;
693
+ padding: 5px 2px;
694
+ bottom: 0;
695
+ right: 0;
696
+ cursor: nwse-resize;
697
+ background: transparent url('../images/wingrip.png') no-repeat;
698
+ }
699
+
700
+ /*
701
+ Sign Language Window
702
+ */
703
+
704
+ .able-sign-window {
705
+ position: relative;
706
+ margin: 1em;
707
+ /* max-width: 100%; */
708
+ z-index: 8000;
709
+ }
710
+ .able-sign-window video {
711
+ width: 100%;
712
+ }
713
+ .able-sign-window:focus {
714
+ outline: none;
715
+ }
716
+
717
+
718
+ /*
719
+ External chapters div
720
+ */
721
+ div.able-chapters-div {
722
+ padding: 0;
723
+ }
724
+ div.able-chapters-div .able-chapters-heading {
725
+ margin: 1em 0.75em;
726
+ font-size: 1.1em;
727
+ font-weight: bold;
728
+ }
729
+ div.able-chapters-div ul {
730
+ list-style-type: none;
731
+ padding-left: 0;
732
+ }
733
+ div.able-chapters-div ul li {
734
+ max-width: 100%;
735
+ padding: 0;
736
+ height: 2em;
737
+ }
738
+ div.able-chapters-div button {
739
+ width: 100%;
740
+ height: 100%;
741
+ border: none;
742
+ background-color: transparent;
743
+ color: #000;
744
+ font-size: 1em;
745
+ text-align: left;
746
+ padding: 0.15em 1em;
747
+ }
748
+ div.able-chapters-div li.able-current-chapter {
749
+ background-color: #000 !important;
750
+ }
751
+ div.able-chapters-div li.able-current-chapter button {
752
+ color: #FFF !important;
753
+ }
754
+ div.able-chapters-div li.able-focus {
755
+ background-color: #4C4C4C;
756
+ }
757
+ div.able-chapters-div button:focus,
758
+ div.able-chapters-div button:hover,
759
+ div.able-chapters-div button::-moz-focus-inner {
760
+ border: 0;
761
+ outline: none;
762
+ color: #FFF !important;
763
+ }
764
+
765
+ /*
766
+ Fullscreen settings
767
+ In v2.2.4b commented out :-webkit-full-screen style
768
+ This was causing the toolbar in fullscreen mode to be positioned slightly offscreen in webkit browsers
769
+ Safari had an additional problem in window height was being calculated (see event.js > onWindowResize())
770
+ Commenting out this style appears have no adverse effect in any browser
771
+ All other fullscreen styles were already commented out, and left here solely for reference
772
+ */
773
+ /*
774
+ :-webkit-full-screen {
775
+ position: fixed;
776
+ width: 100%;
777
+ height: 100%;
778
+ top: 0;
779
+ background: none;
780
+ }
781
+ :-moz-full-screen {
782
+ position: fixed;
783
+ width: 100%;
784
+ height: 100%;
785
+ top: 0;
786
+ bottom: 20;
787
+ background: none;
788
+ }
789
+
790
+ :-ms-fullscreen {
791
+ position: fixed;
792
+ width: 100%;
793
+ height: 100%;
794
+ top: 0;
795
+ background: none;
796
+ }
797
+
798
+ :fullscreen {
799
+ position: fixed;
800
+ width: 100%;
801
+ height: 80%;
802
+ top: 0;
803
+ background: none;
804
+ }
805
+ */
806
+
807
+ /*
808
+ Tooltips & Alerts
809
+ */
810
+
811
+ .able-tooltip, .able-alert {
812
+ position: absolute;
813
+ padding: 5px 10px;
814
+ border-color: black;
815
+ border-width: 1px;
816
+ color: #000 !important;
817
+ background-color: #CCCCCC;
818
+ -webkit-border-radius: 5px;
819
+ -moz-border-radius: 5px;
820
+ border-radius: 5px;
821
+ display: none;
822
+ }
823
+ .able-alert {
824
+ background-color: #FFFFCC;
825
+ box-shadow: 0px 0px 16px #262626;
826
+ z-index: 9400;
827
+ }
828
+ .able-popup {
829
+ z-index: 9200;
830
+ }
831
+ .able-tooltip {
832
+ z-index: 9000;
833
+ }
834
+
835
+ /*
836
+ Popup Menus
837
+ */
838
+ .able-popup {
839
+ position: absolute;
840
+ margin: 0;
841
+ padding: 0;
842
+ border-color: black;
843
+ border-width: 1px;
844
+ background-color: #000;
845
+ opacity: 0.85;
846
+ -webkit-border-radius: 5px;
847
+ -moz-border-radius: 5px;
848
+ border-radius: 5px;
849
+ display: none;
850
+ }
851
+ .able-popup ul {
852
+ list-style-type: none;
853
+ margin: 0;
854
+ padding: 0;
855
+ }
856
+ .able-popup li {
857
+ padding: 0.25em 1em 0.25em 0.25em;
858
+ margin: 1px;
859
+ }
860
+ .able-popup label {
861
+ padding-left: 0.25em;
862
+ color: #FFF;
863
+ }
864
+ .able-popup li.able-focus {
865
+ background-color: #CCC;
866
+ }
867
+ .able-popup li.able-focus label {
868
+ color: #000;
869
+ }
870
+
871
+ /*
872
+ Popup Menus with hidden radio buttons
873
+ e.g., chapters and preferences
874
+ */
875
+ .able-popup-no-radio > ul > li > input {
876
+ position: absolute !important;
877
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
878
+ clip: rect(1px, 1px, 1px, 1px);
879
+ }
880
+
881
+ /*
882
+ Transcript
883
+ */
884
+
885
+ .able-transcript-area {
886
+ border-width: 1px;
887
+ border-style: solid;
888
+ height: 400px;
889
+ z-index: 7000;
890
+ outline: none;
891
+ }
892
+ .able-transcript {
893
+ position: relative; /* must be positioned for scrolling */
894
+ overflow-y: scroll;
895
+ padding-left: 5%;
896
+ padding-right: 5%;
897
+ /* width: 90%; */
898
+ background-color: #FFF;
899
+ height: 350px;
900
+ }
901
+ .able-transcript div {
902
+ margin: 1em 0;
903
+ }
904
+ .able-transcript-heading {
905
+ font-size: 1.4em;
906
+ font-weight: bold;
907
+ }
908
+ .able-transcript-chapter-heading {
909
+ font-size: 1.2em;
910
+ font-weight: bold;
911
+ }
912
+ .able-transcript div.able-transcript-desc {
913
+ background-color: #FEE;
914
+ border: thin solid #336;
915
+ font-style: italic;
916
+ padding: 1em;
917
+ }
918
+ .able-transcript .able-unspoken {
919
+ font-weight: bold;
920
+ }
921
+ .able-transcript .able-hidden {
922
+ position: absolute !important;
923
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
924
+ clip: rect(1px, 1px, 1px, 1px);
925
+ }
926
+ .able-highlight {
927
+ background: #FF6; /* light yellow */
928
+ }
929
+ .able-previous {
930
+ background: black !important;
931
+ font-style: italic;
932
+ }
933
+ .able-transcript span:hover,
934
+ .able-transcript span:focus,
935
+ .able-transcript span:active {
936
+ background: #CF6; /* light green */
937
+ cursor: pointer;
938
+ }
939
+ .able-window-toolbar label {
940
+ margin-right: 10px;
941
+ color: #FFF;
942
+ }
943
+ .able-window-toolbar input:focus,
944
+ .able-window-toolbar input:hover,
945
+ .able-controller input:focus,
946
+ .able-controller input:hover,
947
+ .able-controller button:focus,
948
+ .able-controller button:hover,
949
+ .able-seekbar-head:focus,
950
+ .able-seekbar-head:hover {
951
+ outline-style: solid;
952
+ outline-width: 2px;
953
+ }
954
+ .able-window-toolbar input:focus,
955
+ .able-controller input:focus,
956
+ .able-controller button:focus,
957
+ .able-seekbar-head:focus {
958
+ outline-color: #ffbb37; /* yellow */
959
+ }
960
+ .able-window-toolbar input:hover,
961
+ .able-controller input:hover,
962
+ .able-controller button:hover,
963
+ .able-seekbar-head:hover {
964
+ outline-color: #8AB839; /* green */
965
+ }
966
+ .able-window-toolbar .transcript-language-select-wrapper {
967
+ float: right;
968
+ padding-right: 30px;
969
+ }
970
+
971
+ /*
972
+ Playlist - Embedded
973
+ */
974
+
975
+ .able-player .able-playlist {
976
+ font-size: 0.9em;
977
+ list-style-type: none;
978
+ margin: 0;
979
+ background-color: #FFFFFF;
980
+ padding: 5px 0;
981
+ }
982
+ .able-player .able-playlist li {
983
+ background-color: #DDDDDD; /* default background color of each item in playlist */
984
+ margin: 5px;
985
+ padding: 5px 10px;
986
+ border-radius: 15px;
987
+ -moz-border-radius: 15px;
988
+ }
989
+ .able-player .able-playlist li:hover,
990
+ .able-player .able-playlist li:focus,
991
+ .able-player .able-playlist li:active { /* playlist items when they have mouse or keyboard focus */
992
+ color: #FFFFFF;
993
+ background-color: #340449;
994
+ text-decoration: none;
995
+ }
996
+ .able-player .able-playlist li.able-current { /* currently selected playlist item */
997
+ color: #000000;
998
+ background-color: #FFEEB3;
999
+ font-weight: bold;
1000
+ outline: none;
1001
+ text-decoration: none;
1002
+ }
1003
+ .able-player .able-playlist li.able-current:after {
1004
+ content: ' *';
1005
+ }
1006
+
1007
+ /*
1008
+ Playlist - External
1009
+ */
1010
+
1011
+ .able-playlist {
1012
+ }
1013
+ .able-playlist li {
1014
+ }
1015
+ .able-playlist li:hover,
1016
+ .able-playlist li:focus,
1017
+ .able-playlist li:active { /* playlist items when they have mouse or keyboard focus */
1018
+ text-decoration: none;
1019
+ color: white;
1020
+ background-color: black;
1021
+ }
1022
+ .able-playlist li.able-current { /* currently selected playlist item */
1023
+ font-weight: bold;
1024
+ text-decoration: underline;
1025
+ }
1026
+ .able-playlist li.able-current:after {
1027
+ content: ' *';
1028
+ }
1029
+
1030
+ /*
1031
+ Search
1032
+ */
1033
+
1034
+ .able-search-results ul li {
1035
+ font-size: 1.1em;
1036
+ margin-bottom: 1em;
1037
+ }
1038
+ .able-search-results-time {
1039
+ font-weight: bold;
1040
+ text-decoration: underline;
1041
+ cursor: pointer;
1042
+ }
1043
+ .able-search-results-time:hover,
1044
+ .able-search-results-time:focus,
1045
+ .able-search-results-time:active {
1046
+ color: #FFF;
1047
+ background-color: #000;
1048
+ text-decoration: none;
1049
+ }
1050
+ .able-search-results-text {
1051
+ padding-left: 1em;
1052
+ }
1053
+ .able-search-term {
1054
+ background-color: #FFC;
1055
+ font-weight: bold;
1056
+ }
1057
+
1058
+ /*
1059
+ Misc
1060
+ */
1061
+
1062
+ .able-clipped, .able-screenreader-alert {
1063
+ /* hide from sighted users, but not screen reader users */
1064
+ position: absolute !important;
1065
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
1066
+ clip: rect(1px, 1px, 1px, 1px);
1067
+ /* additional rules are needed to ensure clipped buttons are truly invisible in Safari on Mac OS X */
1068
+ width: 1px !important;
1069
+ height: 1px !important;
1070
+ overflow: hidden !important;
1071
+ }
1072
+ .able-error {
1073
+ display: block;
1074
+ background: #ffc;
1075
+ border: 2px solid #000;
1076
+ color: #FF0000;
1077
+ margin: 0.75em;
1078
+ padding: 0.5em;
1079
+ }
1080
+ .able-fallback {
1081
+ display: block;
1082
+ text-align: center;
1083
+ border: 2px solid #333355;
1084
+ background-color: #EEE;
1085
+ color: #000;
1086
+ font-weight: bold;
1087
+ font-size: 1.1em;
1088
+ padding: 1em;
1089
+ margin-bottom: 1em;
1090
+ max-width: 500px;
1091
+ width: 95%;
1092
+ }
1093
+ .able-fallback div,
1094
+ .able-fallback ul,
1095
+ .able-fallback p {
1096
+ text-align: left;
1097
+ }
1098
+ .able-fallback li {
1099
+ font-weight: normal;
1100
+ }
1101
+ .able-fallback img {
1102
+ width: 90%;
1103
+ margin: 1em auto;
1104
+ opacity: 0.3;
1105
+ }
1106
+ .able-fallback img.able-poster {
1107
+ position: relative;
1108
+ }
1109
+
1110
+ /*
1111
+ SVG Icons
1112
+ */
1113
+ button svg {
1114
+ display: inline-block;
1115
+ width: 1em;
1116
+ height: 1em;
1117
+ fill: currentColor;
1118
+ }
1119
+
1120
+
1121
+ /*
1122
+ icomoon.io font styling
1123
+ */
1124
+ @font-face {
1125
+ font-family: 'able';
1126
+ src: url('../button-icons/fonts/able.eot?dqripi');
1127
+ src: url('../button-icons/fonts/able.eot?dqripi#iefix') format('embedded-opentype'),
1128
+ url('../button-icons/fonts/able.ttf?dqripi') format('truetype'),
1129
+ url('../button-icons/fonts/able.woff?dqripi') format('woff'),
1130
+ url('../button-icons/fonts/able.svg?dqripi#able') format('svg');
1131
+ font-weight: normal;
1132
+ font-style: normal;
1133
+ }
1134
+
1135
+ [class^="icon-"], [class*=" icon-"] {
1136
+ /* use !important to prevent issues with browser extensions that change fonts */
1137
+ font-family: 'able' !important;
1138
+ speak: none;
1139
+ font-style: normal;
1140
+ font-weight: normal;
1141
+ font-variant: normal;
1142
+ text-transform: none;
1143
+ line-height: 1;
1144
+
1145
+ /* Better Font Rendering =========== */
1146
+ -webkit-font-smoothing: antialiased;
1147
+ -moz-osx-font-smoothing: grayscale;
1148
+ }
1149
+
1150
+ .icon-play:before {
1151
+ content: "\f04b";
1152
+ }
1153
+ .icon-pause:before {
1154
+ content: "\f04c";
1155
+ }
1156
+ .icon-stop:before {
1157
+ content: "\f04d";
1158
+ }
1159
+ .icon-restart:before {
1160
+ content: "\e900";
1161
+ }
1162
+ .icon-rewind:before {
1163
+ content: "\e603";
1164
+ }
1165
+ .icon-forward:before {
1166
+ content: "\e604";
1167
+ }
1168
+ .icon-previous:before {
1169
+ content: "\e901";
1170
+ }
1171
+ .icon-next:before {
1172
+ content: "\e902";
1173
+ }
1174
+ .icon-slower:before {
1175
+ content: "\f0dd";
1176
+ }
1177
+ .icon-faster:before {
1178
+ content: "\f0de";
1179
+ }
1180
+ .icon-turtle:before {
1181
+ content: "\e904";
1182
+ }
1183
+ .icon-rabbit:before {
1184
+ content: "\e905";
1185
+ }
1186
+ .icon-ellipsis:before {
1187
+ content: "\e903";
1188
+ }
1189
+ .icon-pipe:before {
1190
+ content: "\e600";
1191
+ }
1192
+ .icon-captions:before {
1193
+ content: "\e601";
1194
+ }
1195
+ .icon-descriptions:before {
1196
+ content: "\e602";
1197
+ }
1198
+ .icon-sign:before {
1199
+ content: "\e60a";
1200
+ }
1201
+ .icon-volume-mute:before {
1202
+ content: "\e606";
1203
+ }
1204
+ .icon-volume-soft:before {
1205
+ content: "\e60c";
1206
+ }
1207
+ .icon-volume-medium:before {
1208
+ content: "\e605";
1209
+ }
1210
+ .icon-volume-loud:before {
1211
+ content: "\e60b";
1212
+ }
1213
+ .icon-volume-up:before {
1214
+ content: "\e607";
1215
+ }
1216
+ .icon-volume-down:before {
1217
+ content: "\e608";
1218
+ }
1219
+ .icon-chapters:before {
1220
+ content: "\e609";
1221
+ }
1222
+ .icon-transcript:before {
1223
+ content: "\f15c";
1224
+ }
1225
+ .icon-preferences:before {
1226
+ content: "\e60d";
1227
+ }
1228
+ .icon-close:before {
1229
+ content: "\f00d";
1230
+ }
1231
+ .icon-fullscreen-expand:before {
1232
+ content: "\f065";
1233
+ }
1234
+ .icon-fullscreen-collapse:before {
1235
+ content: "\f066";
1236
+ }
1237
+ .icon-help:before {
1238
+ content: "\f128";
1239
+ }
1240
+
1241
+