Merge branch 'sticking-with-jekyll' of github.com:gvwilson/bc into sticking-with...
[rnaseq-cwl-training.git] / swc-bootstrap.css
1 /* Customizations to Bootstrap's default styles */
2
3 blockquote p {
4   font-size: inherit;
5   font-weight: inherit;
6   line-height: inherit;
7 }
8
9 /* readability: darken the alert colour for contrast with background */
10 .alert {
11   color: rgb(0,0,0);
12 }
13
14 /* Container for page contents. */
15 .container {
16     background-color: white;
17 }
18
19 .hero-unit {
20   padding: 20px;
21 }
22
23 .navbar .container {
24     background-color: inherit;
25 }
26
27 .navbar-inner {
28   min-height: 40px;
29   padding-right: 20px;
30   padding-left: 20px;
31   background-color: #F4F4F4;
32   background-image: none;
33   border: 1px solid #d4d4d4;
34   -webkit-border-radius: 0;
35      -moz-border-radius: 0;
36           border-radius: 0;
37 }
38
39 code {
40   color: #333333;
41 }
42
43 .navbar-inverse .navbar-inner {
44   background-color: #20267D;
45   background-image: none;
46   border-color: #20267D;
47 }
48
49 .navbar-inverse .nav .active > a,
50 .navbar-inverse .nav .active > a:hover,
51 .navbar-inverse .nav .active > a:focus {
52   color: #ffffff;
53   background-color: #20267D;
54 }
55
56 .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
57 .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
58 .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
59   color: #ffffff;
60   background-color: #20267D;
61 }
62
63 .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret {
64   border-top-color: #999999;
65   border-bottom-color: #999999;
66 }
67
68 .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
69   border-top-color: #ffffff;
70   border-bottom-color: #ffffff;
71 }