Remove useless browser prefixes
[plack-app-gruntmaster.git] / css / themes / cyborg.css
CommitLineData
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
9html {
10 font-family: sans-serif;
11 -ms-text-size-adjust: 100%;
12 -webkit-text-size-adjust: 100%;
13}
14body {
15 margin: 0;
16}
17article,
18aside,
19details,
20figcaption,
21figure,
22footer,
23header,
24hgroup,
25main,
76c653f8 26menu,
6af4c584
MG
27nav,
28section,
29summary {
30 display: block;
31}
32audio,
33canvas,
34progress,
35video {
36 display: inline-block;
37 vertical-align: baseline;
38}
39audio:not([controls]) {
40 display: none;
41 height: 0;
42}
43[hidden],
44template {
45 display: none;
46}
47a {
76c653f8 48 background-color: transparent;
6af4c584
MG
49}
50a:active,
51a:hover {
52 outline: 0;
53}
54abbr[title] {
55 border-bottom: 1px dotted;
56}
57b,
58strong {
59 font-weight: bold;
60}
61dfn {
62 font-style: italic;
63}
64h1 {
65 font-size: 2em;
66 margin: 0.67em 0;
67}
68mark {
69 background: #ff0;
70 color: #000;
71}
72small {
73 font-size: 80%;
74}
75sub,
76sup {
77 font-size: 75%;
78 line-height: 0;
79 position: relative;
80 vertical-align: baseline;
81}
82sup {
83 top: -0.5em;
84}
85sub {
86 bottom: -0.25em;
87}
88img {
89 border: 0;
90}
91svg:not(:root) {
92 overflow: hidden;
93}
94figure {
95 margin: 1em 40px;
96}
97hr {
137c84bf 98 box-sizing: content-box;
6af4c584
MG
99 height: 0;
100}
101pre {
102 overflow: auto;
103}
104code,
105kbd,
106pre,
107samp {
108 font-family: monospace, monospace;
109 font-size: 1em;
110}
111button,
112input,
113optgroup,
114select,
115textarea {
116 color: inherit;
117 font: inherit;
118 margin: 0;
119}
120button {
121 overflow: visible;
122}
123button,
124select {
125 text-transform: none;
126}
127button,
128html input[type="button"],
129input[type="reset"],
130input[type="submit"] {
131 -webkit-appearance: button;
132 cursor: pointer;
133}
134button[disabled],
135html input[disabled] {
136 cursor: default;
137}
138button::-moz-focus-inner,
139input::-moz-focus-inner {
140 border: 0;
141 padding: 0;
142}
143input {
144 line-height: normal;
145}
146input[type="checkbox"],
147input[type="radio"] {
137c84bf 148 box-sizing: border-box;
6af4c584
MG
149 padding: 0;
150}
151input[type="number"]::-webkit-inner-spin-button,
152input[type="number"]::-webkit-outer-spin-button {
153 height: auto;
154}
155input[type="search"] {
156 -webkit-appearance: textfield;
6af4c584
MG
157 box-sizing: content-box;
158}
159input[type="search"]::-webkit-search-cancel-button,
160input[type="search"]::-webkit-search-decoration {
161 -webkit-appearance: none;
162}
163fieldset {
164 border: 1px solid #c0c0c0;
165 margin: 0 2px;
166 padding: 0.35em 0.625em 0.75em;
167}
168legend {
169 border: 0;
170 padding: 0;
171}
172textarea {
173 overflow: auto;
174}
175optgroup {
176 font-weight: bold;
177}
178table {
179 border-collapse: collapse;
180 border-spacing: 0;
181}
182td,
183th {
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}
267html {
76c653f8 268 font-size: 10px;
6af4c584
MG
269 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
270}
271body {
90bc9e17 272 font-family: "DejaVu Serif", Georgia, serif;
6af4c584
MG
273 font-size: 14px;
274 line-height: 1.42857143;
275 color: #888888;
276 background-color: #060606;
277}
278input,
279button,
280select,
281textarea {
282 font-family: inherit;
283 font-size: inherit;
284 line-height: inherit;
285}
286a {
287 color: #2a9fd6;
288 text-decoration: none;
289}
290a:hover,
291a:focus {
292 color: #2a9fd6;
293 text-decoration: underline;
294}
295a:focus {
296 outline: thin dotted;
297 outline: 5px auto -webkit-focus-ring-color;
298 outline-offset: -2px;
299}
300figure {
301 margin: 0;
302}
303img {
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: #282828;
318 border: 1px solid #282828;
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}
328hr {
329 margin-top: 20px;
330 margin-bottom: 20px;
331 border: 0;
332 border-top: 1px solid #282828;
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
356h1,
357h2,
358h3,
359h4,
360h5,
361h6,
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: #ffffff;
372}
373h1 small,
374h2 small,
375h3 small,
376h4 small,
377h5 small,
378h6 small,
379.h1 small,
380.h2 small,
381.h3 small,
382.h4 small,
383.h5 small,
384.h6 small,
385h1 .small,
386h2 .small,
387h3 .small,
388h4 .small,
389h5 .small,
390h6 .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: #888888;
400}
401h1,
402.h1,
403h2,
404.h2,
405h3,
406.h3 {
407 margin-top: 20px;
408 margin-bottom: 10px;
409}
410h1 small,
411.h1 small,
412h2 small,
413.h2 small,
414h3 small,
415.h3 small,
416h1 .small,
417.h1 .small,
418h2 .small,
419.h2 .small,
420h3 .small,
421.h3 .small {
422 font-size: 65%;
423}
424h4,
425.h4,
426h5,
427.h5,
428h6,
429.h6 {
430 margin-top: 10px;
431 margin-bottom: 10px;
432}
433h4 small,
434.h4 small,
435h5 small,
436.h5 small,
437h6 small,
438.h6 small,
439h4 .small,
440.h4 .small,
441h5 .small,
442.h5 .small,
443h6 .small,
444.h6 .small {
445 font-size: 75%;
446}
447h1,
448.h1 {
8b202c97 449 font-size: 36px;
6af4c584
MG
450}
451h2,
452.h2 {
8b202c97 453 font-size: 30px;
6af4c584
MG
454}
455h3,
456.h3 {
8b202c97 457 font-size: 24px;
6af4c584
MG
458}
459h4,
460.h4 {
8b202c97 461 font-size: 18px;
6af4c584
MG
462}
463h5,
464.h5 {
8b202c97 465 font-size: 14px;
6af4c584
MG
466}
467h6,
468.h6 {
8b202c97 469 font-size: 12px;
6af4c584
MG
470}
471p {
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}
485small,
486.small {
487 font-size: 85%;
488}
76c653f8
MG
489mark,
490.mark {
491 background-color: #ff8800;
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: #888888;
520}
521.text-primary {
522 color: #2a9fd6;
523}
524a.text-primary:hover {
525 color: #2180ac;
526}
527.text-success {
528 color: #ffffff;
529}
530a.text-success:hover {
531 color: #e6e6e6;
532}
533.text-info {
534 color: #ffffff;
535}
536a.text-info:hover {
537 color: #e6e6e6;
538}
539.text-warning {
540 color: #ffffff;
541}
542a.text-warning:hover {
543 color: #e6e6e6;
544}
545.text-danger {
546 color: #ffffff;
547}
548a.text-danger:hover {
549 color: #e6e6e6;
550}
551.bg-primary {
552 color: #fff;
553 background-color: #2a9fd6;
554}
555a.bg-primary:hover {
556 background-color: #2180ac;
557}
558.bg-success {
559 background-color: #77b300;
560}
561a.bg-success:hover {
562 background-color: #558000;
563}
564.bg-info {
565 background-color: #9933cc;
566}
567a.bg-info:hover {
568 background-color: #7a29a3;
569}
570.bg-warning {
571 background-color: #ff8800;
572}
573a.bg-warning:hover {
574 background-color: #cc6d00;
575}
576.bg-danger {
577 background-color: #cc0000;
578}
579a.bg-danger:hover {
580 background-color: #990000;
581}
582.page-header {
583 padding-bottom: 9px;
584 margin: 40px 0 20px;
585 border-bottom: 1px solid #282828;
586}
587ul,
588ol {
589 margin-top: 0;
590 margin-bottom: 10px;
591}
592ul ul,
593ol ul,
594ul ol,
595ol 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
612dl {
613 margin-top: 0;
614 margin-bottom: 20px;
615}
616dt,
617dd {
618 line-height: 1.42857143;
619}
620dt {
621 font-weight: bold;
622}
623dd {
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}
640abbr[title],
641abbr[data-original-title] {
642 cursor: help;
643 border-bottom: 1px dotted #888888;
644}
645.initialism {
646 font-size: 90%;
647 text-transform: uppercase;
648}
649blockquote {
650 padding: 10px 20px;
651 margin: 0 0 20px;
652 font-size: 17.5px;
653 border-left: 5px solid #282828;
654}
655blockquote p:last-child,
656blockquote ul:last-child,
657blockquote ol:last-child {
658 margin-bottom: 0;
659}
660blockquote footer,
661blockquote small,
662blockquote .small {
663 display: block;
664 font-size: 80%;
665 line-height: 1.42857143;
666 color: #555555;
667}
668blockquote footer:before,
669blockquote small:before,
670blockquote .small:before {
671 content: '\2014 \00A0';
672}
673.blockquote-reverse,
674blockquote.pull-right {
675 padding-right: 15px;
676 padding-left: 0;
677 border-right: 5px solid #282828;
678 border-left: 0;
679 text-align: right;
680}
681.blockquote-reverse footer:before,
682blockquote.pull-right footer:before,
683.blockquote-reverse small:before,
684blockquote.pull-right small:before,
685.blockquote-reverse .small:before,
686blockquote.pull-right .small:before {
687 content: '';
688}
689.blockquote-reverse footer:after,
690blockquote.pull-right footer:after,
691.blockquote-reverse small:after,
692blockquote.pull-right small:after,
693.blockquote-reverse .small:after,
694blockquote.pull-right .small:after {
695 content: '\00A0 \2014';
696}
6af4c584
MG
697address {
698 margin-bottom: 20px;
699 font-style: normal;
700 line-height: 1.42857143;
701}
702code,
703kbd,
704pre,
705samp {
706 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
707}
708code {
709 padding: 2px 4px;
710 font-size: 90%;
711 color: #c7254e;
712 background-color: #f9f2f4;
6af4c584
MG
713 border-radius: 4px;
714}
715kbd {
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}
723kbd kbd {
724 padding: 0;
725 font-size: 100%;
726 font-weight: bold;
137c84bf 727 box-shadow: none;
6af4c584
MG
728}
729pre {
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: #282828;
738 background-color: #f5f5f5;
739 border: 1px solid #cccccc;
740 border-radius: 4px;
741}
742pre 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}
822table {
6af4c584
MG
823 background-color: #181818;
824}
76c653f8 825caption {
c910d2ba
MG
826 padding-top: 5px;
827 padding-bottom: 5px;
76c653f8
MG
828 color: #888888;
829 text-align: left;
830}
6af4c584
MG
831th {
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 #282828;
849}
850.table > thead > tr > th {
851 vertical-align: bottom;
852 border-bottom: 2px solid #282828;
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 #282828;
864}
865.table .table {
866 background-color: #060606;
867}
6af4c584
MG
868.table-bordered {
869 border: 1px solid #282828;
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 #282828;
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: #080808;
885}
76c653f8 886.table-hover > tbody > tr:hover {
6af4c584
MG
887 background-color: #282828;
888}
889table col[class*="col-"] {
890 position: static;
891 float: none;
892 display: table-column;
893}
894table td[class*="col-"],
895table 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: #9933cc;
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: #8a2eb8;
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: #ff8800;
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: #e67a00;
941}
6af4c584
MG
942label {
943 display: inline-block;
76c653f8 944 max-width: 100%;
6af4c584
MG
945 margin-bottom: 5px;
946 font-weight: bold;
947}
6af4c584
MG
948input[type="radio"],
949input[type="checkbox"] {
950 margin: 4px 0 0;
951 margin-top: 1px \9;
6af4c584
MG
952 line-height: normal;
953}
954input[type="file"] {
955 display: block;
956}
6af4c584
MG
957input[type="file"]:focus,
958input[type="radio"]:focus,
959input[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: #888888;
972 background-color: #ffffff;
973 background-image: none;
974 border: 1px solid #282828;
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: #888888;
986 opacity: 1;
987}
988.form-control:-ms-input-placeholder {
989 color: #888888;
990}
991.form-control::-webkit-input-placeholder {
992 color: #888888;
993}
6af4c584
MG
994textarea.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: #424242;
1046 border-color: #424242;
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: #282828;
6af4c584
MG
1056 border-color: #232323;
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],
1065fieldset[disabled] .btn-default,
1066.btn-default.disabled:hover,
1067.btn-default[disabled]:hover,
1068fieldset[disabled] .btn-default:hover,
1069.btn-default.disabled:focus,
1070.btn-default[disabled]:focus,
1071fieldset[disabled] .btn-default:focus,
76c653f8
MG
1072.btn-default.disabled.focus,
1073.btn-default[disabled].focus,
1074fieldset[disabled] .btn-default.focus,
6af4c584
MG
1075.btn-default.disabled:active,
1076.btn-default[disabled]:active,
1077fieldset[disabled] .btn-default:active,
1078.btn-default.disabled.active,
1079.btn-default[disabled].active,
1080fieldset[disabled] .btn-default.active {
1081 background-color: #424242;
1082 border-color: #424242;
1083}
1084.btn-default .badge {
1085 color: #424242;
1086 background-color: #ffffff;
1087}
1088.btn-primary {
1089 color: #ffffff;
1090 background-color: #2a9fd6;
1091 border-color: #2a9fd6;
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: #2180ac;
6af4c584
MG
1101 border-color: #1f79a3;
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],
1110fieldset[disabled] .btn-primary,
1111.btn-primary.disabled:hover,
1112.btn-primary[disabled]:hover,
1113fieldset[disabled] .btn-primary:hover,
1114.btn-primary.disabled:focus,
1115.btn-primary[disabled]:focus,
1116fieldset[disabled] .btn-primary:focus,
76c653f8
MG
1117.btn-primary.disabled.focus,
1118.btn-primary[disabled].focus,
1119fieldset[disabled] .btn-primary.focus,
6af4c584
MG
1120.btn-primary.disabled:active,
1121.btn-primary[disabled]:active,
1122fieldset[disabled] .btn-primary:active,
1123.btn-primary.disabled.active,
1124.btn-primary[disabled].active,
1125fieldset[disabled] .btn-primary.active {
1126 background-color: #2a9fd6;
1127 border-color: #2a9fd6;
1128}
1129.btn-primary .badge {
1130 color: #2a9fd6;
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: #222222;
1151}
1152.nav > li.disabled > a {
1153 color: #888888;
1154}
1155.nav > li.disabled > a:hover,
1156.nav > li.disabled > a:focus {
1157 color: #888888;
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: #2a9fd6;
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: #222222;
1220 border: 1px solid #282828;
1221 border-radius: 15px;
1222}
1223.pager li > a:hover,
1224.pager li > a:focus {
1225 text-decoration: none;
1226 background-color: #2a9fd6;
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: #888888;
1241 background-color: #222222;
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: #77b300;
1266 border-color: #809a00;
1267 color: #ffffff;
1268}
1269.alert-success hr {
1270 border-top-color: #6a8000;
1271}
1272.alert-success .alert-link {
1273 color: #e6e6e6;
1274}
1275.alert-info {
1276 background-color: #9933cc;
1277 border-color: #6e2caf;
1278 color: #ffffff;
1279}
1280.alert-info hr {
1281 border-top-color: #61279b;
1282}
1283.alert-info .alert-link {
1284 color: #e6e6e6;
1285}
1286.alert-warning {
1287 background-color: #ff8800;
1288 border-color: #f05800;
1289 color: #ffffff;
1290}
1291.alert-warning hr {
1292 border-top-color: #d64f00;
1293}
1294.alert-warning .alert-link {
1295 color: #e6e6e6;
1296}
1297.alert-danger {
1298 background-color: #cc0000;
1299 border-color: #bd001f;
1300 color: #ffffff;
1301}
1302.alert-danger hr {
1303 border-top-color: #a3001b;
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: #151515;
1313 border: 1px solid #030303;
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.text-primary,
1389.text-primary:hover {
1390 color: #2a9fd6;
1391}
1392.text-success,
1393.text-success:hover {
1394 color: #77b300;
1395}
1396.text-danger,
1397.text-danger:hover {
1398 color: #cc0000;
1399}
1400.text-warning,
1401.text-warning:hover {
1402 color: #ff8800;
1403}
1404.text-info,
1405.text-info:hover {
1406 color: #9933cc;
1407}
6af4c584
MG
1408.nav-tabs a,
1409.nav-pills a,
1410.breadcrumb a,
1411.pager a {
1412 color: #fff;
1413}
1414.alert .alert-link,
1415.alert a {
1416 color: #ffffff;
1417 text-decoration: underline;
1418}
76c653f8
MG
1419.alert .close {
1420 text-decoration: none;
6af4c584 1421}
76c653f8
MG
1422a.thumbnail:hover,
1423a.thumbnail:focus,
1424a.thumbnail.active {
1425 border-color: #282828;
6af4c584 1426}
This page took 0.109063 seconds and 4 git commands to generate.