symbiont 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (214) hide show
  1. checksums.yaml +7 -0
  2. data/.coveralls.yml +1 -0
  3. data/.gitignore +22 -22
  4. data/.travis.yml +25 -14
  5. data/Gemfile +4 -2
  6. data/{LICENSE → LICENSE.txt} +22 -22
  7. data/README.md +57 -65
  8. data/Rakefile +28 -34
  9. data/lib/symbiont/accessor.rb +7 -0
  10. data/lib/symbiont/assertions.rb +33 -0
  11. data/lib/symbiont/elements.rb +69 -0
  12. data/lib/symbiont/errors.rb +7 -0
  13. data/lib/symbiont/factory.rb +75 -46
  14. data/lib/symbiont/helpers.rb +49 -0
  15. data/lib/symbiont/logging.rb +5 -0
  16. data/lib/symbiont/pages.rb +32 -0
  17. data/lib/symbiont/platform.rb +12 -0
  18. data/lib/symbiont/version.rb +3 -3
  19. data/lib/symbiont.rb +34 -92
  20. data/spec/fixtures/element_definitions.rb +32 -0
  21. data/spec/fixtures/mock_drivers.rb +8 -0
  22. data/spec/fixtures/page_definitions.rb +36 -0
  23. data/spec/spec_helper.rb +31 -80
  24. data/spec/symbiont/assertion_spec.rb +88 -0
  25. data/spec/symbiont/driver_spec.rb +41 -0
  26. data/spec/symbiont/element_spec.rb +8 -0
  27. data/spec/symbiont/factory_spec.rb +70 -130
  28. data/spec/symbiont/page_spec.rb +50 -0
  29. data/symbiont.gemspec +52 -27
  30. data/test/symbiont-script.rb +97 -0
  31. metadata +89 -230
  32. data/Gemfile.lock +0 -44
  33. data/HISTORY.md +0 -99
  34. data/app/app.rb +0 -48
  35. data/app/public/css/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  36. data/app/public/css/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  37. data/app/public/css/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  38. data/app/public/css/cupertino/images/ui-bg_glass_50_3baae3_1x400.png +0 -0
  39. data/app/public/css/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  40. data/app/public/css/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  41. data/app/public/css/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  42. data/app/public/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  43. data/app/public/css/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  44. data/app/public/css/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
  45. data/app/public/css/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
  46. data/app/public/css/cupertino/images/ui-icons_3d80b3_256x240.png +0 -0
  47. data/app/public/css/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
  48. data/app/public/css/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
  49. data/app/public/css/cupertino/jquery-ui-1.8.16.custom.css +0 -290
  50. data/app/public/css/demo_table_jui.css +0 -471
  51. data/app/public/css/font/ColabLig-webfont.eot +0 -0
  52. data/app/public/css/font/ColabLig-webfont.svg +0 -149
  53. data/app/public/css/font/ColabLig-webfont.ttf +0 -0
  54. data/app/public/css/font/ColabLig-webfont.woff +0 -0
  55. data/app/public/css/font/ColabMed-webfont.eot +0 -0
  56. data/app/public/css/font/ColabMed-webfont.svg +0 -149
  57. data/app/public/css/font/ColabMed-webfont.ttf +0 -0
  58. data/app/public/css/font/ColabMed-webfont.woff +0 -0
  59. data/app/public/css/font/ColabReg-webfont.eot +0 -0
  60. data/app/public/css/font/ColabReg-webfont.svg +0 -149
  61. data/app/public/css/font/ColabReg-webfont.ttf +0 -0
  62. data/app/public/css/font/ColabReg-webfont.woff +0 -0
  63. data/app/public/css/font/ColabThi-webfont.eot +0 -0
  64. data/app/public/css/font/ColabThi-webfont.svg +0 -149
  65. data/app/public/css/font/ColabThi-webfont.ttf +0 -0
  66. data/app/public/css/font/ColabThi-webfont.woff +0 -0
  67. data/app/public/css/normalize.css +0 -376
  68. data/app/public/css/site.css +0 -446
  69. data/app/public/fancybox/blank.gif +0 -0
  70. data/app/public/fancybox/fancy_close.png +0 -0
  71. data/app/public/fancybox/fancy_loading.png +0 -0
  72. data/app/public/fancybox/fancy_nav_left.png +0 -0
  73. data/app/public/fancybox/fancy_nav_right.png +0 -0
  74. data/app/public/fancybox/fancy_shadow_e.png +0 -0
  75. data/app/public/fancybox/fancy_shadow_n.png +0 -0
  76. data/app/public/fancybox/fancy_shadow_ne.png +0 -0
  77. data/app/public/fancybox/fancy_shadow_nw.png +0 -0
  78. data/app/public/fancybox/fancy_shadow_s.png +0 -0
  79. data/app/public/fancybox/fancy_shadow_se.png +0 -0
  80. data/app/public/fancybox/fancy_shadow_sw.png +0 -0
  81. data/app/public/fancybox/fancy_shadow_w.png +0 -0
  82. data/app/public/fancybox/fancy_title_left.png +0 -0
  83. data/app/public/fancybox/fancy_title_main.png +0 -0
  84. data/app/public/fancybox/fancy_title_over.png +0 -0
  85. data/app/public/fancybox/fancy_title_right.png +0 -0
  86. data/app/public/fancybox/fancybox-x.png +0 -0
  87. data/app/public/fancybox/fancybox-y.png +0 -0
  88. data/app/public/fancybox/fancybox.png +0 -0
  89. data/app/public/fancybox/jquery.fancybox-1.3.4.css +0 -359
  90. data/app/public/fancybox/jquery.fancybox-1.3.4.js +0 -1156
  91. data/app/public/fancybox/jquery.fancybox-1.3.4.min.js +0 -1
  92. data/app/public/img/Sorting icons.psd +0 -0
  93. data/app/public/img/back_disabled.png +0 -0
  94. data/app/public/img/back_enabled.png +0 -0
  95. data/app/public/img/back_enabled_hover.png +0 -0
  96. data/app/public/img/close.png +0 -0
  97. data/app/public/img/favicon.ico +0 -0
  98. data/app/public/img/forward_disabled.png +0 -0
  99. data/app/public/img/forward_enabled.png +0 -0
  100. data/app/public/img/forward_enabled_hover.png +0 -0
  101. data/app/public/img/lucid-bg.png +0 -0
  102. data/app/public/img/lucid-ft.png +0 -0
  103. data/app/public/img/open.png +0 -0
  104. data/app/public/img/sort_asc.png +0 -0
  105. data/app/public/img/sort_asc_disabled.png +0 -0
  106. data/app/public/img/sort_both.png +0 -0
  107. data/app/public/img/sort_desc.png +0 -0
  108. data/app/public/img/sort_desc_disabled.png +0 -0
  109. data/app/public/js/comics.js +0 -11
  110. data/app/public/js/signup.js +0 -141
  111. data/app/public/js/site.js +0 -42
  112. data/app/public/js/stardate.js +0 -35
  113. data/app/public/js/vendor/html5shiv.js +0 -5
  114. data/app/public/js/vendor/jquery-1.8.3.min.js +0 -2
  115. data/app/public/js/vendor/jquery.dataTables.min.js +0 -151
  116. data/app/public/js/vendor/jquery.validate.min.js +0 -4
  117. data/app/views/comics.erb +0 -344
  118. data/app/views/index.erb +0 -7
  119. data/app/views/layout.erb +0 -72
  120. data/app/views/layout_small.erb +0 -21
  121. data/app/views/stardate.erb +0 -5
  122. data/app/views/stardate_calc.erb +0 -30
  123. data/app/views/webobject.erb +0 -147
  124. data/lib/symbiont/data_setter.rb +0 -53
  125. data/lib/symbiont/enclosers.rb +0 -118
  126. data/lib/symbiont/evaluators.rb +0 -92
  127. data/lib/symbiont/generators.rb +0 -331
  128. data/lib/symbiont/locators.rb +0 -43
  129. data/lib/symbiont/logger.rb +0 -5
  130. data/lib/symbiont/platform_watir/platform_object.rb +0 -466
  131. data/lib/symbiont/platform_watir.rb +0 -9
  132. data/lib/symbiont/platforms.rb +0 -23
  133. data/lib/symbiont/web_objects/_common.rb +0 -174
  134. data/lib/symbiont/web_objects/button.rb +0 -22
  135. data/lib/symbiont/web_objects/checkbox.rb +0 -31
  136. data/lib/symbiont/web_objects/div.rb +0 -15
  137. data/lib/symbiont/web_objects/heading.rb +0 -12
  138. data/lib/symbiont/web_objects/hidden_field.rb +0 -19
  139. data/lib/symbiont/web_objects/label.rb +0 -15
  140. data/lib/symbiont/web_objects/link.rb +0 -23
  141. data/lib/symbiont/web_objects/list_item.rb +0 -13
  142. data/lib/symbiont/web_objects/option.rb +0 -10
  143. data/lib/symbiont/web_objects/ordered_list.rb +0 -49
  144. data/lib/symbiont/web_objects/paragraph.rb +0 -11
  145. data/lib/symbiont/web_objects/radio.rb +0 -31
  146. data/lib/symbiont/web_objects/select_list.rb +0 -82
  147. data/lib/symbiont/web_objects/span.rb +0 -15
  148. data/lib/symbiont/web_objects/table.rb +0 -71
  149. data/lib/symbiont/web_objects/table_cell.rb +0 -24
  150. data/lib/symbiont/web_objects/table_row.rb +0 -59
  151. data/lib/symbiont/web_objects/text_area.rb +0 -26
  152. data/lib/symbiont/web_objects/text_field.rb +0 -31
  153. data/lib/symbiont/web_objects/unordered_list.rb +0 -49
  154. data/lib/symbiont/web_objects.rb +0 -22
  155. data/lucid.yml +0 -6
  156. data/spec/symbiont/data_setter_spec.rb +0 -65
  157. data/spec/symbiont/enclosers_spec.rb +0 -76
  158. data/spec/symbiont/evaluators_spec.rb +0 -95
  159. data/spec/symbiont/generators/button_generators_spec.rb +0 -72
  160. data/spec/symbiont/generators/checkbox_generators_spec.rb +0 -79
  161. data/spec/symbiont/generators/div_generators_spec.rb +0 -56
  162. data/spec/symbiont/generators/hidden_field_generators_spec.rb +0 -65
  163. data/spec/symbiont/generators/link_generators_spec.rb +0 -62
  164. data/spec/symbiont/generators/paragraph_generators_spec.rb +0 -57
  165. data/spec/symbiont/generators/radio_generators_spec.rb +0 -76
  166. data/spec/symbiont/generators/select_list_generators_spec.rb +0 -93
  167. data/spec/symbiont/generators/span_generators_spec.rb +0 -56
  168. data/spec/symbiont/generators/table_cell_generators_spec.rb +0 -56
  169. data/spec/symbiont/generators/table_generators_spec.rb +0 -56
  170. data/spec/symbiont/generators/text_area_generators_spec.rb +0 -72
  171. data/spec/symbiont/generators/text_field_generators_spec.rb +0 -72
  172. data/spec/symbiont/generators_spec.rb +0 -59
  173. data/spec/symbiont/locators_spec.rb +0 -68
  174. data/spec/symbiont/platform_object_spec.rb +0 -18
  175. data/spec/symbiont/symbiont_spec.rb +0 -29
  176. data/spec/symbiont/web_object_spec.rb +0 -194
  177. data/spec/symbiont/web_objects/button_spec.rb +0 -38
  178. data/spec/symbiont/web_objects/checkbox_spec.rb +0 -27
  179. data/spec/symbiont/web_objects/div_spec.rb +0 -18
  180. data/spec/symbiont/web_objects/heading_spec.rb +0 -22
  181. data/spec/symbiont/web_objects/hidden_field_spec.rb +0 -18
  182. data/spec/symbiont/web_objects/label_spec.rb +0 -18
  183. data/spec/symbiont/web_objects/link_spec.rb +0 -33
  184. data/spec/symbiont/web_objects/list_item_spec.rb +0 -18
  185. data/spec/symbiont/web_objects/option_spec.rb +0 -9
  186. data/spec/symbiont/web_objects/ordered_list_spec.rb +0 -53
  187. data/spec/symbiont/web_objects/paragraph_spec.rb +0 -18
  188. data/spec/symbiont/web_objects/radio_spec.rb +0 -27
  189. data/spec/symbiont/web_objects/select_list_spec.rb +0 -69
  190. data/spec/symbiont/web_objects/span_spec.rb +0 -18
  191. data/spec/symbiont/web_objects/table_cell_spec.rb +0 -19
  192. data/spec/symbiont/web_objects/table_row_spec.rb +0 -58
  193. data/spec/symbiont/web_objects/table_spec.rb +0 -61
  194. data/spec/symbiont/web_objects/text_area_spec.rb +0 -18
  195. data/spec/symbiont/web_objects/text_field_spec.rb +0 -39
  196. data/spec/symbiont/web_objects/unordered_list_spec.rb +0 -51
  197. data/specs/common/support/browser.rb +0 -25
  198. data/specs/common/support/env.rb +0 -6
  199. data/specs/common/support/events.rb +0 -15
  200. data/specs/enclosers.feature +0 -9
  201. data/specs/evaluators.feature +0 -26
  202. data/specs/pages/characters.rb +0 -22
  203. data/specs/pages/home.rb +0 -9
  204. data/specs/pages/stardate.rb +0 -23
  205. data/specs/pages/web_objects.rb +0 -77
  206. data/specs/select_list.feature +0 -53
  207. data/specs/steps/enclosers_steps.rb +0 -17
  208. data/specs/steps/evaluators_steps.rb +0 -44
  209. data/specs/steps/navigation_steps.rb +0 -14
  210. data/specs/steps/select_list_steps.rb +0 -94
  211. data/specs/steps/table_cell_steps.rb +0 -31
  212. data/specs/steps/table_steps.rb +0 -87
  213. data/specs/table.feature +0 -49
  214. data/specs/table_cell.feature +0 -27
