]>
Commit | Line | Data |
---|---|---|
6af4c584 | 1 | /*! |
0f578ab0 | 2 | * bootswatch v3.3.4+1 |
6af4c584 | 3 | * Homepage: http://bootswatch.com |
49026292 | 4 | * Copyright 2012-2015 Thomas Park |
6af4c584 MG |
5 | * Licensed under MIT |
6 | * Based on Bootstrap | |
7 | */ | |
76c653f8 | 8 | /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ |
6af4c584 MG |
9 | html { |
10 | font-family: sans-serif; | |
11 | -ms-text-size-adjust: 100%; | |
12 | -webkit-text-size-adjust: 100%; | |
13 | } | |
14 | body { | |
15 | margin: 0; | |
16 | } | |
17 | article, | |
18 | aside, | |
19 | details, | |
20 | figcaption, | |
21 | figure, | |
22 | footer, | |
23 | header, | |
24 | hgroup, | |
25 | main, | |
76c653f8 | 26 | menu, |
6af4c584 MG |
27 | nav, |
28 | section, | |
29 | summary { | |
30 | display: block; | |
31 | } | |
32 | audio, | |
33 | canvas, | |
34 | progress, | |
35 | video { | |
36 | display: inline-block; | |
37 | vertical-align: baseline; | |
38 | } | |
39 | audio:not([controls]) { | |
40 | display: none; | |
41 | height: 0; | |
42 | } | |
43 | [hidden], | |
44 | template { | |
45 | display: none; | |
46 | } | |
47 | a { | |
76c653f8 | 48 | background-color: transparent; |
6af4c584 MG |
49 | } |
50 | a:active, | |
51 | a:hover { | |
52 | outline: 0; | |
53 | } | |
54 | abbr[title] { | |
55 | border-bottom: 1px dotted; | |
56 | } | |
57 | b, | |
58 | strong { | |
59 | font-weight: bold; | |
60 | } | |
61 | dfn { | |
62 | font-style: italic; | |
63 | } | |
64 | h1 { | |
65 | font-size: 2em; | |
66 | margin: 0.67em 0; | |
67 | } | |
68 | mark { | |
69 | background: #ff0; | |
70 | color: #000; | |
71 | } | |
72 | small { | |
73 | font-size: 80%; | |
74 | } | |
75 | sub, | |
76 | sup { | |
77 | font-size: 75%; | |
78 | line-height: 0; | |
79 | position: relative; | |
80 | vertical-align: baseline; | |
81 | } | |
82 | sup { | |
83 | top: -0.5em; | |
84 | } | |
85 | sub { | |
86 | bottom: -0.25em; | |
87 | } | |
88 | img { | |
89 | border: 0; | |
90 | } | |
91 | svg:not(:root) { | |
92 | overflow: hidden; | |
93 | } | |
94 | figure { | |
95 | margin: 1em 40px; | |
96 | } | |
97 | hr { | |
137c84bf | 98 | box-sizing: content-box; |
6af4c584 MG |
99 | height: 0; |
100 | } | |
101 | pre { | |
102 | overflow: auto; | |
103 | } | |
104 | code, | |
105 | kbd, | |
106 | pre, | |
107 | samp { | |
108 | font-family: monospace, monospace; | |
109 | font-size: 1em; | |
110 | } | |
111 | button, | |
112 | input, | |
113 | optgroup, | |
114 | select, | |
115 | textarea { | |
116 | color: inherit; | |
117 | font: inherit; | |
118 | margin: 0; | |
119 | } | |
120 | button { | |
121 | overflow: visible; | |
122 | } | |
123 | button, | |
124 | select { | |
125 | text-transform: none; | |
126 | } | |
127 | button, | |
128 | html input[type="button"], | |
129 | input[type="reset"], | |
130 | input[type="submit"] { | |
131 | -webkit-appearance: button; | |
132 | cursor: pointer; | |
133 | } | |
134 | button[disabled], | |
135 | html input[disabled] { | |
136 | cursor: default; | |
137 | } | |
138 | button::-moz-focus-inner, | |
139 | input::-moz-focus-inner { | |
140 | border: 0; | |
141 | padding: 0; | |
142 | } | |
143 | input { | |
144 | line-height: normal; | |
145 | } | |
146 | input[type="checkbox"], | |
147 | input[type="radio"] { | |
137c84bf | 148 | box-sizing: border-box; |
6af4c584 MG |
149 | padding: 0; |
150 | } | |
151 | input[type="number"]::-webkit-inner-spin-button, | |
152 | input[type="number"]::-webkit-outer-spin-button { | |
153 | height: auto; | |
154 | } | |
155 | input[type="search"] { | |
156 | -webkit-appearance: textfield; | |
6af4c584 MG |
157 | box-sizing: content-box; |
158 | } | |
159 | input[type="search"]::-webkit-search-cancel-button, | |
160 | input[type="search"]::-webkit-search-decoration { | |
161 | -webkit-appearance: none; | |
162 | } | |
163 | fieldset { | |
164 | border: 1px solid #c0c0c0; | |
165 | margin: 0 2px; | |
166 | padding: 0.35em 0.625em 0.75em; | |
167 | } | |
168 | legend { | |
169 | border: 0; | |
170 | padding: 0; | |
171 | } | |
172 | textarea { | |
173 | overflow: auto; | |
174 | } | |
175 | optgroup { | |
176 | font-weight: bold; | |
177 | } | |
178 | table { | |
179 | border-collapse: collapse; | |
180 | border-spacing: 0; | |
181 | } | |
182 | td, | |
183 | th { | |
184 | padding: 0; | |
185 | } | |
76c653f8 | 186 | /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ |
6af4c584 | 187 | @media print { |
76c653f8 MG |
188 | *, |
189 | *:before, | |
190 | *:after { | |
6af4c584 | 191 | background: transparent !important; |
76c653f8 | 192 | color: #000 !important; |
137c84bf | 193 | box-shadow: none !important; |
76c653f8 | 194 | text-shadow: none !important; |
6af4c584 MG |
195 | } |
196 | a, | |
197 | a:visited { | |
198 | text-decoration: underline; | |
199 | } | |
200 | a[href]:after { | |
201 | content: " (" attr(href) ")"; | |
202 | } | |
203 | abbr[title]:after { | |
204 | content: " (" attr(title) ")"; | |
205 | } | |
76c653f8 MG |
206 | a[href^="#"]:after, |
207 | a[href^="javascript:"]:after { | |
6af4c584 MG |
208 | content: ""; |
209 | } | |
210 | pre, | |
211 | blockquote { | |
212 | border: 1px solid #999; | |
213 | page-break-inside: avoid; | |
214 | } | |
215 | thead { | |
216 | display: table-header-group; | |
217 | } | |
218 | tr, | |
219 | img { | |
220 | page-break-inside: avoid; | |
221 | } | |
222 | img { | |
223 | max-width: 100% !important; | |
224 | } | |
225 | p, | |
226 | h2, | |
227 | h3 { | |
228 | orphans: 3; | |
229 | widows: 3; | |
230 | } | |
231 | h2, | |
232 | h3 { | |
233 | page-break-after: avoid; | |
234 | } | |
235 | select { | |
236 | background: #fff !important; | |
237 | } | |
238 | .navbar { | |
239 | display: none; | |
240 | } | |
6af4c584 MG |
241 | .btn > .caret, |
242 | .dropup > .btn > .caret { | |
243 | border-top-color: #000 !important; | |
244 | } | |
245 | .label { | |
246 | border: 1px solid #000; | |
247 | } | |
248 | .table { | |
249 | border-collapse: collapse !important; | |
250 | } | |
76c653f8 MG |
251 | .table td, |
252 | .table th { | |
253 | background-color: #fff !important; | |
254 | } | |
6af4c584 MG |
255 | .table-bordered th, |
256 | .table-bordered td { | |
257 | border: 1px solid #ddd !important; | |
258 | } | |
259 | } | |
260 | * { | |
6af4c584 MG |
261 | box-sizing: border-box; |
262 | } | |
263 | *:before, | |
264 | *:after { | |
6af4c584 MG |
265 | box-sizing: border-box; |
266 | } | |
267 | html { | |
76c653f8 | 268 | font-size: 10px; |
6af4c584 MG |
269 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
270 | } | |
271 | body { | |
90bc9e17 | 272 | font-family: "DejaVu Serif", Georgia, serif; |
6af4c584 MG |
273 | font-size: 14px; |
274 | line-height: 1.42857143; | |
275 | color: #c8c8c8; | |
276 | background-color: #272b30; | |
277 | } | |
278 | input, | |
279 | button, | |
280 | select, | |
281 | textarea { | |
282 | font-family: inherit; | |
283 | font-size: inherit; | |
284 | line-height: inherit; | |
285 | } | |
286 | a { | |
287 | color: #ffffff; | |
288 | text-decoration: none; | |
289 | } | |
290 | a:hover, | |
291 | a:focus { | |
292 | color: #ffffff; | |
293 | text-decoration: underline; | |
294 | } | |
295 | a:focus { | |
296 | outline: thin dotted; | |
297 | outline: 5px auto -webkit-focus-ring-color; | |
298 | outline-offset: -2px; | |
299 | } | |
300 | figure { | |
301 | margin: 0; | |
302 | } | |
303 | img { | |
304 | vertical-align: middle; | |
305 | } | |
306 | .img-responsive { | |
307 | display: block; | |
308 | max-width: 100%; | |
309 | height: auto; | |
310 | } | |
311 | .img-rounded { | |
312 | border-radius: 6px; | |
313 | } | |
314 | .img-thumbnail { | |
315 | padding: 4px; | |
316 | line-height: 1.42857143; | |
76c653f8 MG |
317 | background-color: #1c1e22; |
318 | border: 1px solid #0c0d0e; | |
6af4c584 | 319 | border-radius: 4px; |
6af4c584 MG |
320 | transition: all 0.2s ease-in-out; |
321 | display: inline-block; | |
322 | max-width: 100%; | |
323 | height: auto; | |
324 | } | |
325 | .img-circle { | |
326 | border-radius: 50%; | |
327 | } | |
328 | hr { | |
329 | margin-top: 20px; | |
330 | margin-bottom: 20px; | |
331 | border: 0; | |
332 | border-top: 1px solid #1c1e22; | |
333 | } | |
334 | .sr-only { | |
335 | position: absolute; | |
336 | width: 1px; | |
337 | height: 1px; | |
338 | margin: -1px; | |
339 | padding: 0; | |
340 | overflow: hidden; | |
341 | clip: rect(0, 0, 0, 0); | |
342 | border: 0; | |
343 | } | |
76c653f8 MG |
344 | .sr-only-focusable:active, |
345 | .sr-only-focusable:focus { | |
346 | position: static; | |
347 | width: auto; | |
348 | height: auto; | |
349 | margin: 0; | |
350 | overflow: visible; | |
351 | clip: auto; | |
352 | } | |
c8d1eead MG |
353 | [role="button"] { |
354 | cursor: pointer; | |
355 | } | |
6af4c584 MG |
356 | h1, |
357 | h2, | |
358 | h3, | |
359 | h4, | |
360 | h5, | |
361 | h6, | |
362 | .h1, | |
363 | .h2, | |
364 | .h3, | |
365 | .h4, | |
366 | .h5, | |
367 | .h6 { | |
7a897a2e | 368 | font-family: sans-serif; |
6af4c584 MG |
369 | font-weight: 500; |
370 | line-height: 1.1; | |
371 | color: inherit; | |
372 | } | |
373 | h1 small, | |
374 | h2 small, | |
375 | h3 small, | |
376 | h4 small, | |
377 | h5 small, | |
378 | h6 small, | |
379 | .h1 small, | |
380 | .h2 small, | |
381 | .h3 small, | |
382 | .h4 small, | |
383 | .h5 small, | |
384 | .h6 small, | |
385 | h1 .small, | |
386 | h2 .small, | |
387 | h3 .small, | |
388 | h4 .small, | |
389 | h5 .small, | |
390 | h6 .small, | |
391 | .h1 .small, | |
392 | .h2 .small, | |
393 | .h3 .small, | |
394 | .h4 .small, | |
395 | .h5 .small, | |
396 | .h6 .small { | |
397 | font-weight: normal; | |
398 | line-height: 1; | |
399 | color: #7a8288; | |
400 | } | |
401 | h1, | |
402 | .h1, | |
403 | h2, | |
404 | .h2, | |
405 | h3, | |
406 | .h3 { | |
407 | margin-top: 20px; | |
408 | margin-bottom: 10px; | |
409 | } | |
410 | h1 small, | |
411 | .h1 small, | |
412 | h2 small, | |
413 | .h2 small, | |
414 | h3 small, | |
415 | .h3 small, | |
416 | h1 .small, | |
417 | .h1 .small, | |
418 | h2 .small, | |
419 | .h2 .small, | |
420 | h3 .small, | |
421 | .h3 .small { | |
422 | font-size: 65%; | |
423 | } | |
424 | h4, | |
425 | .h4, | |
426 | h5, | |
427 | .h5, | |
428 | h6, | |
429 | .h6 { | |
430 | margin-top: 10px; | |
431 | margin-bottom: 10px; | |
432 | } | |
433 | h4 small, | |
434 | .h4 small, | |
435 | h5 small, | |
436 | .h5 small, | |
437 | h6 small, | |
438 | .h6 small, | |
439 | h4 .small, | |
440 | .h4 .small, | |
441 | h5 .small, | |
442 | .h5 .small, | |
443 | h6 .small, | |
444 | .h6 .small { | |
445 | font-size: 75%; | |
446 | } | |
447 | h1, | |
448 | .h1 { | |
449 | font-size: 36px; | |
450 | } | |
451 | h2, | |
452 | .h2 { | |
453 | font-size: 30px; | |
454 | } | |
455 | h3, | |
456 | .h3 { | |
457 | font-size: 24px; | |
458 | } | |
459 | h4, | |
460 | .h4 { | |
461 | font-size: 18px; | |
462 | } | |
463 | h5, | |
464 | .h5 { | |
465 | font-size: 14px; | |
466 | } | |
467 | h6, | |
468 | .h6 { | |
469 | font-size: 12px; | |
470 | } | |
471 | p { | |
472 | margin: 0 0 10px; | |
473 | } | |
474 | .lead { | |
475 | margin-bottom: 20px; | |
476 | font-size: 16px; | |
76c653f8 | 477 | font-weight: 300; |
6af4c584 MG |
478 | line-height: 1.4; |
479 | } | |
480 | @media (min-width: 768px) { | |
481 | .lead { | |
482 | font-size: 21px; | |
483 | } | |
484 | } | |
485 | small, | |
486 | .small { | |
487 | font-size: 85%; | |
488 | } | |
76c653f8 MG |
489 | mark, |
490 | .mark { | |
491 | background-color: #f89406; | |
492 | padding: .2em; | |
6af4c584 MG |
493 | } |
494 | .text-left { | |
495 | text-align: left; | |
496 | } | |
497 | .text-right { | |
498 | text-align: right; | |
499 | } | |
500 | .text-center { | |
501 | text-align: center; | |
502 | } | |
503 | .text-justify { | |
504 | text-align: justify; | |
505 | } | |
76c653f8 MG |
506 | .text-nowrap { |
507 | white-space: nowrap; | |
508 | } | |
509 | .text-lowercase { | |
510 | text-transform: lowercase; | |
511 | } | |
512 | .text-uppercase { | |
513 | text-transform: uppercase; | |
514 | } | |
515 | .text-capitalize { | |
516 | text-transform: capitalize; | |
517 | } | |
6af4c584 MG |
518 | .text-muted { |
519 | color: #7a8288; | |
520 | } | |
521 | .text-primary { | |
522 | color: #7a8288; | |
523 | } | |
524 | a.text-primary:hover { | |
525 | color: #62686d; | |
526 | } | |
527 | .text-success { | |
528 | color: #ffffff; | |
529 | } | |
530 | a.text-success:hover { | |
531 | color: #e6e6e6; | |
532 | } | |
533 | .text-info { | |
534 | color: #ffffff; | |
535 | } | |
536 | a.text-info:hover { | |
537 | color: #e6e6e6; | |
538 | } | |
539 | .text-warning { | |
540 | color: #ffffff; | |
541 | } | |
542 | a.text-warning:hover { | |
543 | color: #e6e6e6; | |
544 | } | |
545 | .text-danger { | |
546 | color: #ffffff; | |
547 | } | |
548 | a.text-danger:hover { | |
549 | color: #e6e6e6; | |
550 | } | |
551 | .bg-primary { | |
552 | color: #fff; | |
553 | background-color: #7a8288; | |
554 | } | |
555 | a.bg-primary:hover { | |
556 | background-color: #62686d; | |
557 | } | |
558 | .bg-success { | |
559 | background-color: #62c462; | |
560 | } | |
561 | a.bg-success:hover { | |
562 | background-color: #42b142; | |
563 | } | |
564 | .bg-info { | |
565 | background-color: #5bc0de; | |
566 | } | |
567 | a.bg-info:hover { | |
568 | background-color: #31b0d5; | |
569 | } | |
570 | .bg-warning { | |
571 | background-color: #f89406; | |
572 | } | |
573 | a.bg-warning:hover { | |
574 | background-color: #c67605; | |
575 | } | |
576 | .bg-danger { | |
577 | background-color: #ee5f5b; | |
578 | } | |
579 | a.bg-danger:hover { | |
580 | background-color: #e9322d; | |
581 | } | |
582 | .page-header { | |
583 | padding-bottom: 9px; | |
584 | margin: 40px 0 20px; | |
585 | border-bottom: 1px solid #1c1e22; | |
586 | } | |
587 | ul, | |
588 | ol { | |
589 | margin-top: 0; | |
590 | margin-bottom: 10px; | |
591 | } | |
592 | ul ul, | |
593 | ol ul, | |
594 | ul ol, | |
595 | ol ol { | |
596 | margin-bottom: 0; | |
597 | } | |
598 | .list-unstyled { | |
599 | padding-left: 0; | |
600 | list-style: none; | |
601 | } | |
602 | .list-inline { | |
603 | padding-left: 0; | |
604 | list-style: none; | |
76c653f8 | 605 | margin-left: -5px; |
6af4c584 MG |
606 | } |
607 | .list-inline > li { | |
608 | display: inline-block; | |
609 | padding-left: 5px; | |
610 | padding-right: 5px; | |
611 | } | |
6af4c584 MG |
612 | dl { |
613 | margin-top: 0; | |
614 | margin-bottom: 20px; | |
615 | } | |
616 | dt, | |
617 | dd { | |
618 | line-height: 1.42857143; | |
619 | } | |
620 | dt { | |
621 | font-weight: bold; | |
622 | } | |
623 | dd { | |
624 | margin-left: 0; | |
625 | } | |
626 | @media (min-width: 768px) { | |
627 | .dl-horizontal dt { | |
628 | float: left; | |
629 | width: 160px; | |
630 | clear: left; | |
631 | text-align: right; | |
632 | overflow: hidden; | |
633 | text-overflow: ellipsis; | |
634 | white-space: nowrap; | |
635 | } | |
636 | .dl-horizontal dd { | |
637 | margin-left: 180px; | |
638 | } | |
639 | } | |
640 | abbr[title], | |
641 | abbr[data-original-title] { | |
642 | cursor: help; | |
643 | border-bottom: 1px dotted #7a8288; | |
644 | } | |
645 | .initialism { | |
646 | font-size: 90%; | |
647 | text-transform: uppercase; | |
648 | } | |
649 | blockquote { | |
650 | padding: 10px 20px; | |
651 | margin: 0 0 20px; | |
652 | font-size: 17.5px; | |
653 | border-left: 5px solid #7a8288; | |
654 | } | |
655 | blockquote p:last-child, | |
656 | blockquote ul:last-child, | |
657 | blockquote ol:last-child { | |
658 | margin-bottom: 0; | |
659 | } | |
660 | blockquote footer, | |
661 | blockquote small, | |
662 | blockquote .small { | |
663 | display: block; | |
664 | font-size: 80%; | |
665 | line-height: 1.42857143; | |
666 | color: #7a8288; | |
667 | } | |
668 | blockquote footer:before, | |
669 | blockquote small:before, | |
670 | blockquote .small:before { | |
671 | content: '\2014 \00A0'; | |
672 | } | |
673 | .blockquote-reverse, | |
674 | blockquote.pull-right { | |
675 | padding-right: 15px; | |
676 | padding-left: 0; | |
677 | border-right: 5px solid #7a8288; | |
678 | border-left: 0; | |
679 | text-align: right; | |
680 | } | |
681 | .blockquote-reverse footer:before, | |
682 | blockquote.pull-right footer:before, | |
683 | .blockquote-reverse small:before, | |
684 | blockquote.pull-right small:before, | |
685 | .blockquote-reverse .small:before, | |
686 | blockquote.pull-right .small:before { | |
687 | content: ''; | |
688 | } | |
689 | .blockquote-reverse footer:after, | |
690 | blockquote.pull-right footer:after, | |
691 | .blockquote-reverse small:after, | |
692 | blockquote.pull-right small:after, | |
693 | .blockquote-reverse .small:after, | |
694 | blockquote.pull-right .small:after { | |
695 | content: '\00A0 \2014'; | |
696 | } | |
6af4c584 MG |
697 | address { |
698 | margin-bottom: 20px; | |
699 | font-style: normal; | |
700 | line-height: 1.42857143; | |
701 | } | |
702 | code, | |
703 | kbd, | |
704 | pre, | |
705 | samp { | |
706 | font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | |
707 | } | |
708 | code { | |
709 | padding: 2px 4px; | |
710 | font-size: 90%; | |
711 | color: #c7254e; | |
712 | background-color: #f9f2f4; | |
6af4c584 MG |
713 | border-radius: 4px; |
714 | } | |
715 | kbd { | |
716 | padding: 2px 4px; | |
717 | font-size: 90%; | |
718 | color: #ffffff; | |
719 | background-color: #333333; | |
720 | border-radius: 3px; | |
137c84bf | 721 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); |
76c653f8 MG |
722 | } |
723 | kbd kbd { | |
724 | padding: 0; | |
725 | font-size: 100%; | |
726 | font-weight: bold; | |
137c84bf | 727 | box-shadow: none; |
6af4c584 MG |
728 | } |
729 | pre { | |
730 | display: block; | |
731 | padding: 9.5px; | |
732 | margin: 0 0 10px; | |
733 | font-size: 13px; | |
734 | line-height: 1.42857143; | |
735 | word-break: break-all; | |
736 | word-wrap: break-word; | |
737 | color: #3a3f44; | |
738 | background-color: #f5f5f5; | |
739 | border: 1px solid #cccccc; | |
740 | border-radius: 4px; | |
741 | } | |
742 | pre code { | |
743 | padding: 0; | |
744 | font-size: inherit; | |
745 | color: inherit; | |
746 | white-space: pre-wrap; | |
747 | background-color: transparent; | |
748 | border-radius: 0; | |
749 | } | |
750 | .pre-scrollable { | |
751 | max-height: 340px; | |
752 | overflow-y: scroll; | |
753 | } | |
754 | .container { | |
755 | margin-right: auto; | |
756 | margin-left: auto; | |
757 | padding-left: 15px; | |
758 | padding-right: 15px; | |
759 | } | |
6af4c584 MG |
760 | @media (min-width: 992px) { |
761 | .container { | |
762 | width: 970px; | |
763 | } | |
764 | } | |
6af4c584 MG |
765 | .container-fluid { |
766 | margin-right: auto; | |
767 | margin-left: auto; | |
768 | padding-left: 15px; | |
769 | padding-right: 15px; | |
770 | } | |
771 | .row { | |
772 | margin-left: -15px; | |
773 | margin-right: -15px; | |
774 | } | |
775 | .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { | |
776 | position: relative; | |
777 | min-height: 1px; | |
778 | padding-left: 15px; | |
779 | padding-right: 15px; | |
780 | } | |
6af4c584 MG |
781 | @media (min-width: 992px) { |
782 | .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { | |
783 | float: left; | |
784 | } | |
785 | .col-md-12 { | |
786 | width: 100%; | |
787 | } | |
788 | .col-md-11 { | |
789 | width: 91.66666667%; | |
790 | } | |
791 | .col-md-10 { | |
792 | width: 83.33333333%; | |
793 | } | |
794 | .col-md-9 { | |
795 | width: 75%; | |
796 | } | |
797 | .col-md-8 { | |
798 | width: 66.66666667%; | |
799 | } | |
800 | .col-md-7 { | |
801 | width: 58.33333333%; | |
802 | } | |
803 | .col-md-6 { | |
804 | width: 50%; | |
805 | } | |
806 | .col-md-5 { | |
807 | width: 41.66666667%; | |
808 | } | |
809 | .col-md-4 { | |
810 | width: 33.33333333%; | |
811 | } | |
812 | .col-md-3 { | |
813 | width: 25%; | |
814 | } | |
815 | .col-md-2 { | |
816 | width: 16.66666667%; | |
817 | } | |
818 | .col-md-1 { | |
819 | width: 8.33333333%; | |
820 | } | |
6af4c584 MG |
821 | } |
822 | table { | |
6af4c584 MG |
823 | background-color: #2e3338; |
824 | } | |
76c653f8 | 825 | caption { |
c910d2ba MG |
826 | padding-top: 5px; |
827 | padding-bottom: 5px; | |
76c653f8 MG |
828 | color: #7a8288; |
829 | text-align: left; | |
830 | } | |
6af4c584 MG |
831 | th { |
832 | text-align: left; | |
833 | } | |
834 | .table { | |
835 | width: 100%; | |
76c653f8 | 836 | max-width: 100%; |
6af4c584 MG |
837 | margin-bottom: 20px; |
838 | } | |
839 | .table > thead > tr > th, | |
840 | .table > tbody > tr > th, | |
841 | .table > tfoot > tr > th, | |
842 | .table > thead > tr > td, | |
843 | .table > tbody > tr > td, | |
844 | .table > tfoot > tr > td { | |
c910d2ba | 845 | padding: 5px; |
6af4c584 MG |
846 | line-height: 1.42857143; |
847 | vertical-align: top; | |
848 | border-top: 1px solid #1c1e22; | |
849 | } | |
850 | .table > thead > tr > th { | |
851 | vertical-align: bottom; | |
852 | border-bottom: 2px solid #1c1e22; | |
853 | } | |
854 | .table > caption + thead > tr:first-child > th, | |
855 | .table > colgroup + thead > tr:first-child > th, | |
856 | .table > thead:first-child > tr:first-child > th, | |
857 | .table > caption + thead > tr:first-child > td, | |
858 | .table > colgroup + thead > tr:first-child > td, | |
859 | .table > thead:first-child > tr:first-child > td { | |
860 | border-top: 0; | |
861 | } | |
862 | .table > tbody + tbody { | |
863 | border-top: 2px solid #1c1e22; | |
864 | } | |
865 | .table .table { | |
866 | background-color: #272b30; | |
867 | } | |
6af4c584 MG |
868 | .table-bordered { |
869 | border: 1px solid #1c1e22; | |
870 | } | |
871 | .table-bordered > thead > tr > th, | |
872 | .table-bordered > tbody > tr > th, | |
873 | .table-bordered > tfoot > tr > th, | |
874 | .table-bordered > thead > tr > td, | |
875 | .table-bordered > tbody > tr > td, | |
876 | .table-bordered > tfoot > tr > td { | |
877 | border: 1px solid #1c1e22; | |
878 | } | |
879 | .table-bordered > thead > tr > th, | |
880 | .table-bordered > thead > tr > td { | |
881 | border-bottom-width: 2px; | |
882 | } | |
49026292 | 883 | .table-striped > tbody > tr:nth-of-type(odd) { |
6af4c584 MG |
884 | background-color: #353a41; |
885 | } | |
76c653f8 | 886 | .table-hover > tbody > tr:hover { |
6af4c584 MG |
887 | background-color: #49515a; |
888 | } | |
889 | table col[class*="col-"] { | |
890 | position: static; | |
891 | float: none; | |
892 | display: table-column; | |
893 | } | |
894 | table td[class*="col-"], | |
895 | table th[class*="col-"] { | |
896 | position: static; | |
897 | float: none; | |
898 | display: table-cell; | |
899 | } | |
6af4c584 MG |
900 | .table > thead > tr > td.info, |
901 | .table > tbody > tr > td.info, | |
902 | .table > tfoot > tr > td.info, | |
903 | .table > thead > tr > th.info, | |
904 | .table > tbody > tr > th.info, | |
905 | .table > tfoot > tr > th.info, | |
906 | .table > thead > tr.info > td, | |
907 | .table > tbody > tr.info > td, | |
908 | .table > tfoot > tr.info > td, | |
909 | .table > thead > tr.info > th, | |
910 | .table > tbody > tr.info > th, | |
911 | .table > tfoot > tr.info > th { | |
912 | background-color: #5bc0de; | |
913 | } | |
914 | .table-hover > tbody > tr > td.info:hover, | |
915 | .table-hover > tbody > tr > th.info:hover, | |
916 | .table-hover > tbody > tr.info:hover > td, | |
76c653f8 | 917 | .table-hover > tbody > tr:hover > .info, |
6af4c584 MG |
918 | .table-hover > tbody > tr.info:hover > th { |
919 | background-color: #46b8da; | |
920 | } | |
921 | .table > thead > tr > td.warning, | |
922 | .table > tbody > tr > td.warning, | |
923 | .table > tfoot > tr > td.warning, | |
924 | .table > thead > tr > th.warning, | |
925 | .table > tbody > tr > th.warning, | |
926 | .table > tfoot > tr > th.warning, | |
927 | .table > thead > tr.warning > td, | |
928 | .table > tbody > tr.warning > td, | |
929 | .table > tfoot > tr.warning > td, | |
930 | .table > thead > tr.warning > th, | |
931 | .table > tbody > tr.warning > th, | |
932 | .table > tfoot > tr.warning > th { | |
933 | background-color: #f89406; | |
934 | } | |
935 | .table-hover > tbody > tr > td.warning:hover, | |
936 | .table-hover > tbody > tr > th.warning:hover, | |
937 | .table-hover > tbody > tr.warning:hover > td, | |
76c653f8 | 938 | .table-hover > tbody > tr:hover > .warning, |
6af4c584 MG |
939 | .table-hover > tbody > tr.warning:hover > th { |
940 | background-color: #df8505; | |
941 | } | |
6af4c584 MG |
942 | label { |
943 | display: inline-block; | |
76c653f8 | 944 | max-width: 100%; |
6af4c584 MG |
945 | margin-bottom: 5px; |
946 | font-weight: bold; | |
947 | } | |
6af4c584 MG |
948 | input[type="radio"], |
949 | input[type="checkbox"] { | |
950 | margin: 4px 0 0; | |
951 | margin-top: 1px \9; | |
6af4c584 MG |
952 | line-height: normal; |
953 | } | |
954 | input[type="file"] { | |
955 | display: block; | |
956 | } | |
6af4c584 MG |
957 | input[type="file"]:focus, |
958 | input[type="radio"]:focus, | |
959 | input[type="checkbox"]:focus { | |
960 | outline: thin dotted; | |
961 | outline: 5px auto -webkit-focus-ring-color; | |
962 | outline-offset: -2px; | |
963 | } | |
6af4c584 MG |
964 | .form-control { |
965 | display: block; | |
966 | width: 100%; | |
967 | height: 38px; | |
968 | padding: 8px 12px; | |
969 | font-size: 14px; | |
970 | line-height: 1.42857143; | |
971 | color: #272b30; | |
972 | background-color: #ffffff; | |
973 | background-image: none; | |
974 | border: 1px solid #cccccc; | |
975 | border-radius: 4px; | |
6af4c584 | 976 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
6af4c584 MG |
977 | transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
978 | } | |
979 | .form-control:focus { | |
980 | border-color: #66afe9; | |
981 | outline: 0; | |
6af4c584 MG |
982 | box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); |
983 | } | |
6af4c584 MG |
984 | .form-control::-moz-placeholder { |
985 | color: #7a8288; | |
986 | opacity: 1; | |
987 | } | |
988 | .form-control:-ms-input-placeholder { | |
989 | color: #7a8288; | |
990 | } | |
991 | .form-control::-webkit-input-placeholder { | |
992 | color: #7a8288; | |
993 | } | |
6af4c584 MG |
994 | textarea.form-control { |
995 | height: auto; | |
996 | } | |
6af4c584 MG |
997 | .form-group { |
998 | margin-bottom: 15px; | |
999 | } | |
6af4c584 MG |
1000 | .btn { |
1001 | display: inline-block; | |
1002 | margin-bottom: 0; | |
1003 | font-weight: normal; | |
1004 | text-align: center; | |
1005 | vertical-align: middle; | |
76c653f8 MG |
1006 | -ms-touch-action: manipulation; |
1007 | touch-action: manipulation; | |
6af4c584 MG |
1008 | cursor: pointer; |
1009 | background-image: none; | |
1010 | border: 1px solid transparent; | |
1011 | white-space: nowrap; | |
1012 | padding: 8px 12px; | |
1013 | font-size: 14px; | |
1014 | line-height: 1.42857143; | |
1015 | border-radius: 4px; | |
1016 | -webkit-user-select: none; | |
1017 | -moz-user-select: none; | |
1018 | -ms-user-select: none; | |
6af4c584 MG |
1019 | user-select: none; |
1020 | } | |
76c653f8 MG |
1021 | .btn:focus, |
1022 | .btn:active:focus, | |
1023 | .btn.active:focus, | |
1024 | .btn.focus, | |
1025 | .btn:active.focus, | |
1026 | .btn.active.focus { | |
6af4c584 MG |
1027 | outline: thin dotted; |
1028 | outline: 5px auto -webkit-focus-ring-color; | |
1029 | outline-offset: -2px; | |
1030 | } | |
1031 | .btn:hover, | |
76c653f8 MG |
1032 | .btn:focus, |
1033 | .btn.focus { | |
6af4c584 MG |
1034 | color: #ffffff; |
1035 | text-decoration: none; | |
1036 | } | |
1037 | .btn:active, | |
1038 | .btn.active { | |
1039 | outline: 0; | |
1040 | background-image: none; | |
6af4c584 MG |
1041 | box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
1042 | } | |
6af4c584 MG |
1043 | .btn-default { |
1044 | color: #ffffff; | |
1045 | background-color: #3a3f44; | |
1046 | border-color: #3a3f44; | |
1047 | } | |
1048 | .btn-default:hover, | |
1049 | .btn-default:focus, | |
76c653f8 | 1050 | .btn-default.focus, |
6af4c584 MG |
1051 | .btn-default:active, |
1052 | .btn-default.active, | |
76c653f8 | 1053 | .open > .dropdown-toggle.btn-default { |
6af4c584 | 1054 | color: #ffffff; |
76c653f8 | 1055 | background-color: #232628; |
6af4c584 MG |
1056 | border-color: #1e2023; |
1057 | } | |
1058 | .btn-default:active, | |
1059 | .btn-default.active, | |
76c653f8 | 1060 | .open > .dropdown-toggle.btn-default { |
6af4c584 MG |
1061 | background-image: none; |
1062 | } | |
1063 | .btn-default.disabled, | |
1064 | .btn-default[disabled], | |
1065 | fieldset[disabled] .btn-default, | |
1066 | .btn-default.disabled:hover, | |
1067 | .btn-default[disabled]:hover, | |
1068 | fieldset[disabled] .btn-default:hover, | |
1069 | .btn-default.disabled:focus, | |
1070 | .btn-default[disabled]:focus, | |
1071 | fieldset[disabled] .btn-default:focus, | |
76c653f8 MG |
1072 | .btn-default.disabled.focus, |
1073 | .btn-default[disabled].focus, | |
1074 | fieldset[disabled] .btn-default.focus, | |
6af4c584 MG |
1075 | .btn-default.disabled:active, |
1076 | .btn-default[disabled]:active, | |
1077 | fieldset[disabled] .btn-default:active, | |
1078 | .btn-default.disabled.active, | |
1079 | .btn-default[disabled].active, | |
1080 | fieldset[disabled] .btn-default.active { | |
1081 | background-color: #3a3f44; | |
1082 | border-color: #3a3f44; | |
1083 | } | |
1084 | .btn-default .badge { | |
1085 | color: #3a3f44; | |
1086 | background-color: #ffffff; | |
1087 | } | |
1088 | .btn-primary { | |
1089 | color: #ffffff; | |
1090 | background-color: #7a8288; | |
1091 | border-color: #7a8288; | |
1092 | } | |
1093 | .btn-primary:hover, | |
1094 | .btn-primary:focus, | |
76c653f8 | 1095 | .btn-primary.focus, |
6af4c584 MG |
1096 | .btn-primary:active, |
1097 | .btn-primary.active, | |
76c653f8 | 1098 | .open > .dropdown-toggle.btn-primary { |
6af4c584 | 1099 | color: #ffffff; |
76c653f8 | 1100 | background-color: #62686d; |
6af4c584 MG |
1101 | border-color: #5d6368; |
1102 | } | |
1103 | .btn-primary:active, | |
1104 | .btn-primary.active, | |
76c653f8 | 1105 | .open > .dropdown-toggle.btn-primary { |
6af4c584 MG |
1106 | background-image: none; |
1107 | } | |
1108 | .btn-primary.disabled, | |
1109 | .btn-primary[disabled], | |
1110 | fieldset[disabled] .btn-primary, | |
1111 | .btn-primary.disabled:hover, | |
1112 | .btn-primary[disabled]:hover, | |
1113 | fieldset[disabled] .btn-primary:hover, | |
1114 | .btn-primary.disabled:focus, | |
1115 | .btn-primary[disabled]:focus, | |
1116 | fieldset[disabled] .btn-primary:focus, | |
76c653f8 MG |
1117 | .btn-primary.disabled.focus, |
1118 | .btn-primary[disabled].focus, | |
1119 | fieldset[disabled] .btn-primary.focus, | |
6af4c584 MG |
1120 | .btn-primary.disabled:active, |
1121 | .btn-primary[disabled]:active, | |
1122 | fieldset[disabled] .btn-primary:active, | |
1123 | .btn-primary.disabled.active, | |
1124 | .btn-primary[disabled].active, | |
1125 | fieldset[disabled] .btn-primary.active { | |
1126 | background-color: #7a8288; | |
1127 | border-color: #7a8288; | |
1128 | } | |
1129 | .btn-primary .badge { | |
1130 | color: #7a8288; | |
1131 | background-color: #ffffff; | |
1132 | } | |
6af4c584 MG |
1133 | .nav { |
1134 | margin-bottom: 0; | |
1135 | padding-left: 0; | |
1136 | list-style: none; | |
1137 | } | |
1138 | .nav > li { | |
1139 | position: relative; | |
1140 | display: block; | |
1141 | } | |
1142 | .nav > li > a { | |
1143 | position: relative; | |
1144 | display: block; | |
1145 | padding: 10px 15px; | |
1146 | } | |
1147 | .nav > li > a:hover, | |
1148 | .nav > li > a:focus { | |
1149 | text-decoration: none; | |
1150 | background-color: #3e444c; | |
1151 | } | |
1152 | .nav > li.disabled > a { | |
1153 | color: #7a8288; | |
1154 | } | |
1155 | .nav > li.disabled > a:hover, | |
1156 | .nav > li.disabled > a:focus { | |
1157 | color: #7a8288; | |
1158 | text-decoration: none; | |
1159 | background-color: transparent; | |
1160 | cursor: not-allowed; | |
1161 | } | |
6af4c584 MG |
1162 | .nav > li > a > img { |
1163 | max-width: none; | |
1164 | } | |
6af4c584 MG |
1165 | .nav-pills > li { |
1166 | float: left; | |
1167 | } | |
1168 | .nav-pills > li > a { | |
1169 | border-radius: 4px; | |
1170 | } | |
1171 | .nav-pills > li + li { | |
1172 | margin-left: 2px; | |
1173 | } | |
1174 | .nav-pills > li.active > a, | |
1175 | .nav-pills > li.active > a:hover, | |
1176 | .nav-pills > li.active > a:focus { | |
1177 | color: #ffffff; | |
1178 | background-color: transparent; | |
1179 | } | |
1180 | .nav-stacked > li { | |
1181 | float: none; | |
1182 | } | |
1183 | .nav-stacked > li + li { | |
1184 | margin-top: 2px; | |
1185 | margin-left: 0; | |
1186 | } | |
1187 | .nav-justified { | |
1188 | width: 100%; | |
1189 | } | |
1190 | .nav-justified > li { | |
1191 | float: none; | |
1192 | } | |
1193 | .nav-justified > li > a { | |
1194 | text-align: center; | |
1195 | margin-bottom: 5px; | |
1196 | } | |
6af4c584 MG |
1197 | @media (min-width: 768px) { |
1198 | .nav-justified > li { | |
1199 | display: table-cell; | |
1200 | width: 1%; | |
1201 | } | |
1202 | .nav-justified > li > a { | |
1203 | margin-bottom: 0; | |
1204 | } | |
1205 | } | |
6af4c584 MG |
1206 | .pager { |
1207 | padding-left: 0; | |
1208 | margin: 20px 0; | |
1209 | list-style: none; | |
1210 | text-align: center; | |
1211 | } | |
1212 | .pager li { | |
1213 | display: inline; | |
1214 | } | |
1215 | .pager li > a, | |
1216 | .pager li > span { | |
1217 | display: inline-block; | |
1218 | padding: 5px 14px; | |
1219 | background-color: #3a3f44; | |
1220 | border: 1px solid rgba(0, 0, 0, 0.6); | |
1221 | border-radius: 15px; | |
1222 | } | |
1223 | .pager li > a:hover, | |
1224 | .pager li > a:focus { | |
1225 | text-decoration: none; | |
1226 | background-color: transparent; | |
1227 | } | |
1228 | .pager .next > a, | |
1229 | .pager .next > span { | |
1230 | float: right; | |
1231 | } | |
1232 | .pager .previous > a, | |
1233 | .pager .previous > span { | |
1234 | float: left; | |
1235 | } | |
1236 | .pager .disabled > a, | |
1237 | .pager .disabled > a:hover, | |
1238 | .pager .disabled > a:focus, | |
1239 | .pager .disabled > span { | |
1240 | color: #7a8288; | |
1241 | background-color: #3a3f44; | |
1242 | cursor: not-allowed; | |
1243 | } | |
df860157 MG |
1244 | .alert { |
1245 | padding: 15px; | |
1246 | margin-bottom: 20px; | |
1247 | border: 1px solid transparent; | |
1248 | border-radius: 4px; | |
1249 | } | |
1250 | .alert h4 { | |
1251 | margin-top: 0; | |
1252 | color: inherit; | |
1253 | } | |
1254 | .alert .alert-link { | |
1255 | font-weight: bold; | |
1256 | } | |
1257 | .alert > p, | |
1258 | .alert > ul { | |
1259 | margin-bottom: 0; | |
1260 | } | |
1261 | .alert > p + p { | |
1262 | margin-top: 5px; | |
1263 | } | |
df860157 MG |
1264 | .alert-success { |
1265 | background-color: #62c462; | |
1266 | border-color: #62bd4f; | |
1267 | color: #ffffff; | |
1268 | } | |
1269 | .alert-success hr { | |
1270 | border-top-color: #55b142; | |
1271 | } | |
1272 | .alert-success .alert-link { | |
1273 | color: #e6e6e6; | |
1274 | } | |
1275 | .alert-info { | |
1276 | background-color: #5bc0de; | |
1277 | border-color: #3dced8; | |
1278 | color: #ffffff; | |
1279 | } | |
1280 | .alert-info hr { | |
1281 | border-top-color: #2ac7d2; | |
1282 | } | |
1283 | .alert-info .alert-link { | |
1284 | color: #e6e6e6; | |
1285 | } | |
1286 | .alert-warning { | |
1287 | background-color: #f89406; | |
1288 | border-color: #e96506; | |
1289 | color: #ffffff; | |
1290 | } | |
1291 | .alert-warning hr { | |
1292 | border-top-color: #d05a05; | |
1293 | } | |
1294 | .alert-warning .alert-link { | |
1295 | color: #e6e6e6; | |
1296 | } | |
1297 | .alert-danger { | |
1298 | background-color: #ee5f5b; | |
1299 | border-color: #ed4d63; | |
1300 | color: #ffffff; | |
1301 | } | |
1302 | .alert-danger hr { | |
1303 | border-top-color: #ea364f; | |
1304 | } | |
1305 | .alert-danger .alert-link { | |
1306 | color: #e6e6e6; | |
1307 | } | |
49026292 MG |
1308 | .well { |
1309 | min-height: 20px; | |
1310 | padding: 19px; | |
1311 | margin-bottom: 20px; | |
1312 | background-color: #1c1e22; | |
1313 | border: 1px solid #0c0d0e; | |
1314 | border-radius: 4px; | |
49026292 MG |
1315 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
1316 | } | |
1317 | .well blockquote { | |
1318 | border-color: #ddd; | |
1319 | border-color: rgba(0, 0, 0, 0.15); | |
1320 | } | |
1321 | .well-lg { | |
1322 | padding: 24px; | |
1323 | border-radius: 6px; | |
1324 | } | |
1325 | .well-sm { | |
1326 | padding: 9px; | |
1327 | border-radius: 3px; | |
1328 | } | |
76c653f8 MG |
1329 | .clearfix:before, |
1330 | .clearfix:after, | |
1331 | .dl-horizontal dd:before, | |
1332 | .dl-horizontal dd:after, | |
1333 | .container:before, | |
1334 | .container:after, | |
1335 | .container-fluid:before, | |
1336 | .container-fluid:after, | |
1337 | .row:before, | |
1338 | .row:after, | |
76c653f8 MG |
1339 | .nav:before, |
1340 | .nav:after, | |
76c653f8 | 1341 | .pager:before, |
0f578ab0 | 1342 | .pager:after { |
76c653f8 MG |
1343 | content: " "; |
1344 | display: table; | |
1345 | } | |
1346 | .clearfix:after, | |
1347 | .dl-horizontal dd:after, | |
1348 | .container:after, | |
1349 | .container-fluid:after, | |
1350 | .row:after, | |
76c653f8 | 1351 | .nav:after, |
0f578ab0 | 1352 | .pager:after { |
76c653f8 MG |
1353 | clear: both; |
1354 | } | |
1355 | .center-block { | |
1356 | display: block; | |
1357 | margin-left: auto; | |
1358 | margin-right: auto; | |
1359 | } | |
1360 | .pull-right { | |
1361 | float: right !important; | |
1362 | } | |
1363 | .pull-left { | |
1364 | float: left !important; | |
1365 | } | |
1366 | .hide { | |
1367 | display: none !important; | |
1368 | } | |
1369 | .show { | |
1370 | display: block !important; | |
1371 | } | |
1372 | .invisible { | |
1373 | visibility: hidden; | |
1374 | } | |
1375 | .text-hide { | |
1376 | font: 0/0 a; | |
1377 | color: transparent; | |
1378 | text-shadow: none; | |
1379 | background-color: transparent; | |
1380 | border: 0; | |
1381 | } | |
1382 | .hidden { | |
1383 | display: none !important; | |
76c653f8 MG |
1384 | } |
1385 | .affix { | |
1386 | position: fixed; | |
1387 | } | |
6af4c584 MG |
1388 | .btn, |
1389 | .btn:hover { | |
1390 | border-color: rgba(0, 0, 0, 0.6); | |
1391 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
1392 | } | |
1393 | .btn-default { | |
6af4c584 MG |
1394 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1395 | background-repeat: no-repeat; | |
6af4c584 MG |
1396 | } |
1397 | .btn-default:hover { | |
6af4c584 MG |
1398 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
1399 | background-repeat: no-repeat; | |
6af4c584 MG |
1400 | } |
1401 | .btn-primary { | |
6af4c584 MG |
1402 | background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d); |
1403 | background-repeat: no-repeat; | |
6af4c584 MG |
1404 | } |
1405 | .btn-primary:hover { | |
6af4c584 MG |
1406 | background-image: linear-gradient(#404448, #4e5458 40%, #585e62); |
1407 | background-repeat: no-repeat; | |
6af4c584 | 1408 | } |
6af4c584 MG |
1409 | h1, |
1410 | h2, | |
1411 | h3, | |
1412 | h4, | |
1413 | h5, | |
1414 | h6 { | |
1415 | text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); | |
1416 | } | |
1417 | .text-primary, | |
1418 | .text-primary:hover { | |
1419 | color: #7a8288; | |
1420 | } | |
1421 | .text-success, | |
1422 | .text-success:hover { | |
1423 | color: #62c462; | |
1424 | } | |
1425 | .text-danger, | |
1426 | .text-danger:hover { | |
1427 | color: #ee5f5b; | |
1428 | } | |
1429 | .text-warning, | |
1430 | .text-warning:hover { | |
1431 | color: #f89406; | |
1432 | } | |
1433 | .text-info, | |
1434 | .text-info:hover { | |
1435 | color: #5bc0de; | |
1436 | } | |
76c653f8 MG |
1437 | .table .success, |
1438 | .table .warning, | |
1439 | .table .danger, | |
1440 | .table .info { | |
6af4c584 MG |
1441 | color: #fff; |
1442 | } | |
1443 | .table-bordered tbody tr.success td, | |
1444 | .table-bordered tbody tr.warning td, | |
1445 | .table-bordered tbody tr.danger td, | |
1446 | .table-bordered tbody tr.success:hover td, | |
1447 | .table-bordered tbody tr.warning:hover td, | |
1448 | .table-bordered tbody tr.danger:hover td { | |
1449 | border-color: #1c1e22; | |
1450 | } | |
1451 | .table-responsive > .table { | |
1452 | background-color: #2e3338; | |
1453 | } | |
76c653f8 MG |
1454 | input, |
1455 | textarea { | |
1456 | color: #272b30; | |
1457 | } | |
6af4c584 MG |
1458 | .nav .open > a, |
1459 | .nav .open > a:hover, | |
1460 | .nav .open > a:focus { | |
1461 | border-color: rgba(0, 0, 0, 0.6); | |
1462 | } | |
1463 | .nav-pills > li > a { | |
6af4c584 MG |
1464 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1465 | background-repeat: no-repeat; | |
6af4c584 MG |
1466 | border: 1px solid rgba(0, 0, 0, 0.6); |
1467 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); | |
1468 | } | |
1469 | .nav-pills > li > a:hover { | |
6af4c584 MG |
1470 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
1471 | background-repeat: no-repeat; | |
6af4c584 MG |
1472 | border: 1px solid rgba(0, 0, 0, 0.6); |
1473 | } | |
1474 | .nav-pills > li.active > a, | |
1475 | .nav-pills > li.active > a:hover { | |
1476 | background-color: none; | |
6af4c584 MG |
1477 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
1478 | background-repeat: no-repeat; | |
6af4c584 MG |
1479 | border: 1px solid rgba(0, 0, 0, 0.6); |
1480 | } | |
1481 | .nav-pills > li.disabled > a, | |
1482 | .nav-pills > li.disabled > a:hover { | |
6af4c584 MG |
1483 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1484 | background-repeat: no-repeat; | |
6af4c584 | 1485 | } |
6af4c584 | 1486 | .pager > li > a { |
6af4c584 MG |
1487 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1488 | background-repeat: no-repeat; | |
6af4c584 MG |
1489 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); |
1490 | } | |
1491 | .pager > li > a:hover { | |
6af4c584 MG |
1492 | background-image: linear-gradient(#020202, #101112 40%, #191b1d); |
1493 | background-repeat: no-repeat; | |
6af4c584 MG |
1494 | } |
1495 | .pager > li.disabled > a, | |
1496 | .pager > li.disabled > a:hover { | |
1497 | background-color: transparent; | |
6af4c584 MG |
1498 | background-image: linear-gradient(#484e55, #3a3f44 60%, #313539); |
1499 | background-repeat: no-repeat; | |
6af4c584 | 1500 | } |
6af4c584 MG |
1501 | .alert .alert-link, |
1502 | .alert a { | |
1503 | color: #fff; | |
1504 | text-decoration: underline; | |
1505 | } | |
76c653f8 MG |
1506 | .alert .close { |
1507 | color: #000000; | |
1508 | text-decoration: none; | |
6af4c584 | 1509 | } |