vital 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +27 -0
- data/.ruby-version +1 -0
- data/CHANGELOG.md +18 -0
- data/CONTRIBUTING.md +31 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +42 -0
- data/LICENSE.md +13 -0
- data/README.md +92 -0
- data/Rakefile +41 -0
- data/dist/css/vital.css +1355 -0
- data/dist/css/vital.css.map +7 -0
- data/dist/css/vital.min.css +2 -0
- data/dist/css/vital.min.css.map +7 -0
- data/dist/fonts/icons.eot +0 -0
- data/dist/fonts/icons.svg +50 -0
- data/dist/fonts/icons.ttf +0 -0
- data/dist/fonts/icons.woff +0 -0
- data/fontcustom.yml +24 -0
- data/fonts/icons.eot +0 -0
- data/fonts/icons.svg +50 -0
- data/fonts/icons.ttf +0 -0
- data/fonts/icons.woff +0 -0
- data/lib/vital/engine.rb +10 -0
- data/lib/vital/version.rb +3 -0
- data/lib/vital.rb +57 -0
- data/releases/v1.0.0/fonts/icons.eot +0 -0
- data/releases/v1.0.0/fonts/icons.svg +50 -0
- data/releases/v1.0.0/fonts/icons.ttf +0 -0
- data/releases/v1.0.0/fonts/icons.woff +0 -0
- data/releases/v1.0.0/stylesheets/vital.min.css +1 -0
- data/releases/v1.0.1/fonts/icons.eot +0 -0
- data/releases/v1.0.1/fonts/icons.svg +50 -0
- data/releases/v1.0.1/fonts/icons.ttf +0 -0
- data/releases/v1.0.1/fonts/icons.woff +0 -0
- data/releases/v1.0.1/stylesheets/vital.min.css +1 -0
- data/releases/v1.1.0/fonts/icons.eot +0 -0
- data/releases/v1.1.0/fonts/icons.svg +50 -0
- data/releases/v1.1.0/fonts/icons.ttf +0 -0
- data/releases/v1.1.0/fonts/icons.woff +0 -0
- data/releases/v1.1.0/stylesheets/vital.min.css +1 -0
- data/sass/vital/_all.sass +21 -0
- data/sass/vital/_base.sass +148 -0
- data/sass/vital/_buttons.sass +133 -0
- data/sass/vital/_custom.sass +4 -0
- data/sass/vital/_footer.sass +33 -0
- data/sass/vital/_forms.sass +187 -0
- data/sass/vital/_grid.sass +47 -0
- data/sass/vital/_header.sass +134 -0
- data/sass/vital/_helpers.sass +191 -0
- data/sass/vital/_heroes.sass +35 -0
- data/sass/vital/_icons.sass +80 -0
- data/sass/vital/_loaders.sass +82 -0
- data/sass/vital/_normalize.sass +325 -0
- data/sass/vital/_notice.sass +20 -0
- data/sass/vital/_pagination.sass +32 -0
- data/sass/vital/_sprockets.sass +7 -0
- data/sass/vital/_syntax.sass +159 -0
- data/sass/vital/_tables.sass +40 -0
- data/sass/vital/_tabs.sass +61 -0
- data/sass/vital/_variables.sass +135 -0
- data/sass/vital.css.sass +1 -0
- data/sass/vital.sass +1 -0
- data/vital.gemspec +23 -0
- metadata +164 -0
data/dist/css/vital.css
ADDED
@@ -0,0 +1,1355 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
html {
|
3
|
+
font-family: sans-serif;
|
4
|
+
-ms-text-size-adjust: 100%;
|
5
|
+
-webkit-text-size-adjust: 100%; }
|
6
|
+
|
7
|
+
body {
|
8
|
+
margin: 0; }
|
9
|
+
|
10
|
+
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
|
11
|
+
display: block; }
|
12
|
+
|
13
|
+
audio, canvas, progress, video {
|
14
|
+
display: inline-block; }
|
15
|
+
|
16
|
+
audio:not([controls]) {
|
17
|
+
display: none;
|
18
|
+
height: 0; }
|
19
|
+
|
20
|
+
progress {
|
21
|
+
vertical-align: baseline; }
|
22
|
+
|
23
|
+
template, [hidden] {
|
24
|
+
display: none; }
|
25
|
+
|
26
|
+
a {
|
27
|
+
background-color: transparent; }
|
28
|
+
a:active, a:hover {
|
29
|
+
outline-width: 0; }
|
30
|
+
|
31
|
+
abbr[title] {
|
32
|
+
border-bottom: none;
|
33
|
+
text-decoration: underline;
|
34
|
+
text-decoration: underline dotted; }
|
35
|
+
|
36
|
+
b, strong {
|
37
|
+
font-weight: inherit; }
|
38
|
+
|
39
|
+
b, strong {
|
40
|
+
font-weight: bolder; }
|
41
|
+
|
42
|
+
dfn {
|
43
|
+
font-style: italic; }
|
44
|
+
|
45
|
+
h1 {
|
46
|
+
font-size: 2em;
|
47
|
+
margin: 0.67em 0; }
|
48
|
+
|
49
|
+
mark {
|
50
|
+
background-color: #ff0;
|
51
|
+
color: #000; }
|
52
|
+
|
53
|
+
small {
|
54
|
+
font-size: 80%; }
|
55
|
+
|
56
|
+
sub, sup {
|
57
|
+
font-size: 75%;
|
58
|
+
line-height: 0;
|
59
|
+
position: relative;
|
60
|
+
vertical-align: baseline; }
|
61
|
+
|
62
|
+
sub {
|
63
|
+
bottom: -0.25em; }
|
64
|
+
|
65
|
+
sup {
|
66
|
+
top: -0.5em; }
|
67
|
+
|
68
|
+
img {
|
69
|
+
border-style: none; }
|
70
|
+
|
71
|
+
svg:not(:root) {
|
72
|
+
overflow: hidden; }
|
73
|
+
|
74
|
+
code, kbd, pre, samp {
|
75
|
+
font-family: monospace, monospace;
|
76
|
+
font-size: 1em; }
|
77
|
+
|
78
|
+
figure {
|
79
|
+
margin: 1em 40px; }
|
80
|
+
|
81
|
+
hr {
|
82
|
+
box-sizing: content-box;
|
83
|
+
height: 0;
|
84
|
+
overflow: visible; }
|
85
|
+
|
86
|
+
button, input, select, textarea {
|
87
|
+
font: inherit; }
|
88
|
+
|
89
|
+
optgroup {
|
90
|
+
font-weight: bold; }
|
91
|
+
|
92
|
+
button, input, select {
|
93
|
+
overflow: visible; }
|
94
|
+
|
95
|
+
button, input, select, textarea {
|
96
|
+
margin: 0; }
|
97
|
+
|
98
|
+
button, select {
|
99
|
+
text-transform: none; }
|
100
|
+
|
101
|
+
button, [type="button"], [type="reset"], [type="submit"] {
|
102
|
+
cursor: pointer; }
|
103
|
+
|
104
|
+
[disabled] {
|
105
|
+
cursor: default; }
|
106
|
+
|
107
|
+
button, html [type="button"], [type="reset"], [type="submit"] {
|
108
|
+
-webkit-appearance: button; }
|
109
|
+
|
110
|
+
button::-moz-focus-inner, input::-moz-focus-inner {
|
111
|
+
border: 0;
|
112
|
+
padding: 0; }
|
113
|
+
|
114
|
+
button:-moz-focusring, input:-moz-focusring {
|
115
|
+
outline: 1px dotted ButtonText; }
|
116
|
+
|
117
|
+
fieldset {
|
118
|
+
border: 1px solid #c0c0c0;
|
119
|
+
margin: 0 2px;
|
120
|
+
padding: 0.35em 0.625em 0.75em; }
|
121
|
+
|
122
|
+
legend {
|
123
|
+
box-sizing: border-box;
|
124
|
+
color: inherit;
|
125
|
+
display: table;
|
126
|
+
max-width: 100%;
|
127
|
+
padding: 0;
|
128
|
+
white-space: normal; }
|
129
|
+
|
130
|
+
textarea {
|
131
|
+
overflow: auto; }
|
132
|
+
|
133
|
+
[type="checkbox"], [type="radio"] {
|
134
|
+
box-sizing: border-box;
|
135
|
+
padding: 0; }
|
136
|
+
|
137
|
+
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
|
138
|
+
height: auto; }
|
139
|
+
|
140
|
+
[type="search"] {
|
141
|
+
-webkit-appearance: textfield; }
|
142
|
+
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
|
143
|
+
-webkit-appearance: none; }
|
144
|
+
|
145
|
+
@font-face {
|
146
|
+
font-family: "icons";
|
147
|
+
src: url("../fonts/icons.eot");
|
148
|
+
src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
|
149
|
+
font-weight: normal;
|
150
|
+
font-style: normal; }
|
151
|
+
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
152
|
+
@font-face {
|
153
|
+
font-family: "icons";
|
154
|
+
src: url("../fonts/icons.svg#icons") format("svg"); } }
|
155
|
+
[data-icon]:before {
|
156
|
+
content: attr(data-icon); }
|
157
|
+
|
158
|
+
[data-icon]:before,
|
159
|
+
.icon-arrow-updown:before,
|
160
|
+
.icon-check:before,
|
161
|
+
.icon-clock:before,
|
162
|
+
.icon-close:before,
|
163
|
+
.icon-close-empty:before,
|
164
|
+
.icon-close-outline:before,
|
165
|
+
.icon-menu:before,
|
166
|
+
.icon-vital:before {
|
167
|
+
display: inline-block;
|
168
|
+
font-family: "icons";
|
169
|
+
font-style: normal;
|
170
|
+
font-weight: normal;
|
171
|
+
font-variant: normal;
|
172
|
+
line-height: 1;
|
173
|
+
text-decoration: inherit;
|
174
|
+
text-rendering: optimizeLegibility;
|
175
|
+
text-transform: none;
|
176
|
+
-moz-osx-font-smoothing: grayscale;
|
177
|
+
-webkit-font-smoothing: antialiased;
|
178
|
+
font-smoothing: antialiased; }
|
179
|
+
|
180
|
+
.icon-arrow-updown:before {
|
181
|
+
content: "\f100"; }
|
182
|
+
|
183
|
+
.icon-check:before {
|
184
|
+
content: "\f101"; }
|
185
|
+
|
186
|
+
.icon-clock:before {
|
187
|
+
content: "\f102"; }
|
188
|
+
|
189
|
+
.icon-close:before {
|
190
|
+
content: "\f103"; }
|
191
|
+
|
192
|
+
.icon-close-empty:before {
|
193
|
+
content: "\f104"; }
|
194
|
+
|
195
|
+
.icon-close-outline:before {
|
196
|
+
content: "\f105"; }
|
197
|
+
|
198
|
+
.icon-menu:before {
|
199
|
+
content: "\f106"; }
|
200
|
+
|
201
|
+
.icon-vital:before {
|
202
|
+
content: "\f107"; }
|
203
|
+
|
204
|
+
[class*='col-'] {
|
205
|
+
float: left; }
|
206
|
+
|
207
|
+
.col-1-3 {
|
208
|
+
width: 33.33%; }
|
209
|
+
|
210
|
+
.col-2-3 {
|
211
|
+
width: 66.66%; }
|
212
|
+
|
213
|
+
.col-1-2 {
|
214
|
+
width: 50%; }
|
215
|
+
|
216
|
+
.col-1-4 {
|
217
|
+
width: 25%; }
|
218
|
+
|
219
|
+
.col-3-4 {
|
220
|
+
width: 75%; }
|
221
|
+
|
222
|
+
.col-1-5 {
|
223
|
+
width: 20%; }
|
224
|
+
|
225
|
+
.col-1-8 {
|
226
|
+
width: 12.5%; }
|
227
|
+
|
228
|
+
.autogrid {
|
229
|
+
display: table;
|
230
|
+
table-layout: fixed;
|
231
|
+
width: 100%; }
|
232
|
+
|
233
|
+
.col {
|
234
|
+
width: auto;
|
235
|
+
display: table-cell;
|
236
|
+
vertical-align: top; }
|
237
|
+
|
238
|
+
.padded [class*='col-'], .padded .col {
|
239
|
+
padding-left: 2%;
|
240
|
+
padding-right: 2%; }
|
241
|
+
|
242
|
+
.right-padded [class*='col-'], .right-padded .col {
|
243
|
+
padding-right: 2%; }
|
244
|
+
|
245
|
+
@media screen and (max-width: 860px) {
|
246
|
+
[class*='col-'], .col {
|
247
|
+
width: 100%; }
|
248
|
+
|
249
|
+
.col {
|
250
|
+
display: block; }
|
251
|
+
|
252
|
+
.right-padded [class*='col-'], .right-padded .col {
|
253
|
+
padding: 0; } }
|
254
|
+
* {
|
255
|
+
box-sizing: border-box;
|
256
|
+
-moz-box-sizing: border-box;
|
257
|
+
-webkit-box-sizing: border-box; }
|
258
|
+
|
259
|
+
html, body {
|
260
|
+
height: 100%;
|
261
|
+
width: 100%; }
|
262
|
+
|
263
|
+
body {
|
264
|
+
background: #FAFAFA;
|
265
|
+
color: #444;
|
266
|
+
font: 17px/1.7 "Helvetica Neue", Helvetica, Sans-Serif; }
|
267
|
+
body:after {
|
268
|
+
content: "";
|
269
|
+
display: table;
|
270
|
+
clear: both; }
|
271
|
+
|
272
|
+
img {
|
273
|
+
height: auto;
|
274
|
+
border-radius: 0.15em; }
|
275
|
+
|
276
|
+
h1, h2, h3, h4, h5, h6, p, ul, ol, div {
|
277
|
+
font-weight: 300; }
|
278
|
+
|
279
|
+
h1, h2, h3, h4, h5, h6, p, ul, ol {
|
280
|
+
margin: 1em 0;
|
281
|
+
margin: 1rem 0; }
|
282
|
+
|
283
|
+
h1, h2, h3, h4, h5, h6 {
|
284
|
+
line-height: 1.5; }
|
285
|
+
|
286
|
+
ul, ol {
|
287
|
+
padding: 0; }
|
288
|
+
|
289
|
+
li {
|
290
|
+
list-style: none; }
|
291
|
+
|
292
|
+
a {
|
293
|
+
color: #C9282E;
|
294
|
+
text-decoration: none;
|
295
|
+
outline: 0; }
|
296
|
+
a:hover {
|
297
|
+
color: #FF0008;
|
298
|
+
transition: color 200ms ease-in-out; }
|
299
|
+
a:focus {
|
300
|
+
outline: none; }
|
301
|
+
|
302
|
+
blockquote {
|
303
|
+
margin: 1em 0;
|
304
|
+
padding: 0 1em;
|
305
|
+
border-left: 0.4em solid #EEE; }
|
306
|
+
|
307
|
+
strong, b, .bold {
|
308
|
+
font-weight: 500; }
|
309
|
+
|
310
|
+
hr {
|
311
|
+
border: none;
|
312
|
+
background: #EEE;
|
313
|
+
clear: both;
|
314
|
+
margin: 1.5em auto;
|
315
|
+
height: 1px; }
|
316
|
+
hr.half {
|
317
|
+
width: 50%; }
|
318
|
+
hr.small {
|
319
|
+
width: 5em; }
|
320
|
+
|
321
|
+
pre {
|
322
|
+
white-space: pre-wrap;
|
323
|
+
word-break: break-all; }
|
324
|
+
|
325
|
+
code {
|
326
|
+
color: #333;
|
327
|
+
font-family: "Monaco", Menlo, Courier;
|
328
|
+
font-size: 0.7em;
|
329
|
+
background: #EEE;
|
330
|
+
padding: 0.9em 0.8em;
|
331
|
+
margin: 0 0.3em 0 0.2em;
|
332
|
+
border-radius: 0.15em;
|
333
|
+
display: inline-block;
|
334
|
+
word-break: break-word; }
|
335
|
+
p code {
|
336
|
+
display: inline;
|
337
|
+
padding: 0.1em 0.4em 0.1em 0.3em;
|
338
|
+
margin: 0 0.3em 0 0; }
|
339
|
+
|
340
|
+
dl {
|
341
|
+
display: table;
|
342
|
+
width: 100%; }
|
343
|
+
|
344
|
+
dt, dd {
|
345
|
+
display: table-cell;
|
346
|
+
vertical-align: top;
|
347
|
+
float: left;
|
348
|
+
clear: both; }
|
349
|
+
|
350
|
+
dt {
|
351
|
+
color: #666;
|
352
|
+
font-size: 0.85em; }
|
353
|
+
|
354
|
+
dd {
|
355
|
+
color: black;
|
356
|
+
font-weight: 400;
|
357
|
+
padding-bottom: 0.3em; }
|
358
|
+
dd:after {
|
359
|
+
content: " "; }
|
360
|
+
dd i {
|
361
|
+
margin: 0 1em 0 0; }
|
362
|
+
|
363
|
+
.contents {
|
364
|
+
background: white;
|
365
|
+
min-height: 24em; }
|
366
|
+
|
367
|
+
.row {
|
368
|
+
clear: both;
|
369
|
+
width: 100%; }
|
370
|
+
|
371
|
+
.section {
|
372
|
+
padding: 1em;
|
373
|
+
margin: 0 auto;
|
374
|
+
width: 90%; }
|
375
|
+
|
376
|
+
@media screen and (min-width: 1440px) {
|
377
|
+
.section {
|
378
|
+
width: 70%; } }
|
379
|
+
@media screen and (min-width: 1680px) {
|
380
|
+
.section {
|
381
|
+
width: 60%; } }
|
382
|
+
@media screen and (max-width: 860px) {
|
383
|
+
.section {
|
384
|
+
width: 100%; } }
|
385
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
386
|
+
strong, b, .bold {
|
387
|
+
font-weight: 500; } }
|
388
|
+
.ie8 strong, .ie8 b, .ie8 .bold, .ie9 strong, .ie9 b, .ie9 .bold {
|
389
|
+
font-weight: 500; }
|
390
|
+
|
391
|
+
.btn {
|
392
|
+
-moz-appearance: none;
|
393
|
+
-o-appearance: none;
|
394
|
+
-ms-appearance: none;
|
395
|
+
-webkit-appearance: none;
|
396
|
+
appearance: none;
|
397
|
+
background: transparent;
|
398
|
+
border-radius: 0.15em;
|
399
|
+
border: 1px solid #666;
|
400
|
+
box-shadow: none;
|
401
|
+
color: #666;
|
402
|
+
cursor: pointer;
|
403
|
+
display: inline-block;
|
404
|
+
font-size: 1.05em;
|
405
|
+
height: auto;
|
406
|
+
line-height: 1;
|
407
|
+
margin: 0;
|
408
|
+
outline: none;
|
409
|
+
padding: 0.76em 1.5em;
|
410
|
+
text-align: center;
|
411
|
+
text-decoration: none;
|
412
|
+
user-select: none;
|
413
|
+
white-space: nowrap; }
|
414
|
+
.btn:hover {
|
415
|
+
border-color: #666; }
|
416
|
+
.btn.solid, .btn:hover {
|
417
|
+
color: #FFF;
|
418
|
+
background: #666; }
|
419
|
+
.btn.white {
|
420
|
+
color: #FFF;
|
421
|
+
border-color: #FFF; }
|
422
|
+
.btn.white.solid, .btn.white:hover {
|
423
|
+
color: #000;
|
424
|
+
background: #FFF; }
|
425
|
+
.btn.gray-light {
|
426
|
+
color: #BBB;
|
427
|
+
border-color: #BBB; }
|
428
|
+
.btn.gray-light.solid, .btn.gray-light:hover {
|
429
|
+
color: #666;
|
430
|
+
background: #BBB; }
|
431
|
+
.btn.gray-dark {
|
432
|
+
color: #333;
|
433
|
+
border-color: #333; }
|
434
|
+
.btn.gray-dark.solid, .btn.gray-dark:hover {
|
435
|
+
color: #FFF;
|
436
|
+
background: #333; }
|
437
|
+
.btn.black {
|
438
|
+
color: #000;
|
439
|
+
border-color: #000; }
|
440
|
+
.btn.black.solid, .btn.black:hover {
|
441
|
+
color: #FFF;
|
442
|
+
background: #000; }
|
443
|
+
.btn.red {
|
444
|
+
color: #C9282E;
|
445
|
+
border-color: #C9282E; }
|
446
|
+
.btn.red.solid, .btn.red:hover {
|
447
|
+
color: #FFF;
|
448
|
+
background: #C9282E; }
|
449
|
+
.btn.orange {
|
450
|
+
color: #E16E00;
|
451
|
+
border-color: #E16E00; }
|
452
|
+
.btn.orange.solid, .btn.orange:hover {
|
453
|
+
color: #FFF;
|
454
|
+
background: #E16E00; }
|
455
|
+
.btn.yellow {
|
456
|
+
color: #D5B778;
|
457
|
+
border-color: #D5B778; }
|
458
|
+
.btn.yellow.solid, .btn.yellow:hover {
|
459
|
+
color: #FFF;
|
460
|
+
background: #D5B778; }
|
461
|
+
.btn.blue {
|
462
|
+
color: #5A9FC8;
|
463
|
+
border-color: #5A9FC8; }
|
464
|
+
.btn.blue.solid, .btn.blue:hover {
|
465
|
+
color: #FFF;
|
466
|
+
background: #5A9FC8; }
|
467
|
+
.btn.green {
|
468
|
+
color: #6BAF56;
|
469
|
+
border-color: #6BAF56; }
|
470
|
+
.btn.green.solid, .btn.green:hover {
|
471
|
+
color: #FFF;
|
472
|
+
background: #6BAF56; }
|
473
|
+
.btn.solid:hover, .btn.solid:active {
|
474
|
+
opacity: 0.8; }
|
475
|
+
.btn.no-outline {
|
476
|
+
border-color: transparent; }
|
477
|
+
.btn.large {
|
478
|
+
font-size: 1.2em;
|
479
|
+
padding: 0.8em 1.7em;
|
480
|
+
word-wrap: normal; }
|
481
|
+
.btn.small {
|
482
|
+
padding: 0.5em 0.9em;
|
483
|
+
font-size: 0.9em; }
|
484
|
+
.btn.tiny {
|
485
|
+
padding: 0.3em 0.8em;
|
486
|
+
font-size: 0.8em; }
|
487
|
+
.btn.round {
|
488
|
+
border-radius: 99em; }
|
489
|
+
.btn:hover {
|
490
|
+
transition: all 200ms ease-in-out;
|
491
|
+
opacity: 0.8; }
|
492
|
+
.btn:disabled, .btn.disabled, .btn:disabled:hover, .btn.disabled:hover {
|
493
|
+
cursor: default;
|
494
|
+
background: transparent;
|
495
|
+
color: #666;
|
496
|
+
opacity: 0.2; }
|
497
|
+
|
498
|
+
@-moz-document url-prefix() {
|
499
|
+
.btn {
|
500
|
+
padding: 0.78em 1.5em; } }
|
501
|
+
.footer {
|
502
|
+
color: #BBB;
|
503
|
+
padding: 3em 1em;
|
504
|
+
background: #FAFAFA; }
|
505
|
+
.footer hr {
|
506
|
+
background: rgba(0, 0, 0, 0.1); }
|
507
|
+
.footer ul {
|
508
|
+
list-style: none;
|
509
|
+
margin: 0;
|
510
|
+
padding: 0; }
|
511
|
+
.footer li {
|
512
|
+
display: inline;
|
513
|
+
padding: 0 0.5em; }
|
514
|
+
.footer a {
|
515
|
+
color: #666;
|
516
|
+
display: inline-block;
|
517
|
+
line-height: 3; }
|
518
|
+
.footer a:hover {
|
519
|
+
color: #FF0008; }
|
520
|
+
|
521
|
+
@media screen and (max-width: 667px) {
|
522
|
+
.footer li, .footer a {
|
523
|
+
display: block; }
|
524
|
+
.footer a {
|
525
|
+
padding: 1em;
|
526
|
+
line-height: 2; }
|
527
|
+
.footer .line {
|
528
|
+
display: none; } }
|
529
|
+
.full-width-forms .btn:not([type='checkbox']):not([type='radio']),
|
530
|
+
.full-width-forms a:not([type='checkbox']):not([type='radio']),
|
531
|
+
.full-width-forms button:not([type='checkbox']):not([type='radio']),
|
532
|
+
.full-width-forms submit:not([type='checkbox']):not([type='radio']),
|
533
|
+
.full-width-forms select:not([type='checkbox']):not([type='radio']),
|
534
|
+
.full-width-forms textarea:not([type='checkbox']):not([type='radio']),
|
535
|
+
.full-width-forms input:not([type='checkbox']):not([type='radio']) {
|
536
|
+
width: 100%; }
|
537
|
+
|
538
|
+
fieldset {
|
539
|
+
border-radius: 0.15em;
|
540
|
+
border: 1px solid #f5f5f5;
|
541
|
+
margin: 1em 0; }
|
542
|
+
fieldset legend {
|
543
|
+
font-weight: 400;
|
544
|
+
padding: 0 0.25em; }
|
545
|
+
|
546
|
+
input, select, textarea {
|
547
|
+
-moz-appearance: none;
|
548
|
+
-o-appearance: none;
|
549
|
+
-ms-appearance: none;
|
550
|
+
-webkit-appearance: none;
|
551
|
+
appearance: none;
|
552
|
+
border-radius: 0.15em;
|
553
|
+
border: 1px solid #ddd;
|
554
|
+
box-shadow: none;
|
555
|
+
color: #444;
|
556
|
+
display: block;
|
557
|
+
font-family: "Helvetica Neue", Helvetica, Sans-Serif;
|
558
|
+
font-size: inherit;
|
559
|
+
outline: none;
|
560
|
+
padding: 0.49em 0.5em; }
|
561
|
+
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
|
562
|
+
border-color: #FF0008;
|
563
|
+
transition: all 200ms ease-in-out; }
|
564
|
+
input:focus, select:focus, textarea:focus {
|
565
|
+
box-shadow: 0 0 10px rgba(255, 0, 0, 0.2); }
|
566
|
+
|
567
|
+
textarea {
|
568
|
+
padding: 0.5em; }
|
569
|
+
|
570
|
+
select {
|
571
|
+
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><polyline points="114.3,212.8 388,212.8 251.1,0 114.3,212.8 "/><polyline points="388,297.9 114.3,297.9 251.1,510.7 388,297.9 "/></svg>');
|
572
|
+
background-color: #FFF;
|
573
|
+
background-size: 1em;
|
574
|
+
background-repeat: no-repeat;
|
575
|
+
background-position: 99% 50%;
|
576
|
+
line-height: 1.1;
|
577
|
+
padding: 0.78em 0.5em;
|
578
|
+
padding-right: 1.4em; }
|
579
|
+
|
580
|
+
input:not(.btn):not([type='checkbox']):not([type='radio']) {
|
581
|
+
min-height: 2.7em; }
|
582
|
+
input[type='file'] {
|
583
|
+
background-color: #FFF;
|
584
|
+
width: 100%;
|
585
|
+
font-size: 12px;
|
586
|
+
padding: 1.02em 0.5em; }
|
587
|
+
input[type='range'] {
|
588
|
+
padding: 0.87em 0.1em; }
|
589
|
+
input[type='range']:focus {
|
590
|
+
outline: 0; }
|
591
|
+
input[type='search'] {
|
592
|
+
box-sizing: border-box !important;
|
593
|
+
-moz-appearance: none;
|
594
|
+
-o-appearance: none;
|
595
|
+
-ms-appearance: none;
|
596
|
+
-webkit-appearance: none;
|
597
|
+
appearance: none; }
|
598
|
+
input[type='checkbox'], input[type='radio'] {
|
599
|
+
background-color: #FFF;
|
600
|
+
border: 1px solid #888;
|
601
|
+
display: inline-block;
|
602
|
+
height: 1em;
|
603
|
+
margin: 0 0.3em -0.1em 0;
|
604
|
+
padding: 0;
|
605
|
+
position: relative;
|
606
|
+
top: 0;
|
607
|
+
width: 1em;
|
608
|
+
overflow: hidden; }
|
609
|
+
input[type='checkbox']:checked, input[type='radio']:checked {
|
610
|
+
background-color: #C9282E;
|
611
|
+
border-color: #C9282E; }
|
612
|
+
input[type='checkbox']:disabled, input[type='radio']:disabled {
|
613
|
+
opacity: 0.3; }
|
614
|
+
input[type='checkbox'] {
|
615
|
+
border-radius: 0.15em; }
|
616
|
+
input[type='checkbox']:checked {
|
617
|
+
border: none; }
|
618
|
+
input[type='checkbox']:checked:before {
|
619
|
+
bottom: 0;
|
620
|
+
color: white;
|
621
|
+
content: "\f101";
|
622
|
+
font-family: "icons", helvetica, Sans-Serif;
|
623
|
+
font-size: 1em;
|
624
|
+
left: 0;
|
625
|
+
line-height: 1;
|
626
|
+
position: absolute;
|
627
|
+
right: 0;
|
628
|
+
text-align: center;
|
629
|
+
top: 0; }
|
630
|
+
input[type='radio'] {
|
631
|
+
border-radius: 99em; }
|
632
|
+
input[type='radio']:checked:before {
|
633
|
+
color: white;
|
634
|
+
content: " ";
|
635
|
+
height: 1em;
|
636
|
+
overflow: hidden;
|
637
|
+
position: absolute;
|
638
|
+
text-align: center;
|
639
|
+
top: 0;
|
640
|
+
width: 1em; }
|
641
|
+
|
642
|
+
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
643
|
+
input:not(.btn):not([type='checkbox']):not([type='radio']), select, textarea {
|
644
|
+
min-height: 2.7em; } }
|
645
|
+
@-moz-document url-prefix() {
|
646
|
+
input[type='file'] {
|
647
|
+
padding: 1em 0.5em; }
|
648
|
+
input[type='range'] {
|
649
|
+
border: 0;
|
650
|
+
margin: 0.6em 0 0 0; }
|
651
|
+
|
652
|
+
select {
|
653
|
+
padding: 0.641em 0.5em; }
|
654
|
+
select:-moz-focusring {
|
655
|
+
color: transparent;
|
656
|
+
text-shadow: 0 0 0 #000;
|
657
|
+
transition: none; } }
|
658
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
659
|
+
select {
|
660
|
+
padding: 0.65em 0.5em;
|
661
|
+
padding-right: 0.5em; }
|
662
|
+
|
663
|
+
input[type='file']::-ms-value {
|
664
|
+
background: #FFF; }
|
665
|
+
input[type='file']::-ms-value, input[type='file']::-ms-value {
|
666
|
+
box-shadow: none;
|
667
|
+
border: 0; }
|
668
|
+
input[type='range'] {
|
669
|
+
border-color: transparent; } }
|
670
|
+
.ie8 select, .ie9 select {
|
671
|
+
padding: 0.65em 0.5em;
|
672
|
+
padding-right: 0.5em; }
|
673
|
+
.ie8 input[type='checkbox'], .ie8 input[type='radio'], .ie9 input[type='checkbox'], .ie9 input[type='radio'] {
|
674
|
+
background: transparent;
|
675
|
+
border: 0; }
|
676
|
+
.ie8 input[type='checkbox']:checked, .ie8 input[type='radio']:checked, .ie9 input[type='checkbox']:checked, .ie9 input[type='radio']:checked {
|
677
|
+
background-color: transparent;
|
678
|
+
border-color: transparent; }
|
679
|
+
.ie8 input[type='checkbox']:focus, .ie8 input[type='radio']:focus, .ie9 input[type='checkbox']:focus, .ie9 input[type='radio']:focus {
|
680
|
+
border: 0; }
|
681
|
+
.ie8 input[type='file'], .ie9 input[type='file'] {
|
682
|
+
height: 3.8em; }
|
683
|
+
.ie8 input[type='range'], .ie9 input[type='range'] {
|
684
|
+
height: 2em;
|
685
|
+
line-height: 0; }
|
686
|
+
|
687
|
+
.header {
|
688
|
+
background: #FFF;
|
689
|
+
height: 4.25em;
|
690
|
+
transform: translateZ(0); }
|
691
|
+
.header .section {
|
692
|
+
padding: 0;
|
693
|
+
position: relative; }
|
694
|
+
.header .logo {
|
695
|
+
border: 0;
|
696
|
+
color: #C9282E;
|
697
|
+
float: left;
|
698
|
+
line-height: 1;
|
699
|
+
padding: 0.6em 1em;
|
700
|
+
max-height: 4.25em;
|
701
|
+
overflow: hidden; }
|
702
|
+
.header .logo:hover {
|
703
|
+
background: none; }
|
704
|
+
.header .logo:hover i {
|
705
|
+
color: #FF0008;
|
706
|
+
transition: all 200ms ease-in-out; }
|
707
|
+
.header nav a {
|
708
|
+
display: block;
|
709
|
+
padding: 1.3em; }
|
710
|
+
.header nav a:hover {
|
711
|
+
background: #F5F5F5; }
|
712
|
+
.header nav ul {
|
713
|
+
padding: 0;
|
714
|
+
margin: 0; }
|
715
|
+
.header nav ul li {
|
716
|
+
background: #FFF;
|
717
|
+
display: inline;
|
718
|
+
float: left;
|
719
|
+
position: relative; }
|
720
|
+
.header nav ul li ul {
|
721
|
+
left: 0;
|
722
|
+
top: 100%; }
|
723
|
+
.header nav ul ul {
|
724
|
+
display: none; }
|
725
|
+
.header nav li:hover > ul {
|
726
|
+
display: block;
|
727
|
+
position: absolute;
|
728
|
+
width: 12.5em;
|
729
|
+
z-index: 9000; }
|
730
|
+
.header nav li:hover > ul li {
|
731
|
+
width: 100%; }
|
732
|
+
.header nav ul ul li:hover > ul {
|
733
|
+
left: auto;
|
734
|
+
right: -12.5em;
|
735
|
+
top: 0; }
|
736
|
+
|
737
|
+
#menu-toggle, #menu-toggle-label {
|
738
|
+
cursor: pointer;
|
739
|
+
display: none;
|
740
|
+
height: 4.25em;
|
741
|
+
position: absolute;
|
742
|
+
right: 0;
|
743
|
+
user-select: none;
|
744
|
+
width: 4.25em; }
|
745
|
+
|
746
|
+
#menu-toggle {
|
747
|
+
border-radius: 0;
|
748
|
+
border: 0;
|
749
|
+
box-shadow: none;
|
750
|
+
margin: 0;
|
751
|
+
outline: none;
|
752
|
+
padding: 0;
|
753
|
+
z-index: -1; }
|
754
|
+
#menu-toggle:hover {
|
755
|
+
background: #F5F5F5; }
|
756
|
+
#menu-toggle:before {
|
757
|
+
content: "\f106";
|
758
|
+
font-family: "icons", helvetica, Sans-Serif;
|
759
|
+
font-size: 2em;
|
760
|
+
padding: 0.24em 0.5em;
|
761
|
+
position: absolute;
|
762
|
+
right: 0; }
|
763
|
+
#menu-toggle:checked {
|
764
|
+
background: #F5F5F5; }
|
765
|
+
#menu-toggle:checked:before {
|
766
|
+
bottom: 0;
|
767
|
+
color: #444;
|
768
|
+
content: "\f104";
|
769
|
+
font-size: 3em;
|
770
|
+
left: 0;
|
771
|
+
line-height: 0;
|
772
|
+
padding: 0.7em 0;
|
773
|
+
position: absolute;
|
774
|
+
right: 0;
|
775
|
+
top: 0; }
|
776
|
+
|
777
|
+
@media screen and (max-width: 860px) {
|
778
|
+
.header .logo {
|
779
|
+
padding: 0.6em; }
|
780
|
+
.header nav a {
|
781
|
+
border-top: 1px solid #eee;
|
782
|
+
padding: 1em; }
|
783
|
+
.header nav ul li ul {
|
784
|
+
display: block; }
|
785
|
+
.header nav ul li {
|
786
|
+
border-right: none;
|
787
|
+
display: block;
|
788
|
+
float: left;
|
789
|
+
width: 100%;
|
790
|
+
text-align: center; }
|
791
|
+
.header nav ul li a {
|
792
|
+
background: #F5F5F5; }
|
793
|
+
.header nav > ul {
|
794
|
+
clear: both;
|
795
|
+
display: none; }
|
796
|
+
.header nav > input:checked + ul {
|
797
|
+
display: block; }
|
798
|
+
.header nav li:hover ul {
|
799
|
+
position: relative;
|
800
|
+
width: auto; }
|
801
|
+
.header nav ul ul li:hover > ul {
|
802
|
+
left: auto;
|
803
|
+
right: auto;
|
804
|
+
top: auto; }
|
805
|
+
|
806
|
+
#menu-toggle, #menu-toggle-label {
|
807
|
+
display: block; } }
|
808
|
+
.hero {
|
809
|
+
color: #FFF;
|
810
|
+
background: #A8002D;
|
811
|
+
background: linear-gradient(to bottom right, #C9282E, #A60052); }
|
812
|
+
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
|
813
|
+
margin: 0;
|
814
|
+
line-height: 1.3; }
|
815
|
+
.hero h1 {
|
816
|
+
font-size: 3em; }
|
817
|
+
.hero h2 {
|
818
|
+
font-size: 1.8em; }
|
819
|
+
.hero h3 {
|
820
|
+
font-size: 1.6em; }
|
821
|
+
.hero h4 {
|
822
|
+
font-size: 1.4em; }
|
823
|
+
.hero h5 {
|
824
|
+
font-size: 1.2em; }
|
825
|
+
.hero h6 {
|
826
|
+
font-size: 1em; }
|
827
|
+
.hero .section {
|
828
|
+
padding: 5em 1.5em; }
|
829
|
+
|
830
|
+
@media screen and (max-width: 667px) {
|
831
|
+
.hero .section {
|
832
|
+
padding: 4em 1em; }
|
833
|
+
.hero h1 {
|
834
|
+
font-size: 2.4em; } }
|
835
|
+
.load {
|
836
|
+
-webkit-animation-duration: 1s;
|
837
|
+
-webkit-animation-iteration-count: infinite;
|
838
|
+
-webkit-animation-name: loading;
|
839
|
+
-webkit-animation-timing-function: linear;
|
840
|
+
-moz-animation-duration: 1s;
|
841
|
+
-moz-animation-iteration-count: infinite;
|
842
|
+
-moz-animation-name: loading;
|
843
|
+
-moz-animation-timing-function: linear;
|
844
|
+
animation-duration: 1s;
|
845
|
+
animation-iteration-count: infinite;
|
846
|
+
animation-name: loading;
|
847
|
+
animation-timing-function: linear;
|
848
|
+
border-radius: 99em;
|
849
|
+
border: 3px solid #DDD;
|
850
|
+
border-left-color: #666;
|
851
|
+
display: inline-block;
|
852
|
+
height: 2em;
|
853
|
+
width: 2em; }
|
854
|
+
.load.smallest {
|
855
|
+
width: 9px;
|
856
|
+
height: 9px;
|
857
|
+
border-width: 1px; }
|
858
|
+
.load.small {
|
859
|
+
width: 16px;
|
860
|
+
height: 16px;
|
861
|
+
border-width: 2px; }
|
862
|
+
.load.large {
|
863
|
+
width: 48px;
|
864
|
+
height: 48px;
|
865
|
+
border-width: 4px; }
|
866
|
+
|
867
|
+
@keyframes loading {
|
868
|
+
from {
|
869
|
+
transform: rotate(0deg); }
|
870
|
+
to {
|
871
|
+
transform: rotate(360deg); } }
|
872
|
+
@-webkit-keyframes loading {
|
873
|
+
from {
|
874
|
+
-webkit-transform: rotate(0deg); }
|
875
|
+
to {
|
876
|
+
-webkit-transform: rotate(360deg); } }
|
877
|
+
@-moz-keyframes loading {
|
878
|
+
from {
|
879
|
+
-moz-transform: rotate(0deg); }
|
880
|
+
to {
|
881
|
+
-moz-transform: rotate(360deg); } }
|
882
|
+
.ie8 .load, .ie9 .load {
|
883
|
+
border-color: transparent;
|
884
|
+
line-height: 1;
|
885
|
+
font-size: 32px;
|
886
|
+
width: 32px;
|
887
|
+
height: 32px;
|
888
|
+
display: inline; }
|
889
|
+
.ie8 .load:after, .ie9 .load:after {
|
890
|
+
content: "\f102";
|
891
|
+
font-family: "icons", helvetica, Sans-Serif; }
|
892
|
+
.ie8 .load.smallest, .ie9 .load.smallest {
|
893
|
+
font-size: 9px;
|
894
|
+
width: 9px;
|
895
|
+
height: 9px;
|
896
|
+
border-width: 0.1em; }
|
897
|
+
.ie8 .load.small, .ie9 .load.small {
|
898
|
+
font-size: 16px;
|
899
|
+
width: 16px;
|
900
|
+
height: 16px;
|
901
|
+
border-width: 0.1em; }
|
902
|
+
.ie8 .load.large, .ie9 .load.large {
|
903
|
+
font-size: 48px;
|
904
|
+
width: 48px;
|
905
|
+
height: 48px; }
|
906
|
+
|
907
|
+
.notice {
|
908
|
+
background: #FFE0A3;
|
909
|
+
text-align: center; }
|
910
|
+
.notice .section {
|
911
|
+
position: relative;
|
912
|
+
padding-right: 3em; }
|
913
|
+
.notice i.icon-close-outline {
|
914
|
+
cursor: pointer;
|
915
|
+
font-size: 2em;
|
916
|
+
line-height: 1.91;
|
917
|
+
position: absolute;
|
918
|
+
right: 0.5em;
|
919
|
+
top: 0; }
|
920
|
+
.notice i.icon-close-outline:hover:before {
|
921
|
+
content: "\f103"; }
|
922
|
+
|
923
|
+
.pagination {
|
924
|
+
margin: 1em 0;
|
925
|
+
padding: 1em;
|
926
|
+
text-align: center; }
|
927
|
+
.pagination a, .pagination .current, .pagination .next_page, .pagination .previous_page {
|
928
|
+
background: transparent;
|
929
|
+
border-radius: 99em;
|
930
|
+
border: 1px solid #BBB;
|
931
|
+
color: #666;
|
932
|
+
display: inline-block;
|
933
|
+
font-size: 1em;
|
934
|
+
margin: 0.5%;
|
935
|
+
min-height: 2.6em;
|
936
|
+
padding: 0.4em 1em; }
|
937
|
+
.pagination a.current, .pagination a:hover, .pagination .current.current, .pagination .current:hover, .pagination .next_page.current, .pagination .next_page:hover, .pagination .previous_page.current, .pagination .previous_page:hover {
|
938
|
+
background: #BBB;
|
939
|
+
color: #FFF;
|
940
|
+
transition: all 200ms ease-in-out; }
|
941
|
+
.pagination .next_page, .pagination .previous_page {
|
942
|
+
min-width: 9em; }
|
943
|
+
|
944
|
+
@media screen and (max-width: 667px) {
|
945
|
+
.pagination a, .pagination .current, .pagination .gap {
|
946
|
+
margin: 0 1em 1em 0; }
|
947
|
+
.pagination .next_page, .pagination .previous_page {
|
948
|
+
width: 9em;
|
949
|
+
display: block;
|
950
|
+
margin: 0 auto 1em auto; } }
|
951
|
+
table {
|
952
|
+
width: 100%;
|
953
|
+
margin: 1em 0;
|
954
|
+
border-spacing: 0;
|
955
|
+
border-collapse: separate; }
|
956
|
+
|
957
|
+
th {
|
958
|
+
font-weight: 400;
|
959
|
+
color: #000;
|
960
|
+
text-align: left; }
|
961
|
+
|
962
|
+
td {
|
963
|
+
border-top: 1px solid #EEE; }
|
964
|
+
|
965
|
+
td, th {
|
966
|
+
padding: 0.5em;
|
967
|
+
text-align: left;
|
968
|
+
vertical-align: top; }
|
969
|
+
|
970
|
+
tfoot tr {
|
971
|
+
border-bottom: 0; }
|
972
|
+
|
973
|
+
@media screen and (max-width: 667px) {
|
974
|
+
tr, td, th {
|
975
|
+
display: block; }
|
976
|
+
|
977
|
+
tr {
|
978
|
+
padding: 1em 0;
|
979
|
+
border-top: 1px solid #EEE; }
|
980
|
+
tr:first-child {
|
981
|
+
border-top: 0; }
|
982
|
+
|
983
|
+
thead {
|
984
|
+
display: none; }
|
985
|
+
|
986
|
+
td {
|
987
|
+
clear: both;
|
988
|
+
border: none; }
|
989
|
+
|
990
|
+
td, th {
|
991
|
+
padding: 0.25em 0; } }
|
992
|
+
.tabs-block {
|
993
|
+
background: transparent;
|
994
|
+
border-bottom: 1px solid #EEE; }
|
995
|
+
.tabs-block .col {
|
996
|
+
text-align: center;
|
997
|
+
position: relative; }
|
998
|
+
.tabs-block .col:last-child {
|
999
|
+
border-right: 0; }
|
1000
|
+
.tabs-block .col:hover, .tabs-block .col.here {
|
1001
|
+
background: #EEE;
|
1002
|
+
transition: all 200ms ease-in-out; }
|
1003
|
+
.tabs-block a {
|
1004
|
+
width: 100%;
|
1005
|
+
display: inline-block;
|
1006
|
+
padding: 0.5em;
|
1007
|
+
color: #444; }
|
1008
|
+
|
1009
|
+
.tabs {
|
1010
|
+
display: inline-block;
|
1011
|
+
list-style: none;
|
1012
|
+
margin: 1em 0;
|
1013
|
+
padding: 0;
|
1014
|
+
width: 100%; }
|
1015
|
+
.tabs a {
|
1016
|
+
border-radius: 0.15em;
|
1017
|
+
border: 1px solid transparent;
|
1018
|
+
padding: 0.65em 1em;
|
1019
|
+
color: #444; }
|
1020
|
+
.tabs li {
|
1021
|
+
display: inline-block;
|
1022
|
+
padding: 0 0.5%; }
|
1023
|
+
.tabs li:hover a, .tabs li.here a {
|
1024
|
+
transition: all 200ms ease-in-out;
|
1025
|
+
background: #EEE; }
|
1026
|
+
.tabs ul {
|
1027
|
+
padding: 0; }
|
1028
|
+
.tabs.round li a {
|
1029
|
+
border-radius: 99em; }
|
1030
|
+
|
1031
|
+
@media screen and (max-width: 860px) {
|
1032
|
+
.tabs-block a, .tabs a {
|
1033
|
+
margin: 0.5% 0;
|
1034
|
+
padding: 0.65em 0.5em;
|
1035
|
+
display: block;
|
1036
|
+
text-align: center; }
|
1037
|
+
|
1038
|
+
.tabs-block {
|
1039
|
+
border-bottom: 0; }
|
1040
|
+
|
1041
|
+
.tabs li {
|
1042
|
+
display: block;
|
1043
|
+
padding: 0; } }
|
1044
|
+
.highlight code {
|
1045
|
+
width: 100%; }
|
1046
|
+
|
1047
|
+
.hll {
|
1048
|
+
background-color: #f8f8f8;
|
1049
|
+
border: 1px solid #ccc;
|
1050
|
+
padding: 6px 10px;
|
1051
|
+
border-radius: 3px; }
|
1052
|
+
|
1053
|
+
.c {
|
1054
|
+
color: #999988;
|
1055
|
+
font-style: italic; }
|
1056
|
+
|
1057
|
+
.err {
|
1058
|
+
color: #a61717;
|
1059
|
+
background-color: #e3d2d2; }
|
1060
|
+
|
1061
|
+
.k, .o {
|
1062
|
+
font-weight: bold; }
|
1063
|
+
|
1064
|
+
.cm {
|
1065
|
+
color: #999988;
|
1066
|
+
font-style: italic; }
|
1067
|
+
|
1068
|
+
.cp {
|
1069
|
+
color: #999999;
|
1070
|
+
font-weight: bold; }
|
1071
|
+
|
1072
|
+
.c1 {
|
1073
|
+
color: #999988;
|
1074
|
+
font-style: italic; }
|
1075
|
+
|
1076
|
+
.cs {
|
1077
|
+
color: #999999;
|
1078
|
+
font-weight: bold;
|
1079
|
+
font-style: italic; }
|
1080
|
+
|
1081
|
+
.gd {
|
1082
|
+
color: #000000;
|
1083
|
+
background-color: #ffdddd; }
|
1084
|
+
.gd .x {
|
1085
|
+
color: #000000;
|
1086
|
+
background-color: #ffaaaa; }
|
1087
|
+
|
1088
|
+
.ge {
|
1089
|
+
font-style: italic; }
|
1090
|
+
|
1091
|
+
.gr {
|
1092
|
+
color: #aa0000; }
|
1093
|
+
|
1094
|
+
.gh {
|
1095
|
+
color: #999999; }
|
1096
|
+
|
1097
|
+
.gi {
|
1098
|
+
color: #000000;
|
1099
|
+
background-color: #ddffdd; }
|
1100
|
+
.gi .x {
|
1101
|
+
color: #000000;
|
1102
|
+
background-color: #aaffaa; }
|
1103
|
+
|
1104
|
+
.go {
|
1105
|
+
color: #888888; }
|
1106
|
+
|
1107
|
+
.gp {
|
1108
|
+
color: #555555; }
|
1109
|
+
|
1110
|
+
.gs {
|
1111
|
+
font-weight: bold; }
|
1112
|
+
|
1113
|
+
.gu {
|
1114
|
+
color: #800080;
|
1115
|
+
font-weight: bold; }
|
1116
|
+
|
1117
|
+
.gt {
|
1118
|
+
color: #aa0000; }
|
1119
|
+
|
1120
|
+
.kc, .kd, .kn, .kp, .kr {
|
1121
|
+
font-weight: bold; }
|
1122
|
+
|
1123
|
+
.kt {
|
1124
|
+
color: #445588;
|
1125
|
+
font-weight: bold; }
|
1126
|
+
|
1127
|
+
.m {
|
1128
|
+
color: #009999; }
|
1129
|
+
|
1130
|
+
.s {
|
1131
|
+
color: #dd1144; }
|
1132
|
+
|
1133
|
+
.n {
|
1134
|
+
color: #333333; }
|
1135
|
+
|
1136
|
+
.na {
|
1137
|
+
color: teal; }
|
1138
|
+
|
1139
|
+
.nb {
|
1140
|
+
color: #0086b3; }
|
1141
|
+
|
1142
|
+
.nc {
|
1143
|
+
color: #445588;
|
1144
|
+
font-weight: bold; }
|
1145
|
+
|
1146
|
+
.no {
|
1147
|
+
color: teal; }
|
1148
|
+
|
1149
|
+
.ni {
|
1150
|
+
color: purple; }
|
1151
|
+
|
1152
|
+
.ne, .nf {
|
1153
|
+
color: #990000;
|
1154
|
+
font-weight: bold; }
|
1155
|
+
|
1156
|
+
.nn {
|
1157
|
+
color: #555555; }
|
1158
|
+
|
1159
|
+
.nt {
|
1160
|
+
color: navy; }
|
1161
|
+
|
1162
|
+
.nv {
|
1163
|
+
color: teal; }
|
1164
|
+
|
1165
|
+
.ow {
|
1166
|
+
font-weight: bold; }
|
1167
|
+
|
1168
|
+
.w {
|
1169
|
+
color: #bbbbbb; }
|
1170
|
+
|
1171
|
+
.mf, .mh, .mi, .mo {
|
1172
|
+
color: #009999; }
|
1173
|
+
|
1174
|
+
.sb, .sc, .sd, .s2, .se, .sh, .si, .sx {
|
1175
|
+
color: #dd1144; }
|
1176
|
+
|
1177
|
+
.sr {
|
1178
|
+
color: #009926; }
|
1179
|
+
|
1180
|
+
.s1 {
|
1181
|
+
color: #dd1144; }
|
1182
|
+
|
1183
|
+
.ss {
|
1184
|
+
color: #990073; }
|
1185
|
+
|
1186
|
+
.bp {
|
1187
|
+
color: #999999; }
|
1188
|
+
|
1189
|
+
.vc, .vg, .vi {
|
1190
|
+
color: teal; }
|
1191
|
+
|
1192
|
+
.il {
|
1193
|
+
color: #009999; }
|
1194
|
+
|
1195
|
+
.gc {
|
1196
|
+
color: #999;
|
1197
|
+
background-color: #EAF2F5; }
|
1198
|
+
|
1199
|
+
ul.list, ol.list {
|
1200
|
+
margin-left: 1em;
|
1201
|
+
padding-left: 1em; }
|
1202
|
+
|
1203
|
+
ul.list li {
|
1204
|
+
list-style: disc; }
|
1205
|
+
|
1206
|
+
ol.list li {
|
1207
|
+
list-style: decimal; }
|
1208
|
+
|
1209
|
+
.align-left {
|
1210
|
+
text-align: left; }
|
1211
|
+
|
1212
|
+
.align-right {
|
1213
|
+
text-align: right; }
|
1214
|
+
|
1215
|
+
.break-word {
|
1216
|
+
word-break: break-all; }
|
1217
|
+
|
1218
|
+
.no-wrap {
|
1219
|
+
white-space: nowrap; }
|
1220
|
+
|
1221
|
+
.thin {
|
1222
|
+
font-weight: 100; }
|
1223
|
+
|
1224
|
+
.uppercase {
|
1225
|
+
text-transform: uppercase; }
|
1226
|
+
|
1227
|
+
.light-text *, .light-text a {
|
1228
|
+
color: white; }
|
1229
|
+
.light-text a {
|
1230
|
+
text-decoration: underline; }
|
1231
|
+
|
1232
|
+
.auto {
|
1233
|
+
margin: 0 auto; }
|
1234
|
+
|
1235
|
+
.block {
|
1236
|
+
display: block; }
|
1237
|
+
|
1238
|
+
.center {
|
1239
|
+
text-align: center; }
|
1240
|
+
|
1241
|
+
.clear {
|
1242
|
+
clear: both; }
|
1243
|
+
|
1244
|
+
.float-left {
|
1245
|
+
float: left; }
|
1246
|
+
|
1247
|
+
.float-right {
|
1248
|
+
float: right; }
|
1249
|
+
|
1250
|
+
.inline {
|
1251
|
+
display: inline; }
|
1252
|
+
|
1253
|
+
.inline-block {
|
1254
|
+
display: inline-block; }
|
1255
|
+
|
1256
|
+
.checkbox, .radio {
|
1257
|
+
display: block;
|
1258
|
+
line-height: 2.2; }
|
1259
|
+
|
1260
|
+
.box {
|
1261
|
+
border-radius: 0.15em;
|
1262
|
+
border: 1px solid #ddd;
|
1263
|
+
margin: 1em 0;
|
1264
|
+
padding: 1em; }
|
1265
|
+
|
1266
|
+
.disabled {
|
1267
|
+
color: #BBB; }
|
1268
|
+
|
1269
|
+
.radius {
|
1270
|
+
border-radius: 0.15em; }
|
1271
|
+
|
1272
|
+
.round {
|
1273
|
+
border-radius: 99em; }
|
1274
|
+
|
1275
|
+
.opacity-half {
|
1276
|
+
opacity: 0.5; }
|
1277
|
+
|
1278
|
+
.gray {
|
1279
|
+
color: #666; }
|
1280
|
+
|
1281
|
+
.gray-medium {
|
1282
|
+
color: #999; }
|
1283
|
+
|
1284
|
+
.gray-light {
|
1285
|
+
color: #BBB; }
|
1286
|
+
|
1287
|
+
.gray-lighter {
|
1288
|
+
color: #EEE; }
|
1289
|
+
|
1290
|
+
.gray-lightest {
|
1291
|
+
color: #F9F9F9; }
|
1292
|
+
|
1293
|
+
.bg {
|
1294
|
+
background: #F9F9F9; }
|
1295
|
+
|
1296
|
+
.bg-black {
|
1297
|
+
background: #252525;
|
1298
|
+
background: linear-gradient(to bottom right, #222, #333); }
|
1299
|
+
|
1300
|
+
.bg-gray {
|
1301
|
+
background: #9A9A9A;
|
1302
|
+
background: linear-gradient(to bottom right, #888, #CCC); }
|
1303
|
+
|
1304
|
+
.bg-blue {
|
1305
|
+
background: #1C6AB9;
|
1306
|
+
background: linear-gradient(to bottom right, #25639A, #1F9CEA); }
|
1307
|
+
|
1308
|
+
.bg-red {
|
1309
|
+
background: #A8002D;
|
1310
|
+
background: linear-gradient(to bottom right, #C9282E, #A60052); }
|
1311
|
+
|
1312
|
+
.bg-green {
|
1313
|
+
background: #52BB5C;
|
1314
|
+
background: linear-gradient(to bottom right, #73B558, #45D093); }
|
1315
|
+
|
1316
|
+
.hide {
|
1317
|
+
display: none; }
|
1318
|
+
|
1319
|
+
.show {
|
1320
|
+
display: block; }
|
1321
|
+
|
1322
|
+
.full {
|
1323
|
+
width: 100%; }
|
1324
|
+
|
1325
|
+
.space:after {
|
1326
|
+
content: " "; }
|
1327
|
+
|
1328
|
+
.i2x {
|
1329
|
+
font-size: 2em; }
|
1330
|
+
|
1331
|
+
.i3x {
|
1332
|
+
font-size: 3em; }
|
1333
|
+
|
1334
|
+
.i4x {
|
1335
|
+
font-size: 4em; }
|
1336
|
+
|
1337
|
+
.i5x {
|
1338
|
+
font-size: 5em; }
|
1339
|
+
|
1340
|
+
.same-width {
|
1341
|
+
text-align: center;
|
1342
|
+
width: 2em;
|
1343
|
+
display: inline-block; }
|
1344
|
+
|
1345
|
+
@media screen and (max-width: 667px) {
|
1346
|
+
.space, .hide-on-mobile {
|
1347
|
+
display: none; }
|
1348
|
+
|
1349
|
+
.responsive {
|
1350
|
+
width: 100%; } }
|
1351
|
+
@media screen and (max-width: 334px) {
|
1352
|
+
.responsive-portrait {
|
1353
|
+
width: 100%; } }
|
1354
|
+
|
1355
|
+
/*# sourceMappingURL=vital.css.map */
|