Remove lots of unused CSS
[plack-app-gruntmaster.git] / css / themes / readable.css
CommitLineData
6af4c584 1/*!
00180484 2 * bootswatch v3.3.5
6af4c584 3 * Homepage: http://bootswatch.com
49026292 4 * Copyright 2012-2015 Thomas Park
6af4c584
MG
5 * Licensed under MIT
6 * Based on Bootstrap
7*/
00180484
MG
8/*!
9 * Bootstrap v3.3.5 (http://getbootstrap.com)
10 * Copyright 2011-2015 Twitter, Inc.
11 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12 */
13/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
6af4c584
MG
14html {
15 font-family: sans-serif;
16 -ms-text-size-adjust: 100%;
17 -webkit-text-size-adjust: 100%;
18}
19body {
20 margin: 0;
21}
22article,
23aside,
24details,
25figcaption,
26figure,
27footer,
28header,
29hgroup,
30main,
76c653f8 31menu,
6af4c584
MG
32nav,
33section,
34summary {
35 display: block;
36}
37audio,
38canvas,
39progress,
40video {
41 display: inline-block;
42 vertical-align: baseline;
43}
44audio:not([controls]) {
45 display: none;
46 height: 0;
47}
48[hidden],
49template {
50 display: none;
51}
52a {
76c653f8 53 background-color: transparent;
6af4c584
MG
54}
55a:active,
56a:hover {
57 outline: 0;
58}
59abbr[title] {
60 border-bottom: 1px dotted;
61}
62b,
63strong {
64 font-weight: bold;
65}
66dfn {
67 font-style: italic;
68}
69h1 {
70 font-size: 2em;
71 margin: 0.67em 0;
72}
73mark {
74 background: #ff0;
75 color: #000;
76}
77small {
78 font-size: 80%;
79}
80sub,
81sup {
82 font-size: 75%;
83 line-height: 0;
84 position: relative;
85 vertical-align: baseline;
86}
87sup {
88 top: -0.5em;
89}
90sub {
91 bottom: -0.25em;
92}
93img {
94 border: 0;
95}
96svg:not(:root) {
97 overflow: hidden;
98}
99figure {
100 margin: 1em 40px;
101}
102hr {
137c84bf 103 box-sizing: content-box;
6af4c584
MG
104 height: 0;
105}
106pre {
107 overflow: auto;
108}
109code,
110kbd,
111pre,
112samp {
113 font-family: monospace, monospace;
114 font-size: 1em;
115}
116button,
117input,
118optgroup,
119select,
120textarea {
121 color: inherit;
122 font: inherit;
123 margin: 0;
124}
125button {
126 overflow: visible;
127}
128button,
129select {
130 text-transform: none;
131}
132button,
133html input[type="button"],
134input[type="reset"],
135input[type="submit"] {
136 -webkit-appearance: button;
137 cursor: pointer;
138}
139button[disabled],
140html input[disabled] {
141 cursor: default;
142}
143button::-moz-focus-inner,
144input::-moz-focus-inner {
145 border: 0;
146 padding: 0;
147}
148input {
149 line-height: normal;
150}
151input[type="checkbox"],
152input[type="radio"] {
137c84bf 153 box-sizing: border-box;
6af4c584
MG
154 padding: 0;
155}
156input[type="number"]::-webkit-inner-spin-button,
157input[type="number"]::-webkit-outer-spin-button {
158 height: auto;
159}
160input[type="search"] {
161 -webkit-appearance: textfield;
6af4c584
MG
162 box-sizing: content-box;
163}
164input[type="search"]::-webkit-search-cancel-button,
165input[type="search"]::-webkit-search-decoration {
166 -webkit-appearance: none;
167}
168fieldset {
169 border: 1px solid #c0c0c0;
170 margin: 0 2px;
171 padding: 0.35em 0.625em 0.75em;
172}
173legend {
174 border: 0;
175 padding: 0;
176}
177textarea {
178 overflow: auto;
179}
180optgroup {
181 font-weight: bold;
182}
183table {
184 border-collapse: collapse;
185 border-spacing: 0;
186}
187td,
188th {
189 padding: 0;
190}
76c653f8 191/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
6af4c584 192@media print {
76c653f8
MG
193 *,
194 *:before,
195 *:after {
6af4c584 196 background: transparent !important;
76c653f8 197 color: #000 !important;
137c84bf 198 box-shadow: none !important;
76c653f8 199 text-shadow: none !important;
6af4c584
MG
200 }
201 a,
202 a:visited {
203 text-decoration: underline;
204 }
205 a[href]:after {
206 content: " (" attr(href) ")";
207 }
208 abbr[title]:after {
209 content: " (" attr(title) ")";
210 }
76c653f8
MG
211 a[href^="#"]:after,
212 a[href^="javascript:"]:after {
6af4c584
MG
213 content: "";
214 }
215 pre,
216 blockquote {
217 border: 1px solid #999;
218 page-break-inside: avoid;
219 }
220 thead {
221 display: table-header-group;
222 }
223 tr,
224 img {
225 page-break-inside: avoid;
226 }
227 img {
228 max-width: 100% !important;
229 }
230 p,
231 h2,
232 h3 {
233 orphans: 3;
234 widows: 3;
235 }
236 h2,
237 h3 {
238 page-break-after: avoid;
239 }
6af4c584
MG
240 .navbar {
241 display: none;
242 }
6af4c584
MG
243 .btn > .caret,
244 .dropup > .btn > .caret {
245 border-top-color: #000 !important;
246 }
247 .label {
248 border: 1px solid #000;
249 }
250 .table {
251 border-collapse: collapse !important;
252 }
76c653f8
MG
253 .table td,
254 .table th {
255 background-color: #fff !important;
256 }
6af4c584
MG
257 .table-bordered th,
258 .table-bordered td {
259 border: 1px solid #ddd !important;
260 }
261}
262* {
6af4c584
MG
263 box-sizing: border-box;
264}
265*:before,
266*:after {
6af4c584
MG
267 box-sizing: border-box;
268}
269html {
76c653f8 270 font-size: 10px;
6af4c584
MG
271 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
272}
273body {
90bc9e17 274 font-family: "DejaVu Serif", Georgia, serif;
d2e32e3f 275 font-size: 14px;
6af4c584
MG
276 line-height: 1.42857143;
277 color: #333333;
278 background-color: #ffffff;
279}
280input,
281button,
282select,
283textarea {
284 font-family: inherit;
285 font-size: inherit;
286 line-height: inherit;
287}
288a {
a96f684c 289 color: #4582ec;
6af4c584
MG
290 text-decoration: none;
291}
292a:hover,
293a:focus {
a96f684c 294 color: #134fb8;
6af4c584
MG
295 text-decoration: underline;
296}
297a:focus {
298 outline: thin dotted;
299 outline: 5px auto -webkit-focus-ring-color;
300 outline-offset: -2px;
301}
302figure {
303 margin: 0;
304}
305img {
306 vertical-align: middle;
307}
308.img-responsive {
309 display: block;
310 max-width: 100%;
311 height: auto;
312}
313.img-rounded {
a96f684c 314 border-radius: 6px;
6af4c584
MG
315}
316.img-thumbnail {
317 padding: 4px;
318 line-height: 1.42857143;
319 background-color: #ffffff;
320 border: 1px solid #dddddd;
a96f684c 321 border-radius: 4px;
6af4c584
MG
322 transition: all 0.2s ease-in-out;
323 display: inline-block;
324 max-width: 100%;
325 height: auto;
326}
327.img-circle {
328 border-radius: 50%;
329}
330hr {
d2e32e3f
MG
331 margin-top: 20px;
332 margin-bottom: 20px;
6af4c584 333 border: 0;
a96f684c 334 border-top: 1px solid #eeeeee;
6af4c584
MG
335}
336.sr-only {
337 position: absolute;
338 width: 1px;
339 height: 1px;
340 margin: -1px;
341 padding: 0;
342 overflow: hidden;
343 clip: rect(0, 0, 0, 0);
344 border: 0;
345}
76c653f8
MG
346.sr-only-focusable:active,
347.sr-only-focusable:focus {
348 position: static;
349 width: auto;
350 height: auto;
351 margin: 0;
352 overflow: visible;
353 clip: auto;
354}
c8d1eead
MG
355[role="button"] {
356 cursor: pointer;
357}
6af4c584
MG
358h1,
359h2,
360h3,
361h4,
362h5,
b38ec376 363h6 {
7a897a2e 364 font-family: sans-serif;
d2e32e3f 365 font-weight: 500;
6af4c584
MG
366 line-height: 1.1;
367 color: inherit;
368}
369h1 small,
370h2 small,
371h3 small,
372h4 small,
373h5 small,
b38ec376 374h6 small {
6af4c584
MG
375 font-weight: normal;
376 line-height: 1;
a96f684c 377 color: #b3b3b3;
6af4c584
MG
378}
379h1,
6af4c584 380h2,
b38ec376 381h3 {
d2e32e3f
MG
382 margin-top: 20px;
383 margin-bottom: 10px;
6af4c584
MG
384}
385h1 small,
6af4c584 386h2 small,
b38ec376 387h3 small {
6af4c584
MG
388 font-size: 65%;
389}
390h4,
6af4c584 391h5,
b38ec376 392h6 {
d2e32e3f
MG
393 margin-top: 10px;
394 margin-bottom: 10px;
6af4c584
MG
395}
396h4 small,
6af4c584 397h5 small,
b38ec376 398h6 small {
6af4c584
MG
399 font-size: 75%;
400}
b38ec376 401h1 {
d2e32e3f 402 font-size: 36px;
6af4c584 403}
b38ec376 404h2 {
d2e32e3f 405 font-size: 30px;
6af4c584 406}
b38ec376 407h3 {
d2e32e3f 408 font-size: 24px;
6af4c584 409}
b38ec376 410h4 {
d2e32e3f 411 font-size: 18px;
6af4c584 412}
b38ec376 413h5 {
d2e32e3f 414 font-size: 14px;
6af4c584 415}
b38ec376 416h6 {
d2e32e3f 417 font-size: 12px;
6af4c584
MG
418}
419p {
d2e32e3f 420 margin: 0 0 10px;
6af4c584
MG
421}
422.lead {
d2e32e3f
MG
423 margin-bottom: 20px;
424 font-size: 16px;
76c653f8 425 font-weight: 300;
6af4c584
MG
426 line-height: 1.4;
427}
428@media (min-width: 768px) {
429 .lead {
d2e32e3f 430 font-size: 21px;
6af4c584
MG
431 }
432}
b38ec376 433small {
d2e32e3f 434 font-size: 85%;
6af4c584 435}
6af4c584
MG
436.text-left {
437 text-align: left;
438}
439.text-right {
440 text-align: right;
441}
442.text-center {
443 text-align: center;
444}
445.text-justify {
446 text-align: justify;
447}
76c653f8
MG
448.text-nowrap {
449 white-space: nowrap;
450}
6af4c584
MG
451ul,
452ol {
453 margin-top: 0;
d2e32e3f 454 margin-bottom: 10px;
6af4c584
MG
455}
456ul ul,
b38ec376 457ol ul {
6af4c584
MG
458 margin-bottom: 0;
459}
460.list-unstyled {
461 padding-left: 0;
462 list-style: none;
463}
464.list-inline {
465 padding-left: 0;
466 list-style: none;
76c653f8 467 margin-left: -5px;
6af4c584
MG
468}
469.list-inline > li {
470 display: inline-block;
471 padding-left: 5px;
472 padding-right: 5px;
473}
6af4c584
MG
474dl {
475 margin-top: 0;
d2e32e3f 476 margin-bottom: 20px;
6af4c584
MG
477}
478dt,
479dd {
480 line-height: 1.42857143;
481}
482dt {
483 font-weight: bold;
484}
485dd {
486 margin-left: 0;
487}
488@media (min-width: 768px) {
489 .dl-horizontal dt {
490 float: left;
491 width: 160px;
492 clear: left;
493 text-align: right;
494 overflow: hidden;
495 text-overflow: ellipsis;
496 white-space: nowrap;
497 }
498 .dl-horizontal dd {
499 margin-left: 180px;
500 }
501}
502abbr[title],
503abbr[data-original-title] {
504 cursor: help;
a96f684c 505 border-bottom: 1px dotted #b3b3b3;
6af4c584 506}
6af4c584 507blockquote {
d2e32e3f
MG
508 padding: 10px 20px;
509 margin: 0 0 20px;
510 font-size: 17.5px;
a96f684c 511 border-left: 5px solid #4582ec;
6af4c584 512}
6af4c584 513address {
d2e32e3f 514 margin-bottom: 20px;
6af4c584
MG
515 font-style: normal;
516 line-height: 1.42857143;
517}
518code,
519kbd,
520pre,
521samp {
522 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
523}
524code {
525 padding: 2px 4px;
526 font-size: 90%;
527 color: #c7254e;
528 background-color: #f9f2f4;
a96f684c 529 border-radius: 4px;
6af4c584
MG
530}
531kbd {
532 padding: 2px 4px;
533 font-size: 90%;
534 color: #ffffff;
535 background-color: #333333;
a96f684c 536 border-radius: 3px;
137c84bf 537 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
76c653f8
MG
538}
539kbd kbd {
540 padding: 0;
541 font-size: 100%;
542 font-weight: bold;
137c84bf 543 box-shadow: none;
6af4c584
MG
544}
545pre {
546 display: block;
d2e32e3f
MG
547 padding: 9.5px;
548 margin: 0 0 10px;
549 font-size: 13px;
6af4c584
MG
550 line-height: 1.42857143;
551 word-break: break-all;
552 word-wrap: break-word;
553 color: #333333;
554 background-color: #f5f5f5;
555 border: 1px solid #cccccc;
a96f684c 556 border-radius: 4px;
6af4c584
MG
557}
558pre code {
559 padding: 0;
560 font-size: inherit;
561 color: inherit;
562 white-space: pre-wrap;
563 background-color: transparent;
564 border-radius: 0;
565}
566.pre-scrollable {
567 max-height: 340px;
568 overflow-y: scroll;
569}
570.container {
571 margin-right: auto;
572 margin-left: auto;
573 padding-left: 15px;
574 padding-right: 15px;
575}
6af4c584
MG
576@media (min-width: 992px) {
577 .container {
578 width: 970px;
579 }
580}
6af4c584
MG
581.container-fluid {
582 margin-right: auto;
583 margin-left: auto;
584 padding-left: 15px;
585 padding-right: 15px;
586}
587.row {
588 margin-left: -15px;
589 margin-right: -15px;
590}
591.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 {
592 position: relative;
593 min-height: 1px;
594 padding-left: 15px;
595 padding-right: 15px;
596}
6af4c584
MG
597@media (min-width: 992px) {
598 .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 {
599 float: left;
600 }
601 .col-md-12 {
602 width: 100%;
603 }
604 .col-md-11 {
605 width: 91.66666667%;
606 }
607 .col-md-10 {
608 width: 83.33333333%;
609 }
610 .col-md-9 {
611 width: 75%;
612 }
613 .col-md-8 {
614 width: 66.66666667%;
615 }
616 .col-md-7 {
617 width: 58.33333333%;
618 }
619 .col-md-6 {
620 width: 50%;
621 }
622 .col-md-5 {
623 width: 41.66666667%;
624 }
625 .col-md-4 {
626 width: 33.33333333%;
627 }
628 .col-md-3 {
629 width: 25%;
630 }
631 .col-md-2 {
632 width: 16.66666667%;
633 }
634 .col-md-1 {
635 width: 8.33333333%;
636 }
6af4c584
MG
637}
638table {
6af4c584
MG
639 background-color: transparent;
640}
76c653f8 641caption {
c910d2ba
MG
642 padding-top: 5px;
643 padding-bottom: 5px;
a96f684c 644 color: #b3b3b3;
76c653f8
MG
645 text-align: left;
646}
6af4c584
MG
647th {
648 text-align: left;
649}
650.table {
651 width: 100%;
76c653f8 652 max-width: 100%;
d2e32e3f 653 margin-bottom: 20px;
6af4c584
MG
654}
655.table > thead > tr > th,
656.table > tbody > tr > th,
6af4c584 657.table > thead > tr > td,
b38ec376 658.table > tbody > tr > td {
c910d2ba 659 padding: 5px;
6af4c584
MG
660 line-height: 1.42857143;
661 vertical-align: top;
662 border-top: 1px solid #dddddd;
663}
664.table > thead > tr > th {
665 vertical-align: bottom;
666 border-bottom: 2px solid #dddddd;
667}
6af4c584 668.table > thead:first-child > tr:first-child > th,
6af4c584
MG
669.table > thead:first-child > tr:first-child > td {
670 border-top: 0;
671}
6af4c584
MG
672.table-bordered {
673 border: 1px solid #dddddd;
674}
675.table-bordered > thead > tr > th,
676.table-bordered > tbody > tr > th,
6af4c584 677.table-bordered > thead > tr > td,
b38ec376 678.table-bordered > tbody > tr > td {
6af4c584
MG
679 border: 1px solid #dddddd;
680}
681.table-bordered > thead > tr > th,
682.table-bordered > thead > tr > td {
683 border-bottom-width: 2px;
684}
49026292 685.table-striped > tbody > tr:nth-of-type(odd) {
6af4c584
MG
686 background-color: #f9f9f9;
687}
6af4c584 688.table > tbody > tr > td.info,
b38ec376 689.table > tbody > tr.info > td {
a96f684c 690 background-color: #d9edf7;
6af4c584 691}
6af4c584 692.table > tbody > tr > td.warning,
b38ec376 693.table > tbody > tr.warning > td {
a96f684c 694 background-color: #fcf8e3;
6af4c584 695}
6af4c584
MG
696label {
697 display: inline-block;
76c653f8 698 max-width: 100%;
6af4c584
MG
699 margin-bottom: 5px;
700 font-weight: bold;
701}
6af4c584
MG
702input[type="radio"],
703input[type="checkbox"] {
704 margin: 4px 0 0;
705 margin-top: 1px \9;
6af4c584
MG
706 line-height: normal;
707}
708input[type="file"] {
709 display: block;
710}
6af4c584
MG
711input[type="file"]:focus,
712input[type="radio"]:focus,
713input[type="checkbox"]:focus {
714 outline: thin dotted;
715 outline: 5px auto -webkit-focus-ring-color;
716 outline-offset: -2px;
717}
6af4c584
MG
718.form-control {
719 display: block;
720 width: 100%;
d2e32e3f 721 height: 38px;
a96f684c 722 padding: 8px 12px;
d2e32e3f 723 font-size: 14px;
6af4c584
MG
724 line-height: 1.42857143;
725 color: #333333;
726 background-color: #ffffff;
727 background-image: none;
a96f684c
MG
728 border: 1px solid #dddddd;
729 border-radius: 4px;
6af4c584 730 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
6af4c584
MG
731 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
732}
733.form-control:focus {
734 border-color: #66afe9;
735 outline: 0;
6af4c584
MG
736 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
737}
6af4c584 738.form-control::-moz-placeholder {
a96f684c 739 color: #b3b3b3;
6af4c584
MG
740 opacity: 1;
741}
742.form-control:-ms-input-placeholder {
a96f684c 743 color: #b3b3b3;
6af4c584
MG
744}
745.form-control::-webkit-input-placeholder {
a96f684c 746 color: #b3b3b3;
6af4c584 747}
6af4c584
MG
748textarea.form-control {
749 height: auto;
750}
6af4c584
MG
751.form-group {
752 margin-bottom: 15px;
753}
6af4c584
MG
754.btn {
755 display: inline-block;
756 margin-bottom: 0;
757 font-weight: normal;
758 text-align: center;
759 vertical-align: middle;
76c653f8
MG
760 -ms-touch-action: manipulation;
761 touch-action: manipulation;
6af4c584
MG
762 cursor: pointer;
763 background-image: none;
764 border: 1px solid transparent;
765 white-space: nowrap;
a96f684c 766 padding: 8px 12px;
d2e32e3f 767 font-size: 14px;
6af4c584 768 line-height: 1.42857143;
a96f684c 769 border-radius: 4px;
6af4c584
MG
770 -webkit-user-select: none;
771 -moz-user-select: none;
772 -ms-user-select: none;
6af4c584
MG
773 user-select: none;
774}
76c653f8 775.btn:focus,
b38ec376 776.btn:active:focus {
6af4c584
MG
777 outline: thin dotted;
778 outline: 5px auto -webkit-focus-ring-color;
779 outline-offset: -2px;
780}
781.btn:hover,
b38ec376 782.btn:focus {
a96f684c 783 color: #333333;
6af4c584
MG
784 text-decoration: none;
785}
b38ec376 786.btn:active {
6af4c584
MG
787 outline: 0;
788 background-image: none;
6af4c584
MG
789 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
790}
6af4c584 791.btn-default {
a96f684c
MG
792 color: #333333;
793 background-color: #ffffff;
794 border-color: #dddddd;
6af4c584 795}
b38ec376 796.btn-default:focus {
00180484
MG
797 color: #333333;
798 background-color: #e6e6e6;
799 border-color: #9d9d9d;
800}
801.btn-default:hover {
802 color: #333333;
803 background-color: #e6e6e6;
804 border-color: #bebebe;
805}
b38ec376 806.btn-default:active {
a96f684c
MG
807 color: #333333;
808 background-color: #e6e6e6;
809 border-color: #bebebe;
6af4c584 810}
00180484 811.btn-default:active:hover,
b38ec376 812.btn-default:active:focus {
00180484
MG
813 color: #333333;
814 background-color: #d4d4d4;
815 border-color: #9d9d9d;
816}
b38ec376 817.btn-default:active {
6af4c584
MG
818 background-image: none;
819}
6af4c584
MG
820.btn-primary {
821 color: #ffffff;
a96f684c
MG
822 background-color: #4582ec;
823 border-color: #4582ec;
6af4c584 824}
b38ec376 825.btn-primary:focus {
00180484
MG
826 color: #ffffff;
827 background-color: #1863e6;
828 border-color: #1045a1;
829}
830.btn-primary:hover {
831 color: #ffffff;
832 background-color: #1863e6;
833 border-color: #175fdd;
834}
b38ec376 835.btn-primary:active {
6af4c584 836 color: #ffffff;
a96f684c
MG
837 background-color: #1863e6;
838 border-color: #175fdd;
6af4c584 839}
00180484 840.btn-primary:active:hover,
b38ec376 841.btn-primary:active:focus {
00180484
MG
842 color: #ffffff;
843 background-color: #1455c6;
844 border-color: #1045a1;
845}
b38ec376 846.btn-primary:active {
6af4c584
MG
847 background-image: none;
848}
6af4c584
MG
849.nav {
850 margin-bottom: 0;
851 padding-left: 0;
852 list-style: none;
853}
854.nav > li {
855 position: relative;
856 display: block;
857}
858.nav > li > a {
859 position: relative;
860 display: block;
861 padding: 10px 15px;
862}
863.nav > li > a:hover,
864.nav > li > a:focus {
865 text-decoration: none;
a96f684c 866 background-color: #eeeeee;
6af4c584 867}
6af4c584
MG
868.nav-pills > li {
869 float: left;
870}
871.nav-pills > li > a {
a96f684c 872 border-radius: 4px;
6af4c584
MG
873}
874.nav-pills > li + li {
875 margin-left: 2px;
876}
877.nav-pills > li.active > a,
878.nav-pills > li.active > a:hover,
879.nav-pills > li.active > a:focus {
880 color: #ffffff;
a96f684c 881 background-color: #4582ec;
6af4c584
MG
882}
883.nav-stacked > li {
884 float: none;
885}
886.nav-stacked > li + li {
887 margin-top: 2px;
888 margin-left: 0;
889}
890.nav-justified {
891 width: 100%;
892}
893.nav-justified > li {
894 float: none;
895}
896.nav-justified > li > a {
897 text-align: center;
898 margin-bottom: 5px;
899}
6af4c584
MG
900@media (min-width: 768px) {
901 .nav-justified > li {
902 display: table-cell;
903 width: 1%;
904 }
905 .nav-justified > li > a {
906 margin-bottom: 0;
907 }
908}
6af4c584
MG
909.pager {
910 padding-left: 0;
d2e32e3f 911 margin: 20px 0;
6af4c584
MG
912 list-style: none;
913 text-align: center;
914}
915.pager li {
916 display: inline;
917}
918.pager li > a,
919.pager li > span {
920 display: inline-block;
921 padding: 5px 14px;
922 background-color: #ffffff;
923 border: 1px solid #dddddd;
a96f684c 924 border-radius: 15px;
6af4c584
MG
925}
926.pager li > a:hover,
927.pager li > a:focus {
928 text-decoration: none;
a96f684c 929 background-color: #4582ec;
6af4c584
MG
930}
931.pager .next > a,
932.pager .next > span {
933 float: right;
934}
935.pager .previous > a,
936.pager .previous > span {
937 float: left;
938}
df860157
MG
939.alert {
940 padding: 15px;
d2e32e3f 941 margin-bottom: 20px;
df860157 942 border: 1px solid transparent;
a96f684c 943 border-radius: 4px;
df860157
MG
944}
945.alert h4 {
946 margin-top: 0;
947 color: inherit;
948}
949.alert .alert-link {
950 font-weight: bold;
951}
952.alert > p,
953.alert > ul {
954 margin-bottom: 0;
955}
956.alert > p + p {
957 margin-top: 5px;
958}
df860157 959.alert-info {
a96f684c
MG
960 background-color: #5bc0de;
961 border-color: #5bc0de;
df860157
MG
962 color: #ffffff;
963}
964.alert-info hr {
a96f684c 965 border-top-color: #46b8da;
df860157
MG
966}
967.alert-info .alert-link {
968 color: #e6e6e6;
969}
970.alert-warning {
a96f684c
MG
971 background-color: #f0ad4e;
972 border-color: #f0ad4e;
df860157
MG
973 color: #ffffff;
974}
975.alert-warning hr {
a96f684c 976 border-top-color: #eea236;
df860157
MG
977}
978.alert-warning .alert-link {
979 color: #e6e6e6;
980}
49026292
MG
981.well {
982 min-height: 20px;
983 padding: 19px;
984 margin-bottom: 20px;
a96f684c
MG
985 background-color: #f7f7f7;
986 border: 1px solid #e5e5e5;
987 border-radius: 4px;
49026292
MG
988 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
989}
990.well blockquote {
991 border-color: #ddd;
992 border-color: rgba(0, 0, 0, 0.15);
993}
76c653f8
MG
994.clearfix:before,
995.clearfix:after,
996.dl-horizontal dd:before,
997.dl-horizontal dd:after,
998.container:before,
999.container:after,
1000.container-fluid:before,
1001.container-fluid:after,
1002.row:before,
1003.row:after,
76c653f8
MG
1004.nav:before,
1005.nav:after,
76c653f8 1006.pager:before,
0f578ab0 1007.pager:after {
76c653f8
MG
1008 content: " ";
1009 display: table;
1010}
1011.clearfix:after,
1012.dl-horizontal dd:after,
1013.container:after,
1014.container-fluid:after,
1015.row:after,
76c653f8 1016.nav:after,
0f578ab0 1017.pager:after {
76c653f8
MG
1018 clear: both;
1019}
1020.center-block {
1021 display: block;
1022 margin-left: auto;
1023 margin-right: auto;
1024}
1025.pull-right {
1026 float: right !important;
1027}
1028.pull-left {
1029 float: left !important;
1030}
1031.hide {
1032 display: none !important;
1033}
1034.show {
1035 display: block !important;
1036}
1037.invisible {
1038 visibility: hidden;
1039}
1040.text-hide {
1041 font: 0/0 a;
1042 color: transparent;
1043 text-shadow: none;
1044 background-color: transparent;
1045 border: 0;
1046}
1047.hidden {
1048 display: none !important;
76c653f8
MG
1049}
1050.affix {
1051 position: fixed;
1052}
74b0b0ab
MG
1053@-ms-viewport {
1054 width: device-width;
1055}
1056.visible-xs-block,
1057.visible-xs-inline {
1058 display: none !important;
1059}
1060@media (max-width: 767px) {
1061 .visible-xs-block {
1062 display: block !important;
1063 }
1064}
1065@media (max-width: 767px) {
1066 .visible-xs-inline {
1067 display: inline !important;
1068 }
1069}
1070@media (max-width: 767px) {
1071 .hidden-xs {
1072 display: none !important;
1073 }
1074}
a96f684c
MG
1075.btn {
1076 font-family: sans-serif;
6af4c584 1077}
a96f684c
MG
1078.nav .open > a,
1079.nav .open > a:hover,
1080.nav .open > a:focus {
1081 border: 1px solid #ddd;
6af4c584 1082}
a96f684c
MG
1083.pager {
1084 font-family: sans-serif;
1085}
1086.pager a {
1087 color: #333333;
1088}
1089.pager a:hover {
1090 border-color: transparent;
1091 color: #fff;
1092}
1093.pager .disabled a {
1094 border-color: #dddddd;
6af4c584 1095}
76c653f8 1096.close {
a96f684c 1097 color: #fff;
76c653f8
MG
1098 text-decoration: none;
1099 text-shadow: none;
1100 opacity: 0.4;
1101}
1102.close:hover,
1103.close:focus {
a96f684c 1104 color: #fff;
76c653f8
MG
1105 opacity: 1;
1106}
6af4c584 1107.alert .alert-link {
a96f684c 1108 color: #ffffff;
6af4c584 1109 text-decoration: underline;
6af4c584
MG
1110}
1111.label {
a96f684c
MG
1112 font-family: sans-serif;
1113 font-weight: normal;
6af4c584 1114}
a96f684c
MG
1115.label-default {
1116 border: 1px solid #ddd;
1117 color: #333333;
6af4c584 1118}
This page took 0.098602 seconds and 4 git commands to generate.