w3css_rails 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +8 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/w3css_rails.rb +5 -0
- data/lib/w3css_rails/version.rb +3 -0
- data/vendor/assets/stylesheets/w3css_rails.css +361 -0
- data/vendor/assets/stylesheets/w3css_rails.sass +1548 -0
- data/w3css_rails.gemspec +35 -0
- metadata +92 -0
@@ -0,0 +1,1548 @@
|
|
1
|
+
/* W3.CSS 3.04 Apr 2017 by Jan Egil and Borge Refsnes */
|
2
|
+
|
3
|
+
html
|
4
|
+
box-sizing: border-box
|
5
|
+
|
6
|
+
*
|
7
|
+
box-sizing: inherit
|
8
|
+
&:before, &:after
|
9
|
+
box-sizing: inherit
|
10
|
+
|
11
|
+
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
|
12
|
+
|
13
|
+
html
|
14
|
+
-ms-text-size-adjust: 100%
|
15
|
+
-webkit-text-size-adjust: 100%
|
16
|
+
|
17
|
+
body
|
18
|
+
margin: 0
|
19
|
+
|
20
|
+
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary
|
21
|
+
display: block
|
22
|
+
|
23
|
+
audio, canvas, progress, video
|
24
|
+
display: inline-block
|
25
|
+
|
26
|
+
progress
|
27
|
+
vertical-align: baseline
|
28
|
+
|
29
|
+
audio:not([controls])
|
30
|
+
display: none
|
31
|
+
height: 0
|
32
|
+
|
33
|
+
[hidden], template
|
34
|
+
display: none
|
35
|
+
|
36
|
+
a
|
37
|
+
background-color: transparent
|
38
|
+
-webkit-text-decoration-skip: objects
|
39
|
+
&:active, &:hover
|
40
|
+
outline-width: 0
|
41
|
+
|
42
|
+
abbr[title]
|
43
|
+
border-bottom: none
|
44
|
+
text-decoration: underline
|
45
|
+
text-decoration: underline dotted
|
46
|
+
|
47
|
+
dfn
|
48
|
+
font-style: italic
|
49
|
+
|
50
|
+
mark
|
51
|
+
background: #ff0
|
52
|
+
color: #000
|
53
|
+
|
54
|
+
small
|
55
|
+
font-size: 80%
|
56
|
+
|
57
|
+
sub, sup
|
58
|
+
font-size: 75%
|
59
|
+
line-height: 0
|
60
|
+
position: relative
|
61
|
+
vertical-align: baseline
|
62
|
+
|
63
|
+
sub
|
64
|
+
bottom: -0.25em
|
65
|
+
|
66
|
+
sup
|
67
|
+
top: -0.5em
|
68
|
+
|
69
|
+
figure
|
70
|
+
margin: 1em 40px
|
71
|
+
|
72
|
+
img
|
73
|
+
border-style: none
|
74
|
+
|
75
|
+
svg:not(:root)
|
76
|
+
overflow: hidden
|
77
|
+
|
78
|
+
code, kbd, pre, samp
|
79
|
+
font-family: monospace,monospace
|
80
|
+
font-size: 1em
|
81
|
+
|
82
|
+
hr
|
83
|
+
box-sizing: content-box
|
84
|
+
height: 0
|
85
|
+
overflow: visible
|
86
|
+
|
87
|
+
button, input, select, textarea
|
88
|
+
font: inherit
|
89
|
+
margin: 0
|
90
|
+
|
91
|
+
optgroup
|
92
|
+
font-weight: bold
|
93
|
+
|
94
|
+
button, input
|
95
|
+
overflow: visible
|
96
|
+
|
97
|
+
button, select
|
98
|
+
text-transform: none
|
99
|
+
|
100
|
+
button, html [type=button], [type=reset], [type=submit]
|
101
|
+
-webkit-appearance: button
|
102
|
+
|
103
|
+
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner
|
104
|
+
border-style: none
|
105
|
+
padding: 0
|
106
|
+
|
107
|
+
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring
|
108
|
+
outline: 1px dotted ButtonText
|
109
|
+
|
110
|
+
fieldset
|
111
|
+
border: 1px solid #c0c0c0
|
112
|
+
margin: 0 2px
|
113
|
+
padding: .35em .625em .75em
|
114
|
+
|
115
|
+
legend
|
116
|
+
color: inherit
|
117
|
+
display: table
|
118
|
+
max-width: 100%
|
119
|
+
padding: 0
|
120
|
+
white-space: normal
|
121
|
+
|
122
|
+
textarea
|
123
|
+
overflow: auto
|
124
|
+
|
125
|
+
[type=checkbox], [type=radio]
|
126
|
+
padding: 0
|
127
|
+
|
128
|
+
[type=number]
|
129
|
+
&::-webkit-inner-spin-button, &::-webkit-outer-spin-button
|
130
|
+
height: auto
|
131
|
+
|
132
|
+
[type=search]
|
133
|
+
-webkit-appearance: textfield
|
134
|
+
outline-offset: -2px
|
135
|
+
&::-webkit-search-cancel-button, &::-webkit-search-decoration
|
136
|
+
-webkit-appearance: none
|
137
|
+
|
138
|
+
\::-webkit-input-placeholder
|
139
|
+
color: inherit
|
140
|
+
opacity: 0.54
|
141
|
+
|
142
|
+
\::-webkit-file-upload-button
|
143
|
+
-webkit-appearance: button
|
144
|
+
font: inherit
|
145
|
+
|
146
|
+
/* End extract */
|
147
|
+
|
148
|
+
html, body
|
149
|
+
font-family: Verdana,sans-serif
|
150
|
+
font-size: 15px
|
151
|
+
line-height: 1.5
|
152
|
+
|
153
|
+
html
|
154
|
+
overflow-x: hidden
|
155
|
+
|
156
|
+
h1, h2, h3, h4, h5, h6, .w3-slim, .w3-wide
|
157
|
+
font-family: "Segoe UI",Arial,sans-serif
|
158
|
+
|
159
|
+
h1
|
160
|
+
font-size: 36px
|
161
|
+
|
162
|
+
h2
|
163
|
+
font-size: 30px
|
164
|
+
|
165
|
+
h3
|
166
|
+
font-size: 24px
|
167
|
+
|
168
|
+
h4
|
169
|
+
font-size: 20px
|
170
|
+
|
171
|
+
h5
|
172
|
+
font-size: 18px
|
173
|
+
|
174
|
+
h6
|
175
|
+
font-size: 16px
|
176
|
+
|
177
|
+
.w3-serif
|
178
|
+
font-family: "Times New Roman",Times,serif
|
179
|
+
|
180
|
+
h1, h2, h3, h4, h5, h6
|
181
|
+
font-weight: 400
|
182
|
+
margin: 10px 0
|
183
|
+
|
184
|
+
.w3-wide
|
185
|
+
letter-spacing: 4px
|
186
|
+
|
187
|
+
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
|
188
|
+
font-weight: inherit
|
189
|
+
|
190
|
+
hr
|
191
|
+
border: 0
|
192
|
+
border-top: 1px solid #eee
|
193
|
+
margin: 20px 0
|
194
|
+
|
195
|
+
img
|
196
|
+
margin-bottom: -5px
|
197
|
+
|
198
|
+
a
|
199
|
+
color: inherit
|
200
|
+
|
201
|
+
.w3-image
|
202
|
+
max-width: 100%
|
203
|
+
height: auto
|
204
|
+
|
205
|
+
.w3-table
|
206
|
+
border-collapse: collapse
|
207
|
+
border-spacing: 0
|
208
|
+
width: 100%
|
209
|
+
display: table
|
210
|
+
|
211
|
+
.w3-table-all
|
212
|
+
border-collapse: collapse
|
213
|
+
border-spacing: 0
|
214
|
+
width: 100%
|
215
|
+
display: table
|
216
|
+
border: 1px solid #ccc
|
217
|
+
|
218
|
+
.w3-bordered tr, .w3-table-all tr
|
219
|
+
border-bottom: 1px solid #ddd
|
220
|
+
|
221
|
+
.w3-striped tbody tr:nth-child(even)
|
222
|
+
background-color: #f1f1f1
|
223
|
+
|
224
|
+
.w3-table-all tr
|
225
|
+
&:nth-child(odd)
|
226
|
+
background-color: #fff
|
227
|
+
&:nth-child(even)
|
228
|
+
background-color: #f1f1f1
|
229
|
+
|
230
|
+
.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover
|
231
|
+
background-color: #ccc
|
232
|
+
|
233
|
+
.w3-centered tr
|
234
|
+
th, td
|
235
|
+
text-align: center
|
236
|
+
|
237
|
+
.w3-table
|
238
|
+
td, th
|
239
|
+
padding: 8px 8px
|
240
|
+
display: table-cell
|
241
|
+
text-align: left
|
242
|
+
vertical-align: top
|
243
|
+
|
244
|
+
.w3-table-all
|
245
|
+
td, th
|
246
|
+
padding: 8px 8px
|
247
|
+
display: table-cell
|
248
|
+
text-align: left
|
249
|
+
vertical-align: top
|
250
|
+
|
251
|
+
.w3-table
|
252
|
+
th:first-child, td:first-child
|
253
|
+
padding-left: 16px
|
254
|
+
|
255
|
+
.w3-table-all
|
256
|
+
th:first-child, td:first-child
|
257
|
+
padding-left: 16px
|
258
|
+
|
259
|
+
.w3-btn, .w3-btn-block, .w3-button
|
260
|
+
border: none
|
261
|
+
display: inline-block
|
262
|
+
outline: 0
|
263
|
+
padding: 6px 16px
|
264
|
+
vertical-align: middle
|
265
|
+
overflow: hidden
|
266
|
+
text-decoration: none !important
|
267
|
+
color: #fff
|
268
|
+
background-color: #000
|
269
|
+
text-align: center
|
270
|
+
cursor: pointer
|
271
|
+
white-space: nowrap
|
272
|
+
|
273
|
+
.w3-btn:hover, .w3-btn-block:hover, .w3-btn-floating:hover, .w3-btn-floating-large:hover
|
274
|
+
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
|
275
|
+
|
276
|
+
.w3-button
|
277
|
+
color: #000
|
278
|
+
background-color: #f1f1f1
|
279
|
+
padding: 8px 16px
|
280
|
+
&:hover
|
281
|
+
color: #000 !important
|
282
|
+
background-color: #ccc !important
|
283
|
+
|
284
|
+
.w3-btn, .w3-btn-floating, .w3-btn-floating-large, .w3-closenav, .w3-opennav, .w3-btn-block, .w3-button
|
285
|
+
-webkit-touch-callout: none
|
286
|
+
-webkit-user-select: none
|
287
|
+
-khtml-user-select: none
|
288
|
+
-moz-user-select: none
|
289
|
+
-ms-user-select: none
|
290
|
+
user-select: none
|
291
|
+
|
292
|
+
.w3-btn-floating, .w3-btn-floating-large
|
293
|
+
display: inline-block
|
294
|
+
text-align: center
|
295
|
+
color: #fff
|
296
|
+
background-color: #000
|
297
|
+
position: relative
|
298
|
+
overflow: hidden
|
299
|
+
z-index: 1
|
300
|
+
padding: 0
|
301
|
+
border-radius: 50%
|
302
|
+
cursor: pointer
|
303
|
+
font-size: 24px
|
304
|
+
|
305
|
+
.w3-btn-floating
|
306
|
+
width: 40px
|
307
|
+
height: 40px
|
308
|
+
line-height: 40px
|
309
|
+
|
310
|
+
.w3-btn-floating-large
|
311
|
+
width: 56px
|
312
|
+
height: 56px
|
313
|
+
line-height: 56px
|
314
|
+
|
315
|
+
.w3-disabled, .w3-btn:disabled, .w3-button:disabled, .w3-btn-floating:disabled, .w3-btn-floating-large:disabled
|
316
|
+
cursor: not-allowed
|
317
|
+
opacity: 0.3
|
318
|
+
|
319
|
+
.w3-disabled *, :disabled *
|
320
|
+
pointer-events: none
|
321
|
+
|
322
|
+
.w3-btn.w3-disabled:hover, .w3-btn-block.w3-disabled:hover, .w3-btn:disabled:hover
|
323
|
+
box-shadow: none
|
324
|
+
|
325
|
+
.w3-btn-floating
|
326
|
+
&.w3-disabled:hover, &:disabled:hover
|
327
|
+
box-shadow: none
|
328
|
+
|
329
|
+
.w3-btn-floating-large
|
330
|
+
&.w3-disabled:hover, &:disabled:hover
|
331
|
+
box-shadow: none
|
332
|
+
|
333
|
+
.w3-btn-group .w3-btn
|
334
|
+
float: left
|
335
|
+
|
336
|
+
.w3-btn-block
|
337
|
+
width: 100%
|
338
|
+
|
339
|
+
.w3-btn-bar .w3-btn
|
340
|
+
box-shadow: none
|
341
|
+
background-color: inherit
|
342
|
+
color: inherit
|
343
|
+
float: left
|
344
|
+
&:hover
|
345
|
+
background-color: #ccc
|
346
|
+
|
347
|
+
.w3-badge, .w3-tag, .w3-sign
|
348
|
+
background-color: #000
|
349
|
+
color: #fff
|
350
|
+
display: inline-block
|
351
|
+
padding-left: 8px
|
352
|
+
padding-right: 8px
|
353
|
+
text-align: center
|
354
|
+
|
355
|
+
.w3-badge
|
356
|
+
border-radius: 50%
|
357
|
+
|
358
|
+
ul.w3-ul
|
359
|
+
list-style-type: none
|
360
|
+
padding: 0
|
361
|
+
margin: 0
|
362
|
+
li
|
363
|
+
padding: 8px 16px
|
364
|
+
border-bottom: 1px solid #ddd
|
365
|
+
&:last-child
|
366
|
+
border-bottom: none
|
367
|
+
|
368
|
+
.w3-tooltip, .w3-display-container
|
369
|
+
position: relative
|
370
|
+
|
371
|
+
.w3-tooltip
|
372
|
+
.w3-text
|
373
|
+
display: none
|
374
|
+
&:hover .w3-text
|
375
|
+
display: inline-block
|
376
|
+
|
377
|
+
.w3-navbar
|
378
|
+
list-style-type: none
|
379
|
+
margin: 0
|
380
|
+
padding: 0
|
381
|
+
overflow: hidden
|
382
|
+
li
|
383
|
+
float: left
|
384
|
+
a
|
385
|
+
display: block
|
386
|
+
padding: 8px 16px
|
387
|
+
|
388
|
+
.w3-navitem
|
389
|
+
display: block
|
390
|
+
padding: 8px 16px
|
391
|
+
|
392
|
+
.w3-navbar
|
393
|
+
li
|
394
|
+
.w3-btn, .w3-input
|
395
|
+
display: block
|
396
|
+
padding: 8px 16px
|
397
|
+
.w3-btn, .w3-input
|
398
|
+
border: none
|
399
|
+
outline: none
|
400
|
+
width: 100%
|
401
|
+
a:hover
|
402
|
+
color: #000
|
403
|
+
background-color: #ccc
|
404
|
+
.w3-dropdown-hover, .w3-dropdown-click
|
405
|
+
position: static
|
406
|
+
.w3-dropdown-hover
|
407
|
+
&:hover, &:first-child
|
408
|
+
background-color: #ccc
|
409
|
+
color: #000
|
410
|
+
.w3-dropdown-click:hover
|
411
|
+
background-color: #ccc
|
412
|
+
color: #000
|
413
|
+
a
|
414
|
+
text-decoration: none !important
|
415
|
+
|
416
|
+
.w3-topnav a, .w3-sidenav a, .w3-dropdown-content a, .w3-accordion-content a, .w3-dropnav a, .w3-navblock a
|
417
|
+
text-decoration: none !important
|
418
|
+
|
419
|
+
.w3-navbar .w3-opennav.w3-right
|
420
|
+
float: right !important
|
421
|
+
|
422
|
+
.w3-topnav
|
423
|
+
padding: 8px 8px
|
424
|
+
|
425
|
+
.w3-navblock
|
426
|
+
.w3-dropdown-hover
|
427
|
+
&:hover, &:first-child
|
428
|
+
background-color: #ccc
|
429
|
+
color: #000
|
430
|
+
.w3-dropdown-click:hover
|
431
|
+
background-color: #ccc
|
432
|
+
color: #000
|
433
|
+
.w3-dropdown-hover, .w3-dropdown-click
|
434
|
+
width: 100%
|
435
|
+
.w3-dropdown-hover .w3-dropdown-content, .w3-dropdown-click .w3-dropdown-content
|
436
|
+
min-width: 100%
|
437
|
+
|
438
|
+
.w3-topnav
|
439
|
+
a
|
440
|
+
padding: 0 8px
|
441
|
+
border-bottom: 3px solid transparent
|
442
|
+
-webkit-transition: border-bottom .25s
|
443
|
+
transition: border-bottom .25s
|
444
|
+
&:hover
|
445
|
+
border-bottom: 3px solid #fff
|
446
|
+
.w3-dropdown-hover a
|
447
|
+
border-bottom: 0
|
448
|
+
|
449
|
+
.w3-opennav, .w3-closenav
|
450
|
+
color: inherit
|
451
|
+
|
452
|
+
.w3-opennav:hover, .w3-closenav:hover
|
453
|
+
cursor: pointer
|
454
|
+
opacity: 0.8
|
455
|
+
|
456
|
+
.w3-btn, .w3-btn-floating, .w3-dropnav a, .w3-btn-floating-large, .w3-btn-block, .w3-navbar a, .w3-navblock a, .w3-sidenav a, .w3-pagination li a
|
457
|
+
-webkit-transition: background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s
|
458
|
+
transition: background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s
|
459
|
+
|
460
|
+
.w3-hoverable
|
461
|
+
tbody tr, li
|
462
|
+
-webkit-transition: background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s
|
463
|
+
transition: background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s
|
464
|
+
|
465
|
+
.w3-accordion-content a, .w3-dropdown-content a, .w3-dropdown-click:hover, .w3-dropdown-hover:hover, .w3-opennav, .w3-closenav, .w3-closebtn, *[class*="w3-hover-"]
|
466
|
+
-webkit-transition: background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s
|
467
|
+
transition: background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s
|
468
|
+
|
469
|
+
.w3-ripple
|
470
|
+
&:active
|
471
|
+
opacity: 0.5
|
472
|
+
-webkit-transition: opacity 0s
|
473
|
+
transition: opacity 0s
|
474
|
+
|
475
|
+
.w3-sidenav, .w3-sidebar
|
476
|
+
height: 100%
|
477
|
+
width: 200px
|
478
|
+
background-color: #fff
|
479
|
+
position: fixed !important
|
480
|
+
z-index: 1
|
481
|
+
overflow: auto
|
482
|
+
|
483
|
+
.w3-sidenav a, .w3-navblock a
|
484
|
+
padding: 4px 2px 4px 16px
|
485
|
+
|
486
|
+
.w3-sidenav a:hover, .w3-navblock a:hover
|
487
|
+
background-color: #ccc
|
488
|
+
color: #000
|
489
|
+
|
490
|
+
.w3-sidenav a, .w3-dropnav a, .w3-navblock a
|
491
|
+
display: block
|
492
|
+
|
493
|
+
.w3-sidenav
|
494
|
+
.w3-dropdown-hover
|
495
|
+
&:hover, &:first-child
|
496
|
+
background-color: #ccc
|
497
|
+
color: #000
|
498
|
+
.w3-dropdown-click:hover
|
499
|
+
background-color: #ccc
|
500
|
+
color: #000
|
501
|
+
|
502
|
+
.w3-dropnav a:hover
|
503
|
+
background-color: #ccc
|
504
|
+
color: #000
|
505
|
+
|
506
|
+
.w3-sidenav
|
507
|
+
.w3-dropdown-hover, .w3-dropdown-click
|
508
|
+
width: 100%
|
509
|
+
|
510
|
+
.w3-bar-block
|
511
|
+
.w3-dropdown-hover, .w3-dropdown-click
|
512
|
+
width: 100%
|
513
|
+
|
514
|
+
.w3-sidenav
|
515
|
+
.w3-dropdown-hover .w3-dropdown-content, .w3-dropdown-click .w3-dropdown-content
|
516
|
+
min-width: 100%
|
517
|
+
|
518
|
+
.w3-bar-block
|
519
|
+
.w3-dropdown-hover .w3-dropdown-content, .w3-dropdown-click .w3-dropdown-content
|
520
|
+
min-width: 100%
|
521
|
+
.w3-dropdown-hover .w3-button, .w3-dropdown-click .w3-button
|
522
|
+
width: 100%
|
523
|
+
text-align: left
|
524
|
+
background-color: inherit
|
525
|
+
color: inherit
|
526
|
+
padding: 8px 16px
|
527
|
+
|
528
|
+
.w3-main, #main
|
529
|
+
transition: margin-left .4s
|
530
|
+
|
531
|
+
.w3-modal
|
532
|
+
z-index: 3
|
533
|
+
display: none
|
534
|
+
padding-top: 100px
|
535
|
+
position: fixed
|
536
|
+
left: 0
|
537
|
+
top: 0
|
538
|
+
width: 100%
|
539
|
+
height: 100%
|
540
|
+
overflow: auto
|
541
|
+
background-color: rgb(0, 0, 0)
|
542
|
+
background-color: rgba(0, 0, 0, 0.4)
|
543
|
+
|
544
|
+
.w3-modal-content
|
545
|
+
margin: auto
|
546
|
+
background-color: #fff
|
547
|
+
position: relative
|
548
|
+
padding: 0
|
549
|
+
outline: 0
|
550
|
+
width: 600px
|
551
|
+
|
552
|
+
.w3-closebtn
|
553
|
+
text-decoration: none
|
554
|
+
float: right
|
555
|
+
font-size: 24px
|
556
|
+
font-weight: bold
|
557
|
+
color: inherit
|
558
|
+
&:hover, &:focus
|
559
|
+
color: #000
|
560
|
+
text-decoration: none
|
561
|
+
cursor: pointer
|
562
|
+
|
563
|
+
.w3-pagination
|
564
|
+
display: inline-block
|
565
|
+
padding: 0
|
566
|
+
margin: 0
|
567
|
+
li
|
568
|
+
display: inline
|
569
|
+
a
|
570
|
+
text-decoration: none
|
571
|
+
color: #000
|
572
|
+
float: left
|
573
|
+
padding: 8px 16px
|
574
|
+
&:hover
|
575
|
+
background-color: #ccc
|
576
|
+
|
577
|
+
.w3-input-group, .w3-group
|
578
|
+
margin-top: 24px
|
579
|
+
margin-bottom: 24px
|
580
|
+
|
581
|
+
.w3-input
|
582
|
+
padding: 8px
|
583
|
+
display: block
|
584
|
+
border: none
|
585
|
+
border-bottom: 1px solid #808080
|
586
|
+
width: 100%
|
587
|
+
|
588
|
+
.w3-label
|
589
|
+
color: #009688
|
590
|
+
|
591
|
+
.w3-input:not(:valid) ~ .w3-validate
|
592
|
+
color: #f44336
|
593
|
+
|
594
|
+
.w3-select
|
595
|
+
padding: 9px 0
|
596
|
+
width: 100%
|
597
|
+
color: #000
|
598
|
+
border: 1px solid transparent
|
599
|
+
border-bottom: 1px solid #009688
|
600
|
+
select:focus
|
601
|
+
color: #000
|
602
|
+
border: 1px solid #009688
|
603
|
+
option[disabled]
|
604
|
+
color: #009688
|
605
|
+
|
606
|
+
.w3-dropdown-click
|
607
|
+
position: relative
|
608
|
+
display: inline-block
|
609
|
+
cursor: pointer
|
610
|
+
|
611
|
+
.w3-dropdown-hover
|
612
|
+
position: relative
|
613
|
+
display: inline-block
|
614
|
+
cursor: pointer
|
615
|
+
&:hover .w3-dropdown-content
|
616
|
+
display: block
|
617
|
+
z-index: 1
|
618
|
+
&:first-child
|
619
|
+
background-color: #ccc
|
620
|
+
color: #000
|
621
|
+
|
622
|
+
.w3-dropdown-click:hover, .w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child
|
623
|
+
background-color: #ccc
|
624
|
+
color: #000
|
625
|
+
|
626
|
+
.w3-dropdown-content
|
627
|
+
cursor: auto
|
628
|
+
color: #000
|
629
|
+
background-color: #fff
|
630
|
+
display: none
|
631
|
+
position: absolute
|
632
|
+
min-width: 160px
|
633
|
+
margin: 0
|
634
|
+
padding: 0
|
635
|
+
a
|
636
|
+
padding: 6px 16px
|
637
|
+
display: block
|
638
|
+
&:hover
|
639
|
+
background-color: #ccc
|
640
|
+
|
641
|
+
.w3-accordion
|
642
|
+
width: 100%
|
643
|
+
cursor: pointer
|
644
|
+
|
645
|
+
.w3-accordion-content
|
646
|
+
cursor: auto
|
647
|
+
display: none
|
648
|
+
position: relative
|
649
|
+
width: 100%
|
650
|
+
margin: 0
|
651
|
+
padding: 0
|
652
|
+
a
|
653
|
+
padding: 6px 16px
|
654
|
+
display: block
|
655
|
+
&:hover
|
656
|
+
background-color: #ccc
|
657
|
+
|
658
|
+
.w3-progress-container
|
659
|
+
width: 100%
|
660
|
+
height: 1.5em
|
661
|
+
position: relative
|
662
|
+
background-color: #f1f1f1
|
663
|
+
|
664
|
+
.w3-progressbar
|
665
|
+
background-color: #757575
|
666
|
+
height: 100%
|
667
|
+
position: absolute
|
668
|
+
line-height: inherit
|
669
|
+
|
670
|
+
input
|
671
|
+
&[type=checkbox].w3-check, &[type=radio].w3-radio
|
672
|
+
width: 24px
|
673
|
+
height: 24px
|
674
|
+
position: relative
|
675
|
+
top: 6px
|
676
|
+
&[type=checkbox].w3-check:checked + .w3-validate, &[type=radio].w3-radio:checked + .w3-validate
|
677
|
+
color: #009688
|
678
|
+
&[type=checkbox].w3-check:disabled + .w3-validate, &[type=radio].w3-radio:disabled + .w3-validate
|
679
|
+
color: #aaa
|
680
|
+
|
681
|
+
.w3-bar
|
682
|
+
width: 100%
|
683
|
+
overflow: hidden
|
684
|
+
|
685
|
+
.w3-center .w3-bar
|
686
|
+
display: inline-block
|
687
|
+
width: auto
|
688
|
+
|
689
|
+
.w3-bar
|
690
|
+
.w3-bar-item
|
691
|
+
padding: 8px 16px
|
692
|
+
float: left
|
693
|
+
background-color: inherit
|
694
|
+
color: inherit
|
695
|
+
width: auto
|
696
|
+
border: none
|
697
|
+
outline: none
|
698
|
+
display: block
|
699
|
+
.w3-dropdown-hover, .w3-dropdown-click
|
700
|
+
position: static
|
701
|
+
float: left
|
702
|
+
.w3-button
|
703
|
+
background-color: inherit
|
704
|
+
color: inherit
|
705
|
+
white-space: normal
|
706
|
+
|
707
|
+
.w3-bar-block
|
708
|
+
.w3-bar-item
|
709
|
+
width: 100%
|
710
|
+
display: block
|
711
|
+
padding: 8px 16px
|
712
|
+
text-align: left
|
713
|
+
background-color: inherit
|
714
|
+
color: inherit
|
715
|
+
border: none
|
716
|
+
outline: none
|
717
|
+
white-space: normal
|
718
|
+
float: none
|
719
|
+
&.w3-center .w3-bar-item
|
720
|
+
text-align: center
|
721
|
+
|
722
|
+
.w3-block
|
723
|
+
display: block
|
724
|
+
width: 100%
|
725
|
+
|
726
|
+
.w3-responsive
|
727
|
+
overflow-x: auto
|
728
|
+
|
729
|
+
.w3-container
|
730
|
+
&:after, &:before
|
731
|
+
content: ""
|
732
|
+
display: table
|
733
|
+
clear: both
|
734
|
+
|
735
|
+
.w3-panel
|
736
|
+
&:after, &:before
|
737
|
+
content: ""
|
738
|
+
display: table
|
739
|
+
clear: both
|
740
|
+
|
741
|
+
.w3-row
|
742
|
+
&:after, &:before
|
743
|
+
content: ""
|
744
|
+
display: table
|
745
|
+
clear: both
|
746
|
+
|
747
|
+
.w3-row-padding
|
748
|
+
&:after, &:before
|
749
|
+
content: ""
|
750
|
+
display: table
|
751
|
+
clear: both
|
752
|
+
|
753
|
+
.w3-cell-row
|
754
|
+
&:before, &:after
|
755
|
+
content: ""
|
756
|
+
display: table
|
757
|
+
clear: both
|
758
|
+
|
759
|
+
.w3-topnav
|
760
|
+
&:after, &:before
|
761
|
+
content: ""
|
762
|
+
display: table
|
763
|
+
clear: both
|
764
|
+
|
765
|
+
.w3-clear
|
766
|
+
&:after, &:before
|
767
|
+
content: ""
|
768
|
+
display: table
|
769
|
+
clear: both
|
770
|
+
|
771
|
+
.w3-btn-group
|
772
|
+
&:before, &:after
|
773
|
+
content: ""
|
774
|
+
display: table
|
775
|
+
clear: both
|
776
|
+
|
777
|
+
.w3-btn-bar
|
778
|
+
&:before, &:after
|
779
|
+
content: ""
|
780
|
+
display: table
|
781
|
+
clear: both
|
782
|
+
|
783
|
+
.w3-bar
|
784
|
+
&:before, &:after
|
785
|
+
content: ""
|
786
|
+
display: table
|
787
|
+
clear: both
|
788
|
+
|
789
|
+
.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter
|
790
|
+
float: left
|
791
|
+
width: 100%
|
792
|
+
|
793
|
+
.w3-col
|
794
|
+
&.s1
|
795
|
+
width: 8.33333%
|
796
|
+
&.s2
|
797
|
+
width: 16.66666%
|
798
|
+
&.s3
|
799
|
+
width: 24.99999%
|
800
|
+
&.s4
|
801
|
+
width: 33.33333%
|
802
|
+
&.s5
|
803
|
+
width: 41.66666%
|
804
|
+
&.s6
|
805
|
+
width: 49.99999%
|
806
|
+
&.s7
|
807
|
+
width: 58.33333%
|
808
|
+
&.s8
|
809
|
+
width: 66.66666%
|
810
|
+
&.s9
|
811
|
+
width: 74.99999%
|
812
|
+
&.s10
|
813
|
+
width: 83.33333%
|
814
|
+
&.s11
|
815
|
+
width: 91.66666%
|
816
|
+
&.s12
|
817
|
+
width: 99.99999%
|
818
|
+
|
819
|
+
.w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter
|
820
|
+
width: 99.99999%
|
821
|
+
|
822
|
+
@media (min-width: 601px)
|
823
|
+
.w3-col
|
824
|
+
&.m1
|
825
|
+
width: 8.33333%
|
826
|
+
&.m2
|
827
|
+
width: 16.66666%
|
828
|
+
&.m3
|
829
|
+
width: 24.99999%
|
830
|
+
.w3-quarter
|
831
|
+
width: 24.99999%
|
832
|
+
.w3-col.m4, .w3-third
|
833
|
+
width: 33.33333%
|
834
|
+
.w3-col
|
835
|
+
&.m5
|
836
|
+
width: 41.66666%
|
837
|
+
&.m6
|
838
|
+
width: 49.99999%
|
839
|
+
.w3-half
|
840
|
+
width: 49.99999%
|
841
|
+
.w3-col
|
842
|
+
&.m7
|
843
|
+
width: 58.33333%
|
844
|
+
&.m8
|
845
|
+
width: 66.66666%
|
846
|
+
.w3-twothird
|
847
|
+
width: 66.66666%
|
848
|
+
.w3-col.m9, .w3-threequarter
|
849
|
+
width: 74.99999%
|
850
|
+
.w3-col
|
851
|
+
&.m10
|
852
|
+
width: 83.33333%
|
853
|
+
&.m11
|
854
|
+
width: 91.66666%
|
855
|
+
&.m12
|
856
|
+
width: 99.99999%
|
857
|
+
|
858
|
+
@media (min-width: 993px)
|
859
|
+
.w3-col
|
860
|
+
&.l1
|
861
|
+
width: 8.33333%
|
862
|
+
&.l2
|
863
|
+
width: 16.66666%
|
864
|
+
&.l3
|
865
|
+
width: 24.99999%
|
866
|
+
.w3-quarter
|
867
|
+
width: 24.99999%
|
868
|
+
.w3-col.l4, .w3-third
|
869
|
+
width: 33.33333%
|
870
|
+
.w3-col
|
871
|
+
&.l5
|
872
|
+
width: 41.66666%
|
873
|
+
&.l6
|
874
|
+
width: 49.99999%
|
875
|
+
.w3-half
|
876
|
+
width: 49.99999%
|
877
|
+
.w3-col
|
878
|
+
&.l7
|
879
|
+
width: 58.33333%
|
880
|
+
&.l8
|
881
|
+
width: 66.66666%
|
882
|
+
.w3-twothird
|
883
|
+
width: 66.66666%
|
884
|
+
.w3-col.l9, .w3-threequarter
|
885
|
+
width: 74.99999%
|
886
|
+
.w3-col
|
887
|
+
&.l10
|
888
|
+
width: 83.33333%
|
889
|
+
&.l11
|
890
|
+
width: 91.66666%
|
891
|
+
&.l12
|
892
|
+
width: 99.99999%
|
893
|
+
|
894
|
+
.w3-content
|
895
|
+
max-width: 980px
|
896
|
+
margin: auto
|
897
|
+
|
898
|
+
.w3-rest
|
899
|
+
overflow: hidden
|
900
|
+
|
901
|
+
.w3-layout-container, .w3-cell-row
|
902
|
+
display: table
|
903
|
+
width: 100%
|
904
|
+
|
905
|
+
.w3-layout-row
|
906
|
+
display: table-row
|
907
|
+
|
908
|
+
.w3-layout-cell, .w3-layout-col, .w3-cell
|
909
|
+
display: table-cell
|
910
|
+
|
911
|
+
.w3-layout-top, .w3-cell-top
|
912
|
+
vertical-align: top
|
913
|
+
|
914
|
+
.w3-layout-middle, .w3-cell-middle
|
915
|
+
vertical-align: middle
|
916
|
+
|
917
|
+
.w3-layout-bottom, .w3-cell-bottom
|
918
|
+
vertical-align: bottom
|
919
|
+
|
920
|
+
.w3-hide
|
921
|
+
display: none !important
|
922
|
+
|
923
|
+
.w3-show-block, .w3-show
|
924
|
+
display: block !important
|
925
|
+
|
926
|
+
.w3-show-inline-block
|
927
|
+
display: inline-block !important
|
928
|
+
|
929
|
+
@media (max-width: 600px)
|
930
|
+
.w3-modal-content
|
931
|
+
margin: 0 10px
|
932
|
+
width: auto !important
|
933
|
+
.w3-modal
|
934
|
+
padding-top: 30px
|
935
|
+
.w3-topnav a
|
936
|
+
display: block
|
937
|
+
.w3-navbar li
|
938
|
+
&:not(.w3-opennav)
|
939
|
+
float: none
|
940
|
+
width: 100% !important
|
941
|
+
&.w3-right
|
942
|
+
float: none !important
|
943
|
+
.w3-topnav .w3-dropdown-hover .w3-dropdown-content
|
944
|
+
position: relative
|
945
|
+
.w3-navbar
|
946
|
+
.w3-dropdown-click .w3-dropdown-content, .w3-dropdown-hover .w3-dropdown-content
|
947
|
+
position: relative
|
948
|
+
.w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content
|
949
|
+
position: relative
|
950
|
+
.w3-topnav, .w3-navbar
|
951
|
+
text-align: center
|
952
|
+
.w3-hide-small
|
953
|
+
display: none !important
|
954
|
+
.w3-layout-col, .w3-mobile
|
955
|
+
display: block
|
956
|
+
width: 100% !important
|
957
|
+
.w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile
|
958
|
+
text-align: center
|
959
|
+
.w3-dropdown-hover.w3-mobile
|
960
|
+
width: 100%
|
961
|
+
.w3-btn, .w3-button
|
962
|
+
width: 100%
|
963
|
+
.w3-dropdown-click.w3-mobile
|
964
|
+
width: 100%
|
965
|
+
.w3-btn, .w3-button
|
966
|
+
width: 100%
|
967
|
+
|
968
|
+
@media (max-width: 768px)
|
969
|
+
.w3-modal-content
|
970
|
+
width: 500px
|
971
|
+
.w3-modal
|
972
|
+
padding-top: 50px
|
973
|
+
|
974
|
+
@media (min-width: 993px)
|
975
|
+
.w3-modal-content
|
976
|
+
width: 900px
|
977
|
+
.w3-hide-large
|
978
|
+
display: none !important
|
979
|
+
.w3-sidenav.w3-collapse, .w3-sidebar.w3-collapse
|
980
|
+
display: block !important
|
981
|
+
|
982
|
+
@media (max-width: 992px) and (min-width: 601px)
|
983
|
+
.w3-hide-medium
|
984
|
+
display: none !important
|
985
|
+
|
986
|
+
@media (max-width: 992px)
|
987
|
+
.w3-sidenav.w3-collapse, .w3-sidebar.w3-collapse
|
988
|
+
display: none
|
989
|
+
.w3-main
|
990
|
+
margin-left: 0 !important
|
991
|
+
margin-right: 0 !important
|
992
|
+
|
993
|
+
.w3-top, .w3-bottom
|
994
|
+
position: fixed
|
995
|
+
width: 100%
|
996
|
+
z-index: 1
|
997
|
+
|
998
|
+
.w3-top
|
999
|
+
top: 0
|
1000
|
+
|
1001
|
+
.w3-bottom
|
1002
|
+
bottom: 0
|
1003
|
+
|
1004
|
+
.w3-overlay
|
1005
|
+
position: fixed
|
1006
|
+
display: none
|
1007
|
+
width: 100%
|
1008
|
+
height: 100%
|
1009
|
+
top: 0
|
1010
|
+
left: 0
|
1011
|
+
right: 0
|
1012
|
+
bottom: 0
|
1013
|
+
background-color: rgba(0, 0, 0, 0.5)
|
1014
|
+
z-index: 2
|
1015
|
+
|
1016
|
+
.w3-left
|
1017
|
+
float: left !important
|
1018
|
+
|
1019
|
+
.w3-right
|
1020
|
+
float: right !important
|
1021
|
+
|
1022
|
+
.w3-tiny
|
1023
|
+
font-size: 10px !important
|
1024
|
+
|
1025
|
+
.w3-small
|
1026
|
+
font-size: 12px !important
|
1027
|
+
|
1028
|
+
.w3-medium
|
1029
|
+
font-size: 15px !important
|
1030
|
+
|
1031
|
+
.w3-large
|
1032
|
+
font-size: 18px !important
|
1033
|
+
|
1034
|
+
.w3-xlarge
|
1035
|
+
font-size: 24px !important
|
1036
|
+
|
1037
|
+
.w3-xxlarge
|
1038
|
+
font-size: 36px !important
|
1039
|
+
|
1040
|
+
.w3-xxxlarge
|
1041
|
+
font-size: 48px !important
|
1042
|
+
|
1043
|
+
.w3-jumbo
|
1044
|
+
font-size: 64px !important
|
1045
|
+
|
1046
|
+
.w3-vertical
|
1047
|
+
word-break: break-all
|
1048
|
+
line-height: 1
|
1049
|
+
text-align: center
|
1050
|
+
width: 0.6em
|
1051
|
+
|
1052
|
+
.w3-left-align
|
1053
|
+
text-align: left !important
|
1054
|
+
|
1055
|
+
.w3-right-align
|
1056
|
+
text-align: right !important
|
1057
|
+
|
1058
|
+
.w3-justify
|
1059
|
+
text-align: justify !important
|
1060
|
+
|
1061
|
+
.w3-center
|
1062
|
+
text-align: center !important
|
1063
|
+
|
1064
|
+
.w3-display-topleft
|
1065
|
+
position: absolute
|
1066
|
+
left: 0
|
1067
|
+
top: 0
|
1068
|
+
|
1069
|
+
.w3-display-topright
|
1070
|
+
position: absolute
|
1071
|
+
right: 0
|
1072
|
+
top: 0
|
1073
|
+
|
1074
|
+
.w3-display-bottomleft
|
1075
|
+
position: absolute
|
1076
|
+
left: 0
|
1077
|
+
bottom: 0
|
1078
|
+
|
1079
|
+
.w3-display-bottomright
|
1080
|
+
position: absolute
|
1081
|
+
right: 0
|
1082
|
+
bottom: 0
|
1083
|
+
|
1084
|
+
.w3-display-middle
|
1085
|
+
position: absolute
|
1086
|
+
top: 50%
|
1087
|
+
left: 50%
|
1088
|
+
transform: translate(-50%, -50%)
|
1089
|
+
-ms-transform: translate(-50%, -50%)
|
1090
|
+
|
1091
|
+
.w3-display-left
|
1092
|
+
position: absolute
|
1093
|
+
top: 50%
|
1094
|
+
left: 0%
|
1095
|
+
transform: translate(0%, -50%)
|
1096
|
+
-ms-transform: translate(-0%, -50%)
|
1097
|
+
|
1098
|
+
.w3-display-right
|
1099
|
+
position: absolute
|
1100
|
+
top: 50%
|
1101
|
+
right: 0%
|
1102
|
+
transform: translate(0%, -50%)
|
1103
|
+
-ms-transform: translate(0%, -50%)
|
1104
|
+
|
1105
|
+
.w3-display-topmiddle
|
1106
|
+
position: absolute
|
1107
|
+
left: 50%
|
1108
|
+
top: 0
|
1109
|
+
transform: translate(-50%, 0%)
|
1110
|
+
-ms-transform: translate(-50%, 0%)
|
1111
|
+
|
1112
|
+
.w3-display-bottommiddle
|
1113
|
+
position: absolute
|
1114
|
+
left: 50%
|
1115
|
+
bottom: 0
|
1116
|
+
transform: translate(-50%, 0%)
|
1117
|
+
-ms-transform: translate(-50%, 0%)
|
1118
|
+
|
1119
|
+
.w3-display-container:hover
|
1120
|
+
.w3-display-hover
|
1121
|
+
display: block
|
1122
|
+
span.w3-display-hover
|
1123
|
+
display: inline-block
|
1124
|
+
|
1125
|
+
.w3-display-hover
|
1126
|
+
display: none
|
1127
|
+
|
1128
|
+
.w3-display-position
|
1129
|
+
position: absolute
|
1130
|
+
|
1131
|
+
.w3-circle
|
1132
|
+
border-radius: 50% !important
|
1133
|
+
|
1134
|
+
.w3-round-small
|
1135
|
+
border-radius: 2px !important
|
1136
|
+
|
1137
|
+
.w3-round, .w3-round-medium
|
1138
|
+
border-radius: 4px !important
|
1139
|
+
|
1140
|
+
.w3-round-large
|
1141
|
+
border-radius: 8px !important
|
1142
|
+
|
1143
|
+
.w3-round-xlarge
|
1144
|
+
border-radius: 16px !important
|
1145
|
+
|
1146
|
+
.w3-round-xxlarge
|
1147
|
+
border-radius: 32px !important
|
1148
|
+
|
1149
|
+
.w3-round-jumbo
|
1150
|
+
border-radius: 64px !important
|
1151
|
+
|
1152
|
+
.w3-border-0
|
1153
|
+
border: 0 !important
|
1154
|
+
|
1155
|
+
.w3-border
|
1156
|
+
border: 1px solid #ccc !important
|
1157
|
+
|
1158
|
+
.w3-border-top
|
1159
|
+
border-top: 1px solid #ccc !important
|
1160
|
+
|
1161
|
+
.w3-border-bottom
|
1162
|
+
border-bottom: 1px solid #ccc !important
|
1163
|
+
|
1164
|
+
.w3-border-left
|
1165
|
+
border-left: 1px solid #ccc !important
|
1166
|
+
|
1167
|
+
.w3-border-right
|
1168
|
+
border-right: 1px solid #ccc !important
|
1169
|
+
|
1170
|
+
.w3-margin
|
1171
|
+
margin: 16px !important
|
1172
|
+
|
1173
|
+
.w3-margin-0
|
1174
|
+
margin: 0 !important
|
1175
|
+
|
1176
|
+
.w3-margin-top
|
1177
|
+
margin-top: 16px !important
|
1178
|
+
|
1179
|
+
.w3-margin-bottom
|
1180
|
+
margin-bottom: 16px !important
|
1181
|
+
|
1182
|
+
.w3-margin-left
|
1183
|
+
margin-left: 16px !important
|
1184
|
+
|
1185
|
+
.w3-margin-right
|
1186
|
+
margin-right: 16px !important
|
1187
|
+
|
1188
|
+
.w3-section
|
1189
|
+
margin-top: 16px !important
|
1190
|
+
margin-bottom: 16px !important
|
1191
|
+
|
1192
|
+
.w3-padding-tiny
|
1193
|
+
padding: 2px 4px !important
|
1194
|
+
|
1195
|
+
.w3-padding-small
|
1196
|
+
padding: 4px 8px !important
|
1197
|
+
|
1198
|
+
.w3-padding-medium, .w3-padding, .w3-form
|
1199
|
+
padding: 8px 16px !important
|
1200
|
+
|
1201
|
+
.w3-padding-large
|
1202
|
+
padding: 12px 24px !important
|
1203
|
+
|
1204
|
+
.w3-padding-xlarge
|
1205
|
+
padding: 16px 32px !important
|
1206
|
+
|
1207
|
+
.w3-padding-xxlarge
|
1208
|
+
padding: 24px 48px !important
|
1209
|
+
|
1210
|
+
.w3-padding-jumbo
|
1211
|
+
padding: 32px 64px !important
|
1212
|
+
|
1213
|
+
.w3-padding-4
|
1214
|
+
padding-top: 4px !important
|
1215
|
+
padding-bottom: 4px !important
|
1216
|
+
|
1217
|
+
.w3-padding-8
|
1218
|
+
padding-top: 8px !important
|
1219
|
+
padding-bottom: 8px !important
|
1220
|
+
|
1221
|
+
.w3-padding-12
|
1222
|
+
padding-top: 12px !important
|
1223
|
+
padding-bottom: 12px !important
|
1224
|
+
|
1225
|
+
.w3-padding-16
|
1226
|
+
padding-top: 16px !important
|
1227
|
+
padding-bottom: 16px !important
|
1228
|
+
|
1229
|
+
.w3-padding-24
|
1230
|
+
padding-top: 24px !important
|
1231
|
+
padding-bottom: 24px !important
|
1232
|
+
|
1233
|
+
.w3-padding-32
|
1234
|
+
padding-top: 32px !important
|
1235
|
+
padding-bottom: 32px !important
|
1236
|
+
|
1237
|
+
.w3-padding-48
|
1238
|
+
padding-top: 48px !important
|
1239
|
+
padding-bottom: 48px !important
|
1240
|
+
|
1241
|
+
.w3-padding-64
|
1242
|
+
padding-top: 64px !important
|
1243
|
+
padding-bottom: 64px !important
|
1244
|
+
|
1245
|
+
.w3-padding-128
|
1246
|
+
padding-top: 128px !important
|
1247
|
+
padding-bottom: 128px !important
|
1248
|
+
|
1249
|
+
.w3-padding-0
|
1250
|
+
padding: 0 !important
|
1251
|
+
|
1252
|
+
.w3-padding-top
|
1253
|
+
padding-top: 8px !important
|
1254
|
+
|
1255
|
+
.w3-padding-bottom
|
1256
|
+
padding-bottom: 8px !important
|
1257
|
+
|
1258
|
+
.w3-padding-left
|
1259
|
+
padding-left: 16px !important
|
1260
|
+
|
1261
|
+
.w3-padding-right
|
1262
|
+
padding-right: 16px !important
|
1263
|
+
|
1264
|
+
.w3-topbar
|
1265
|
+
border-top: 6px solid #ccc !important
|
1266
|
+
|
1267
|
+
.w3-bottombar
|
1268
|
+
border-bottom: 6px solid #ccc !important
|
1269
|
+
|
1270
|
+
.w3-leftbar
|
1271
|
+
border-left: 6px solid #ccc !important
|
1272
|
+
|
1273
|
+
.w3-rightbar
|
1274
|
+
border-right: 6px solid #ccc !important
|
1275
|
+
|
1276
|
+
.w3-row-padding
|
1277
|
+
padding: 0 8px
|
1278
|
+
>
|
1279
|
+
.w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter, .w3-col
|
1280
|
+
padding: 0 8px
|
1281
|
+
|
1282
|
+
.w3-spin
|
1283
|
+
animation: w3-spin 2s infinite linear
|
1284
|
+
-webkit-animation: w3-spin 2s infinite linear
|
1285
|
+
|
1286
|
+
@-webkit-keyframes w3-spin
|
1287
|
+
0%
|
1288
|
+
-webkit-transform: rotate(0deg)
|
1289
|
+
transform: rotate(0deg)
|
1290
|
+
|
1291
|
+
100%
|
1292
|
+
-webkit-transform: rotate(359deg)
|
1293
|
+
transform: rotate(359deg)
|
1294
|
+
|
1295
|
+
|
1296
|
+
@keyframes w3-spin
|
1297
|
+
0%
|
1298
|
+
-webkit-transform: rotate(0deg)
|
1299
|
+
transform: rotate(0deg)
|
1300
|
+
|
1301
|
+
100%
|
1302
|
+
-webkit-transform: rotate(359deg)
|
1303
|
+
transform: rotate(359deg)
|
1304
|
+
|
1305
|
+
|
1306
|
+
.w3-container
|
1307
|
+
padding: 0.01em 16px
|
1308
|
+
|
1309
|
+
.w3-panel
|
1310
|
+
padding: 0.01em 16px
|
1311
|
+
margin-top: 16px !important
|
1312
|
+
margin-bottom: 16px !important
|
1313
|
+
|
1314
|
+
.w3-example
|
1315
|
+
background-color: #f1f1f1
|
1316
|
+
padding: 0.01em 16px
|
1317
|
+
|
1318
|
+
.w3-code, .w3-codespan
|
1319
|
+
font-family: Consolas,"courier new"
|
1320
|
+
font-size: 16px
|
1321
|
+
|
1322
|
+
.w3-code
|
1323
|
+
line-height: 1.4
|
1324
|
+
width: auto
|
1325
|
+
background-color: #fff
|
1326
|
+
padding: 8px 12px
|
1327
|
+
border-left: 4px solid #4CAF50
|
1328
|
+
word-wrap: break-word
|
1329
|
+
|
1330
|
+
.w3-codespan
|
1331
|
+
color: crimson
|
1332
|
+
background-color: #f1f1f1
|
1333
|
+
padding-left: 4px
|
1334
|
+
padding-right: 4px
|
1335
|
+
font-size: 110%
|
1336
|
+
|
1337
|
+
.w3-example, .w3-code
|
1338
|
+
margin: 20px 0
|
1339
|
+
|
1340
|
+
.w3-card, .w3-card-2, .w3-example
|
1341
|
+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important
|
1342
|
+
|
1343
|
+
.w3-card-4, .w3-hover-shadow:hover
|
1344
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important
|
1345
|
+
|
1346
|
+
.w3-card-8
|
1347
|
+
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important
|
1348
|
+
|
1349
|
+
.w3-card-12
|
1350
|
+
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important
|
1351
|
+
|
1352
|
+
.w3-card-16
|
1353
|
+
box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important
|
1354
|
+
|
1355
|
+
.w3-card-24
|
1356
|
+
box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important
|
1357
|
+
|
1358
|
+
.w3-animate-fading
|
1359
|
+
-webkit-animation: fading 10s infinite
|
1360
|
+
animation: fading 10s infinite
|
1361
|
+
|
1362
|
+
@-webkit-keyframes fading
|
1363
|
+
0%
|
1364
|
+
opacity: 0
|
1365
|
+
|
1366
|
+
50%
|
1367
|
+
opacity: 1
|
1368
|
+
|
1369
|
+
100%
|
1370
|
+
opacity: 0
|
1371
|
+
|
1372
|
+
|
1373
|
+
@keyframes fading
|
1374
|
+
0%
|
1375
|
+
opacity: 0
|
1376
|
+
|
1377
|
+
50%
|
1378
|
+
opacity: 1
|
1379
|
+
|
1380
|
+
100%
|
1381
|
+
opacity: 0
|
1382
|
+
|
1383
|
+
|
1384
|
+
.w3-animate-opacity
|
1385
|
+
-webkit-animation: opac 0.8s
|
1386
|
+
animation: opac 0.8s
|
1387
|
+
|
1388
|
+
@-webkit-keyframes opac
|
1389
|
+
from
|
1390
|
+
opacity: 0
|
1391
|
+
|
1392
|
+
to
|
1393
|
+
opacity: 1
|
1394
|
+
|
1395
|
+
|
1396
|
+
@keyframes opac
|
1397
|
+
from
|
1398
|
+
opacity: 0
|
1399
|
+
|
1400
|
+
to
|
1401
|
+
opacity: 1
|
1402
|
+
|
1403
|
+
|
1404
|
+
.w3-animate-top
|
1405
|
+
position: relative
|
1406
|
+
-webkit-animation: animatetop 0.4s
|
1407
|
+
animation: animatetop 0.4s
|
1408
|
+
|
1409
|
+
@-webkit-keyframes animatetop
|
1410
|
+
from
|
1411
|
+
top: -300px
|
1412
|
+
opacity: 0
|
1413
|
+
|
1414
|
+
to
|
1415
|
+
top: 0
|
1416
|
+
opacity: 1
|
1417
|
+
|
1418
|
+
|
1419
|
+
@keyframes animatetop
|
1420
|
+
from
|
1421
|
+
top: -300px
|
1422
|
+
opacity: 0
|
1423
|
+
|
1424
|
+
to
|
1425
|
+
top: 0
|
1426
|
+
opacity: 1
|
1427
|
+
|
1428
|
+
|
1429
|
+
.w3-animate-left
|
1430
|
+
position: relative
|
1431
|
+
-webkit-animation: animateleft 0.4s
|
1432
|
+
animation: animateleft 0.4s
|
1433
|
+
|
1434
|
+
@-webkit-keyframes animateleft
|
1435
|
+
from
|
1436
|
+
left: -300px
|
1437
|
+
opacity: 0
|
1438
|
+
|
1439
|
+
to
|
1440
|
+
left: 0
|
1441
|
+
opacity: 1
|
1442
|
+
|
1443
|
+
|
1444
|
+
@keyframes animateleft
|
1445
|
+
from
|
1446
|
+
left: -300px
|
1447
|
+
opacity: 0
|
1448
|
+
|
1449
|
+
to
|
1450
|
+
left: 0
|
1451
|
+
opacity: 1
|
1452
|
+
|
1453
|
+
|
1454
|
+
.w3-animate-right
|
1455
|
+
position: relative
|
1456
|
+
-webkit-animation: animateright 0.4s
|
1457
|
+
animation: animateright 0.4s
|
1458
|
+
|
1459
|
+
@-webkit-keyframes animateright
|
1460
|
+
from
|
1461
|
+
right: -300px
|
1462
|
+
opacity: 0
|
1463
|
+
|
1464
|
+
to
|
1465
|
+
right: 0
|
1466
|
+
opacity: 1
|
1467
|
+
|
1468
|
+
|
1469
|
+
@keyframes animateright
|
1470
|
+
from
|
1471
|
+
right: -300px
|
1472
|
+
opacity: 0
|
1473
|
+
|
1474
|
+
to
|
1475
|
+
right: 0
|
1476
|
+
opacity: 1
|
1477
|
+
|
1478
|
+
|
1479
|
+
.w3-animate-bottom
|
1480
|
+
position: relative
|
1481
|
+
-webkit-animation: animatebottom 0.4s
|
1482
|
+
animation: animatebottom 0.4s
|
1483
|
+
|
1484
|
+
@-webkit-keyframes animatebottom
|
1485
|
+
from
|
1486
|
+
bottom: -300px
|
1487
|
+
opacity: 0
|
1488
|
+
|
1489
|
+
to
|
1490
|
+
bottom: 0px
|
1491
|
+
opacity: 1
|
1492
|
+
|
1493
|
+
|
1494
|
+
@keyframes animatebottom
|
1495
|
+
from
|
1496
|
+
bottom: -300px
|
1497
|
+
opacity: 0
|
1498
|
+
|
1499
|
+
to
|
1500
|
+
bottom: 0
|
1501
|
+
opacity: 1
|
1502
|
+
|
1503
|
+
|
1504
|
+
.w3-animate-zoom
|
1505
|
+
-webkit-animation: animatezoom 0.6s
|
1506
|
+
animation: animatezoom 0.6s
|
1507
|
+
|
1508
|
+
@-webkit-keyframes animatezoom
|
1509
|
+
from
|
1510
|
+
-webkit-transform: scale(0)
|
1511
|
+
|
1512
|
+
to
|
1513
|
+
-webkit-transform: scale(1)
|
1514
|
+
|
1515
|
+
|
1516
|
+
@keyframes animatezoom
|
1517
|
+
from
|
1518
|
+
transform: scale(0)
|
1519
|
+
|
1520
|
+
to
|
1521
|
+
transform: scale(1)
|
1522
|
+
|
1523
|
+
|
1524
|
+
.w3-animate-input
|
1525
|
+
-webkit-transition: width 0.4s ease-in-out
|
1526
|
+
transition: width 0.4s ease-in-out
|
1527
|
+
&:focus
|
1528
|
+
width: 100% !important
|
1529
|
+
|
1530
|
+
.w3-opacity, .w3-hover-opacity:hover
|
1531
|
+
opacity: 0.60
|
1532
|
+
-webkit-backface-visibility: hidden
|
1533
|
+
|
1534
|
+
.w3-opacity-off, .w3-hover-opacity-off:hover
|
1535
|
+
opacity: 1
|
1536
|
+
-webkit-backface-visibility: hidden
|
1537
|
+
|
1538
|
+
.w3-opacity-max
|
1539
|
+
opacity: 0.25
|
1540
|
+
-webkit-backface-visibility: hidden
|
1541
|
+
|
1542
|
+
.w3-opacity-min
|
1543
|
+
opacity: 0.75
|
1544
|
+
-webkit-backface-visibility: hidden
|
1545
|
+
|
1546
|
+
.w3-greyscale-max, .w3-grayscale-max, .w3-hover-greyscale:hover, .w3-hover-grayscale:hover
|
1547
|
+
-webkit-filter: grayscale(100%)
|
1548
|
+
filter: grays
|