@@ -1,471 +0,0 @@
1
- /*
2
- * jQuery UI specific styling
3
- */
4
- .paging_two_button .ui-button {
5
- float: left;
6
- cursor: pointer;
7
- * cursor: hand;
8
- }
9
-
10
- .paging_full_numbers .ui-button {
11
- padding: 2px 6px;
12
- margin: 0;
13
- cursor: pointer;
14
- * cursor: hand;
15
- }
16
-
17
- .dataTables_paginate .ui-button {
18
- margin-right: -0.1em !important;
19
- }
20
-
21
- .paging_full_numbers {
22
- width: 350px !important;
23
- }
24
-
25
- .dataTables_wrapper .ui-toolbar {
26
- padding: 5px;
27
- }
28
-
29
- .dataTables_paginate {
30
- width: auto;
31
- }
32
-
33
- .dataTables_info {
34
- padding-top: 3px;
35
- }
36
-
37
- table.display thead th {
38
- padding: 3px 0px 3px 10px;
39
- cursor: pointer;
40
- * cursor: hand;
41
- }
42
-
43
- div.dataTables_wrapper .ui-widget-header {
44
- font-weight: normal;
45
- }
46
-
47
- /*
48
- * Sort arrow icon positioning
49
- */
50
- table.display thead th div.DataTables_sort_wrapper {
51
- position: relative;
52
- padding-right: 20px;
53
- padding-right: 20px;
54
- }
55
-
56
- table.display thead th div.DataTables_sort_wrapper span {
57
- position: absolute;
58
- top: 50%;
59
- margin-top: -8px;
60
- right: 0;
61
- }
62
-
63
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
64
- *
65
- * Everything below this line is the same as demo_table.css. This file is
66
- * required for 'cleanliness' of the markup
67
- *
68
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
69
-
70
-
71
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
72
- * DataTables features
73
- */
74
-
75
- .dataTables_wrapper {
76
- position: relative;
77
- min-height: 302px;
78
- _height: 302px;
79
- clear: both;
80
- }
81
-
82
- .dataTables_processing {
83
- position: absolute;
84
- top: 0px;
85
- left: 50%;
86
- width: 250px;
87
- margin-left: -125px;
88
- border: 1px solid #ddd;
89
- text-align: center;
90
- color: #999;
91
- font-size: 11px;
92
- padding: 2px 0;
93
- }
94
-
95
- .dataTables_length {
96
- width: 40%;
97
- float: left;
98
- }
99
-
100
- .dataTables_filter {
101
- width: 50%;
102
- float: right;
103
- text-align: right;
104
- }
105
-
106
- .dataTables_info {
107
- width: 50%;
108
- float: left;
109
- }
110
-
111
- .dataTables_paginate {
112
- float: right;
113
- text-align: right;
114
- }
115
-
116
- /* Pagination nested */
117
- .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
118
- height: 19px;
119
- width: 19px;
120
- margin-left: 3px;
121
- float: left;
122
- }
123
-
124
- .paginate_disabled_previous {
125
- background-image: url('../img/back_disabled.jpg');
126
- }
127
-
128
- .paginate_enabled_previous {
129
- background-image: url('../img/back_enabled.jpg');
130
- }
131
-
132
- .paginate_disabled_next {
133
- background-image: url('../img/forward_disabled.jpg');
134
- }
135
-
136
- .paginate_enabled_next {
137
- background-image: url('../img/forward_enabled.jpg');
138
- }
139
-
140
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
141
- * DataTables display
142
- */
143
- table.display {
144
- margin: 0 auto;
145
- width: 100%;
146
- clear: both;
147
- border-collapse: collapse;
148
- font-size: 12px;
149
- }
150
-
151
- table.display tfoot th {
152
- padding: 3px 0px 3px 10px;
153
- font-weight: bold;
154
- font-weight: normal;
155
- }
156
-
157
- table.display tr.heading2 td {
158
- border-bottom: 1px solid #aaa;
159
- }
160
-
161
- table.display td {
162
- padding: 3px 10px;
163
- }
164
-
165
- table.display td.center {
166
- text-align: center;
167
- }
168
-
169
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
170
- * DataTables sorting
171
- */
172
-
173
- .sorting_asc {
174
- background: url('../img/sort_asc.png') no-repeat center right;
175
- }
176
-
177
- .sorting_desc {
178
- background: url('../img/sort_desc.png') no-repeat center right;
179
- }
180
-
181
- .sorting {
182
- background: url('../img/sort_both.png') no-repeat center right;
183
- }
184
-
185
- .sorting_asc_disabled {
186
- background: url('../img/sort_asc_disabled.png') no-repeat center right;
187
- }
188
-
189
- .sorting_desc_disabled {
190
- background: url('../img/sort_desc_disabled.png') no-repeat center right;
191
- }
192
-
193
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
194
- * DataTables row classes
195
- */
196
- table.display tr.odd.gradeA {
197
- background-color: #ddffdd;
198
- }
199
-
200
- table.display tr.even.gradeA {
201
- background-color: #eeffee;
202
- }
203
-
204
- table.display tr.odd.gradeA {
205
- background-color: #ddffdd;
206
- }
207
-
208
- table.display tr.even.gradeA {
209
- background-color: #eeffee;
210
- }
211
-
212
- table.display tr.odd.gradeC {
213
- background-color: #ddddff;
214
- }
215
-
216
- table.display tr.even.gradeC {
217
- background-color: #eeeeff;
218
- }
219
-
220
- table.display tr.odd.gradeX {
221
- background-color: #ffdddd;
222
- }
223
-
224
- table.display tr.even.gradeX {
225
- background-color: #ffeeee;
226
- }
227
-
228
- table.display tr.odd.gradeU {
229
- background-color: #ddd;
230
- }
231
-
232
- table.display tr.even.gradeU {
233
- background-color: #eee;
234
- }
235
-
236
- tr.odd {
237
- background-color: #f1f7fb;
238
- }
239
-
240
- tr.even {
241
- background-color: white;
242
- }
243
-
244
- /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
245
- * Misc
246
- */
247
- .dataTables_scroll {
248
- clear: both;
249
- }
250
-
251
- .top, .bottom {
252
- padding: 15px;
253
- background-color: #F5F5F5;
254
- border: 1px solid #CCCCCC;
255
- }
256
-
257
- .top .dataTables_info {
258
- float: none;
259
- }
260
-
261
- .clear {
262
- clear: both;
263
- }
264
-
265
- .dataTables_empty {
266
- text-align: center;
267
- }
268
-
269
- tfoot input {
270
- margin: 0.5em 0;
271
- width: 100%;
272
- color: #444;
273
- }
274
-
275
- tfoot input.search_init {
276
- color: #999;
277
- }
278
-
279
- td.group {
280
- background-color: #d1cfd0;
281
- border-bottom: 2px solid #A19B9E;
282
- border-top: 2px solid #A19B9E;
283
- }
284
-
285
- td.details {
286
- background-color: #d1cfd0;
287
- border: 2px solid #A19B9E;
288
- }
289
-
290
-
291
- .example_alt_pagination div.dataTables_info {
292
- width: 40%;
293
- }
294
-
295
- .paging_full_numbers span.paginate_button,
296
- .paging_full_numbers span.paginate_active {
297
- border: 1px solid #aaa;
298
- -webkit-border-radius: 5px;
299
- -moz-border-radius: 5px;
300
- padding: 2px 5px;
301
- margin: 0 3px;
302
- cursor: pointer;
303
- *cursor: hand;
304
- }
305
-
306
- .paging_full_numbers span.paginate_button {
307
- background-color: #ddd;
308
- }
309
-
310
- .paging_full_numbers span.paginate_button:hover {
311
- background-color: #ccc;
312
- }
313
-
314
- .paging_full_numbers span.paginate_active {
315
- background-color: #99B3FF;
316
- }
317
-
318
- table.display tr.even.row_selected td {
319
- background-color: #B0BED9;
320
- }
321
-
322
- table.display tr.odd.row_selected td {
323
- background-color: #9FAFD1;
324
- }
325
-
326
-
327
- /*
328
- * Sorting classes for columns
329
- */
330
- /* For the standard odd/even */
331
- tr.odd td.sorting_1 {
332
- background-color: #d6e7f4;
333
- }
334
-
335
- tr.odd td.sorting_2 {
336
- background-color: #DADCFF;
337
- }
338
-
339
- tr.odd td.sorting_3 {
340
- background-color: #E0E2FF;
341
- }
342
-
343
- tr.even td.sorting_1 {
344
- background-color: #e4eff8;
345
- }
346
-
347
- tr.even td.sorting_2 {
348
- background-color: #F2F3FF;
349
- }
350
-
351
- tr.even td.sorting_3 {
352
- background-color: #F9F9FF;
353
- }
354
-
355
-
356
- /* For the Conditional-CSS grading rows */
357
- /*
358
- Colour calculations (based off the main row colours)
359
- Level 1:
360
- dd > c4
361
- ee > d5
362
- Level 2:
363
- dd > d1
364
- ee > e2
365
- */
366
- tr.odd.gradeA td.sorting_1 {
367
- background-color: #c4ffc4;
368
- }
369
-
370
- tr.odd.gradeA td.sorting_2 {
371
- background-color: #d1ffd1;
372
- }
373
-
374
- tr.odd.gradeA td.sorting_3 {
375
- background-color: #d1ffd1;
376
- }
377
-
378
- tr.even.gradeA td.sorting_1 {
379
- background-color: #d5ffd5;
380
- }
381
-
382
- tr.even.gradeA td.sorting_2 {
383
- background-color: #e2ffe2;
384
- }
385
-
386
- tr.even.gradeA td.sorting_3 {
387
- background-color: #e2ffe2;
388
- }
389
-
390
- tr.odd.gradeC td.sorting_1 {
391
- background-color: #c4c4ff;
392
- }
393
-
394
- tr.odd.gradeC td.sorting_2 {
395
- background-color: #d1d1ff;
396
- }
397
-
398
- tr.odd.gradeC td.sorting_3 {
399
- background-color: #d1d1ff;
400
- }
401
-
402
- tr.even.gradeC td.sorting_1 {
403
- background-color: #d5d5ff;
404
- }
405
-
406
- tr.even.gradeC td.sorting_2 {
407
- background-color: #e2e2ff;
408
- }
409
-
410
- tr.even.gradeC td.sorting_3 {
411
- background-color: #e2e2ff;
412
- }
413
-
414
- tr.odd.gradeX td.sorting_1 {
415
- background-color: #ffc4c4;
416
- }
417
-
418
- tr.odd.gradeX td.sorting_2 {
419
- background-color: #ffd1d1;
420
- }
421
-
422
- tr.odd.gradeX td.sorting_3 {
423
- background-color: #ffd1d1;
424
- }
425
-
426
- tr.even.gradeX td.sorting_1 {
427
- background-color: #ffd5d5;
428
- }
429
-
430
- tr.even.gradeX td.sorting_2 {
431
- background-color: #ffe2e2;
432
- }
433
-
434
- tr.even.gradeX td.sorting_3 {
435
- background-color: #ffe2e2;
436
- }
437
-
438
- tr.odd.gradeU td.sorting_1 {
439
- background-color: #c4c4c4;
440
- }
441
-
442
- tr.odd.gradeU td.sorting_2 {
443
- background-color: #d1d1d1;
444
- }
445
-
446
- tr.odd.gradeU td.sorting_3 {
447
- background-color: #d1d1d1;
448
- }
449
-
450
- tr.even.gradeU td.sorting_1 {
451
- background-color: #d5d5d5;
452
- }
453
-
454
- tr.even.gradeU td.sorting_2 {
455
- background-color: #e2e2e2;
456
- }
457
-
458
- tr.even.gradeU td.sorting_3 {
459
- background-color: #e2e2e2;
460
- }
461
-
462
- /*
463
- * Row highlighting example
464
- */
465
- .ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
466
- background-color: #ECFFB3;
467
- }
468
-
469
- .ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
470
- background-color: #E6FF99;
471
- }
@@ -1,149 +0,0 @@
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>
5
- This is a custom SVG webfont generated by Font Squirrel.
6
- Copyright : Copyright c 2003 by This Font is designed by Ralph Oliver du Carrois All rights reserved
7
- Foundry : This Font is designed by Ralph Oliver du Carrois
8
- </metadata>
9
- <defs>
10
- <font id="webfont3FAZKDdg" horiz-adv-x="999" >
11
- <font-face units-per-em="2048" ascent="1638" descent="-410" />
12
- <missing-glyph horiz-adv-x="499" />
13
- <glyph unicode=" " horiz-adv-x="499" />
14
- <glyph unicode="&#x09;" horiz-adv-x="499" />
15
- <glyph unicode="&#xa0;" horiz-adv-x="499" />
16
- <glyph unicode="!" horiz-adv-x="499" d="M168 0v172h164v-172h-164zM182 348v977h135v-977h-135z" />
17
- <glyph unicode="&#x22;" horiz-adv-x="737" d="M160 1325h137l-16 -444h-105zM442 1325h136l-17 -444h-102z" />
18
- <glyph unicode="#" d="M27 391v107h198l54 313h-173v107h193l72 407h125l-72 -407h227l72 407h125l-72 -407h197v-107h-217l-56 -313h193v-107h-211l-68 -391h-125l68 391h-227l-68 -391h-125l68 391h-178zM350 498h225l56 313h-228z" />
19
- <glyph unicode="$" d="M90 1001q0 156 93 240t249 102v185h121v-180q152 -6 287 -54l-52 -131q-141 59 -235 66v-488q78 -29 127 -55.5t104.5 -71.5t83 -112.5t27.5 -157.5q0 -324 -342 -371v-174h-121v166q-119 0 -340 60l51 131l59 -23l55.5 -19.5t54 -16.5t57 -11t63.5 -4v547 q-80 31 -127 54.5t-104.5 66.5t-84 105t-26.5 146zM242 1001q0 -80 50 -128t142 -85v435q-192 -34 -192 -222zM553 98q190 51 190 242q0 90 -50 144.5t-140 95.5v-482z" />
20
- <glyph unicode="%" horiz-adv-x="1511" d="M111 997q0 350 258 351q82 0 135 -28t79.5 -81t36 -108.5t9.5 -133t-9.5 -135t-36 -114t-80.5 -86t-136 -29.5q-80 0 -134.5 29.5t-79 86t-33.5 113.5t-9 135zM213 997q0 -66 5 -110.5t19.5 -88.5t47 -66.5t82.5 -22.5q53 0 86.5 21.5t49 66.5t20.5 89t5 111q0 66 -4 108 t-19.5 84t-49 62.5t-86.5 20.5q-49 0 -82 -23.5t-48.5 -67.5t-20.5 -86.5t-5 -97.5zM322 0l741 1288h131l-743 -1288h-129zM883 342q0 350 258 350q82 0 135 -27.5t79.5 -81t36 -108.5t9.5 -133t-9.5 -135t-36 -113.5t-80.5 -86.5t-136 -30q-80 0 -134.5 30t-79 86.5 t-33.5 113.5t-9 135zM985 342q0 -66 5 -111t19.5 -89t47.5 -66.5t82 -22.5q53 0 87 21.5t49 66.5t20 89t5 112q0 66 -4 108t-19 83.5t-49 62t-87 20.5q-49 0 -82 -23.5t-48.5 -67.5t-20.5 -86t-5 -97z" />
21
- <glyph unicode="&#x26;" d="M94 354q0 266 244 383q-39 33 -84 61.5t-82 87t-37 128.5q0 154 78 247t248 93q326 0 325 -322q0 -117 -76.5 -193.5t-230.5 -142.5q-123 -53 -184.5 -127.5t-61.5 -210.5q0 -111 68 -196.5t209 -85.5q68 0 131.5 45t106.5 115v249h-211v101h344v-299q0 -49 5 -106.5 t11 -109.5l8 -71h-119l-28 111q-96 -139 -256 -140q-180 0 -294 97.5t-114 285.5zM274 1016q0 -51 31 -99.5t68 -73t67 -50.5q94 39 151.5 93t57.5 148q0 104 -43 159.5t-149 55.5q-183 0 -183 -233z" />
22
- <glyph unicode="'" horiz-adv-x="499" d="M182 1325h135l-16 -444h-102z" />
23
- <glyph unicode="(" horiz-adv-x="563" d="M117 520q0 266 46 432t161 373h122q-109 -199 -147.5 -371t-38.5 -434q0 -229 39 -398t158 -384h-123q-129 223 -173 386t-44 396z" />
24
- <glyph unicode=")" horiz-adv-x="563" d="M109 -262q119 215 157.5 384t38.5 398q0 262 -39 434t-147 371h123q115 -207 161 -373t46 -432q0 -233 -44.5 -396t-173.5 -386h-122z" />
25
- <glyph unicode="*" horiz-adv-x="798" d="M27 1014l39 112l282 -106l12 10l-14 297h115l-17 -301l13 -8l280 106l35 -112l-293 -72l-2 -12l191 -244l-93 -66l-163 254h-15l-170 -254l-92 68l193 242l-6 12z" />
26
- <glyph unicode="+" d="M74 383v113h360v372h129v-372h363v-113h-363v-383h-129v383h-360z" />
27
- <glyph unicode="," horiz-adv-x="499" d="M57 -211l115 365h158l-166 -365h-107z" />
28
- <glyph unicode="-" horiz-adv-x="669" d="M59 438v119h551v-119h-551z" />
29
- <glyph unicode="." horiz-adv-x="499" d="M170 0v170h160v-170h-160z" />
30
- <glyph unicode="/" horiz-adv-x="520" d="M-23 -20l439 1368h125l-437 -1368h-127z" />
31
- <glyph unicode="0" d="M76 631q0 637 422 637q109 0 187.5 -36t123.5 -91.5t70.5 -143.5t34 -171t8.5 -195.5t-7.5 -197.5t-34 -177t-71.5 -151.5t-124 -97.5t-189 -38q-109 0 -188 39t-123 97.5t-69.5 151.5t-32.5 177t-7 197zM229 631q0 -102 4.5 -170t18.5 -145.5t42 -124t79 -77t123 -30.5 q63 0 111 19.5t77 62.5t47.5 87t25.5 115.5t9 124t2 138.5q0 100 -3 164.5t-18.5 140.5t-44 118t-80 70.5t-124.5 28.5q-86 0 -143.5 -45t-83 -128t-34 -163t-8.5 -186z" />
32
- <glyph unicode="1" d="M229 997l295 246h142v-1245h-150v1081l-235 -202z" />
33
- <glyph unicode="2" d="M78 125q31 29 135 120t174 158.5t155 158.5t129 175t44 156q0 139 -64.5 200.5t-191.5 61.5q-72 0 -134.5 -21.5t-166.5 -72.5l-52 129q197 80 357 80q182 0 292.5 -89t110.5 -280q0 -70 -33.5 -150.5t-72.5 -140t-121 -146.5t-123 -125l-137 -123l-109 -97h625v-119 h-768z" />
34
- <glyph unicode="3" d="M72 18l51 129l59.5 -21t64.5 -20.5t76 -15.5t91 -6q121 0 199.5 59.5t78.5 182.5q0 160 -100 216t-291 56v111q178 0 269.5 48t91.5 185q0 213 -230 213q-102 0 -287 -90l-51 129q152 76 340 76q180 0 280.5 -81t100.5 -243q0 -133 -76.5 -204.5t-197.5 -86.5 q129 -20 217 -99t88 -232q0 -129 -65.5 -211t-159 -113t-213.5 -31q-193 0 -336 49z" />
35
- <glyph unicode="4" d="M61 467l551 776h148v-784h196v-115h-196v-344h-150v344h-495zM184 459h426v606z" />
36
- <glyph unicode="5" d="M111 14l49 129q147 -59 294.5 -59t220.5 82t73 229q0 139 -63.5 212t-174.5 73q-100 0 -256 -80l-113 45v598h705v-115h-555v-376q35 12 97.5 27.5t125.5 15.5q184 0 283.5 -105.5t99.5 -298.5q0 -199 -121 -310.5t-323 -111.5q-205 0 -342 45z" />
37
- <glyph unicode="6" d="M92 580q0 174 49 325.5t165 258t280 106.5q129 0 258 -35l-49 -129q-125 49 -199 49q-170 0 -267.5 -151.5t-97.5 -393.5q43 92 123 148.5t168 56.5q186 0 285.5 -113.5t99.5 -308.5q0 -176 -110.5 -300t-282.5 -124q-102 0 -179 35t-123 91.5t-73.5 139t-37 164 t-9.5 181.5zM250 498q0 -229 65.5 -321.5t200.5 -92.5q106 0 172 83t66 226q0 309 -236 309q-188 1 -268 -204z" />
38
- <glyph unicode="7" d="M90 1126v117h727l53 -113l-467 -1130h-165l497 1126h-645z" />
39
- <glyph unicode="8" d="M76 303q0 133 80 222t219 130q-23 4 -65 30l-85 54q-43 29 -74.5 85.5t-31.5 123.5q0 158 101.5 240t283.5 82q190 0 289.5 -76t99.5 -244q0 -68 -32 -124t-78 -91t-88 -54t-74 -28q303 -96 303 -350q0 -334 -430 -334q-80 0 -147.5 14.5t-132 49.5t-101.5 103.5 t-37 166.5zM223 305q0 -109 72 -166t199 -57t203.5 55.5t76.5 167.5q0 207 -274 293q-123 -37 -200 -102.5t-77 -190.5zM264 944q0 -90 72 -150.5t160 -86.5q90 20 169.5 84.5t79.5 154.5q0 111 -60 161t-181 50q-240 0 -240 -213z" />
40
- <glyph unicode="9" d="M92 846q0 176 110.5 300t280.5 124q102 0 180 -35t123 -91.5t73 -139t37 -163.5t9 -182q0 -174 -49 -325.5t-165 -258t-279 -106.5q-129 0 -258 35l51 129q125 -49 196 -49q170 0 267.5 151.5t97.5 393.5q-43 -92 -123 -148.5t-168 -56.5q-186 0 -284.5 113.5 t-98.5 308.5zM244 846q0 -309 235 -309q188 0 269 204q0 229 -66 321.5t-201 92.5q-106 0 -171.5 -83t-65.5 -226z" />
41
- <glyph unicode=":" horiz-adv-x="499" d="M170 0v170h160v-170h-160zM170 756v170h160v-170h-160z" />
42
- <glyph unicode=";" horiz-adv-x="499" d="M57 -211l107 365h166l-166 -365h-107zM164 756v170h160v-170h-160z" />
43
- <glyph unicode="&#x3c;" d="M72 387v162l854 346v-143l-717 -285l717 -283v-141z" />
44
- <glyph unicode="=" d="M72 199v118h854v-118h-854zM72 553v119h854v-119h-854z" />
45
- <glyph unicode="&#x3e;" d="M72 43v141l716 287l-716 281v143l854 -346v-162z" />
46
- <glyph unicode="?" horiz-adv-x="839" d="M104 1284q176 61 308 62q367 0 366 -316q0 -68 -33.5 -124t-82.5 -97l-99 -81q-49 -40 -83 -92t-34 -112v-188h-141v199q0 78 34 139t82 101l95 76q47 36 81 81t34 98q0 106 -52.5 152.5t-166.5 46.5q-127 0 -271 -72zM295 0v172h164v-172h-164z" />
47
- <glyph unicode="@" horiz-adv-x="1722" d="M168 655q0 330 211 511.5t543 181.5q117 0 226 -34t201.5 -100.5t148.5 -178t56 -253.5q0 -266 -168.5 -396t-439.5 -130q-197 0 -316.5 104.5t-119.5 294.5q0 166 107.5 280t291.5 114q98 0 176 -31v-395l72 10l41 -107l-233 -28v436q-31 10 -60 10q-115 0 -186.5 -72.5 t-71.5 -212.5q0 -156 86 -228.5t217 -72.5q465 0 465 422q0 236 -142.5 349.5t-350.5 113.5q-119 0 -225.5 -32.5t-196.5 -99.5t-142.5 -184.5t-52.5 -271.5q0 -156 52.5 -273.5t142.5 -183t195.5 -97t224.5 -31.5q213 0 434 73l49 -112q-215 -66 -490 -66 q-342 0 -543.5 181t-201.5 509z" />
48
- <glyph unicode="A" horiz-adv-x="1294" d="M68 0l538 1325h123l500 -1325h-168l-141 395h-545l-150 -395h-157zM418 508h463l-222 629z" />
49
- <glyph unicode="B" horiz-adv-x="1187" d="M201 0v1325h360q217 0 332 -73.5t115 -272.5q0 -102 -58.5 -177t-152.5 -108q272 -55 272 -317q0 -211 -117.5 -294t-322.5 -83h-428zM350 117h266q147 0 222 54t75 206q0 143 -85 195.5t-234 52.5h-244v-508zM350 739h240q117 0 190.5 59.5t73.5 178.5q0 133 -67.5 182 t-225.5 49h-211v-469z" />
50
- <glyph unicode="C" horiz-adv-x="1112" d="M129 662q0 145 28.5 263.5t91 216t176.5 152t269 54.5q170 0 322 -50l-51 -131q-147 63 -271 64q-410 0 -409 -567q0 -582 397 -582q115 0 297 74l51 -131q-170 -59 -348 -60q-289 0 -421 186.5t-132 510.5z" />
51
- <glyph unicode="D" horiz-adv-x="1286" d="M201 0v1325h323q344 0 488.5 -149.5t144.5 -508t-147.5 -513t-485.5 -154.5h-323zM350 117h193q236 0 347 132t111 417q0 305 -107.5 423.5t-369.5 118.5h-174v-1091z" />
52
- <glyph unicode="E" horiz-adv-x="1097" d="M201 0v1325h733v-117h-584v-465h541v-116h-541v-510h602v-117h-751z" />
53
- <glyph unicode="F" horiz-adv-x="1048" d="M201 0v1325h733v-119h-584v-471h559v-114h-559v-621h-149z" />
54
- <glyph unicode="G" horiz-adv-x="1220" d="M129 664q0 322 139.5 503t436.5 181q117 0 305 -50l-52 -131q-145 63 -251 64q-215 0 -318.5 -139.5t-103.5 -427.5q0 -102 10 -184.5t38.5 -158t74 -127t117 -82t167.5 -30.5q117 0 264 82v373h-292v118h428v-575q-119 -61 -205 -88t-201 -27q-557 1 -557 699z" />
55
- <glyph unicode="H" horiz-adv-x="1325" d="M201 0v1325h149v-582h625v582h149v-1325h-149v625h-625v-625h-149z" />
56
- <glyph unicode="I" horiz-adv-x="501" d="M176 0v1325h150v-1325h-150z" />
57
- <glyph unicode="J" horiz-adv-x="815" d="M37 0q57 14 115.5 22.5t115 34t100.5 61.5t70.5 107.5t26.5 171.5v928h149v-907q0 -121 -34.5 -214t-80.5 -145.5t-127 -93.5t-134.5 -56t-141.5 -36q-12 -2 -18 -4z" />
58
- <glyph unicode="K" horiz-adv-x="1206" d="M201 0v1325h149v-602l588 602h164l-610 -629l682 -696h-197l-627 639v-639h-149z" />
59
- <glyph unicode="L" horiz-adv-x="972" d="M201 0v1325h149v-1202h606v-123h-755z" />
60
- <glyph unicode="M" horiz-adv-x="1716" d="M201 0v1325h229l432 -1116l436 1116h218v-1325h-146v1163l-452 -1163h-123l-457 1163v-1163h-137z" />
61
- <glyph unicode="N" horiz-adv-x="1380" d="M201 0v1325h213l620 -1149v1149h146v-1325h-217l-625 1149v-1149h-137z" />
62
- <glyph unicode="O" horiz-adv-x="1392" d="M129 657q0 205 53.5 354.5t184.5 243t335 93.5q158 0 269.5 -51.5t174 -146.5t90.5 -216t28 -277q0 -319 -133.5 -505.5t-430.5 -186.5q-129 0 -228 35t-163.5 95.5t-105.5 148.5t-57.5 189t-16.5 224zM285 657.5q0 -280.5 95 -428t320.5 -147.5t316.5 148.5t91 426.5 q0 283 -92 428.5t-316 145.5q-225 0 -320 -146.5t-95 -427z" />
63
- <glyph unicode="P" horiz-adv-x="1136" d="M201 0v1325h383q213 0 327.5 -88t114.5 -289q0 -389 -420 -389h-256v-559h-149zM350 676h240q143 0 212.5 60.5t69.5 211.5q0 150 -72.5 205t-219.5 55h-230v-532z" />
64
- <glyph unicode="Q" horiz-adv-x="1392" d="M129 657q0 317 136 504t437 187q158 0 269.5 -51.5t174 -146.5t90.5 -216t28 -277q0 -319 -133.5 -505.5t-430.5 -186.5q-129 0 -228 35t-163.5 95.5t-105.5 148.5t-57.5 189t-16.5 224zM285 657.5q0 -280.5 95 -428t320.5 -147.5t316.5 148.5t91 426.5q0 283 -92 428.5 t-316 145.5q-225 0 -320 -146.5t-95 -427zM649 -170l56 90l434 -37l-54 -116z" />
65
- <glyph unicode="R" horiz-adv-x="1202" d="M201 0v1325h413q182 0 302 -83t120 -273q0 -356 -372 -373l446 -596h-184l-437 592h-139v-592h-149zM350 709h277q256 0 256 260q0 117 -66.5 178t-191.5 61h-275v-499z" />
66
- <glyph unicode="S" horiz-adv-x="1124" d="M139 25l51 131q197 -74 308 -74q88 0 156.5 20.5t119.5 81t51 156.5q0 43 -10 78t-41 64.5l-49 46t-75 39.5l-72 31q-16 7 -86 32q-82 29 -132.5 53.5t-107.5 67.5t-85 105.5t-28 143.5q0 176 133.5 261.5t333.5 85.5q170 0 328 -54l-51 -131q-156 68 -279 68 q-145 0 -228 -57.5t-83 -172.5q0 -88 64.5 -137t195.5 -96l66.5 -23.5t66.5 -25.5l65 -29q32 -14 60.5 -33.5t54 -41t47 -50t36 -60.5t22.5 -73t8 -88q0 -379 -483 -379q-140 1 -357 60z" />
67
- <glyph unicode="T" horiz-adv-x="1040" d="M53 1206v119h934v-119h-393v-1206h-150v1206h-391z" />
68
- <glyph unicode="U" horiz-adv-x="1388" d="M201 489v836h149v-815q0 -244 84 -336t275 -92q174 0 251.5 97t77.5 331v815h150v-840q0 -264 -118 -392t-361 -128q-266 0 -387 128t-121 396z" />
69
- <glyph unicode="V" horiz-adv-x="1236" d="M61 1325h166l406 -1122l385 1122h160l-484 -1325h-131z" />
70
- <glyph unicode="W" horiz-adv-x="1800" d="M74 1325h157l283 -1126l311 1071h174l293 -1073l291 1128h143l-352 -1325h-174l-299 1053l-315 -1053h-178z" />
71
- <glyph unicode="X" horiz-adv-x="1185" d="M66 0l442 684l-387 641h174l303 -510l320 510h161l-405 -629l434 -696h-182l-338 569l-361 -569h-161z" />
72
- <glyph unicode="Y" horiz-adv-x="1150" d="M33 1325h170l387 -598l371 598h157l-461 -729v-596h-149v588z" />
73
- <glyph unicode="Z" horiz-adv-x="1103" d="M92 127l756 1079h-680v119h795l49 -127l-758 -1079h741v-119h-856z" />
74
- <glyph unicode="[" horiz-adv-x="557" d="M172 -260v1644h291v-102h-162v-1434h162v-108h-291z" />
75
- <glyph unicode="\" horiz-adv-x="520" d="M-23 1348h127l437 -1368h-127z" />
76
- <glyph unicode="]" horiz-adv-x="557" d="M102 -150h162v1436h-162v100h291v-1644h-291v108z" />
77
- <glyph unicode="^" d="M72 551l370 774h109l379 -774h-142l-290 612l-291 -612h-135z" />
78
- <glyph unicode="_" horiz-adv-x="1024" d="M-2 -104h1028v-105h-1028v105z" />
79
- <glyph unicode="`" horiz-adv-x="425" d="M39 1325h151l197 -240h-106z" />
80
- <glyph unicode="a" horiz-adv-x="980" d="M96 246q0 156 110.5 239.5t391.5 83.5h90v72q0 213 -186 213q-152 0 -320 -82l-47 115q190 72 369 71q150 0 234.5 -75.5t84.5 -225.5v-370q0 -18 29 -287h-119q0 6 -16.5 52t-18.5 59q-39 -55 -108.5 -94.5t-153.5 -39.5q-152 0 -246 67t-94 202zM238 250q0 -78 56 -123 t157 -45q168 0 239 125v262h-63q-217 0 -303 -51t-86 -168z" />
81
- <glyph unicode="b" horiz-adv-x="1005" d="M125 0q18 176 18 287v1059h133v-549q37 61 113 111t160 50q186 0 273 -136t87 -349q0 -217 -98 -356.5t-297 -139.5q-156 0 -244 134l-28 -111h-117zM272 225q82 -143 230 -143q268 0 268 387q0 199 -66.5 292t-179.5 93q-158 0 -252 -201v-428z" />
82
- <glyph unicode="c" horiz-adv-x="886" d="M96 461q0 236 102.5 366.5t317.5 130.5q133 0 289 -61l-47 -113q-139 70 -244 70q-279 0 -278 -393q0 -379 276 -379q115 0 250 70l47 -113q-51 -25 -146.5 -43.5t-152.5 -18.5q-207 0 -310.5 129.5t-103.5 354.5z" />
83
- <glyph unicode="d" horiz-adv-x="1005" d="M96 473q0 207 99.5 346t275.5 139q86 0 152.5 -47t105.5 -110v545h133v-1059q0 -92 21 -287h-117l-31 111q-88 -133 -243 -134q-207 0 -301.5 137.5t-94.5 358.5zM236 469q0 -387 268 -387q147 0 229 143v428q-16 37 -30.5 61.5t-45 61.5t-72.5 57.5t-96 20.5 q-111 0 -182 -95t-71 -290z" />
84
- <glyph unicode="e" horiz-adv-x="985" d="M96 459q0 88 19.5 171t61.5 159.5t122 122.5t188 46q219 0 308.5 -139t89.5 -397h-645q10 -342 272 -342q141 0 291 80l41 -111q-152 -72 -348 -72q-201 0 -300.5 135.5t-99.5 346.5zM238 526h514q-4 168 -67.5 248t-195.5 80q-111 0 -177 -84t-74 -244z" />
85
- <glyph unicode="f" horiz-adv-x="571" d="M31 831v105h141v98q0 150 111.5 239t253.5 99l34 -115q-127 -8 -196.5 -62t-69.5 -148v-111h213v-105h-213v-831h-133v831h-141z" />
86
- <glyph unicode="g" horiz-adv-x="1015" d="M80 -147q0 72 59.5 125t124.5 69q-125 53 -125 158q0 74 90 151q-102 117 -102 256q0 47 16.5 100.5t55.5 112t117.5 96t185.5 37.5q88 0 155 -24q266 23 289 22l-41 -102h-133q43 -35 77 -99.5t34 -138.5q0 -147 -94.5 -252.5t-282.5 -105.5q-41 0 -104.5 13.5 t-92.5 29.5q-18 -20 -33.5 -42.5t-15.5 -45.5q0 -41 56.5 -65.5t222.5 -38.5q240 -20 324.5 -80t84.5 -168q0 -131 -123 -199t-307 -68q-236 0 -337 67t-101 192zM219 -145q0 -74 76 -116t223 -42q291 0 291 164q0 61 -97.5 93t-342.5 54q-70 -16 -110 -62t-40 -91zM266 608 q0 -113 61.5 -179.5t180.5 -66.5q121 0 178 74t57 178q0 115 -60 177.5t-177 62.5t-178.5 -68.5t-61.5 -177.5z" />
87
- <glyph unicode="h" horiz-adv-x="1001" d="M143 0v1346h133v-549q35 61 106 111t159 50q317 0 317 -358v-600h-133v573q0 137 -42 209t-163 72q-88 0 -153.5 -63.5t-90.5 -135.5v-655h-133z" />
88
- <glyph unicode="i" horiz-adv-x="425" d="M139 1165v160h148v-160h-148zM147 0v936h134v-936h-134z" />
89
- <glyph unicode="j" horiz-adv-x="417" d="M-53 -211q106 23 148 68t42 137v942h133v-924q0 -137 -68.5 -217t-211.5 -121zM129 1165v160h150v-160h-150z" />
90
- <glyph unicode="k" horiz-adv-x="903" d="M143 0v1346h133v-795l398 385h149l-424 -406l473 -530h-161l-435 489v-489h-133z" />
91
- <glyph unicode="l" horiz-adv-x="419" d="M143 0v1346h133v-1346h-133z" />
92
- <glyph unicode="m" horiz-adv-x="1576" d="M125 936h117l30 -139q41 59 111 110t152 51q117 0 181 -47t105 -139q47 76 122 131t167 55q164 0 244 -87t80 -273v-598h-134v594q0 121 -43 190.5t-161 69.5q-82 0 -149.5 -63.5t-96.5 -145.5v-645h-133v594q0 260 -203 260q-78 0 -144.5 -62.5t-93.5 -134.5v-657h-133 v721q0 6 -18 215z" />
93
- <glyph unicode="n" horiz-adv-x="1001" d="M125 936h117l28 -139q10 16 37 43.5t55.5 53.5t75.5 45t99 19q176 0 248.5 -96t72.5 -272v-590h-133v582q0 61 -7 104t-27.5 84t-63.5 62.5t-109 21.5q-84 0 -148.5 -61.5t-93.5 -137.5v-655h-133v737q0 45 -8 114z" />
94
- <glyph unicode="o" horiz-adv-x="1017" d="M96 473q0 215 98.5 350t315.5 135q412 0 412 -485q0 -223 -96.5 -359.5t-315.5 -136.5t-316.5 135.5t-97.5 360.5zM236 473q0 -391 274 -391q150 0 211 101.5t61 289.5q0 184 -61.5 282.5t-210.5 98.5q-274 0 -274 -381z" />
95
- <glyph unicode="p" horiz-adv-x="1005" d="M125 936h117l32 -141q41 63 111 113t150 50q199 0 286.5 -137t87.5 -358q0 -211 -95 -348.5t-282 -137.5q-162 0 -256 129v-475h-133v1024q0 131 -18 281zM274 223q33 -45 54.5 -67.5t75 -48t120.5 -25.5q113 0 179.5 94t66.5 291q0 387 -262 387q-78 0 -141.5 -60.5 t-92.5 -138.5v-432z" />
96
- <glyph unicode="q" horiz-adv-x="1005" d="M96 463q0 217 94.5 356t288.5 139q80 0 145.5 -49t106.5 -114l35 141h117q-20 -168 -21 -281v-1024h-133v475q-94 -129 -256 -129q-188 0 -282.5 136.5t-94.5 349.5zM236 467q0 -197 67.5 -291t179.5 -94q68 0 120 25.5t73.5 48t54.5 67.5v432q-29 78 -91 138.5 t-140 60.5q-131 0 -197.5 -101.5t-66.5 -285.5z" />
97
- <glyph unicode="r" horiz-adv-x="702" d="M125 936h117l28 -191q111 213 238 213q96 0 168 -45l-47 -112q-61 53 -148 53q-51 0 -97 -50t-66.5 -105.5t-41.5 -90.5v-608h-133v727q0 41 -3 81t-8 77z" />
98
- <glyph unicode="s" horiz-adv-x="849" d="M88 37l47 113q98 -41 149.5 -54.5t129.5 -13.5q98 0 150 44t52 124q0 29 -13 53.5t-28.5 39.5t-52.5 31.5t-56 22.5l-69 23q-72 23 -111.5 40t-92 49t-77 78t-24.5 107q0 137 99.5 200.5t244.5 63.5q119 0 291 -63l-47 -113l-81 38q-32 15 -72 24.5t-89 9.5 q-205 0 -205 -154q0 -55 49.5 -84.5t149.5 -60.5q63 -18 93 -28.5t83.5 -37t80 -54t48 -76t21.5 -107.5q0 -135 -100.5 -205t-247.5 -70q-187 1 -322 60z" />
99
- <glyph unicode="t" horiz-adv-x="520" d="M31 831v105h141v240h133v-240h215v-105h-215v-606q0 -104 60.5 -155.5t191.5 -69.5l-43 -121q-168 33 -255 123t-87 225v604h-141z" />
100
- <glyph unicode="u" horiz-adv-x="989" d="M143 346v590h133v-582q0 -84 12.5 -137t58.5 -94t130 -41t143.5 60.5t90.5 138.5v655h133v-737q0 -45 9 -110.5t11 -88.5h-116l-31 139q-25 -25 -50.5 -60.5t-83 -68.5t-124.5 -33q-316 0 -316 369z" />
101
- <glyph unicode="v" horiz-adv-x="1001" d="M82 936h143l283 -762l276 762h138l-361 -936h-117z" />
102
- <glyph unicode="w" horiz-adv-x="1458" d="M78 936h141l234 -766l219 676h123l204 -672l248 762h133l-319 -936h-133l-201 659l-217 -659h-137z" />
103
- <glyph unicode="x" horiz-adv-x="921" d="M51 0l336 473l-313 463h159l236 -358l244 358h141l-317 -449l333 -487h-161l-248 381l-264 -381h-146z" />
104
- <glyph unicode="y" horiz-adv-x="995" d="M82 936h143l299 -743l254 743h135l-391 -1086q-41 -113 -101.5 -174t-182.5 -104l-43 117q145 39 180 133l82 217z" />
105
- <glyph unicode="z" horiz-adv-x="839" d="M76 113l538 718h-489v105h592l47 -113l-537 -719h512v-104h-616z" />
106
- <glyph unicode="{" horiz-adv-x="731" d="M98 487v113q55 2 88 34t44.5 82t19.5 113.5t12 130t24.5 131t54.5 114.5t105.5 83t174.5 37v-111q-115 0 -171.5 -57t-66.5 -144t-14 -179.5t-36 -175.5t-108 -117q66 -25 100.5 -86.5t40 -135t14.5 -153.5t22.5 -145.5t68.5 -108.5t150 -43v-111q-133 4 -212 57.5 t-102.5 132.5t-38 172t-18.5 172t-41 134t-111 61z" />
107
- <glyph unicode="|" horiz-adv-x="499" d="M188 -340v1778h121v-1778h-121z" />
108
- <glyph unicode="}" horiz-adv-x="731" d="M111 -131q94 0 149 43t68.5 108.5t22.5 145.5t14.5 153.5t40 135t100.5 86.5q-76 35 -107.5 117.5t-36 175t-14.5 179.5t-66.5 144t-170.5 57v111q102 -4 173.5 -37t105.5 -83t54.5 -114.5t24.5 -131t12 -130t19.5 -113.5t44.5 -82t88 -34v-113q-74 -6 -111 -61t-41 -134 t-18 -172t-38 -172t-102.5 -132.5t-211.5 -57.5v111z" />
109
- <glyph unicode="~" d="M53 379q0 100 65.5 157.5t172.5 57.5q88 0 219 -79t178 -79q143 0 143 146l115 -58q0 -98 -69.5 -156.5t-174.5 -58.5q-70 0 -147.5 40t-143 80t-106.5 40q-137 0 -137 -147z" />
110
- <glyph unicode="&#xa2;" horiz-adv-x="866" d="M96 461q0 451 346 493v189h117v-187q100 -10 225 -59l-47 -113q-88 45 -178 62v-758q88 12 182 64l47 -113q-86 -41 -229 -57v-185h-117v185q-174 20 -260 147t-86 332zM236 461q0 -328 206 -369v754q-206 -41 -206 -385z" />
111
- <glyph unicode="&#xa3;" d="M96 678v113h148v53q0 90 18.5 163.5t45 124t74.5 90.5t86 62.5t102.5 43t103.5 27.5l106 19l41 -131q-49 -4 -100 -14t-99.5 -21.5t-89 -38t-72.5 -64.5t-49.5 -101.5t-17.5 -147.5v-65h357v-113h-357v-555h555v-123h-844v123h140v555h-148z" />
112
- <glyph unicode="&#xa5;" d="M12 1325h168l332 -594l319 594h154l-381 -690h277v-113h-299v-145h299v-113h-299v-264h-150v264h-297v113h297v145h-297v113h271z" />
113
- <glyph unicode="&#xa9;" horiz-adv-x="1474" d="M51 663.5q0 288.5 199 486.5t487 198q293 0 489.5 -197t196.5 -487q0 -289 -198.5 -486.5t-487 -197.5t-487.5 197.5t-199 486zM152 664q0 -244 171 -420t414.5 -176t414.5 176t171 420q0 248 -170 422t-416 174q-248 0 -416.5 -174t-168.5 -422zM381 659q0 184 84 298 t270 114q102 0 205 -33l-33 -88q-100 41 -172 41q-252 0 -252 -329q0 -340 246 -340q70 0 189 47l30 -88q-117 -39 -219 -39q-178 0 -263 112t-85 305z" />
114
- <glyph unicode="&#xad;" horiz-adv-x="669" d="M59 438v119h551v-119h-551z" />
115
- <glyph unicode="&#xae;" horiz-adv-x="1474" d="M51 663.5q0 288.5 199 486.5t487 198q293 0 489.5 -197t196.5 -487q0 -289 -198.5 -486.5t-487 -197.5t-487.5 197.5t-199 486zM152 664q0 -244 171 -420t414.5 -176t414.5 176t171 420q0 248 -170 422t-416 174q-248 0 -416.5 -174t-168.5 -422zM483 264v797h260 q115 0 191 -51.5t76 -163.5q0 -94 -56.5 -157.5t-181.5 -70.5l283 -354h-121l-277 354h-75v-354h-99zM582 696h170q156 0 155 150q0 135 -157 135h-168v-285z" />
116
- <glyph unicode="&#xb4;" horiz-adv-x="425" d="M39 1085l197 240h151l-242 -240h-106z" />
117
- <glyph unicode="&#x2000;" horiz-adv-x="763" />
118
- <glyph unicode="&#x2001;" horiz-adv-x="1527" />
119
- <glyph unicode="&#x2002;" horiz-adv-x="763" />
120
- <glyph unicode="&#x2003;" horiz-adv-x="1527" />
121
- <glyph unicode="&#x2004;" horiz-adv-x="507" />
122
- <glyph unicode="&#x2005;" horiz-adv-x="380" />
123
- <glyph unicode="&#x2006;" horiz-adv-x="253" />
124
- <glyph unicode="&#x2007;" horiz-adv-x="253" />
125
- <glyph unicode="&#x2008;" horiz-adv-x="190" />
126
- <glyph unicode="&#x2009;" horiz-adv-x="305" />
127
- <glyph unicode="&#x200a;" horiz-adv-x="83" />
128
- <glyph unicode="&#x2010;" horiz-adv-x="669" d="M59 438v119h551v-119h-551z" />
129
- <glyph unicode="&#x2011;" horiz-adv-x="669" d="M59 438v119h551v-119h-551z" />
130
- <glyph unicode="&#x2012;" horiz-adv-x="669" d="M59 438v119h551v-119h-551z" />
131
- <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M-2 430v119h1028v-119h-1028z" />
132
- <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M-2 424v125h2052v-125h-2052z" />
133
- <glyph unicode="&#x2018;" horiz-adv-x="499" d="M92 942l203 385h102l-174 -385h-131z" />
134
- <glyph unicode="&#x2019;" horiz-adv-x="499" d="M98 940l172 385h133l-198 -385h-107z" />
135
- <glyph unicode="&#x201c;" horiz-adv-x="745" d="M82 942l203 385h102l-174 -385h-131zM358 942l201 385h105l-175 -385h-131z" />
136
- <glyph unicode="&#x201d;" horiz-adv-x="745" d="M82 940l174 385h131l-201 -385h-104zM356 940l174 385h134l-203 -385h-105z" />
137
- <glyph unicode="&#x2022;" d="M238 664q0 109 76.5 184.5t185 75.5t184.5 -76t76 -184.5t-76 -185.5t-184 -77q-111 0 -186.5 76t-75.5 187z" />
138
- <glyph unicode="&#x2026;" horiz-adv-x="1497" d="M170 0v170h160v-170h-160zM670 0v170h157v-170h-157zM1167 0v170h160v-170h-160z" />
139
- <glyph unicode="&#x202f;" horiz-adv-x="305" />
140
- <glyph unicode="&#x205f;" horiz-adv-x="380" />
141
- <glyph unicode="&#x2122;" horiz-adv-x="1847" d="M170 1251v74h559v-74h-233v-655h-97v655h-229zM831 598v727h142l260 -604l262 604h135v-727h-92v631l-272 -631h-74l-272 631v-631h-89z" />
142
- <glyph unicode="&#xe000;" horiz-adv-x="935" d="M0 935h935v-935h-935v935z" />
143
- <glyph unicode="&#xfb01;" horiz-adv-x="917" d="M31 831v105h141v100q0 264 303 326l45 -115q-115 -20 -165 -64t-50 -136v-111h172v-105h-172v-831h-133v831h-141zM631 1165v160h147v-160h-147zM637 0v936h135v-936h-135z" />
144
- <glyph unicode="&#xfb02;" horiz-adv-x="917" d="M31 831v105h141v100q0 264 303 326l45 -115q-115 -20 -165 -64t-50 -136v-111h172v-105h-172v-831h-133v831h-141zM641 0v1346h133v-1346h-133z" />
145
- <glyph unicode="&#xfb03;" horiz-adv-x="1568" d="M1282 1165v160h148v-160h-148zM1290 0v936h134v-936h-134zM602 831v105h141v98q0 150 111.5 239t253.5 99l34 -115q-127 -8 -196.5 -62t-69.5 -148v-111h213v-105h-213v-831h-133v831h-141zM31 831v105h141v98q0 150 111.5 239t253.5 99l34 -115q-127 -8 -196.5 -62 t-69.5 -148v-111h213v-105h-213v-831h-133v831h-141z" />
146
- <glyph unicode="&#xfb04;" horiz-adv-x="1562" d="M1286 0v1346h133v-1346h-133zM602 831v105h141v98q0 150 111.5 239t253.5 99l34 -115q-127 -8 -196.5 -62t-69.5 -148v-111h213v-105h-213v-831h-133v831h-141zM31 831v105h141v98q0 150 111.5 239t253.5 99l34 -115q-127 -8 -196.5 -62t-69.5 -148v-111h213v-105h-213 v-831h-133v831h-141z" />
147
- <glyph horiz-adv-x="499" />
148
- </font>
149
- </defs></svg>