This diff has been collapsed as it changes many lines, (11669 lines changed) Show them Hide them | |||||
@@ -0,0 +1,11669 | |||||
|
1 | div.ipynb { | |||
|
2 | /*! | |||
|
3 | * | |||
|
4 | * Twitter Bootstrap | |||
|
5 | * | |||
|
6 | */ | |||
|
7 | /*! | |||
|
8 | * Bootstrap v3.3.7 (http://getbootstrap.com) | |||
|
9 | * Copyright 2011-2016 Twitter, Inc. | |||
|
10 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |||
|
11 | */ | |||
|
12 | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |||
|
13 | html { | |||
|
14 | font-family: sans-serif; | |||
|
15 | -ms-text-size-adjust: 100%; | |||
|
16 | -webkit-text-size-adjust: 100%; | |||
|
17 | } | |||
|
18 | body { | |||
|
19 | margin: 0; | |||
|
20 | } | |||
|
21 | article, | |||
|
22 | aside, | |||
|
23 | details, | |||
|
24 | figcaption, | |||
|
25 | figure, | |||
|
26 | footer, | |||
|
27 | header, | |||
|
28 | hgroup, | |||
|
29 | main, | |||
|
30 | menu, | |||
|
31 | nav, | |||
|
32 | section, | |||
|
33 | summary { | |||
|
34 | display: block; | |||
|
35 | } | |||
|
36 | audio, | |||
|
37 | canvas, | |||
|
38 | progress, | |||
|
39 | video { | |||
|
40 | display: inline-block; | |||
|
41 | vertical-align: baseline; | |||
|
42 | } | |||
|
43 | audio:not([controls]) { | |||
|
44 | display: none; | |||
|
45 | height: 0; | |||
|
46 | } | |||
|
47 | [hidden], | |||
|
48 | template { | |||
|
49 | display: none; | |||
|
50 | } | |||
|
51 | a { | |||
|
52 | background-color: transparent; | |||
|
53 | } | |||
|
54 | a:active, | |||
|
55 | a:hover { | |||
|
56 | outline: 0; | |||
|
57 | } | |||
|
58 | abbr[title] { | |||
|
59 | border-bottom: 1px dotted; | |||
|
60 | } | |||
|
61 | b, | |||
|
62 | strong { | |||
|
63 | font-weight: bold; | |||
|
64 | } | |||
|
65 | dfn { | |||
|
66 | font-style: italic; | |||
|
67 | } | |||
|
68 | h1 { | |||
|
69 | font-size: 2em; | |||
|
70 | margin: 0.67em 0; | |||
|
71 | } | |||
|
72 | mark { | |||
|
73 | background: #ff0; | |||
|
74 | color: #000; | |||
|
75 | } | |||
|
76 | small { | |||
|
77 | font-size: 80%; | |||
|
78 | } | |||
|
79 | sub, | |||
|
80 | sup { | |||
|
81 | font-size: 75%; | |||
|
82 | line-height: 0; | |||
|
83 | position: relative; | |||
|
84 | vertical-align: baseline; | |||
|
85 | } | |||
|
86 | sup { | |||
|
87 | top: -0.5em; | |||
|
88 | } | |||
|
89 | sub { | |||
|
90 | bottom: -0.25em; | |||
|
91 | } | |||
|
92 | img { | |||
|
93 | border: 0; | |||
|
94 | } | |||
|
95 | svg:not(:root) { | |||
|
96 | overflow: hidden; | |||
|
97 | } | |||
|
98 | figure { | |||
|
99 | margin: 1em 40px; | |||
|
100 | } | |||
|
101 | hr { | |||
|
102 | box-sizing: content-box; | |||
|
103 | height: 0; | |||
|
104 | } | |||
|
105 | pre { | |||
|
106 | overflow: auto; | |||
|
107 | } | |||
|
108 | code, | |||
|
109 | kbd, | |||
|
110 | pre, | |||
|
111 | samp { | |||
|
112 | font-family: monospace, monospace; | |||
|
113 | font-size: 1em; | |||
|
114 | } | |||
|
115 | button, | |||
|
116 | input, | |||
|
117 | optgroup, | |||
|
118 | select, | |||
|
119 | textarea { | |||
|
120 | color: inherit; | |||
|
121 | font: inherit; | |||
|
122 | margin: 0; | |||
|
123 | } | |||
|
124 | button { | |||
|
125 | overflow: visible; | |||
|
126 | } | |||
|
127 | button, | |||
|
128 | select { | |||
|
129 | text-transform: none; | |||
|
130 | } | |||
|
131 | button, | |||
|
132 | html input[type="button"], | |||
|
133 | input[type="reset"], | |||
|
134 | input[type="submit"] { | |||
|
135 | -webkit-appearance: button; | |||
|
136 | cursor: pointer; | |||
|
137 | } | |||
|
138 | button[disabled], | |||
|
139 | html input[disabled] { | |||
|
140 | cursor: default; | |||
|
141 | } | |||
|
142 | button::-moz-focus-inner, | |||
|
143 | input::-moz-focus-inner { | |||
|
144 | border: 0; | |||
|
145 | padding: 0; | |||
|
146 | } | |||
|
147 | input { | |||
|
148 | line-height: normal; | |||
|
149 | } | |||
|
150 | input[type="checkbox"], | |||
|
151 | input[type="radio"] { | |||
|
152 | box-sizing: border-box; | |||
|
153 | padding: 0; | |||
|
154 | } | |||
|
155 | input[type="number"]::-webkit-inner-spin-button, | |||
|
156 | input[type="number"]::-webkit-outer-spin-button { | |||
|
157 | height: auto; | |||
|
158 | } | |||
|
159 | input[type="search"] { | |||
|
160 | -webkit-appearance: textfield; | |||
|
161 | box-sizing: content-box; | |||
|
162 | } | |||
|
163 | input[type="search"]::-webkit-search-cancel-button, | |||
|
164 | input[type="search"]::-webkit-search-decoration { | |||
|
165 | -webkit-appearance: none; | |||
|
166 | } | |||
|
167 | fieldset { | |||
|
168 | border: 1px solid #c0c0c0; | |||
|
169 | margin: 0 2px; | |||
|
170 | padding: 0.35em 0.625em 0.75em; | |||
|
171 | } | |||
|
172 | legend { | |||
|
173 | border: 0; | |||
|
174 | padding: 0; | |||
|
175 | } | |||
|
176 | textarea { | |||
|
177 | overflow: auto; | |||
|
178 | } | |||
|
179 | optgroup { | |||
|
180 | font-weight: bold; | |||
|
181 | } | |||
|
182 | table { | |||
|
183 | border-collapse: collapse; | |||
|
184 | border-spacing: 0; | |||
|
185 | } | |||
|
186 | td, | |||
|
187 | th { | |||
|
188 | padding: 0; | |||
|
189 | } | |||
|
190 | /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ | |||
|
191 | @media print { | |||
|
192 | *, | |||
|
193 | *:before, | |||
|
194 | *:after { | |||
|
195 | background: transparent !important; | |||
|
196 | color: #000 !important; | |||
|
197 | box-shadow: none !important; | |||
|
198 | text-shadow: none !important; | |||
|
199 | } | |||
|
200 | a, | |||
|
201 | a:visited { | |||
|
202 | text-decoration: underline; | |||
|
203 | } | |||
|
204 | a[href]:after { | |||
|
205 | content: " (" attr(href) ")"; | |||
|
206 | } | |||
|
207 | abbr[title]:after { | |||
|
208 | content: " (" attr(title) ")"; | |||
|
209 | } | |||
|
210 | a[href^="#"]:after, | |||
|
211 | a[href^="javascript:"]:after { | |||
|
212 | content: ""; | |||
|
213 | } | |||
|
214 | pre, | |||
|
215 | blockquote { | |||
|
216 | border: 1px solid #999; | |||
|
217 | page-break-inside: avoid; | |||
|
218 | } | |||
|
219 | thead { | |||
|
220 | display: table-header-group; | |||
|
221 | } | |||
|
222 | tr, | |||
|
223 | img { | |||
|
224 | page-break-inside: avoid; | |||
|
225 | } | |||
|
226 | img { | |||
|
227 | max-width: 100% !important; | |||
|
228 | } | |||
|
229 | p, | |||
|
230 | h2, | |||
|
231 | h3 { | |||
|
232 | orphans: 3; | |||
|
233 | widows: 3; | |||
|
234 | } | |||
|
235 | h2, | |||
|
236 | h3 { | |||
|
237 | page-break-after: avoid; | |||
|
238 | } | |||
|
239 | .navbar { | |||
|
240 | display: none; | |||
|
241 | } | |||
|
242 | .btn > .caret, | |||
|
243 | .dropup > .btn > .caret { | |||
|
244 | border-top-color: #000 !important; | |||
|
245 | } | |||
|
246 | .label { | |||
|
247 | border: 1px solid #000; | |||
|
248 | } | |||
|
249 | .table { | |||
|
250 | border-collapse: collapse !important; | |||
|
251 | } | |||
|
252 | .table td, | |||
|
253 | .table th { | |||
|
254 | background-color: #fff !important; | |||
|
255 | } | |||
|
256 | .table-bordered th, | |||
|
257 | .table-bordered td { | |||
|
258 | border: 1px solid #ddd !important; | |||
|
259 | } | |||
|
260 | } | |||
|
261 | @font-face { | |||
|
262 | font-family: 'Glyphicons Halflings'; | |||
|
263 | src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); | |||
|
264 | src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); | |||
|
265 | } | |||
|
266 | .glyphicon { | |||
|
267 | position: relative; | |||
|
268 | top: 1px; | |||
|
269 | display: inline-block; | |||
|
270 | font-family: 'Glyphicons Halflings'; | |||
|
271 | font-style: normal; | |||
|
272 | font-weight: normal; | |||
|
273 | line-height: 1; | |||
|
274 | -webkit-font-smoothing: antialiased; | |||
|
275 | -moz-osx-font-smoothing: grayscale; | |||
|
276 | } | |||
|
277 | .glyphicon-asterisk:before { | |||
|
278 | content: "\002a"; | |||
|
279 | } | |||
|
280 | .glyphicon-plus:before { | |||
|
281 | content: "\002b"; | |||
|
282 | } | |||
|
283 | .glyphicon-euro:before, | |||
|
284 | .glyphicon-eur:before { | |||
|
285 | content: "\20ac"; | |||
|
286 | } | |||
|
287 | .glyphicon-minus:before { | |||
|
288 | content: "\2212"; | |||
|
289 | } | |||
|
290 | .glyphicon-cloud:before { | |||
|
291 | content: "\2601"; | |||
|
292 | } | |||
|
293 | .glyphicon-envelope:before { | |||
|
294 | content: "\2709"; | |||
|
295 | } | |||
|
296 | .glyphicon-pencil:before { | |||
|
297 | content: "\270f"; | |||
|
298 | } | |||
|
299 | .glyphicon-glass:before { | |||
|
300 | content: "\e001"; | |||
|
301 | } | |||
|
302 | .glyphicon-music:before { | |||
|
303 | content: "\e002"; | |||
|
304 | } | |||
|
305 | .glyphicon-search:before { | |||
|
306 | content: "\e003"; | |||
|
307 | } | |||
|
308 | .glyphicon-heart:before { | |||
|
309 | content: "\e005"; | |||
|
310 | } | |||
|
311 | .glyphicon-star:before { | |||
|
312 | content: "\e006"; | |||
|
313 | } | |||
|
314 | .glyphicon-star-empty:before { | |||
|
315 | content: "\e007"; | |||
|
316 | } | |||
|
317 | .glyphicon-user:before { | |||
|
318 | content: "\e008"; | |||
|
319 | } | |||
|
320 | .glyphicon-film:before { | |||
|
321 | content: "\e009"; | |||
|
322 | } | |||
|
323 | .glyphicon-th-large:before { | |||
|
324 | content: "\e010"; | |||
|
325 | } | |||
|
326 | .glyphicon-th:before { | |||
|
327 | content: "\e011"; | |||
|
328 | } | |||
|
329 | .glyphicon-th-list:before { | |||
|
330 | content: "\e012"; | |||
|
331 | } | |||
|
332 | .glyphicon-ok:before { | |||
|
333 | content: "\e013"; | |||
|
334 | } | |||
|
335 | .glyphicon-remove:before { | |||
|
336 | content: "\e014"; | |||
|
337 | } | |||
|
338 | .glyphicon-zoom-in:before { | |||
|
339 | content: "\e015"; | |||
|
340 | } | |||
|
341 | .glyphicon-zoom-out:before { | |||
|
342 | content: "\e016"; | |||
|
343 | } | |||
|
344 | .glyphicon-off:before { | |||
|
345 | content: "\e017"; | |||
|
346 | } | |||
|
347 | .glyphicon-signal:before { | |||
|
348 | content: "\e018"; | |||
|
349 | } | |||
|
350 | .glyphicon-cog:before { | |||
|
351 | content: "\e019"; | |||
|
352 | } | |||
|
353 | .glyphicon-trash:before { | |||
|
354 | content: "\e020"; | |||
|
355 | } | |||
|
356 | .glyphicon-home:before { | |||
|
357 | content: "\e021"; | |||
|
358 | } | |||
|
359 | .glyphicon-file:before { | |||
|
360 | content: "\e022"; | |||
|
361 | } | |||
|
362 | .glyphicon-time:before { | |||
|
363 | content: "\e023"; | |||
|
364 | } | |||
|
365 | .glyphicon-road:before { | |||
|
366 | content: "\e024"; | |||
|
367 | } | |||
|
368 | .glyphicon-download-alt:before { | |||
|
369 | content: "\e025"; | |||
|
370 | } | |||
|
371 | .glyphicon-download:before { | |||
|
372 | content: "\e026"; | |||
|
373 | } | |||
|
374 | .glyphicon-upload:before { | |||
|
375 | content: "\e027"; | |||
|
376 | } | |||
|
377 | .glyphicon-inbox:before { | |||
|
378 | content: "\e028"; | |||
|
379 | } | |||
|
380 | .glyphicon-play-circle:before { | |||
|
381 | content: "\e029"; | |||
|
382 | } | |||
|
383 | .glyphicon-repeat:before { | |||
|
384 | content: "\e030"; | |||
|
385 | } | |||
|
386 | .glyphicon-refresh:before { | |||
|
387 | content: "\e031"; | |||
|
388 | } | |||
|
389 | .glyphicon-list-alt:before { | |||
|
390 | content: "\e032"; | |||
|
391 | } | |||
|
392 | .glyphicon-lock:before { | |||
|
393 | content: "\e033"; | |||
|
394 | } | |||
|
395 | .glyphicon-flag:before { | |||
|
396 | content: "\e034"; | |||
|
397 | } | |||
|
398 | .glyphicon-headphones:before { | |||
|
399 | content: "\e035"; | |||
|
400 | } | |||
|
401 | .glyphicon-volume-off:before { | |||
|
402 | content: "\e036"; | |||
|
403 | } | |||
|
404 | .glyphicon-volume-down:before { | |||
|
405 | content: "\e037"; | |||
|
406 | } | |||
|
407 | .glyphicon-volume-up:before { | |||
|
408 | content: "\e038"; | |||
|
409 | } | |||
|
410 | .glyphicon-qrcode:before { | |||
|
411 | content: "\e039"; | |||
|
412 | } | |||
|
413 | .glyphicon-barcode:before { | |||
|
414 | content: "\e040"; | |||
|
415 | } | |||
|
416 | .glyphicon-tag:before { | |||
|
417 | content: "\e041"; | |||
|
418 | } | |||
|
419 | .glyphicon-tags:before { | |||
|
420 | content: "\e042"; | |||
|
421 | } | |||
|
422 | .glyphicon-book:before { | |||
|
423 | content: "\e043"; | |||
|
424 | } | |||
|
425 | .glyphicon-bookmark:before { | |||
|
426 | content: "\e044"; | |||
|
427 | } | |||
|
428 | .glyphicon-print:before { | |||
|
429 | content: "\e045"; | |||
|
430 | } | |||
|
431 | .glyphicon-camera:before { | |||
|
432 | content: "\e046"; | |||
|
433 | } | |||
|
434 | .glyphicon-font:before { | |||
|
435 | content: "\e047"; | |||
|
436 | } | |||
|
437 | .glyphicon-bold:before { | |||
|
438 | content: "\e048"; | |||
|
439 | } | |||
|
440 | .glyphicon-italic:before { | |||
|
441 | content: "\e049"; | |||
|
442 | } | |||
|
443 | .glyphicon-text-height:before { | |||
|
444 | content: "\e050"; | |||
|
445 | } | |||
|
446 | .glyphicon-text-width:before { | |||
|
447 | content: "\e051"; | |||
|
448 | } | |||
|
449 | .glyphicon-align-left:before { | |||
|
450 | content: "\e052"; | |||
|
451 | } | |||
|
452 | .glyphicon-align-center:before { | |||
|
453 | content: "\e053"; | |||
|
454 | } | |||
|
455 | .glyphicon-align-right:before { | |||
|
456 | content: "\e054"; | |||
|
457 | } | |||
|
458 | .glyphicon-align-justify:before { | |||
|
459 | content: "\e055"; | |||
|
460 | } | |||
|
461 | .glyphicon-list:before { | |||
|
462 | content: "\e056"; | |||
|
463 | } | |||
|
464 | .glyphicon-indent-left:before { | |||
|
465 | content: "\e057"; | |||
|
466 | } | |||
|
467 | .glyphicon-indent-right:before { | |||
|
468 | content: "\e058"; | |||
|
469 | } | |||
|
470 | .glyphicon-facetime-video:before { | |||
|
471 | content: "\e059"; | |||
|
472 | } | |||
|
473 | .glyphicon-picture:before { | |||
|
474 | content: "\e060"; | |||
|
475 | } | |||
|
476 | .glyphicon-map-marker:before { | |||
|
477 | content: "\e062"; | |||
|
478 | } | |||
|
479 | .glyphicon-adjust:before { | |||
|
480 | content: "\e063"; | |||
|
481 | } | |||
|
482 | .glyphicon-tint:before { | |||
|
483 | content: "\e064"; | |||
|
484 | } | |||
|
485 | .glyphicon-edit:before { | |||
|
486 | content: "\e065"; | |||
|
487 | } | |||
|
488 | .glyphicon-share:before { | |||
|
489 | content: "\e066"; | |||
|
490 | } | |||
|
491 | .glyphicon-check:before { | |||
|
492 | content: "\e067"; | |||
|
493 | } | |||
|
494 | .glyphicon-move:before { | |||
|
495 | content: "\e068"; | |||
|
496 | } | |||
|
497 | .glyphicon-step-backward:before { | |||
|
498 | content: "\e069"; | |||
|
499 | } | |||
|
500 | .glyphicon-fast-backward:before { | |||
|
501 | content: "\e070"; | |||
|
502 | } | |||
|
503 | .glyphicon-backward:before { | |||
|
504 | content: "\e071"; | |||
|
505 | } | |||
|
506 | .glyphicon-play:before { | |||
|
507 | content: "\e072"; | |||
|
508 | } | |||
|
509 | .glyphicon-pause:before { | |||
|
510 | content: "\e073"; | |||
|
511 | } | |||
|
512 | .glyphicon-stop:before { | |||
|
513 | content: "\e074"; | |||
|
514 | } | |||
|
515 | .glyphicon-forward:before { | |||
|
516 | content: "\e075"; | |||
|
517 | } | |||
|
518 | .glyphicon-fast-forward:before { | |||
|
519 | content: "\e076"; | |||
|
520 | } | |||
|
521 | .glyphicon-step-forward:before { | |||
|
522 | content: "\e077"; | |||
|
523 | } | |||
|
524 | .glyphicon-eject:before { | |||
|
525 | content: "\e078"; | |||
|
526 | } | |||
|
527 | .glyphicon-chevron-left:before { | |||
|
528 | content: "\e079"; | |||
|
529 | } | |||
|
530 | .glyphicon-chevron-right:before { | |||
|
531 | content: "\e080"; | |||
|
532 | } | |||
|
533 | .glyphicon-plus-sign:before { | |||
|
534 | content: "\e081"; | |||
|
535 | } | |||
|
536 | .glyphicon-minus-sign:before { | |||
|
537 | content: "\e082"; | |||
|
538 | } | |||
|
539 | .glyphicon-remove-sign:before { | |||
|
540 | content: "\e083"; | |||
|
541 | } | |||
|
542 | .glyphicon-ok-sign:before { | |||
|
543 | content: "\e084"; | |||
|
544 | } | |||
|
545 | .glyphicon-question-sign:before { | |||
|
546 | content: "\e085"; | |||
|
547 | } | |||
|
548 | .glyphicon-info-sign:before { | |||
|
549 | content: "\e086"; | |||
|
550 | } | |||
|
551 | .glyphicon-screenshot:before { | |||
|
552 | content: "\e087"; | |||
|
553 | } | |||
|
554 | .glyphicon-remove-circle:before { | |||
|
555 | content: "\e088"; | |||
|
556 | } | |||
|
557 | .glyphicon-ok-circle:before { | |||
|
558 | content: "\e089"; | |||
|
559 | } | |||
|
560 | .glyphicon-ban-circle:before { | |||
|
561 | content: "\e090"; | |||
|
562 | } | |||
|
563 | .glyphicon-arrow-left:before { | |||
|
564 | content: "\e091"; | |||
|
565 | } | |||
|
566 | .glyphicon-arrow-right:before { | |||
|
567 | content: "\e092"; | |||
|
568 | } | |||
|
569 | .glyphicon-arrow-up:before { | |||
|
570 | content: "\e093"; | |||
|
571 | } | |||
|
572 | .glyphicon-arrow-down:before { | |||
|
573 | content: "\e094"; | |||
|
574 | } | |||
|
575 | .glyphicon-share-alt:before { | |||
|
576 | content: "\e095"; | |||
|
577 | } | |||
|
578 | .glyphicon-resize-full:before { | |||
|
579 | content: "\e096"; | |||
|
580 | } | |||
|
581 | .glyphicon-resize-small:before { | |||
|
582 | content: "\e097"; | |||
|
583 | } | |||
|
584 | .glyphicon-exclamation-sign:before { | |||
|
585 | content: "\e101"; | |||
|
586 | } | |||
|
587 | .glyphicon-gift:before { | |||
|
588 | content: "\e102"; | |||
|
589 | } | |||
|
590 | .glyphicon-leaf:before { | |||
|
591 | content: "\e103"; | |||
|
592 | } | |||
|
593 | .glyphicon-fire:before { | |||
|
594 | content: "\e104"; | |||
|
595 | } | |||
|
596 | .glyphicon-eye-open:before { | |||
|
597 | content: "\e105"; | |||
|
598 | } | |||
|
599 | .glyphicon-eye-close:before { | |||
|
600 | content: "\e106"; | |||
|
601 | } | |||
|
602 | .glyphicon-warning-sign:before { | |||
|
603 | content: "\e107"; | |||
|
604 | } | |||
|
605 | .glyphicon-plane:before { | |||
|
606 | content: "\e108"; | |||
|
607 | } | |||
|
608 | .glyphicon-calendar:before { | |||
|
609 | content: "\e109"; | |||
|
610 | } | |||
|
611 | .glyphicon-random:before { | |||
|
612 | content: "\e110"; | |||
|
613 | } | |||
|
614 | .glyphicon-comment:before { | |||
|
615 | content: "\e111"; | |||
|
616 | } | |||
|
617 | .glyphicon-magnet:before { | |||
|
618 | content: "\e112"; | |||
|
619 | } | |||
|
620 | .glyphicon-chevron-up:before { | |||
|
621 | content: "\e113"; | |||
|
622 | } | |||
|
623 | .glyphicon-chevron-down:before { | |||
|
624 | content: "\e114"; | |||
|
625 | } | |||
|
626 | .glyphicon-retweet:before { | |||
|
627 | content: "\e115"; | |||
|
628 | } | |||
|
629 | .glyphicon-shopping-cart:before { | |||
|
630 | content: "\e116"; | |||
|
631 | } | |||
|
632 | .glyphicon-folder-close:before { | |||
|
633 | content: "\e117"; | |||
|
634 | } | |||
|
635 | .glyphicon-folder-open:before { | |||
|
636 | content: "\e118"; | |||
|
637 | } | |||
|
638 | .glyphicon-resize-vertical:before { | |||
|
639 | content: "\e119"; | |||
|
640 | } | |||
|
641 | .glyphicon-resize-horizontal:before { | |||
|
642 | content: "\e120"; | |||
|
643 | } | |||
|
644 | .glyphicon-hdd:before { | |||
|
645 | content: "\e121"; | |||
|
646 | } | |||
|
647 | .glyphicon-bullhorn:before { | |||
|
648 | content: "\e122"; | |||
|
649 | } | |||
|
650 | .glyphicon-bell:before { | |||
|
651 | content: "\e123"; | |||
|
652 | } | |||
|
653 | .glyphicon-certificate:before { | |||
|
654 | content: "\e124"; | |||
|
655 | } | |||
|
656 | .glyphicon-thumbs-up:before { | |||
|
657 | content: "\e125"; | |||
|
658 | } | |||
|
659 | .glyphicon-thumbs-down:before { | |||
|
660 | content: "\e126"; | |||
|
661 | } | |||
|
662 | .glyphicon-hand-right:before { | |||
|
663 | content: "\e127"; | |||
|
664 | } | |||
|
665 | .glyphicon-hand-left:before { | |||
|
666 | content: "\e128"; | |||
|
667 | } | |||
|
668 | .glyphicon-hand-up:before { | |||
|
669 | content: "\e129"; | |||
|
670 | } | |||
|
671 | .glyphicon-hand-down:before { | |||
|
672 | content: "\e130"; | |||
|
673 | } | |||
|
674 | .glyphicon-circle-arrow-right:before { | |||
|
675 | content: "\e131"; | |||
|
676 | } | |||
|
677 | .glyphicon-circle-arrow-left:before { | |||
|
678 | content: "\e132"; | |||
|
679 | } | |||
|
680 | .glyphicon-circle-arrow-up:before { | |||
|
681 | content: "\e133"; | |||
|
682 | } | |||
|
683 | .glyphicon-circle-arrow-down:before { | |||
|
684 | content: "\e134"; | |||
|
685 | } | |||
|
686 | .glyphicon-globe:before { | |||
|
687 | content: "\e135"; | |||
|
688 | } | |||
|
689 | .glyphicon-wrench:before { | |||
|
690 | content: "\e136"; | |||
|
691 | } | |||
|
692 | .glyphicon-tasks:before { | |||
|
693 | content: "\e137"; | |||
|
694 | } | |||
|
695 | .glyphicon-filter:before { | |||
|
696 | content: "\e138"; | |||
|
697 | } | |||
|
698 | .glyphicon-briefcase:before { | |||
|
699 | content: "\e139"; | |||
|
700 | } | |||
|
701 | .glyphicon-fullscreen:before { | |||
|
702 | content: "\e140"; | |||
|
703 | } | |||
|
704 | .glyphicon-dashboard:before { | |||
|
705 | content: "\e141"; | |||
|
706 | } | |||
|
707 | .glyphicon-paperclip:before { | |||
|
708 | content: "\e142"; | |||
|
709 | } | |||
|
710 | .glyphicon-heart-empty:before { | |||
|
711 | content: "\e143"; | |||
|
712 | } | |||
|
713 | .glyphicon-link:before { | |||
|
714 | content: "\e144"; | |||
|
715 | } | |||
|
716 | .glyphicon-phone:before { | |||
|
717 | content: "\e145"; | |||
|
718 | } | |||
|
719 | .glyphicon-pushpin:before { | |||
|
720 | content: "\e146"; | |||
|
721 | } | |||
|
722 | .glyphicon-usd:before { | |||
|
723 | content: "\e148"; | |||
|
724 | } | |||
|
725 | .glyphicon-gbp:before { | |||
|
726 | content: "\e149"; | |||
|
727 | } | |||
|
728 | .glyphicon-sort:before { | |||
|
729 | content: "\e150"; | |||
|
730 | } | |||
|
731 | .glyphicon-sort-by-alphabet:before { | |||
|
732 | content: "\e151"; | |||
|
733 | } | |||
|
734 | .glyphicon-sort-by-alphabet-alt:before { | |||
|
735 | content: "\e152"; | |||
|
736 | } | |||
|
737 | .glyphicon-sort-by-order:before { | |||
|
738 | content: "\e153"; | |||
|
739 | } | |||
|
740 | .glyphicon-sort-by-order-alt:before { | |||
|
741 | content: "\e154"; | |||
|
742 | } | |||
|
743 | .glyphicon-sort-by-attributes:before { | |||
|
744 | content: "\e155"; | |||
|
745 | } | |||
|
746 | .glyphicon-sort-by-attributes-alt:before { | |||
|
747 | content: "\e156"; | |||
|
748 | } | |||
|
749 | .glyphicon-unchecked:before { | |||
|
750 | content: "\e157"; | |||
|
751 | } | |||
|
752 | .glyphicon-expand:before { | |||
|
753 | content: "\e158"; | |||
|
754 | } | |||
|
755 | .glyphicon-collapse-down:before { | |||
|
756 | content: "\e159"; | |||
|
757 | } | |||
|
758 | .glyphicon-collapse-up:before { | |||
|
759 | content: "\e160"; | |||
|
760 | } | |||
|
761 | .glyphicon-log-in:before { | |||
|
762 | content: "\e161"; | |||
|
763 | } | |||
|
764 | .glyphicon-flash:before { | |||
|
765 | content: "\e162"; | |||
|
766 | } | |||
|
767 | .glyphicon-log-out:before { | |||
|
768 | content: "\e163"; | |||
|
769 | } | |||
|
770 | .glyphicon-new-window:before { | |||
|
771 | content: "\e164"; | |||
|
772 | } | |||
|
773 | .glyphicon-record:before { | |||
|
774 | content: "\e165"; | |||
|
775 | } | |||
|
776 | .glyphicon-save:before { | |||
|
777 | content: "\e166"; | |||
|
778 | } | |||
|
779 | .glyphicon-open:before { | |||
|
780 | content: "\e167"; | |||
|
781 | } | |||
|
782 | .glyphicon-saved:before { | |||
|
783 | content: "\e168"; | |||
|
784 | } | |||
|
785 | .glyphicon-import:before { | |||
|
786 | content: "\e169"; | |||
|
787 | } | |||
|
788 | .glyphicon-export:before { | |||
|
789 | content: "\e170"; | |||
|
790 | } | |||
|
791 | .glyphicon-send:before { | |||
|
792 | content: "\e171"; | |||
|
793 | } | |||
|
794 | .glyphicon-floppy-disk:before { | |||
|
795 | content: "\e172"; | |||
|
796 | } | |||
|
797 | .glyphicon-floppy-saved:before { | |||
|
798 | content: "\e173"; | |||
|
799 | } | |||
|
800 | .glyphicon-floppy-remove:before { | |||
|
801 | content: "\e174"; | |||
|
802 | } | |||
|
803 | .glyphicon-floppy-save:before { | |||
|
804 | content: "\e175"; | |||
|
805 | } | |||
|
806 | .glyphicon-floppy-open:before { | |||
- This repo
- ?