handy-css-rails 0.0.4 → 0.0.5
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/lib/handy-css-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/handyCSS.backdrops.css +433 -327
- data/vendor/assets/stylesheets/handyCSS.box.css +53 -718
- data/vendor/assets/stylesheets/handyCSS.css +859 -1680
- metadata +10 -14
@@ -1,1817 +1,996 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
|
7
|
-
*/
|
8
|
-
article,
|
9
|
-
aside,
|
10
|
-
details,
|
11
|
-
figcaption,
|
12
|
-
figure,
|
13
|
-
footer,
|
14
|
-
header,
|
15
|
-
hgroup,
|
16
|
-
main,
|
17
|
-
nav,
|
18
|
-
section,
|
19
|
-
summary {
|
20
|
-
display: block; }
|
21
|
-
|
22
|
-
/**
|
23
|
-
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
|
24
|
-
*/
|
25
|
-
audio,
|
26
|
-
canvas,
|
27
|
-
video {
|
28
|
-
display: inline-block;
|
29
|
-
*display: inline;
|
30
|
-
*zoom: 1; }
|
31
|
-
|
32
|
-
/**
|
33
|
-
* Prevent modern browsers from displaying `audio` without controls.
|
34
|
-
* Remove excess height in iOS 5 devices.
|
35
|
-
*/
|
36
|
-
audio:not([controls]) {
|
37
|
-
display: none;
|
38
|
-
height: 0; }
|
39
|
-
|
40
|
-
/**
|
41
|
-
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
|
42
|
-
* Known issue: no IE 6 support.
|
43
|
-
*/
|
44
|
-
[hidden] {
|
45
|
-
display: none; }
|
46
|
-
|
47
|
-
/* ==========================================================================
|
48
|
-
Base
|
49
|
-
========================================================================== */
|
50
|
-
/**
|
51
|
-
* 1. Prevent system color scheme's background color being used in Firefox, IE,
|
52
|
-
* and Opera.
|
53
|
-
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
|
54
|
-
* Opera.
|
55
|
-
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
|
56
|
-
* `em` units.
|
57
|
-
* 4. Prevent iOS text size adjust after orientation change, without disabling
|
58
|
-
* user zoom.
|
59
|
-
*/
|
60
|
-
html {
|
61
|
-
background: #fff;
|
62
|
-
/* 1 */
|
63
|
-
color: #000;
|
64
|
-
/* 2 */
|
65
|
-
font-size: 100%;
|
66
|
-
/* 3 */
|
67
|
-
-webkit-text-size-adjust: 100%;
|
68
|
-
/* 4 */
|
69
|
-
-ms-text-size-adjust: 100%;
|
70
|
-
/* 4 */ }
|
71
|
-
|
72
|
-
/**
|
73
|
-
* Address `font-family` inconsistency between `textarea` and other form
|
74
|
-
* elements.
|
75
|
-
*/
|
76
|
-
html,
|
77
|
-
button,
|
78
|
-
input,
|
79
|
-
select,
|
80
|
-
textarea {
|
81
|
-
font-family: sans-serif; }
|
82
|
-
|
83
|
-
/**
|
84
|
-
* Address margins handled incorrectly in IE 6/7.
|
85
|
-
*/
|
86
|
-
body {
|
87
|
-
margin: 0; }
|
88
|
-
|
89
|
-
/* ==========================================================================
|
90
|
-
Links
|
91
|
-
========================================================================== */
|
92
|
-
/**
|
93
|
-
* Address `outline` inconsistency between Chrome and other browsers.
|
94
|
-
*/
|
95
|
-
a:focus {
|
96
|
-
outline: thin dotted; }
|
97
|
-
|
98
|
-
/**
|
99
|
-
* Improve readability when focused and also mouse hovered in all browsers.
|
100
|
-
*/
|
101
|
-
a:active,
|
102
|
-
a:hover {
|
103
|
-
outline: 0; }
|
104
|
-
|
105
|
-
/* ==========================================================================
|
106
|
-
Typography
|
107
|
-
========================================================================== */
|
108
|
-
/**
|
109
|
-
* Address font sizes and margins set differently in IE 6/7.
|
110
|
-
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
|
111
|
-
* and Chrome.
|
112
|
-
*/
|
113
|
-
h1 {
|
114
|
-
font-size: 2em;
|
115
|
-
margin: 0.67em 0; }
|
116
|
-
|
117
|
-
h2 {
|
118
|
-
font-size: 1.5em;
|
119
|
-
margin: 0.83em 0; }
|
120
|
-
|
121
|
-
h3 {
|
122
|
-
font-size: 1.17em;
|
123
|
-
margin: 1em 0; }
|
124
|
-
|
125
|
-
h4 {
|
126
|
-
font-size: 1em;
|
127
|
-
margin: 1.33em 0; }
|
128
|
-
|
129
|
-
h5 {
|
130
|
-
font-size: 0.83em;
|
131
|
-
margin: 1.67em 0; }
|
132
|
-
|
133
|
-
h6 {
|
134
|
-
font-size: 0.67em;
|
135
|
-
margin: 2.33em 0; }
|
136
|
-
|
137
|
-
/**
|
138
|
-
* Address styling not present in IE 7/8/9, Safari 5, and Chrome.
|
139
|
-
*/
|
140
|
-
abbr[title] {
|
141
|
-
border-bottom: 1px dotted; }
|
142
|
-
|
143
|
-
/**
|
144
|
-
* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
|
145
|
-
*/
|
146
|
-
b,
|
147
|
-
strong {
|
148
|
-
font-weight: bold; }
|
149
|
-
|
150
|
-
blockquote {
|
151
|
-
margin: 1em 40px; }
|
152
|
-
|
153
|
-
/**
|
154
|
-
* Address styling not present in Safari 5 and Chrome.
|
155
|
-
*/
|
156
|
-
dfn {
|
157
|
-
font-style: italic; }
|
158
|
-
|
159
|
-
/**
|
160
|
-
* Address differences between Firefox and other browsers.
|
161
|
-
* Known issue: no IE 6/7 normalization.
|
162
|
-
*/
|
163
|
-
hr {
|
164
|
-
-moz-box-sizing: content-box;
|
165
|
-
box-sizing: content-box;
|
166
|
-
height: 0; }
|
167
|
-
|
168
|
-
/**
|
169
|
-
* Address styling not present in IE 6/7/8/9.
|
170
|
-
*/
|
171
|
-
mark {
|
172
|
-
background: #ff0;
|
173
|
-
color: #000; }
|
174
|
-
|
175
|
-
/**
|
176
|
-
* Address margins set differently in IE 6/7.
|
177
|
-
*/
|
178
|
-
p,
|
179
|
-
pre {
|
180
|
-
margin: 1em 0; }
|
181
|
-
|
182
|
-
/**
|
183
|
-
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
|
184
|
-
*/
|
185
|
-
code,
|
186
|
-
kbd,
|
187
|
-
pre,
|
188
|
-
samp {
|
189
|
-
font-family: monospace, serif;
|
190
|
-
_font-family: 'courier new', monospace;
|
191
|
-
font-size: 1em; }
|
192
|
-
|
193
|
-
/**
|
194
|
-
* Improve readability of pre-formatted text in all browsers.
|
195
|
-
*/
|
196
|
-
pre {
|
197
|
-
white-space: pre;
|
198
|
-
white-space: pre-wrap;
|
199
|
-
word-wrap: break-word; }
|
200
|
-
|
201
|
-
/**
|
202
|
-
* Address CSS quotes not supported in IE 6/7.
|
203
|
-
*/
|
204
|
-
q {
|
205
|
-
quotes: none; }
|
206
|
-
|
207
|
-
/**
|
208
|
-
* Address `quotes` property not supported in Safari 4.
|
209
|
-
*/
|
210
|
-
q:before,
|
211
|
-
q:after {
|
212
|
-
content: '';
|
213
|
-
content: none; }
|
214
|
-
|
215
|
-
/**
|
216
|
-
* Address inconsistent and variable font size in all browsers.
|
217
|
-
*/
|
218
|
-
small {
|
219
|
-
font-size: 80%; }
|
220
|
-
|
221
|
-
/**
|
222
|
-
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
223
|
-
*/
|
224
|
-
sub,
|
225
|
-
sup {
|
226
|
-
font-size: 75%;
|
227
|
-
line-height: 0;
|
228
|
-
position: relative;
|
229
|
-
vertical-align: baseline; }
|
230
|
-
|
231
|
-
sup {
|
232
|
-
top: -0.5em; }
|
233
|
-
|
234
|
-
sub {
|
235
|
-
bottom: -0.25em; }
|
236
|
-
|
237
|
-
/* ==========================================================================
|
238
|
-
Lists
|
239
|
-
========================================================================== */
|
240
|
-
/**
|
241
|
-
* Address margins set differently in IE 6/7.
|
242
|
-
*/
|
243
|
-
dl,
|
244
|
-
menu,
|
245
|
-
ol,
|
246
|
-
ul {
|
247
|
-
margin: 1em 0; }
|
248
|
-
|
249
|
-
dd {
|
250
|
-
margin: 0 0 0 40px; }
|
251
|
-
|
252
|
-
/**
|
253
|
-
* Address paddings set differently in IE 6/7.
|
254
|
-
*/
|
255
|
-
menu,
|
256
|
-
ol,
|
257
|
-
ul {
|
258
|
-
padding: 0 0 0 40px; }
|
259
|
-
|
260
|
-
/**
|
261
|
-
* Correct list images handled incorrectly in IE 7.
|
262
|
-
*/
|
263
|
-
nav ul,
|
264
|
-
nav ol {
|
265
|
-
list-style: none;
|
266
|
-
list-style-image: none; }
|
267
|
-
|
268
|
-
/* ==========================================================================
|
269
|
-
Embedded content
|
270
|
-
========================================================================== */
|
271
|
-
/**
|
272
|
-
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
|
273
|
-
* 2. Improve image quality when scaled in IE 7.
|
274
|
-
*/
|
275
|
-
img {
|
276
|
-
border: 0;
|
277
|
-
/* 1 */
|
278
|
-
-ms-interpolation-mode: bicubic;
|
279
|
-
/* 2 */ }
|
280
|
-
|
281
|
-
/**
|
282
|
-
* Correct overflow displayed oddly in IE 9.
|
283
|
-
*/
|
284
|
-
svg:not(:root) {
|
285
|
-
overflow: hidden; }
|
286
|
-
|
287
|
-
/* ==========================================================================
|
288
|
-
Figures
|
289
|
-
========================================================================== */
|
290
|
-
/**
|
291
|
-
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
|
292
|
-
*/
|
293
|
-
figure {
|
294
|
-
margin: 0; }
|
295
|
-
|
296
|
-
/* ==========================================================================
|
297
|
-
Forms
|
298
|
-
========================================================================== */
|
299
|
-
/**
|
300
|
-
* Correct margin displayed oddly in IE 6/7.
|
301
|
-
*/
|
302
|
-
form {
|
303
|
-
margin: 0; }
|
304
|
-
|
305
|
-
/**
|
306
|
-
* Define consistent border, margin, and padding.
|
307
|
-
*/
|
308
|
-
fieldset {
|
309
|
-
border: 1px solid #c0c0c0;
|
310
|
-
margin: 0 2px;
|
311
|
-
padding: 0.35em 0.625em 0.75em; }
|
312
|
-
|
313
|
-
/**
|
314
|
-
* 1. Correct color not being inherited in IE 6/7/8/9.
|
315
|
-
* 2. Correct text not wrapping in Firefox 3.
|
316
|
-
* 3. Correct alignment displayed oddly in IE 6/7.
|
317
|
-
*/
|
318
|
-
legend {
|
319
|
-
border: 0;
|
320
|
-
/* 1 */
|
321
|
-
padding: 0;
|
322
|
-
white-space: normal;
|
323
|
-
/* 2 */
|
324
|
-
*margin-left: -7px;
|
325
|
-
/* 3 */ }
|
326
|
-
|
327
|
-
/**
|
328
|
-
* 1. Correct font size not being inherited in all browsers.
|
329
|
-
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
|
330
|
-
* and Chrome.
|
331
|
-
* 3. Improve appearance and consistency in all browsers.
|
332
|
-
*/
|
333
|
-
button,
|
334
|
-
input,
|
335
|
-
select,
|
336
|
-
textarea {
|
337
|
-
font-size: 100%;
|
338
|
-
/* 1 */
|
339
|
-
margin: 0;
|
340
|
-
/* 2 */
|
341
|
-
vertical-align: baseline;
|
342
|
-
/* 3 */
|
343
|
-
*vertical-align: middle;
|
344
|
-
/* 3 */ }
|
345
|
-
|
346
|
-
/**
|
347
|
-
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
|
348
|
-
* the UA stylesheet.
|
349
|
-
*/
|
350
|
-
button,
|
351
|
-
input {
|
352
|
-
line-height: normal; }
|
353
|
-
|
354
|
-
/**
|
355
|
-
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
356
|
-
* All other form control elements do not inherit `text-transform` values.
|
357
|
-
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
|
358
|
-
* Correct `select` style inheritance in Firefox 4+ and Opera.
|
359
|
-
*/
|
360
|
-
button,
|
361
|
-
select {
|
362
|
-
text-transform: none; }
|
363
|
-
|
364
|
-
/**
|
365
|
-
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
366
|
-
* and `video` controls.
|
367
|
-
* 2. Correct inability to style clickable `input` types in iOS.
|
368
|
-
* 3. Improve usability and consistency of cursor style between image-type
|
369
|
-
* `input` and others.
|
370
|
-
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
|
371
|
-
* Known issue: inner spacing remains in IE 6.
|
372
|
-
*/
|
373
|
-
button,
|
374
|
-
html input[type="button"],
|
375
|
-
input[type="reset"],
|
376
|
-
input[type="submit"] {
|
377
|
-
-webkit-appearance: button;
|
378
|
-
/* 2 */
|
379
|
-
cursor: pointer;
|
380
|
-
/* 3 */
|
381
|
-
*overflow: visible;
|
382
|
-
/* 4 */ }
|
383
|
-
|
384
|
-
/**
|
385
|
-
* Re-set default cursor for disabled elements.
|
386
|
-
*/
|
387
|
-
button[disabled],
|
388
|
-
html input[disabled] {
|
389
|
-
cursor: default; }
|
390
|
-
|
391
|
-
/**
|
392
|
-
* 1. Address box sizing set to content-box in IE 8/9.
|
393
|
-
* 2. Remove excess padding in IE 8/9.
|
394
|
-
* 3. Remove excess padding in IE 7.
|
395
|
-
* Known issue: excess padding remains in IE 6.
|
396
|
-
*/
|
397
|
-
input[type="checkbox"],
|
398
|
-
input[type="radio"] {
|
399
|
-
box-sizing: border-box;
|
400
|
-
/* 1 */
|
401
|
-
padding: 0;
|
402
|
-
/* 2 */
|
403
|
-
*height: 13px;
|
404
|
-
/* 3 */
|
405
|
-
*width: 13px;
|
406
|
-
/* 3 */ }
|
407
|
-
|
408
|
-
/**
|
409
|
-
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
410
|
-
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
411
|
-
* (include `-moz` to future-proof).
|
412
|
-
*/
|
413
|
-
input[type="search"] {
|
414
|
-
-webkit-appearance: textfield;
|
415
|
-
/* 1 */
|
416
|
-
-moz-box-sizing: content-box;
|
417
|
-
-webkit-box-sizing: content-box;
|
418
|
-
/* 2 */
|
419
|
-
box-sizing: content-box; }
|
420
|
-
|
421
|
-
/**
|
422
|
-
* Remove inner padding and search cancel button in Safari 5 and Chrome
|
423
|
-
* on OS X.
|
424
|
-
*/
|
425
|
-
input[type="search"]::-webkit-search-cancel-button,
|
426
|
-
input[type="search"]::-webkit-search-decoration {
|
427
|
-
-webkit-appearance: none; }
|
428
|
-
|
429
|
-
/**
|
430
|
-
* Remove inner padding and border in Firefox 3+.
|
431
|
-
*/
|
432
|
-
button::-moz-focus-inner,
|
433
|
-
input::-moz-focus-inner {
|
434
|
-
border: 0;
|
435
|
-
padding: 0; }
|
436
|
-
|
437
|
-
/**
|
438
|
-
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
|
439
|
-
* 2. Improve readability and alignment in all browsers.
|
440
|
-
*/
|
441
|
-
textarea {
|
442
|
-
overflow: auto;
|
443
|
-
/* 1 */
|
444
|
-
vertical-align: top;
|
445
|
-
/* 2 */ }
|
446
|
-
|
447
|
-
/* ==========================================================================
|
448
|
-
Tables
|
449
|
-
========================================================================== */
|
450
|
-
/**
|
451
|
-
* Remove most spacing between table cells.
|
452
|
-
*/
|
453
|
-
table {
|
454
|
-
border-collapse: collapse;
|
455
|
-
border-spacing: 0; }
|
456
|
-
|
457
|
-
/*
|
458
|
-
* HTML5 Boilerplate
|
1
|
+
/* ========================================================
|
2
|
+
* handycss.backdrops.css v0.0.1
|
3
|
+
* https://github.com/kpvarma/handyCSS
|
4
|
+
* ========================================================
|
5
|
+
* Copyright 2013 VarmaLabs
|
459
6
|
*
|
460
|
-
*
|
461
|
-
*
|
462
|
-
*
|
463
|
-
|
464
|
-
|
465
|
-
Base styles: opinionated defaults
|
466
|
-
========================================================================== */
|
467
|
-
html,
|
468
|
-
button,
|
469
|
-
input,
|
470
|
-
select,
|
471
|
-
textarea {
|
472
|
-
color: #222; }
|
473
|
-
|
474
|
-
body {
|
475
|
-
font-size: 1em;
|
476
|
-
line-height: 1.4; }
|
477
|
-
|
478
|
-
/*
|
479
|
-
* Remove text-shadow in selection highlight: h5bp.com/i
|
480
|
-
* These selection rule sets have to be separate.
|
481
|
-
* Customize the background color to match your design.
|
482
|
-
*/
|
483
|
-
::-moz-selection {
|
484
|
-
background: #b3d4fc;
|
485
|
-
text-shadow: none; }
|
486
|
-
|
487
|
-
::selection {
|
488
|
-
background: #b3d4fc;
|
489
|
-
text-shadow: none; }
|
490
|
-
|
491
|
-
/*
|
492
|
-
* A better looking default horizontal rule
|
493
|
-
*/
|
494
|
-
hr {
|
495
|
-
display: block;
|
496
|
-
height: 1px;
|
497
|
-
border: 0;
|
498
|
-
border-top: 1px solid #ccc;
|
499
|
-
margin: 1em 0;
|
500
|
-
padding: 0; }
|
501
|
-
|
502
|
-
/*
|
503
|
-
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
|
504
|
-
*/
|
505
|
-
img {
|
506
|
-
vertical-align: middle; }
|
507
|
-
|
508
|
-
/*
|
509
|
-
* Remove default fieldset styles.
|
510
|
-
*/
|
511
|
-
fieldset {
|
512
|
-
border: 0;
|
513
|
-
margin: 0;
|
514
|
-
padding: 0; }
|
515
|
-
|
516
|
-
/*
|
517
|
-
* Allow only vertical resizing of textareas.
|
518
|
-
*/
|
519
|
-
textarea {
|
520
|
-
resize: vertical; }
|
521
|
-
|
522
|
-
/* ==========================================================================
|
523
|
-
Chrome Frame prompt
|
524
|
-
========================================================================== */
|
525
|
-
.chromeframe {
|
526
|
-
margin: 0.2em 0;
|
527
|
-
background: #ccc;
|
528
|
-
color: #000;
|
529
|
-
padding: 0.2em 0; }
|
530
|
-
|
531
|
-
/* ==========================================================================
|
532
|
-
Author's custom styles
|
533
|
-
========================================================================== */
|
534
|
-
/* ==========================================================================
|
535
|
-
Helper classes
|
536
|
-
========================================================================== */
|
537
|
-
/*
|
538
|
-
* Image replacement
|
539
|
-
*/
|
540
|
-
.ir {
|
541
|
-
background-color: transparent;
|
542
|
-
border: 0;
|
543
|
-
overflow: hidden;
|
544
|
-
/* IE 6/7 fallback */
|
545
|
-
*text-indent: -9999px; }
|
546
|
-
|
547
|
-
.ir:before {
|
548
|
-
content: "";
|
549
|
-
display: block;
|
550
|
-
width: 0;
|
551
|
-
height: 150%; }
|
552
|
-
|
553
|
-
/*
|
554
|
-
* Hide from both screenreaders and browsers: h5bp.com/u
|
555
|
-
*/
|
556
|
-
.hidden {
|
557
|
-
display: none !important;
|
558
|
-
visibility: hidden; }
|
559
|
-
|
560
|
-
/*
|
561
|
-
* Hide only visually, but have it available for screenreaders: h5bp.com/v
|
562
|
-
*/
|
563
|
-
.visuallyhidden {
|
564
|
-
border: 0;
|
565
|
-
clip: rect(0 0 0 0);
|
566
|
-
height: 1px;
|
567
|
-
margin: -1px;
|
568
|
-
overflow: hidden;
|
569
|
-
padding: 0;
|
570
|
-
position: absolute;
|
571
|
-
width: 1px; }
|
572
|
-
|
573
|
-
/*
|
574
|
-
* Extends the .visuallyhidden class to allow the element to be focusable
|
575
|
-
* when navigated to via the keyboard: h5bp.com/p
|
576
|
-
*/
|
577
|
-
.visuallyhidden.focusable:active,
|
578
|
-
.visuallyhidden.focusable:focus {
|
579
|
-
clip: auto;
|
580
|
-
height: auto;
|
581
|
-
margin: 0;
|
582
|
-
overflow: visible;
|
583
|
-
position: static;
|
584
|
-
width: auto; }
|
585
|
-
|
586
|
-
/*
|
587
|
-
* Hide visually and from screenreaders, but maintain layout
|
588
|
-
*/
|
589
|
-
.invisible {
|
590
|
-
visibility: hidden; }
|
591
|
-
|
592
|
-
/*
|
593
|
-
* Clearfix: contain floats
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
* you may not use this file except in compliance with the License.
|
9
|
+
* You may obtain a copy of the License at
|
10
|
+
*
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
594
12
|
*
|
595
|
-
*
|
596
|
-
*
|
597
|
-
*
|
598
|
-
*
|
599
|
-
*
|
600
|
-
*
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
.clearfix:after {
|
611
|
-
clear: both; }
|
612
|
-
|
613
|
-
/*
|
614
|
-
* For IE 6/7 only
|
615
|
-
* Include this rule to trigger hasLayout and contain floats.
|
616
|
-
*/
|
617
|
-
.clearfix {
|
618
|
-
*zoom: 1; }
|
619
|
-
|
620
|
-
/* ==========================================================================
|
621
|
-
EXAMPLE Media Queries for Responsive Design.
|
622
|
-
These examples override the primary ('mobile first') styles.
|
623
|
-
Modify as content requires.
|
624
|
-
========================================================================== */
|
625
|
-
@media only screen and (min-width: 35em) {
|
626
|
-
/* Style adjustments for viewports that meet the condition */ }
|
627
|
-
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
|
628
|
-
/* Style adjustments for high resolution devices */ }
|
629
|
-
/* ==========================================================================
|
630
|
-
Print styles.
|
631
|
-
Inlined to avoid required HTTP connection: h5bp.com/r
|
632
|
-
========================================================================== */
|
633
|
-
@media print {
|
634
|
-
* {
|
635
|
-
background: transparent !important;
|
636
|
-
color: #000 !important;
|
637
|
-
/* Black prints faster: h5bp.com/s */
|
638
|
-
box-shadow: none !important;
|
639
|
-
text-shadow: none !important; }
|
640
|
-
|
641
|
-
a,
|
642
|
-
a:visited {
|
643
|
-
text-decoration: underline; }
|
644
|
-
|
645
|
-
a[href]:after {
|
646
|
-
content: " (" attr(href) ")"; }
|
647
|
-
|
648
|
-
abbr[title]:after {
|
649
|
-
content: " (" attr(title) ")"; }
|
650
|
-
|
651
|
-
/*
|
652
|
-
* Don't show links for images, or javascript/internal links
|
653
|
-
*/
|
654
|
-
.ir a:after,
|
655
|
-
a[href^="javascript:"]:after,
|
656
|
-
a[href^="#"]:after {
|
657
|
-
content: ""; }
|
658
|
-
|
659
|
-
pre,
|
660
|
-
blockquote {
|
661
|
-
border: 1px solid #999;
|
662
|
-
page-break-inside: avoid; }
|
663
|
-
|
664
|
-
thead {
|
665
|
-
display: table-header-group;
|
666
|
-
/* h5bp.com/t */ }
|
667
|
-
|
668
|
-
tr,
|
669
|
-
img {
|
670
|
-
page-break-inside: avoid; }
|
671
|
-
|
672
|
-
img {
|
673
|
-
max-width: 100% !important; }
|
674
|
-
|
675
|
-
@page {
|
676
|
-
margin: 0.5cm; }
|
677
|
-
|
678
|
-
p,
|
679
|
-
h2,
|
680
|
-
h3 {
|
681
|
-
orphans: 3;
|
682
|
-
widows: 3; }
|
683
|
-
|
684
|
-
h2,
|
685
|
-
h3 {
|
686
|
-
page-break-after: avoid; } }
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
+
* See the License for the specific language governing permissions and
|
17
|
+
* limitations under the License.
|
18
|
+
* ======================================================== */
|
19
|
+
/* pull classes */
|
20
|
+
.float-left, .pull-left {
|
21
|
+
float: left;
|
22
|
+
}
|
23
|
+
|
24
|
+
.float-right, .pull-right {
|
25
|
+
float: right;
|
26
|
+
}
|
27
|
+
|
687
28
|
/* Clear Both Classes */
|
688
29
|
.cl {
|
689
30
|
clear: both;
|
690
|
-
display: block;
|
31
|
+
display: block;
|
32
|
+
}
|
691
33
|
|
692
34
|
.cl-2 {
|
693
35
|
clear: both;
|
694
36
|
display: block;
|
695
|
-
height: 2px;
|
37
|
+
height: 2px;
|
38
|
+
}
|
696
39
|
|
697
40
|
.cl-3 {
|
698
41
|
clear: both;
|
699
42
|
display: block;
|
700
|
-
height: 3px;
|
43
|
+
height: 3px;
|
44
|
+
}
|
701
45
|
|
702
46
|
.cl-4 {
|
703
47
|
clear: both;
|
704
48
|
display: block;
|
705
|
-
height: 4px;
|
49
|
+
height: 4px;
|
50
|
+
}
|
706
51
|
|
707
52
|
.cl-5 {
|
708
53
|
clear: both;
|
709
54
|
display: block;
|
710
|
-
height: 5px;
|
55
|
+
height: 5px;
|
56
|
+
}
|
711
57
|
|
712
58
|
.cl-10 {
|
713
59
|
clear: both;
|
714
60
|
display: block;
|
715
|
-
height: 10px;
|
61
|
+
height: 10px;
|
62
|
+
}
|
716
63
|
|
717
64
|
.cl-15 {
|
718
65
|
clear: both;
|
719
66
|
display: block;
|
720
|
-
height: 15px;
|
67
|
+
height: 15px;
|
68
|
+
}
|
721
69
|
|
722
70
|
.cl-20 {
|
723
71
|
clear: both;
|
724
72
|
display: block;
|
725
|
-
height: 20px;
|
73
|
+
height: 20px;
|
74
|
+
}
|
726
75
|
|
727
76
|
.cl-25 {
|
728
77
|
clear: both;
|
729
78
|
display: block;
|
730
|
-
height: 25px;
|
79
|
+
height: 25px;
|
80
|
+
}
|
731
81
|
|
732
82
|
.cl-30 {
|
733
83
|
clear: both;
|
734
84
|
display: block;
|
735
|
-
height: 30px;
|
85
|
+
height: 30px;
|
86
|
+
}
|
736
87
|
|
737
88
|
.cl-40 {
|
738
89
|
clear: both;
|
739
90
|
display: block;
|
740
|
-
height: 40px;
|
91
|
+
height: 40px;
|
92
|
+
}
|
741
93
|
|
742
94
|
.cl-50 {
|
743
95
|
clear: both;
|
744
96
|
display: block;
|
745
|
-
height: 50px;
|
97
|
+
height: 50px;
|
98
|
+
}
|
746
99
|
|
747
100
|
.cl-60 {
|
748
101
|
clear: both;
|
749
102
|
display: block;
|
750
|
-
height: 60px;
|
103
|
+
height: 60px;
|
104
|
+
}
|
751
105
|
|
752
106
|
.cl-70 {
|
753
107
|
clear: both;
|
754
108
|
display: block;
|
755
|
-
height: 70px;
|
109
|
+
height: 70px;
|
110
|
+
}
|
756
111
|
|
757
112
|
.cl-80 {
|
758
113
|
clear: both;
|
759
114
|
display: block;
|
760
|
-
height: 80px;
|
115
|
+
height: 80px;
|
116
|
+
}
|
761
117
|
|
762
118
|
.cl-90 {
|
763
119
|
clear: both;
|
764
120
|
display: block;
|
765
|
-
height: 90px;
|
121
|
+
height: 90px;
|
122
|
+
}
|
766
123
|
|
767
124
|
.cl-100 {
|
768
125
|
clear: both;
|
769
126
|
display: block;
|
770
|
-
height: 100px;
|
127
|
+
height: 100px;
|
128
|
+
}
|
771
129
|
|
772
130
|
.cl-200 {
|
773
131
|
clear: both;
|
774
132
|
display: block;
|
775
|
-
height: 200px;
|
776
|
-
|
777
|
-
|
778
|
-
/* Margin
|
779
|
-
/*
|
780
|
-
.
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
.
|
791
|
-
margin:
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
.
|
803
|
-
margin:
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
.
|
815
|
-
margin:
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
.
|
827
|
-
margin:
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
.
|
843
|
-
margin
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
.
|
864
|
-
margin-top:
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
.
|
876
|
-
margin-top:
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
.
|
892
|
-
margin-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
.
|
904
|
-
margin-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
.
|
916
|
-
margin-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
.
|
925
|
-
margin-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
.
|
937
|
-
margin-
|
938
|
-
|
939
|
-
|
940
|
-
.
|
941
|
-
margin-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
.
|
953
|
-
margin-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
.
|
965
|
-
margin-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
.
|
977
|
-
margin-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
.
|
989
|
-
margin-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
.
|
1002
|
-
margin-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
.
|
1014
|
-
margin-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
.
|
1026
|
-
margin-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
.
|
1038
|
-
margin-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
.
|
1054
|
-
margin-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
.
|
1063
|
-
margin-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
.
|
1075
|
-
margin-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
.
|
1087
|
-
margin-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
.
|
1103
|
-
margin-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
.
|
1115
|
-
margin-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
.
|
1127
|
-
margin-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
.
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
.
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
.
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
.
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
.
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
.
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
.
|
1213
|
-
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
.
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
133
|
+
height: 200px;
|
134
|
+
}
|
135
|
+
|
136
|
+
/* Margin and Padding Class */
|
137
|
+
/* ------------------------ */
|
138
|
+
/* e.g: ma */
|
139
|
+
.ma {
|
140
|
+
margin: 0px auto !important;
|
141
|
+
}
|
142
|
+
|
143
|
+
/* margin - e.g: m-10 */
|
144
|
+
.m-2 {
|
145
|
+
margin: 2px !important;
|
146
|
+
}
|
147
|
+
|
148
|
+
.m-3 {
|
149
|
+
margin: 3px !important;
|
150
|
+
}
|
151
|
+
|
152
|
+
.m-4 {
|
153
|
+
margin: 4px !important;
|
154
|
+
}
|
155
|
+
|
156
|
+
.m-5 {
|
157
|
+
margin: 5px !important;
|
158
|
+
}
|
159
|
+
|
160
|
+
.m-10 {
|
161
|
+
margin: 10px !important;
|
162
|
+
}
|
163
|
+
|
164
|
+
.m-15 {
|
165
|
+
margin: 15px !important;
|
166
|
+
}
|
167
|
+
|
168
|
+
.m-20 {
|
169
|
+
margin: 20px !important;
|
170
|
+
}
|
171
|
+
|
172
|
+
.m-25 {
|
173
|
+
margin: 25px !important;
|
174
|
+
}
|
175
|
+
|
176
|
+
.m-30 {
|
177
|
+
margin: 30px !important;
|
178
|
+
}
|
179
|
+
|
180
|
+
.m-40 {
|
181
|
+
margin: 40px !important;
|
182
|
+
}
|
183
|
+
|
184
|
+
.m-50 {
|
185
|
+
margin: 50px !important;
|
186
|
+
}
|
187
|
+
|
188
|
+
.m-60 {
|
189
|
+
margin: 60px !important;
|
190
|
+
}
|
191
|
+
|
192
|
+
.m-70 {
|
193
|
+
margin: 70px !important;
|
194
|
+
}
|
195
|
+
|
196
|
+
.m-80 {
|
197
|
+
margin: 80px !important;
|
198
|
+
}
|
199
|
+
|
200
|
+
.m-90 {
|
201
|
+
margin: 90px !important;
|
202
|
+
}
|
203
|
+
|
204
|
+
.m-100 {
|
205
|
+
margin: 100px !important;
|
206
|
+
}
|
207
|
+
|
208
|
+
.m-200 {
|
209
|
+
margin: 200px !important;
|
210
|
+
}
|
211
|
+
|
212
|
+
/* margin-top - e.g: mt-10 */
|
213
|
+
.mt-2 {
|
214
|
+
margin-top: 2px !important;
|
215
|
+
}
|
216
|
+
|
217
|
+
.mt-3 {
|
218
|
+
margin-top: 3px !important;
|
219
|
+
}
|
220
|
+
|
221
|
+
.mt-4 {
|
222
|
+
margin-top: 4px !important;
|
223
|
+
}
|
224
|
+
|
225
|
+
.mt-5 {
|
226
|
+
margin-top: 5px !important;
|
227
|
+
}
|
228
|
+
|
229
|
+
.mt-10 {
|
230
|
+
margin-top: 10px !important;
|
231
|
+
}
|
232
|
+
|
233
|
+
.mt-15 {
|
234
|
+
margin-top: 15px !important;
|
235
|
+
}
|
236
|
+
|
237
|
+
.mt-20 {
|
238
|
+
margin-top: 20px !important;
|
239
|
+
}
|
240
|
+
|
241
|
+
.mt-25 {
|
242
|
+
margin-top: 25px !important;
|
243
|
+
}
|
244
|
+
|
245
|
+
.mt-30 {
|
246
|
+
margin-top: 30px !important;
|
247
|
+
}
|
248
|
+
|
249
|
+
.mt-40 {
|
250
|
+
margin-top: 40px !important;
|
251
|
+
}
|
252
|
+
|
253
|
+
.mt-50 {
|
254
|
+
margin-top: 50px !important;
|
255
|
+
}
|
256
|
+
|
257
|
+
.mt-60 {
|
258
|
+
margin-top: 60px !important;
|
259
|
+
}
|
260
|
+
|
261
|
+
.mt-70 {
|
262
|
+
margin-top: 70px !important;
|
263
|
+
}
|
264
|
+
|
265
|
+
.mt-80 {
|
266
|
+
margin-top: 80px !important;
|
267
|
+
}
|
268
|
+
|
269
|
+
.mt-90 {
|
270
|
+
margin-top: 90px !important;
|
271
|
+
}
|
272
|
+
|
273
|
+
.mt-100 {
|
274
|
+
margin-top: 100px !important;
|
275
|
+
}
|
276
|
+
|
277
|
+
.mt-200 {
|
278
|
+
margin-top: 200px !important;
|
279
|
+
}
|
280
|
+
|
281
|
+
/* margin-right - e.g: mr-10 */
|
282
|
+
.mr-2 {
|
283
|
+
margin-right: 2px !important;
|
284
|
+
}
|
285
|
+
|
286
|
+
.mr-3 {
|
287
|
+
margin-right: 3px !important;
|
288
|
+
}
|
289
|
+
|
290
|
+
.mr-4 {
|
291
|
+
margin-right: 4px !important;
|
292
|
+
}
|
293
|
+
|
294
|
+
.mr-5 {
|
295
|
+
margin-right: 5px !important;
|
296
|
+
}
|
297
|
+
|
298
|
+
.mr-10 {
|
299
|
+
margin-right: 10px !important;
|
300
|
+
}
|
301
|
+
|
302
|
+
.mr-15 {
|
303
|
+
margin-right: 15px !important;
|
304
|
+
}
|
305
|
+
|
306
|
+
.mr-20 {
|
307
|
+
margin-right: 20px !important;
|
308
|
+
}
|
309
|
+
|
310
|
+
.mr-25 {
|
311
|
+
margin-right: 25px !important;
|
312
|
+
}
|
313
|
+
|
314
|
+
.mr-30 {
|
315
|
+
margin-right: 30px !important;
|
316
|
+
}
|
317
|
+
|
318
|
+
.mr-40 {
|
319
|
+
margin-right: 40px !important;
|
320
|
+
}
|
321
|
+
|
322
|
+
.mr-50 {
|
323
|
+
margin-right: 50px !important;
|
324
|
+
}
|
325
|
+
|
326
|
+
.mr-60 {
|
327
|
+
margin-right: 60px !important;
|
328
|
+
}
|
329
|
+
|
330
|
+
.mr-70 {
|
331
|
+
margin-right: 70px !important;
|
332
|
+
}
|
333
|
+
|
334
|
+
.mr-80 {
|
335
|
+
margin-right: 80px !important;
|
336
|
+
}
|
337
|
+
|
338
|
+
.mr-90 {
|
339
|
+
margin-right: 90px !important;
|
340
|
+
}
|
341
|
+
|
342
|
+
.mr-100 {
|
343
|
+
margin-right: 100px !important;
|
344
|
+
}
|
345
|
+
|
346
|
+
.mr-200 {
|
347
|
+
margin-right: 200px !important;
|
348
|
+
}
|
349
|
+
|
350
|
+
/* margin-bottom - e.g: mb-10 */
|
351
|
+
.mb-2 {
|
352
|
+
margin-bottom: 2px !important;
|
353
|
+
}
|
354
|
+
|
355
|
+
.mb-3 {
|
356
|
+
margin-bottom: 3px !important;
|
357
|
+
}
|
358
|
+
|
359
|
+
.mb-4 {
|
360
|
+
margin-bottom: 4px !important;
|
361
|
+
}
|
362
|
+
|
363
|
+
.mb-5 {
|
364
|
+
margin-bottom: 5px !important;
|
365
|
+
}
|
366
|
+
|
367
|
+
.mb-10 {
|
368
|
+
margin-bottom: 10px !important;
|
369
|
+
}
|
370
|
+
|
371
|
+
.mb-15 {
|
372
|
+
margin-bottom: 15px !important;
|
373
|
+
}
|
374
|
+
|
375
|
+
.mb-20 {
|
376
|
+
margin-bottom: 20px !important;
|
377
|
+
}
|
378
|
+
|
379
|
+
.mb-25 {
|
380
|
+
margin-bottom: 25px !important;
|
381
|
+
}
|
382
|
+
|
383
|
+
.mb-30 {
|
384
|
+
margin-bottom: 30px !important;
|
385
|
+
}
|
386
|
+
|
387
|
+
.mb-40 {
|
388
|
+
margin-bottom: 40px !important;
|
389
|
+
}
|
390
|
+
|
391
|
+
.mb-50 {
|
392
|
+
margin-bottom: 50px !important;
|
393
|
+
}
|
394
|
+
|
395
|
+
.mb-60 {
|
396
|
+
margin-bottom: 60px !important;
|
397
|
+
}
|
398
|
+
|
399
|
+
.mb-70 {
|
400
|
+
margin-bottom: 70px !important;
|
401
|
+
}
|
402
|
+
|
403
|
+
.mb-80 {
|
404
|
+
margin-bottom: 80px !important;
|
405
|
+
}
|
406
|
+
|
407
|
+
.mb-90 {
|
408
|
+
margin-bottom: 90px !important;
|
409
|
+
}
|
410
|
+
|
411
|
+
.mb-100 {
|
412
|
+
margin-bottom: 100px !important;
|
413
|
+
}
|
414
|
+
|
415
|
+
.mb-200 {
|
416
|
+
margin-bottom: 200px !important;
|
417
|
+
}
|
418
|
+
|
419
|
+
/* magin-left - e.g: ml-10 */
|
420
|
+
.ml-2 {
|
421
|
+
margin-left: 2px !important;
|
422
|
+
}
|
423
|
+
|
424
|
+
.ml-3 {
|
425
|
+
margin-left: 3px !important;
|
426
|
+
}
|
427
|
+
|
428
|
+
.ml-4 {
|
429
|
+
margin-left: 4px !important;
|
430
|
+
}
|
431
|
+
|
432
|
+
.ml-5 {
|
433
|
+
margin-left: 5px !important;
|
434
|
+
}
|
435
|
+
|
436
|
+
.ml-10 {
|
437
|
+
margin-left: 10px !important;
|
438
|
+
}
|
439
|
+
|
440
|
+
.ml-15 {
|
441
|
+
margin-left: 15px !important;
|
442
|
+
}
|
443
|
+
|
444
|
+
.ml-20 {
|
445
|
+
margin-left: 20px !important;
|
446
|
+
}
|
447
|
+
|
448
|
+
.ml-25 {
|
449
|
+
margin-left: 25px !important;
|
450
|
+
}
|
451
|
+
|
452
|
+
.ml-30 {
|
453
|
+
margin-left: 30px !important;
|
454
|
+
}
|
455
|
+
|
456
|
+
.ml-40 {
|
457
|
+
margin-left: 40px !important;
|
458
|
+
}
|
459
|
+
|
460
|
+
.ml-50 {
|
461
|
+
margin-left: 50px !important;
|
462
|
+
}
|
463
|
+
|
464
|
+
.ml-60 {
|
465
|
+
margin-left: 60px !important;
|
466
|
+
}
|
467
|
+
|
468
|
+
.ml-70 {
|
469
|
+
margin-left: 70px !important;
|
470
|
+
}
|
471
|
+
|
472
|
+
.ml-80 {
|
473
|
+
margin-left: 80px !important;
|
474
|
+
}
|
475
|
+
|
476
|
+
.ml-90 {
|
477
|
+
margin-left: 90px !important;
|
478
|
+
}
|
479
|
+
|
480
|
+
.ml-100 {
|
481
|
+
margin-left: 100px !important;
|
482
|
+
}
|
483
|
+
|
484
|
+
.ml-200 {
|
485
|
+
margin-left: 200px !important;
|
486
|
+
}
|
487
|
+
|
488
|
+
/* padding - e.g: p-10 */
|
489
|
+
.p-2 {
|
490
|
+
padding: 2px !important;
|
491
|
+
}
|
492
|
+
|
493
|
+
.p-3 {
|
494
|
+
padding: 3px !important;
|
495
|
+
}
|
496
|
+
|
497
|
+
.p-4 {
|
498
|
+
padding: 4px !important;
|
499
|
+
}
|
500
|
+
|
501
|
+
.p-5 {
|
502
|
+
padding: 5px !important;
|
503
|
+
}
|
504
|
+
|
505
|
+
.p-10 {
|
506
|
+
padding: 10px !important;
|
507
|
+
}
|
508
|
+
|
509
|
+
.p-15 {
|
510
|
+
padding: 15px !important;
|
511
|
+
}
|
512
|
+
|
513
|
+
.p-20 {
|
514
|
+
padding: 20px !important;
|
515
|
+
}
|
516
|
+
|
517
|
+
.p-25 {
|
518
|
+
padding: 25px !important;
|
519
|
+
}
|
520
|
+
|
521
|
+
.p-30 {
|
522
|
+
padding: 30px !important;
|
523
|
+
}
|
524
|
+
|
525
|
+
.p-40 {
|
526
|
+
padding: 40px !important;
|
527
|
+
}
|
528
|
+
|
529
|
+
.p-50 {
|
530
|
+
padding: 50px !important;
|
531
|
+
}
|
532
|
+
|
533
|
+
.p-60 {
|
534
|
+
padding: 60px !important;
|
535
|
+
}
|
536
|
+
|
537
|
+
.p-70 {
|
538
|
+
padding: 70px !important;
|
539
|
+
}
|
540
|
+
|
541
|
+
.p-80 {
|
542
|
+
padding: 80px !important;
|
543
|
+
}
|
544
|
+
|
545
|
+
.p-90 {
|
546
|
+
padding: 90px !important;
|
547
|
+
}
|
548
|
+
|
549
|
+
.p-100 {
|
550
|
+
padding: 100px !important;
|
551
|
+
}
|
552
|
+
|
553
|
+
.p-200 {
|
554
|
+
padding: 200px !important;
|
555
|
+
}
|
556
|
+
|
557
|
+
/* padding-top - e.g: pt-10 */
|
558
|
+
.pt-2 {
|
559
|
+
padding-top: 2px !important;
|
560
|
+
}
|
561
|
+
|
562
|
+
.pt-3 {
|
563
|
+
padding-top: 3px !important;
|
564
|
+
}
|
565
|
+
|
566
|
+
.pt-4 {
|
567
|
+
padding-top: 4px !important;
|
568
|
+
}
|
569
|
+
|
570
|
+
.pt-5 {
|
571
|
+
padding-top: 5px !important;
|
572
|
+
}
|
573
|
+
|
574
|
+
.pt-10 {
|
575
|
+
padding-top: 10px !important;
|
576
|
+
}
|
577
|
+
|
578
|
+
.pt-15 {
|
579
|
+
padding-top: 15px !important;
|
580
|
+
}
|
581
|
+
|
582
|
+
.pt-20 {
|
583
|
+
padding-top: 20px !important;
|
584
|
+
}
|
585
|
+
|
586
|
+
.pt-25 {
|
587
|
+
padding-top: 25px !important;
|
588
|
+
}
|
589
|
+
|
590
|
+
.pt-30 {
|
591
|
+
padding-top: 30px !important;
|
592
|
+
}
|
593
|
+
|
594
|
+
.pt-40 {
|
595
|
+
padding-top: 40px !important;
|
596
|
+
}
|
597
|
+
|
598
|
+
.pt-50 {
|
599
|
+
padding-top: 50px !important;
|
600
|
+
}
|
601
|
+
|
602
|
+
.pt-60 {
|
603
|
+
padding-top: 60px !important;
|
604
|
+
}
|
605
|
+
|
606
|
+
.pt-70 {
|
607
|
+
padding-top: 70px !important;
|
608
|
+
}
|
609
|
+
|
610
|
+
.pt-80 {
|
611
|
+
padding-top: 80px !important;
|
612
|
+
}
|
613
|
+
|
614
|
+
.pt-90 {
|
615
|
+
padding-top: 90px !important;
|
616
|
+
}
|
617
|
+
|
618
|
+
.pt-100 {
|
619
|
+
padding-top: 100px !important;
|
620
|
+
}
|
621
|
+
|
622
|
+
.pt-200 {
|
623
|
+
padding-top: 200px !important;
|
624
|
+
}
|
625
|
+
|
626
|
+
/* padding-right - e.g: pr-10 */
|
627
|
+
.pr-2 {
|
628
|
+
padding-right: 2px !important;
|
629
|
+
}
|
630
|
+
|
631
|
+
.pr-3 {
|
632
|
+
padding-right: 3px !important;
|
633
|
+
}
|
634
|
+
|
635
|
+
.pr-4 {
|
636
|
+
padding-right: 4px !important;
|
637
|
+
}
|
638
|
+
|
639
|
+
.pr-5 {
|
640
|
+
padding-right: 5px !important;
|
641
|
+
}
|
642
|
+
|
643
|
+
.pr-10 {
|
644
|
+
padding-right: 10px !important;
|
645
|
+
}
|
646
|
+
|
647
|
+
.pr-15 {
|
648
|
+
padding-right: 15px !important;
|
649
|
+
}
|
650
|
+
|
651
|
+
.pr-20 {
|
652
|
+
padding-right: 20px !important;
|
653
|
+
}
|
654
|
+
|
655
|
+
.pr-25 {
|
656
|
+
padding-right: 25px !important;
|
657
|
+
}
|
658
|
+
|
659
|
+
.pr-30 {
|
660
|
+
padding-right: 30px !important;
|
661
|
+
}
|
662
|
+
|
663
|
+
.pr-40 {
|
664
|
+
padding-right: 40px !important;
|
665
|
+
}
|
666
|
+
|
667
|
+
.pr-50 {
|
668
|
+
padding-right: 50px !important;
|
669
|
+
}
|
670
|
+
|
671
|
+
.pr-60 {
|
672
|
+
padding-right: 60px !important;
|
673
|
+
}
|
674
|
+
|
675
|
+
.pr-70 {
|
676
|
+
padding-right: 70px !important;
|
677
|
+
}
|
678
|
+
|
679
|
+
.pr-80 {
|
680
|
+
padding-right: 80px !important;
|
681
|
+
}
|
682
|
+
|
683
|
+
.pr-90 {
|
684
|
+
padding-right: 90px !important;
|
685
|
+
}
|
686
|
+
|
687
|
+
.pr-100 {
|
688
|
+
padding-right: 100px !important;
|
689
|
+
}
|
690
|
+
|
691
|
+
.pr-200 {
|
692
|
+
padding-right: 200px !important;
|
693
|
+
}
|
694
|
+
|
695
|
+
/* padding-bottom - e.g: pb-10 */
|
696
|
+
.pb-2 {
|
697
|
+
padding-bottom: 2px !important;
|
698
|
+
}
|
699
|
+
|
700
|
+
.pb-3 {
|
701
|
+
padding-bottom: 3px !important;
|
702
|
+
}
|
703
|
+
|
704
|
+
.pb-4 {
|
705
|
+
padding-bottom: 4px !important;
|
706
|
+
}
|
707
|
+
|
708
|
+
.pb-5 {
|
709
|
+
padding-bottom: 5px !important;
|
710
|
+
}
|
711
|
+
|
712
|
+
.pb-10 {
|
713
|
+
padding-bottom: 10px !important;
|
714
|
+
}
|
715
|
+
|
716
|
+
.pb-15 {
|
717
|
+
padding-bottom: 15px !important;
|
718
|
+
}
|
719
|
+
|
720
|
+
.pb-20 {
|
721
|
+
padding-bottom: 20px !important;
|
722
|
+
}
|
723
|
+
|
724
|
+
.pb-25 {
|
725
|
+
padding-bottom: 25px !important;
|
726
|
+
}
|
727
|
+
|
728
|
+
.pb-30 {
|
729
|
+
padding-bottom: 30px !important;
|
730
|
+
}
|
731
|
+
|
732
|
+
.pb-40 {
|
733
|
+
padding-bottom: 40px !important;
|
734
|
+
}
|
1229
735
|
|
1230
|
-
.
|
1231
|
-
|
736
|
+
.pb-50 {
|
737
|
+
padding-bottom: 50px !important;
|
738
|
+
}
|
1232
739
|
|
1233
|
-
.
|
1234
|
-
|
740
|
+
.pb-60 {
|
741
|
+
padding-bottom: 60px !important;
|
742
|
+
}
|
1235
743
|
|
1236
|
-
.
|
1237
|
-
|
744
|
+
.pb-70 {
|
745
|
+
padding-bottom: 70px !important;
|
746
|
+
}
|
1238
747
|
|
1239
|
-
.
|
1240
|
-
|
748
|
+
.pb-80 {
|
749
|
+
padding-bottom: 80px !important;
|
750
|
+
}
|
1241
751
|
|
1242
|
-
.
|
1243
|
-
|
752
|
+
.pb-90 {
|
753
|
+
padding-bottom: 90px !important;
|
754
|
+
}
|
1244
755
|
|
1245
|
-
.
|
1246
|
-
|
756
|
+
.pb-100 {
|
757
|
+
padding-bottom: 100px !important;
|
758
|
+
}
|
1247
759
|
|
1248
|
-
.
|
1249
|
-
|
760
|
+
.pb-200 {
|
761
|
+
padding-bottom: 200px !important;
|
762
|
+
}
|
1250
763
|
|
1251
|
-
|
1252
|
-
|
764
|
+
/* padding-left - e.g: pl-10 */
|
765
|
+
.pl-2 {
|
766
|
+
padding-left: 2px !important;
|
767
|
+
}
|
1253
768
|
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
.float-right, .pull-right {
|
1259
|
-
float: right; }
|
1260
|
-
|
1261
|
-
/* e.g: margin-10, padding-10 */
|
1262
|
-
.padding-2 {
|
1263
|
-
padding: 2px !important; }
|
1264
|
-
|
1265
|
-
.padding-3 {
|
1266
|
-
padding: 3px !important; }
|
1267
|
-
|
1268
|
-
.padding-4 {
|
1269
|
-
padding: 4px !important; }
|
1270
|
-
|
1271
|
-
.padding-5 {
|
1272
|
-
padding: 5px !important; }
|
1273
|
-
|
1274
|
-
.padding-10 {
|
1275
|
-
padding: 10px !important; }
|
1276
|
-
|
1277
|
-
.padding-15 {
|
1278
|
-
padding: 15px !important; }
|
1279
|
-
|
1280
|
-
.padding-20 {
|
1281
|
-
padding: 20px !important; }
|
1282
|
-
|
1283
|
-
.padding-25 {
|
1284
|
-
padding: 25px !important; }
|
1285
|
-
|
1286
|
-
.padding-30 {
|
1287
|
-
padding: 30px !important; }
|
1288
|
-
|
1289
|
-
.padding-40 {
|
1290
|
-
padding: 40px !important; }
|
1291
|
-
|
1292
|
-
.padding-50 {
|
1293
|
-
padding: 50px !important; }
|
1294
|
-
|
1295
|
-
.padding-60 {
|
1296
|
-
padding: 60px !important; }
|
1297
|
-
|
1298
|
-
.padding-70 {
|
1299
|
-
padding: 70px !important; }
|
1300
|
-
|
1301
|
-
.padding-80 {
|
1302
|
-
padding: 80px !important; }
|
1303
|
-
|
1304
|
-
.padding-90 {
|
1305
|
-
padding: 90px !important; }
|
1306
|
-
|
1307
|
-
.padding-100 {
|
1308
|
-
padding: 100px !important; }
|
1309
|
-
|
1310
|
-
.padding-200 {
|
1311
|
-
padding: 200px !important; }
|
1312
|
-
|
1313
|
-
/* e.g: margin-top-10, padding-top-10 */
|
1314
|
-
.padding-top-2 {
|
1315
|
-
padding-top: 2px !important; }
|
1316
|
-
|
1317
|
-
.padding-top-3 {
|
1318
|
-
padding-top: 3px !important; }
|
1319
|
-
|
1320
|
-
.padding-top-4 {
|
1321
|
-
padding-top: 4px !important; }
|
1322
|
-
|
1323
|
-
.padding-top-5 {
|
1324
|
-
padding-top: 5px !important; }
|
1325
|
-
|
1326
|
-
.padding-top-10 {
|
1327
|
-
padding-top: 10px !important; }
|
1328
|
-
|
1329
|
-
.padding-top-15 {
|
1330
|
-
padding-top: 15px !important; }
|
1331
|
-
|
1332
|
-
.padding-top-20 {
|
1333
|
-
padding-top: 20px !important; }
|
1334
|
-
|
1335
|
-
.padding-top-25 {
|
1336
|
-
padding-top: 25px !important; }
|
1337
|
-
|
1338
|
-
.padding-top-30 {
|
1339
|
-
padding-top: 30px !important; }
|
1340
|
-
|
1341
|
-
.padding-top-40 {
|
1342
|
-
padding-top: 40px !important; }
|
1343
|
-
|
1344
|
-
.padding-top-50 {
|
1345
|
-
padding-top: 50px !important; }
|
1346
|
-
|
1347
|
-
.padding-top-60 {
|
1348
|
-
padding-top: 60px !important; }
|
1349
|
-
|
1350
|
-
.padding-top-70 {
|
1351
|
-
padding-top: 70px !important; }
|
1352
|
-
|
1353
|
-
.padding-top-80 {
|
1354
|
-
padding-top: 80px !important; }
|
1355
|
-
|
1356
|
-
.padding-top-90 {
|
1357
|
-
padding-top: 90px !important; }
|
1358
|
-
|
1359
|
-
.padding-top-100 {
|
1360
|
-
padding-top: 100px !important; }
|
1361
|
-
|
1362
|
-
.padding-top-200 {
|
1363
|
-
padding-top: 200px !important; }
|
1364
|
-
|
1365
|
-
/* e.g: margin-bottom-10, padding-bottom-10 */
|
1366
|
-
.padding-bottom-2 {
|
1367
|
-
padding-bottom: 2px !important; }
|
1368
|
-
|
1369
|
-
.padding-bottom-3 {
|
1370
|
-
padding-bottom: 3px !important; }
|
1371
|
-
|
1372
|
-
.padding-bottom-4 {
|
1373
|
-
padding-bottom: 4px !important; }
|
1374
|
-
|
1375
|
-
.padding-bottom-5 {
|
1376
|
-
padding-bottom: 5px !important; }
|
1377
|
-
|
1378
|
-
.padding-bottom-10 {
|
1379
|
-
padding-bottom: 10px !important; }
|
1380
|
-
|
1381
|
-
.padding-bottom-15 {
|
1382
|
-
padding-bottom: 15px !important; }
|
1383
|
-
|
1384
|
-
.padding-bottom-20 {
|
1385
|
-
padding-bottom: 20px !important; }
|
1386
|
-
|
1387
|
-
.padding-bottom-25 {
|
1388
|
-
padding-bottom: 25px !important; }
|
1389
|
-
|
1390
|
-
.padding-bottom-30 {
|
1391
|
-
padding-bottom: 30px !important; }
|
1392
|
-
|
1393
|
-
.padding-bottom-40 {
|
1394
|
-
padding-bottom: 40px !important; }
|
1395
|
-
|
1396
|
-
.padding-bottom-50 {
|
1397
|
-
padding-bottom: 50px !important; }
|
1398
|
-
|
1399
|
-
.padding-bottom-60 {
|
1400
|
-
padding-bottom: 60px !important; }
|
1401
|
-
|
1402
|
-
.padding-bottom-70 {
|
1403
|
-
padding-bottom: 70px !important; }
|
1404
|
-
|
1405
|
-
.padding-bottom-80 {
|
1406
|
-
padding-bottom: 80px !important; }
|
1407
|
-
|
1408
|
-
.padding-bottom-90 {
|
1409
|
-
padding-bottom: 90px !important; }
|
1410
|
-
|
1411
|
-
.padding-bottom-100 {
|
1412
|
-
padding-bottom: 100px !important; }
|
1413
|
-
|
1414
|
-
.padding-bottom-200 {
|
1415
|
-
padding-bottom: 200px !important; }
|
1416
|
-
|
1417
|
-
/* e.g: margin-left-10, padding-left-10 */
|
1418
|
-
.padding-left-2 {
|
1419
|
-
padding-left: 2px !important; }
|
1420
|
-
|
1421
|
-
.padding-left-3 {
|
1422
|
-
padding-left: 3px !important; }
|
1423
|
-
|
1424
|
-
.padding-left-4 {
|
1425
|
-
padding-left: 4px !important; }
|
1426
|
-
|
1427
|
-
.padding-left-5 {
|
1428
|
-
padding-left: 5px !important; }
|
1429
|
-
|
1430
|
-
.padding-left-10 {
|
1431
|
-
padding-left: 10px !important; }
|
1432
|
-
|
1433
|
-
.padding-left-15 {
|
1434
|
-
padding-left: 15px !important; }
|
1435
|
-
|
1436
|
-
.padding-left-20 {
|
1437
|
-
padding-left: 20px !important; }
|
1438
|
-
|
1439
|
-
.padding-left-25 {
|
1440
|
-
padding-left: 25px !important; }
|
1441
|
-
|
1442
|
-
.padding-left-30 {
|
1443
|
-
padding-left: 30px !important; }
|
1444
|
-
|
1445
|
-
.padding-left-40 {
|
1446
|
-
padding-left: 40px !important; }
|
1447
|
-
|
1448
|
-
.padding-left-50 {
|
1449
|
-
padding-left: 50px !important; }
|
1450
|
-
|
1451
|
-
.padding-left-60 {
|
1452
|
-
padding-left: 60px !important; }
|
1453
|
-
|
1454
|
-
.padding-left-70 {
|
1455
|
-
padding-left: 70px !important; }
|
1456
|
-
|
1457
|
-
.padding-left-80 {
|
1458
|
-
padding-left: 80px !important; }
|
1459
|
-
|
1460
|
-
.padding-left-90 {
|
1461
|
-
padding-left: 90px !important; }
|
1462
|
-
|
1463
|
-
.padding-left-100 {
|
1464
|
-
padding-left: 100px !important; }
|
1465
|
-
|
1466
|
-
.padding-left-200 {
|
1467
|
-
padding-left: 200px !important; }
|
1468
|
-
|
1469
|
-
/* e.g: margin-right-10, padding-right-10 */
|
1470
|
-
.padding-right-2 {
|
1471
|
-
padding-right: 2px !important; }
|
1472
|
-
|
1473
|
-
.padding-right-3 {
|
1474
|
-
padding-right: 3px !important; }
|
1475
|
-
|
1476
|
-
.padding-right-4 {
|
1477
|
-
padding-right: 4px !important; }
|
1478
|
-
|
1479
|
-
.padding-right-5 {
|
1480
|
-
padding-right: 5px !important; }
|
1481
|
-
|
1482
|
-
.padding-right-10 {
|
1483
|
-
padding-right: 10px !important; }
|
1484
|
-
|
1485
|
-
.padding-right-15 {
|
1486
|
-
padding-right: 15px !important; }
|
1487
|
-
|
1488
|
-
.padding-right-20 {
|
1489
|
-
padding-right: 20px !important; }
|
1490
|
-
|
1491
|
-
.padding-right-25 {
|
1492
|
-
padding-right: 25px !important; }
|
1493
|
-
|
1494
|
-
.padding-right-30 {
|
1495
|
-
padding-right: 30px !important; }
|
1496
|
-
|
1497
|
-
.padding-right-40 {
|
1498
|
-
padding-right: 40px !important; }
|
769
|
+
.pl-3 {
|
770
|
+
padding-left: 3px !important;
|
771
|
+
}
|
1499
772
|
|
1500
|
-
.
|
1501
|
-
padding-
|
773
|
+
.pl-4 {
|
774
|
+
padding-left: 4px !important;
|
775
|
+
}
|
1502
776
|
|
1503
|
-
.
|
1504
|
-
padding-
|
777
|
+
.pl-5 {
|
778
|
+
padding-left: 5px !important;
|
779
|
+
}
|
1505
780
|
|
1506
|
-
.
|
1507
|
-
padding-
|
781
|
+
.pl-10 {
|
782
|
+
padding-left: 10px !important;
|
783
|
+
}
|
1508
784
|
|
1509
|
-
.
|
1510
|
-
padding-
|
785
|
+
.pl-15 {
|
786
|
+
padding-left: 15px !important;
|
787
|
+
}
|
1511
788
|
|
1512
|
-
.
|
1513
|
-
padding-
|
789
|
+
.pl-20 {
|
790
|
+
padding-left: 20px !important;
|
791
|
+
}
|
1514
792
|
|
1515
|
-
.
|
1516
|
-
padding-
|
793
|
+
.pl-25 {
|
794
|
+
padding-left: 25px !important;
|
795
|
+
}
|
1517
796
|
|
1518
|
-
.
|
1519
|
-
padding-
|
797
|
+
.pl-30 {
|
798
|
+
padding-left: 30px !important;
|
799
|
+
}
|
1520
800
|
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
/* e.g: margin-top-minus-10, padding-top-minus-10 */
|
1525
|
-
.padding-top-minus-2 {
|
1526
|
-
padding-top: -2px !important; }
|
801
|
+
.pl-40 {
|
802
|
+
padding-left: 40px !important;
|
803
|
+
}
|
1527
804
|
|
1528
|
-
.
|
1529
|
-
padding-
|
805
|
+
.pl-50 {
|
806
|
+
padding-left: 50px !important;
|
807
|
+
}
|
1530
808
|
|
1531
|
-
.
|
1532
|
-
padding-
|
809
|
+
.pl-60 {
|
810
|
+
padding-left: 60px !important;
|
811
|
+
}
|
1533
812
|
|
1534
|
-
.
|
1535
|
-
padding-
|
813
|
+
.pl-70 {
|
814
|
+
padding-left: 70px !important;
|
815
|
+
}
|
1536
816
|
|
1537
|
-
.
|
1538
|
-
padding-
|
817
|
+
.pl-80 {
|
818
|
+
padding-left: 80px !important;
|
819
|
+
}
|
1539
820
|
|
1540
|
-
.
|
1541
|
-
padding-
|
821
|
+
.pl-90 {
|
822
|
+
padding-left: 90px !important;
|
823
|
+
}
|
1542
824
|
|
1543
|
-
.
|
1544
|
-
padding-
|
825
|
+
.pl-100 {
|
826
|
+
padding-left: 100px !important;
|
827
|
+
}
|
1545
828
|
|
1546
|
-
.
|
1547
|
-
padding-
|
829
|
+
.pl-200 {
|
830
|
+
padding-left: 200px !important;
|
831
|
+
}
|
1548
832
|
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
padding-top: -40px !important; }
|
1554
|
-
|
1555
|
-
.padding-top-minus-50 {
|
1556
|
-
padding-top: -50px !important; }
|
1557
|
-
|
1558
|
-
.padding-top-minus-60 {
|
1559
|
-
padding-top: -60px !important; }
|
1560
|
-
|
1561
|
-
.padding-top-minus-70 {
|
1562
|
-
padding-top: -70px !important; }
|
1563
|
-
|
1564
|
-
.padding-top-minus-80 {
|
1565
|
-
padding-top: -80px !important; }
|
1566
|
-
|
1567
|
-
.padding-top-minus-90 {
|
1568
|
-
padding-top: -90px !important; }
|
1569
|
-
|
1570
|
-
.padding-top-minus-100 {
|
1571
|
-
padding-top: -100px !important; }
|
1572
|
-
|
1573
|
-
.padding-top-minus-200 {
|
1574
|
-
padding-top: -200px !important; }
|
1575
|
-
|
1576
|
-
/* e.g: margin-bottom-minus-10, padding-bottom-minus-10 */
|
1577
|
-
.padding-bottom-minus-2 {
|
1578
|
-
padding-bottom: -2px !important; }
|
1579
|
-
|
1580
|
-
.padding-bottom-minus-3 {
|
1581
|
-
padding-bottom: -3px !important; }
|
1582
|
-
|
1583
|
-
.padding-bottom-minus-4 {
|
1584
|
-
padding-bottom: -4px !important; }
|
1585
|
-
|
1586
|
-
.padding-bottom-minus-5 {
|
1587
|
-
padding-bottom: -5px !important; }
|
1588
|
-
|
1589
|
-
.padding-bottom-minus-10 {
|
1590
|
-
padding-bottom: -10px !important; }
|
1591
|
-
|
1592
|
-
.padding-bottom-minus-15 {
|
1593
|
-
padding-bottom: -15px !important; }
|
1594
|
-
|
1595
|
-
.padding-bottom-minus-20 {
|
1596
|
-
padding-bottom: -20px !important; }
|
1597
|
-
|
1598
|
-
.padding-bottom-minus-25 {
|
1599
|
-
padding-bottom: -25px !important; }
|
1600
|
-
|
1601
|
-
.padding-bottom-minus-30 {
|
1602
|
-
padding-bottom: -30px !important; }
|
1603
|
-
|
1604
|
-
.padding-bottom-minus-40 {
|
1605
|
-
padding-bottom: -40px !important; }
|
1606
|
-
|
1607
|
-
.padding-bottom-minus-50 {
|
1608
|
-
padding-bottom: -50px !important; }
|
1609
|
-
|
1610
|
-
.padding-bottom-minus-60 {
|
1611
|
-
padding-bottom: -60px !important; }
|
1612
|
-
|
1613
|
-
.padding-bottom-minus-70 {
|
1614
|
-
padding-bottom: -70px !important; }
|
1615
|
-
|
1616
|
-
.padding-bottom-minus-80 {
|
1617
|
-
padding-bottom: -80px !important; }
|
1618
|
-
|
1619
|
-
.padding-bottom-minus-90 {
|
1620
|
-
padding-bottom: -90px !important; }
|
1621
|
-
|
1622
|
-
.padding-bottom-minus-100 {
|
1623
|
-
padding-bottom: -100px !important; }
|
1624
|
-
|
1625
|
-
.padding-bottom-minus-200 {
|
1626
|
-
padding-bottom: -200px !important; }
|
1627
|
-
|
1628
|
-
/* e.g: margin-left-minus-10, padding-left-minus-10 */
|
1629
|
-
.padding-left-minus-2 {
|
1630
|
-
padding-left: -2px !important; }
|
1631
|
-
|
1632
|
-
.padding-left-minus-3 {
|
1633
|
-
padding-left: -3px !important; }
|
1634
|
-
|
1635
|
-
.padding-left-minus-4 {
|
1636
|
-
padding-left: -4px !important; }
|
1637
|
-
|
1638
|
-
.padding-left-minus-5 {
|
1639
|
-
padding-left: -5px !important; }
|
1640
|
-
|
1641
|
-
.padding-left-minus-10 {
|
1642
|
-
padding-left: -10px !important; }
|
1643
|
-
|
1644
|
-
.padding-left-minus-15 {
|
1645
|
-
padding-left: -15px !important; }
|
1646
|
-
|
1647
|
-
.padding-left-minus-20 {
|
1648
|
-
padding-left: -20px !important; }
|
1649
|
-
|
1650
|
-
.padding-left-minus-25 {
|
1651
|
-
padding-left: -25px !important; }
|
1652
|
-
|
1653
|
-
.padding-left-minus-30 {
|
1654
|
-
padding-left: -30px !important; }
|
1655
|
-
|
1656
|
-
.padding-left-minus-40 {
|
1657
|
-
padding-left: -40px !important; }
|
1658
|
-
|
1659
|
-
.padding-left-minus-50 {
|
1660
|
-
padding-left: -50px !important; }
|
1661
|
-
|
1662
|
-
.padding-left-minus-60 {
|
1663
|
-
padding-left: -60px !important; }
|
1664
|
-
|
1665
|
-
.padding-left-minus-70 {
|
1666
|
-
padding-left: -70px !important; }
|
1667
|
-
|
1668
|
-
.padding-left-minus-80 {
|
1669
|
-
padding-left: -80px !important; }
|
1670
|
-
|
1671
|
-
.padding-left-minus-90 {
|
1672
|
-
padding-left: -90px !important; }
|
1673
|
-
|
1674
|
-
.padding-left-minus-100 {
|
1675
|
-
padding-left: -100px !important; }
|
1676
|
-
|
1677
|
-
.padding-left-minus-200 {
|
1678
|
-
padding-left: -200px !important; }
|
1679
|
-
|
1680
|
-
/* e.g: margin-right-minus-10, padding-right-minus-10 */
|
1681
|
-
.padding-right-minus-2 {
|
1682
|
-
padding-right: -2px !important; }
|
1683
|
-
|
1684
|
-
.padding-right-minus-3 {
|
1685
|
-
padding-right: -3px !important; }
|
1686
|
-
|
1687
|
-
.padding-right-minus-4 {
|
1688
|
-
padding-right: -4px !important; }
|
1689
|
-
|
1690
|
-
.padding-right-minus-5 {
|
1691
|
-
padding-right: -5px !important; }
|
1692
|
-
|
1693
|
-
.padding-right-minus-10 {
|
1694
|
-
padding-right: -10px !important; }
|
1695
|
-
|
1696
|
-
.padding-right-minus-15 {
|
1697
|
-
padding-right: -15px !important; }
|
833
|
+
/* To align text to Right / Left */
|
834
|
+
.text-align-center {
|
835
|
+
text-align: center !important;
|
836
|
+
}
|
1698
837
|
|
1699
|
-
.
|
1700
|
-
|
838
|
+
.text-align-left {
|
839
|
+
text-align: left !important;
|
840
|
+
}
|
1701
841
|
|
1702
|
-
.
|
1703
|
-
|
842
|
+
.text-align-right {
|
843
|
+
text-align: right !important;
|
844
|
+
}
|
1704
845
|
|
1705
|
-
|
1706
|
-
|
846
|
+
/* text styles */
|
847
|
+
.text-color-red {
|
848
|
+
color: darkred;
|
849
|
+
}
|
1707
850
|
|
1708
|
-
.
|
1709
|
-
|
851
|
+
.text-color-blue {
|
852
|
+
color: #24a9e1;
|
853
|
+
}
|
1710
854
|
|
1711
|
-
.
|
1712
|
-
|
855
|
+
.text-color-dark-grey {
|
856
|
+
color: #4b4b4b;
|
857
|
+
}
|
1713
858
|
|
1714
|
-
.
|
1715
|
-
|
859
|
+
.text-color-gray {
|
860
|
+
color: #898989;
|
861
|
+
}
|
1716
862
|
|
1717
|
-
.
|
1718
|
-
|
863
|
+
.text-color-dark-gray {
|
864
|
+
color: #4b4b4b;
|
865
|
+
}
|
1719
866
|
|
1720
|
-
.
|
1721
|
-
|
867
|
+
.text-color-light-grey {
|
868
|
+
color: #999999;
|
869
|
+
}
|
1722
870
|
|
1723
|
-
.
|
1724
|
-
|
871
|
+
.text-color-white {
|
872
|
+
color: #FFF;
|
873
|
+
}
|
1725
874
|
|
1726
|
-
.
|
1727
|
-
|
875
|
+
.text-color-green {
|
876
|
+
color: green;
|
877
|
+
}
|
1728
878
|
|
1729
|
-
.
|
1730
|
-
|
879
|
+
.fs-10 {
|
880
|
+
font-size: 10px !important;
|
881
|
+
}
|
1731
882
|
|
1732
|
-
|
1733
|
-
|
1734
|
-
|
883
|
+
.fs-11 {
|
884
|
+
font-size: 11px !important;
|
885
|
+
}
|
1735
886
|
|
1736
|
-
.
|
1737
|
-
|
887
|
+
.fs-12 {
|
888
|
+
font-size: 12px !important;
|
889
|
+
}
|
1738
890
|
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
891
|
+
.fs-13 {
|
892
|
+
font-size: 13px !important;
|
893
|
+
}
|
1742
894
|
|
1743
|
-
.
|
1744
|
-
|
895
|
+
.fs-14 {
|
896
|
+
font-size: 14px !important;
|
897
|
+
}
|
1745
898
|
|
1746
|
-
.
|
1747
|
-
|
899
|
+
.fs-15 {
|
900
|
+
font-size: 15px !important;
|
901
|
+
}
|
1748
902
|
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
903
|
+
.fs-16 {
|
904
|
+
font-size: 16px !important;
|
905
|
+
}
|
1752
906
|
|
1753
|
-
.
|
1754
|
-
|
907
|
+
.fs-18 {
|
908
|
+
font-size: 18px !important;
|
909
|
+
}
|
1755
910
|
|
1756
|
-
.
|
1757
|
-
|
911
|
+
.fs-20 {
|
912
|
+
font-size: 20px !important;
|
913
|
+
}
|
1758
914
|
|
1759
|
-
.
|
1760
|
-
|
915
|
+
.fs-22 {
|
916
|
+
font-size: 22px !important;
|
917
|
+
}
|
1761
918
|
|
1762
|
-
.
|
1763
|
-
|
919
|
+
.fs-24 {
|
920
|
+
font-size: 24px !important;
|
921
|
+
}
|
1764
922
|
|
1765
|
-
.
|
1766
|
-
|
923
|
+
.fs-28 {
|
924
|
+
font-size: 28px !important;
|
925
|
+
}
|
1767
926
|
|
1768
|
-
.
|
1769
|
-
|
927
|
+
.fs-30 {
|
928
|
+
font-size: 30px !important;
|
929
|
+
}
|
1770
930
|
|
1771
|
-
.
|
1772
|
-
|
931
|
+
.fs-32 {
|
932
|
+
font-size: 32px !important;
|
933
|
+
}
|
1773
934
|
|
1774
|
-
.
|
1775
|
-
font-size:
|
935
|
+
.fs-34 {
|
936
|
+
font-size: 34px !important;
|
937
|
+
}
|
1776
938
|
|
1777
|
-
.
|
1778
|
-
font-size:
|
939
|
+
.fs-36 {
|
940
|
+
font-size: 36px !important;
|
941
|
+
}
|
1779
942
|
|
1780
|
-
.
|
1781
|
-
font-size:
|
943
|
+
.fs-40 {
|
944
|
+
font-size: 40px !important;
|
945
|
+
}
|
1782
946
|
|
1783
|
-
.
|
1784
|
-
font-size:
|
947
|
+
.fs-48 {
|
948
|
+
font-size: 48px !important;
|
949
|
+
}
|
1785
950
|
|
1786
|
-
.
|
1787
|
-
font-size:
|
951
|
+
.fs-56 {
|
952
|
+
font-size: 56px !important;
|
953
|
+
}
|
1788
954
|
|
1789
|
-
.
|
1790
|
-
|
955
|
+
.lh-10 {
|
956
|
+
line-height: 10px !important;
|
957
|
+
}
|
1791
958
|
|
1792
|
-
.
|
1793
|
-
|
959
|
+
.lh-20 {
|
960
|
+
line-height: 20px !important;
|
961
|
+
}
|
1794
962
|
|
1795
|
-
.
|
1796
|
-
|
963
|
+
.lh-30 {
|
964
|
+
line-height: 30px !important;
|
965
|
+
}
|
1797
966
|
|
1798
|
-
.
|
1799
|
-
|
967
|
+
.lh-40 {
|
968
|
+
line-height: 40px !important;
|
969
|
+
}
|
1800
970
|
|
1801
|
-
.
|
1802
|
-
font-size:
|
971
|
+
h1.heading {
|
972
|
+
font-size: 2em;
|
973
|
+
}
|
1803
974
|
|
1804
|
-
.
|
1805
|
-
font-size:
|
975
|
+
h2.heading {
|
976
|
+
font-size: 1.5em;
|
977
|
+
color: #4b4b4b;
|
978
|
+
}
|
1806
979
|
|
1807
|
-
.
|
1808
|
-
|
980
|
+
h3.heading {
|
981
|
+
font-size: 1.17em;
|
982
|
+
}
|
1809
983
|
|
1810
|
-
.
|
1811
|
-
|
984
|
+
h4.heading {
|
985
|
+
font-size: 1em;
|
986
|
+
color: #4b4b4b;
|
987
|
+
}
|
1812
988
|
|
1813
|
-
.
|
1814
|
-
|
989
|
+
h5.heading {
|
990
|
+
font-size: .90em;
|
991
|
+
}
|
1815
992
|
|
1816
|
-
.
|
1817
|
-
|
993
|
+
h6.heading {
|
994
|
+
font-size: .85em;
|
995
|
+
color: #4b4b4b;
|
996
|
+
}
|