atome 0.5.7.5.4 → 0.5.7.5.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/documentation/deep learning/basic_infos.txt +5 -0
- data/lib/atome/genesis/atomes.rb +12 -0
- data/lib/atome/genesis/particles/event.rb +141 -97
- data/lib/atome/genesis/particles/identity.rb +2 -1
- data/lib/atome/genesis/particles/spatial.rb +25 -0
- data/lib/atome/genesis/particles/utility.rb +13 -5
- data/lib/atome/utilities/essentials.rb +5 -2
- data/lib/atome/version.rb +1 -1
- data/lib/molecules/intuition/tools.rb +1 -1
- data/lib/molecules/intuition/utilities.rb +3 -0
- data/lib/platform_specific/opal/extensions/object.rb +3 -1
- data/lib/platform_specific/wasm/atome_wasm_extensions.rb +2 -1
- data/lib/renderers/html/event.rb +20 -6
- data/lib/renderers/html/html.rb +753 -446
- data/lib/renderers/html/identity.rb +33 -6
- data/lib/renderers/html/spatial.rb +27 -0
- data/lib/renderers/html/utility.rb +4 -0
- data/vendor/assets/application/examples/audio.rb +25 -9
- data/vendor/assets/application/examples/calendar.rb +186 -0
- data/vendor/assets/application/examples/drop.rb +1 -0
- data/vendor/assets/application/examples/editor.rb +139 -0
- data/vendor/assets/application/examples/inspector.rb +129 -0
- data/vendor/assets/application/examples/keyboard.rb +20 -10
- data/vendor/assets/application/examples/map.rb +42 -0
- data/vendor/assets/application/examples/meteo.rb +8 -0
- data/vendor/assets/application/examples/midi.rb +4 -0
- data/vendor/assets/application/examples/on_resize.rb +14 -0
- data/vendor/assets/application/examples/over.rb +0 -1
- data/vendor/assets/application/examples/overflow.rb +20 -5
- data/vendor/assets/application/examples/particles.rb +1 -1
- data/vendor/assets/application/examples/preset.rb +1 -1
- data/vendor/assets/application/examples/resize.rb +11 -0
- data/vendor/assets/application/examples/tick.rb +10 -0
- data/vendor/assets/application/examples/tools.rb +6 -1
- data/vendor/assets/application/examples/touch.rb +2 -14
- data/vendor/assets/application/examples/trigger_abstraction.rb +165 -0
- data/vendor/assets/application/examples/vr.rb +3 -0
- data/vendor/assets/src/css/codemirror.min.css +472 -0
- data/vendor/assets/src/css/fonts/tui/icon.eot +0 -0
- data/vendor/assets/src/css/fonts/tui/icon.svg +17 -0
- data/vendor/assets/src/css/fonts/tui/icon.ttf +0 -0
- data/vendor/assets/src/css/fonts/tui/icon.woff +0 -0
- data/vendor/assets/src/css/fonts/tui/noto.woff +72 -0
- data/vendor/assets/src/css/images/leaflet/layers-2x.png +0 -0
- data/vendor/assets/src/css/images/leaflet/layers.png +0 -0
- data/vendor/assets/src/css/images/leaflet/marker-icon-2x.png +0 -0
- data/vendor/assets/src/css/images/leaflet/marker-icon.png +0 -0
- data/vendor/assets/src/css/images/leaflet/marker-shadow.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-left.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-left@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-left@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-right.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-right@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-arrow-line-right@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-traveltime-w.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-day.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-day@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-day@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-month.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-month@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-month@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-week.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-week@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/ic-view-week@3x.png +0 -0
- data/vendor/assets/src/css/images/tui/icon.png +0 -0
- data/vendor/assets/src/css/images/tui/img-bi.png +0 -0
- data/vendor/assets/src/css/images/tui/img-bi@2x.png +0 -0
- data/vendor/assets/src/css/images/tui/img-bi@3x.png +0 -0
- data/vendor/assets/src/css/leaflet.css +664 -0
- data/vendor/assets/src/css/monokai.min.css +127 -0
- data/vendor/assets/src/css/style.css +1 -1
- data/vendor/assets/src/css/toastui-calendar.min.css +6 -0
- data/vendor/assets/src/index.html +12 -1
- data/vendor/assets/src/index_opal.html +16 -1
- data/vendor/assets/src/index_server.html +11 -1
- data/vendor/assets/src/index_server_wasm.html +10 -1
- data/vendor/assets/src/index_wasm.html +12 -1
- data/vendor/assets/src/js/atome/specific/tauri.js +32 -0
- data/vendor/assets/src/js/atome/utilities/importmap.js +9 -0
- data/vendor/assets/src/js/atome/utilities/three_module.js +88 -0
- data/vendor/assets/src/js/test.js +42 -0
- data/vendor/assets/src/js/third_parties/Three/build/three.cjs +54216 -0
- data/vendor/assets/src/js/third_parties/Three/build/three.module.min.js +6 -0
- data/vendor/assets/src/js/third_parties/Three/build/three.webgpu.min.js +6 -0
- data/vendor/assets/src/js/third_parties/Three/jsm/controls/OrbitControls.js +1532 -0
- data/vendor/assets/src/js/third_parties/codemirror.min.js +1 -0
- data/vendor/assets/src/js/third_parties/leaflet.js +6 -0
- data/vendor/assets/src/js/third_parties/leaflet.js.map +1 -0
- data/vendor/assets/src/js/third_parties/ruby.min.js +1 -0
- data/vendor/assets/src/js/third_parties/toastui-calendar.min.js +9 -0
- data/vendor/assets/src/medias/images/puydesancy.jpg +0 -0
- data/vendor/assets/src-tauri/Cargo.toml +6 -5
- data/vendor/assets/src-tauri/Info.plist +12 -0
- data/vendor/assets/src-tauri/src/main.rs +32 -3
- data/vendor/assets/src-tauri/src/midi.rs +25 -0
- data/vendor/assets/src-tauri/tauri.conf.json +4 -4
- metadata +60 -3
- data/vendor/assets/src/js/third_parties/three.min.js +0 -6
@@ -0,0 +1,472 @@
|
|
1
|
+
.CodeMirror {
|
2
|
+
font-family: monospace;
|
3
|
+
width: 100%;
|
4
|
+
height: 100%;
|
5
|
+
color: #000;
|
6
|
+
direction: ltr
|
7
|
+
}
|
8
|
+
|
9
|
+
.CodeMirror-lines {
|
10
|
+
padding: 4px 0
|
11
|
+
}
|
12
|
+
|
13
|
+
.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
|
14
|
+
padding: 0 4px
|
15
|
+
}
|
16
|
+
|
17
|
+
.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
|
18
|
+
background-color: #fff
|
19
|
+
}
|
20
|
+
|
21
|
+
.CodeMirror-gutters {
|
22
|
+
border-right: 1px solid #ddd;
|
23
|
+
background-color: #f7f7f7;
|
24
|
+
white-space: nowrap
|
25
|
+
}
|
26
|
+
|
27
|
+
.CodeMirror-linenumber {
|
28
|
+
padding: 0 3px 0 5px;
|
29
|
+
min-width: 20px;
|
30
|
+
text-align: right;
|
31
|
+
color: #999;
|
32
|
+
white-space: nowrap
|
33
|
+
}
|
34
|
+
|
35
|
+
.CodeMirror-guttermarker {
|
36
|
+
color: #000
|
37
|
+
}
|
38
|
+
|
39
|
+
.CodeMirror-guttermarker-subtle {
|
40
|
+
color: #999
|
41
|
+
}
|
42
|
+
|
43
|
+
.CodeMirror-cursor {
|
44
|
+
border-left: 1px solid #000;
|
45
|
+
border-right: none;
|
46
|
+
width: 0
|
47
|
+
}
|
48
|
+
|
49
|
+
.CodeMirror div.CodeMirror-secondarycursor {
|
50
|
+
border-left: 1px solid silver
|
51
|
+
}
|
52
|
+
|
53
|
+
.cm-fat-cursor .CodeMirror-cursor {
|
54
|
+
width: auto;
|
55
|
+
border: 0 !important;
|
56
|
+
background: #7e7
|
57
|
+
}
|
58
|
+
|
59
|
+
.cm-fat-cursor div.CodeMirror-cursors {
|
60
|
+
z-index: 1
|
61
|
+
}
|
62
|
+
|
63
|
+
.cm-fat-cursor .CodeMirror-line::selection, .cm-fat-cursor .CodeMirror-line > span::selection, .cm-fat-cursor .CodeMirror-line > span > span::selection {
|
64
|
+
background: 0 0
|
65
|
+
}
|
66
|
+
|
67
|
+
.cm-fat-cursor .CodeMirror-line::-moz-selection, .cm-fat-cursor .CodeMirror-line > span::-moz-selection, .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
|
68
|
+
background: 0 0
|
69
|
+
}
|
70
|
+
|
71
|
+
.cm-fat-cursor {
|
72
|
+
caret-color: transparent
|
73
|
+
}
|
74
|
+
|
75
|
+
@-moz-keyframes blink {
|
76
|
+
50% {
|
77
|
+
background-color: transparent
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
@-webkit-keyframes blink {
|
82
|
+
50% {
|
83
|
+
background-color: transparent
|
84
|
+
}
|
85
|
+
}
|
86
|
+
|
87
|
+
@keyframes blink {
|
88
|
+
50% {
|
89
|
+
background-color: transparent
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
.cm-tab {
|
94
|
+
display: inline-block;
|
95
|
+
text-decoration: inherit
|
96
|
+
}
|
97
|
+
|
98
|
+
.CodeMirror-rulers {
|
99
|
+
position: absolute;
|
100
|
+
left: 0;
|
101
|
+
right: 0;
|
102
|
+
top: -50px;
|
103
|
+
bottom: 0;
|
104
|
+
overflow: hidden
|
105
|
+
}
|
106
|
+
|
107
|
+
.CodeMirror-ruler {
|
108
|
+
border-left: 1px solid #ccc;
|
109
|
+
top: 0;
|
110
|
+
bottom: 0;
|
111
|
+
position: absolute
|
112
|
+
}
|
113
|
+
|
114
|
+
.cm-s-default .cm-header {
|
115
|
+
color: #00f
|
116
|
+
}
|
117
|
+
|
118
|
+
.cm-s-default .cm-quote {
|
119
|
+
color: #090
|
120
|
+
}
|
121
|
+
|
122
|
+
.cm-negative {
|
123
|
+
color: #d44
|
124
|
+
}
|
125
|
+
|
126
|
+
.cm-positive {
|
127
|
+
color: #292
|
128
|
+
}
|
129
|
+
|
130
|
+
.cm-header, .cm-strong {
|
131
|
+
font-weight: 700
|
132
|
+
}
|
133
|
+
|
134
|
+
.cm-em {
|
135
|
+
font-style: italic
|
136
|
+
}
|
137
|
+
|
138
|
+
.cm-link {
|
139
|
+
text-decoration: underline
|
140
|
+
}
|
141
|
+
|
142
|
+
.cm-strikethrough {
|
143
|
+
text-decoration: line-through
|
144
|
+
}
|
145
|
+
|
146
|
+
.cm-s-default .cm-keyword {
|
147
|
+
color: #708
|
148
|
+
}
|
149
|
+
|
150
|
+
.cm-s-default .cm-atom {
|
151
|
+
color: #219
|
152
|
+
}
|
153
|
+
|
154
|
+
.cm-s-default .cm-number {
|
155
|
+
color: #164
|
156
|
+
}
|
157
|
+
|
158
|
+
.cm-s-default .cm-def {
|
159
|
+
color: #00f
|
160
|
+
}
|
161
|
+
|
162
|
+
.cm-s-default .cm-variable-2 {
|
163
|
+
color: #05a
|
164
|
+
}
|
165
|
+
|
166
|
+
.cm-s-default .cm-type, .cm-s-default .cm-variable-3 {
|
167
|
+
color: #085
|
168
|
+
}
|
169
|
+
|
170
|
+
.cm-s-default .cm-comment {
|
171
|
+
color: #a50
|
172
|
+
}
|
173
|
+
|
174
|
+
.cm-s-default .cm-string {
|
175
|
+
color: #a11
|
176
|
+
}
|
177
|
+
|
178
|
+
.cm-s-default .cm-string-2 {
|
179
|
+
color: #f50
|
180
|
+
}
|
181
|
+
|
182
|
+
.cm-s-default .cm-meta {
|
183
|
+
color: #555
|
184
|
+
}
|
185
|
+
|
186
|
+
.cm-s-default .cm-qualifier {
|
187
|
+
color: #555
|
188
|
+
}
|
189
|
+
|
190
|
+
.cm-s-default .cm-builtin {
|
191
|
+
color: #30a
|
192
|
+
}
|
193
|
+
|
194
|
+
.cm-s-default .cm-bracket {
|
195
|
+
color: #997
|
196
|
+
}
|
197
|
+
|
198
|
+
.cm-s-default .cm-tag {
|
199
|
+
color: #170
|
200
|
+
}
|
201
|
+
|
202
|
+
.cm-s-default .cm-attribute {
|
203
|
+
color: #00c
|
204
|
+
}
|
205
|
+
|
206
|
+
.cm-s-default .cm-hr {
|
207
|
+
color: #999
|
208
|
+
}
|
209
|
+
|
210
|
+
.cm-s-default .cm-link {
|
211
|
+
color: #00c
|
212
|
+
}
|
213
|
+
|
214
|
+
.cm-s-default .cm-error {
|
215
|
+
color: red
|
216
|
+
}
|
217
|
+
|
218
|
+
.cm-invalidchar {
|
219
|
+
color: red
|
220
|
+
}
|
221
|
+
|
222
|
+
.CodeMirror-composing {
|
223
|
+
border-bottom: 2px solid
|
224
|
+
}
|
225
|
+
|
226
|
+
div.CodeMirror span.CodeMirror-matchingbracket {
|
227
|
+
color: #0b0
|
228
|
+
}
|
229
|
+
|
230
|
+
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
231
|
+
color: #a22
|
232
|
+
}
|
233
|
+
|
234
|
+
.CodeMirror-matchingtag {
|
235
|
+
background: rgba(255, 150, 0, .3)
|
236
|
+
}
|
237
|
+
|
238
|
+
.CodeMirror-activeline-background {
|
239
|
+
background: #e8f2ff
|
240
|
+
}
|
241
|
+
|
242
|
+
.CodeMirror {
|
243
|
+
position: relative;
|
244
|
+
overflow: hidden;
|
245
|
+
background: #fff
|
246
|
+
}
|
247
|
+
|
248
|
+
.CodeMirror-scroll {
|
249
|
+
overflow: scroll !important;
|
250
|
+
margin-bottom: -50px;
|
251
|
+
margin-right: -50px;
|
252
|
+
padding-bottom: 50px;
|
253
|
+
height: 100%;
|
254
|
+
outline: 0;
|
255
|
+
position: relative;
|
256
|
+
z-index: 0
|
257
|
+
}
|
258
|
+
|
259
|
+
.CodeMirror-sizer {
|
260
|
+
position: relative;
|
261
|
+
border-right: 50px solid transparent
|
262
|
+
}
|
263
|
+
|
264
|
+
.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
|
265
|
+
position: absolute;
|
266
|
+
z-index: 6;
|
267
|
+
display: none;
|
268
|
+
outline: 0
|
269
|
+
}
|
270
|
+
|
271
|
+
.CodeMirror-vscrollbar {
|
272
|
+
right: 0;
|
273
|
+
top: 0;
|
274
|
+
overflow-x: hidden;
|
275
|
+
overflow-y: scroll
|
276
|
+
}
|
277
|
+
|
278
|
+
.CodeMirror-hscrollbar {
|
279
|
+
bottom: 0;
|
280
|
+
left: 0;
|
281
|
+
overflow-y: hidden;
|
282
|
+
overflow-x: scroll
|
283
|
+
}
|
284
|
+
|
285
|
+
.CodeMirror-scrollbar-filler {
|
286
|
+
right: 0;
|
287
|
+
bottom: 0
|
288
|
+
}
|
289
|
+
|
290
|
+
.CodeMirror-gutter-filler {
|
291
|
+
left: 0;
|
292
|
+
bottom: 0
|
293
|
+
}
|
294
|
+
|
295
|
+
.CodeMirror-gutters {
|
296
|
+
position: absolute;
|
297
|
+
left: 0;
|
298
|
+
top: 0;
|
299
|
+
min-height: 100%;
|
300
|
+
z-index: 3
|
301
|
+
}
|
302
|
+
|
303
|
+
.CodeMirror-gutter {
|
304
|
+
white-space: normal;
|
305
|
+
height: 100%;
|
306
|
+
display: inline-block;
|
307
|
+
vertical-align: top;
|
308
|
+
margin-bottom: -50px
|
309
|
+
}
|
310
|
+
|
311
|
+
.CodeMirror-gutter-wrapper {
|
312
|
+
position: absolute;
|
313
|
+
z-index: 4;
|
314
|
+
background: 0 0 !important;
|
315
|
+
border: none !important
|
316
|
+
}
|
317
|
+
|
318
|
+
.CodeMirror-gutter-background {
|
319
|
+
position: absolute;
|
320
|
+
top: 0;
|
321
|
+
bottom: 0;
|
322
|
+
z-index: 4
|
323
|
+
}
|
324
|
+
|
325
|
+
.CodeMirror-gutter-elt {
|
326
|
+
position: absolute;
|
327
|
+
cursor: default;
|
328
|
+
z-index: 4
|
329
|
+
}
|
330
|
+
|
331
|
+
.CodeMirror-gutter-wrapper ::selection {
|
332
|
+
background-color: transparent
|
333
|
+
}
|
334
|
+
|
335
|
+
.CodeMirror-gutter-wrapper ::-moz-selection {
|
336
|
+
background-color: transparent
|
337
|
+
}
|
338
|
+
|
339
|
+
.CodeMirror-lines {
|
340
|
+
cursor: text;
|
341
|
+
min-height: 1px
|
342
|
+
}
|
343
|
+
|
344
|
+
.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
|
345
|
+
-moz-border-radius: 0;
|
346
|
+
-webkit-border-radius: 0;
|
347
|
+
border-radius: 0;
|
348
|
+
border-width: 0;
|
349
|
+
background: 0 0;
|
350
|
+
font-family: inherit;
|
351
|
+
font-size: inherit;
|
352
|
+
margin: 0;
|
353
|
+
white-space: pre;
|
354
|
+
word-wrap: normal;
|
355
|
+
line-height: inherit;
|
356
|
+
color: inherit;
|
357
|
+
z-index: 2;
|
358
|
+
position: relative;
|
359
|
+
overflow: visible;
|
360
|
+
-webkit-tap-highlight-color: transparent;
|
361
|
+
-webkit-font-variant-ligatures: contextual;
|
362
|
+
font-variant-ligatures: contextual
|
363
|
+
}
|
364
|
+
|
365
|
+
|
366
|
+
.CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like {
|
367
|
+
word-wrap: break-word;
|
368
|
+
white-space: pre-wrap;
|
369
|
+
word-break: normal
|
370
|
+
}
|
371
|
+
|
372
|
+
.CodeMirror-linebackground {
|
373
|
+
position: absolute;
|
374
|
+
left: 0;
|
375
|
+
right: 0;
|
376
|
+
top: 0;
|
377
|
+
bottom: 0;
|
378
|
+
z-index: 0
|
379
|
+
}
|
380
|
+
|
381
|
+
.CodeMirror-linewidget {
|
382
|
+
position: relative;
|
383
|
+
z-index: 2;
|
384
|
+
padding: .1px
|
385
|
+
}
|
386
|
+
|
387
|
+
.CodeMirror-rtl pre {
|
388
|
+
direction: rtl
|
389
|
+
}
|
390
|
+
|
391
|
+
.CodeMirror-code {
|
392
|
+
outline: 0
|
393
|
+
}
|
394
|
+
|
395
|
+
.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
|
396
|
+
-moz-box-sizing: content-box;
|
397
|
+
box-sizing: content-box
|
398
|
+
}
|
399
|
+
|
400
|
+
.CodeMirror-measure {
|
401
|
+
position: absolute;
|
402
|
+
width: 100%;
|
403
|
+
height: 0;
|
404
|
+
overflow: hidden;
|
405
|
+
visibility: hidden
|
406
|
+
}
|
407
|
+
|
408
|
+
.CodeMirror-cursor {
|
409
|
+
position: absolute;
|
410
|
+
pointer-events: none
|
411
|
+
}
|
412
|
+
|
413
|
+
.CodeMirror-measure pre {
|
414
|
+
position: static
|
415
|
+
}
|
416
|
+
|
417
|
+
div.CodeMirror-cursors {
|
418
|
+
visibility: hidden;
|
419
|
+
position: relative;
|
420
|
+
z-index: 3
|
421
|
+
}
|
422
|
+
|
423
|
+
div.CodeMirror-dragcursors {
|
424
|
+
visibility: visible
|
425
|
+
}
|
426
|
+
|
427
|
+
.CodeMirror-focused div.CodeMirror-cursors {
|
428
|
+
visibility: visible
|
429
|
+
}
|
430
|
+
|
431
|
+
.CodeMirror-selected {
|
432
|
+
background: #d9d9d9
|
433
|
+
}
|
434
|
+
|
435
|
+
.CodeMirror-focused .CodeMirror-selected {
|
436
|
+
background: #d7d4f0
|
437
|
+
}
|
438
|
+
|
439
|
+
.CodeMirror-crosshair {
|
440
|
+
cursor: crosshair
|
441
|
+
}
|
442
|
+
|
443
|
+
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
|
444
|
+
background: #d7d4f0
|
445
|
+
}
|
446
|
+
|
447
|
+
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
|
448
|
+
background: #d7d4f0
|
449
|
+
}
|
450
|
+
|
451
|
+
.cm-searching {
|
452
|
+
background-color: #ffa;
|
453
|
+
background-color: rgba(255, 255, 0, .4)
|
454
|
+
}
|
455
|
+
|
456
|
+
.cm-force-border {
|
457
|
+
padding-right: .1px
|
458
|
+
}
|
459
|
+
|
460
|
+
@media print {
|
461
|
+
.CodeMirror div.CodeMirror-cursors {
|
462
|
+
visibility: hidden
|
463
|
+
}
|
464
|
+
}
|
465
|
+
|
466
|
+
.cm-tab-wrap-hack:after {
|
467
|
+
content: ''
|
468
|
+
}
|
469
|
+
|
470
|
+
span.CodeMirror-selectedtext {
|
471
|
+
background: 0 0
|
472
|
+
}
|
Binary file
|
@@ -0,0 +1,17 @@
|
|
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="icomoon" 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=" " horiz-adv-x="512" d="" />
|
10
|
+
<glyph unicode="" glyph-name="ic_location_b" horiz-adv-x="745" d="M372.364-64c-248.242 297.324-372.364 514.536-372.364 651.636 0 205.651 166.713 372.364 372.364 372.364s372.364-166.713 372.364-372.364c0-137.101-124.121-354.313-372.364-651.636zM372.364 401.455c102.825 0 186.182 83.356 186.182 186.182s-83.356 186.182-186.182 186.182c-102.825 0-186.182-83.356-186.182-186.182s83.356-186.182 186.182-186.182z" />
|
11
|
+
<glyph unicode="" glyph-name="ic_lock_b" horiz-adv-x="819" d="M716.8 550.4c56.554 0 102.4-45.846 102.4-102.4v-409.6c0-56.554-45.846-102.4-102.4-102.4h-614.4c-56.554 0-102.4 45.846-102.4 102.4v409.6c0 56.554 45.846 102.4 102.4 102.4v102.4c0 169.662 137.538 307.2 307.2 307.2s307.2-137.538 307.2-307.2v-102.4zM563.2 550.4v102.4c0 84.831-68.769 153.6-153.6 153.6s-153.6-68.769-153.6-153.6v-102.4h307.2z" />
|
12
|
+
<glyph unicode="" glyph-name="ic_milestone" horiz-adv-x="922" d="M512 345.6h-307.2v-409.6h-204.8v1024h512c56.554 0 102.4-45.846 102.4-102.4h204.8c56.554 0 102.4-45.846 102.4-102.4v-409.6c0-56.554-45.846-102.4-102.4-102.4h-204.8c-56.554 0-102.4 45.846-102.4 102.4z" />
|
13
|
+
<glyph unicode="" glyph-name="ic_readonly_b" d="M316.713 147.428c56.18-36.576 123.252-57.828 195.287-57.828 197.939 0 358.4 160.461 358.4 358.4 0 72.035-21.252 139.107-57.828 195.287l-495.859-495.859zM208.828 256.766l494.406 494.406c-55.341 34.981-120.923 55.228-191.234 55.228-197.939 0-358.4-160.461-358.4-358.4 0-70.311 20.247-135.893 55.228-191.234zM512-64c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512z" />
|
14
|
+
<glyph unicode="" glyph-name="ic_repeat_b" d="M149.961 85.961l-149.961-149.961v409.6h409.6l-151.027-151.027c64.858-64.858 154.458-104.973 253.427-104.973 162.356 0 299.498 107.956 343.558 256h158.2c-47.439-233.701-254.057-409.6-501.758-409.6-141.385 0-269.385 57.308-362.039 149.961zM874.039 810.039l149.961 149.961v-409.6h-409.6l151.027 151.027c-64.858 64.858-154.458 104.973-253.427 104.973-162.356 0-299.498-107.956-343.558-256h-158.2c47.439 233.701 254.057 409.6 501.758 409.6 141.385 0 269.385-57.308 362.039-149.961z" />
|
15
|
+
<glyph unicode="" glyph-name="ic_state_b" d="M409.6 960h204.8c113.108 0 204.8-91.692 204.8-204.8v-204.8c0-113.108-91.692-204.8-204.8-204.8h-204.8c-113.108 0-204.8 91.692-204.8 204.8v204.8c0 113.108 91.692 204.8 204.8 204.8zM409.6 806.4v-307.2h204.8v307.2h-204.8zM102.4 652.8h819.2c56.554 0 102.4-45.846 102.4-102.4v-512c0-56.554-45.846-102.4-102.4-102.4h-819.2c-56.554 0-102.4 45.846-102.4 102.4v512c0 56.554 45.846 102.4 102.4 102.4z" />
|
16
|
+
<glyph unicode="" glyph-name="ic_user_b" horiz-adv-x="1138" d="M19.766 49.778c-12.815 5.936-19.766 12.441-19.766 19.521 0 177.732 254.7 321.812 568.889 321.812s568.889-144.080 568.889-321.812c0-7.058-7.462-13.567-21.177-19.521h21.177v-113.778h-1137.778v113.778h19.766zM568.889 960c125.675 0 227.556-101.88 227.556-227.556s-101.88-227.556-227.556-227.556c-125.675 0-227.556 101.88-227.556 227.556s101.88 227.556 227.556 227.556z" />
|
17
|
+
</font></defs></svg>
|
Binary file
|
Binary file
|
@@ -0,0 +1,72 @@
|
|
1
|
+
/* cyrillic-ext */
|
2
|
+
@font-face {
|
3
|
+
font-family: 'Noto Sans';
|
4
|
+
font-style: normal;
|
5
|
+
font-weight: 400;
|
6
|
+
font-stretch: 100%;
|
7
|
+
src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9X6VTYyWtZ3rKW9w.woff) format('woff');
|
8
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
9
|
+
}
|
10
|
+
/* cyrillic */
|
11
|
+
@font-face {
|
12
|
+
font-family: 'Noto Sans';
|
13
|
+
font-style: normal;
|
14
|
+
font-weight: 400;
|
15
|
+
font-stretch: 100%;
|
16
|
+
src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9e6VTYyWtZ3rKW9w.woff) format('woff');
|
17
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
18
|
+
}
|
19
|
+
/* devanagari */
|
20
|
+
@font-face {
|
21
|
+
font-family: 'Noto Sans';
|
22
|
+
font-style: normal;
|
23
|
+
font-weight: 400;
|
24
|
+
font-stretch: 100%;
|
25
|
+
src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9b6VTYyWtZ3rKW9w.woff) format('woff');
|
26
|
+
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
|
27
|
+
}
|
28
|
+
/* greek-ext */
|
29
|
+
@font-face {
|
30
|
+
font-family: 'Noto Sans';
|
31
|
+
font-style: normal;
|
32
|
+
font-weight: 400;
|
33
|
+
font-stretch: 100%;
|
34
|
+
src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9W6VTYyWtZ3rKW9w.woff) format('woff');
|
35
|
+
unicode-range: U+1F00-1FFF;
|
36
|
+
}
|
37
|
+
/* greek */
|
38
|
+
@font-face {
|
39
|
+
font-family: 'Noto Sans';
|
40
|
+
font-style: normal;
|
41
|
+
font-weight: 400;
|
42
|
+
font-stretch: 100%;
|
43
|
+
src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9Z6VTYyWtZ3rKW9w.woff) format('woff');
|
44
|
+
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
|
45
|
+
}
|
46
|
+
/* vietnamese */
|
47
|
+
@font-face {
|
48
|
+
font-family: 'Noto Sans';
|
49
|
+
font-style: normal;
|
50
|
+
font-weight: 400;
|
51
|
+
font-stretch: 100%;
|
52
|
+
src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9V6VTYyWtZ3rKW9w.woff) format('woff');
|
53
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
54
|
+
}
|
55
|
+
/* latin-ext */
|
56
|
+
@font-face {
|
57
|
+
font-family: 'Noto Sans';
|
58
|
+
font-style: normal;
|
59
|
+
font-weight: 400;
|
60
|
+
font-stretch: 100%;
|
61
|
+
src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9U6VTYyWtZ3rKW9w.woff) format('woff');
|
62
|
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
63
|
+
}
|
64
|
+
/* latin */
|
65
|
+
@font-face {
|
66
|
+
font-family: 'Noto Sans';
|
67
|
+
font-style: normal;
|
68
|
+
font-weight: 400;
|
69
|
+
font-stretch: 100%;
|
70
|
+
src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9a6VTYyWtZ3rI.woff) format('woff');
|
71
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
72
|
+
}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|