[12175] | 1 | a { |
---|
[14311] | 2 | color: #930303; |
---|
[12175] | 3 | } |
---|
| 4 | |
---|
| 5 | a:hover { |
---|
[14311] | 6 | color: #5f0500; |
---|
[12175] | 7 | } |
---|
| 8 | |
---|
| 9 | .topbar a { |
---|
| 10 | color: white; |
---|
| 11 | } |
---|
| 12 | |
---|
| 13 | .navbar-inverse { |
---|
[14311] | 14 | background-image: -webkit-linear-gradient(top, #5f0500 0%, #930303 100%); |
---|
| 15 | background-image: linear-gradient(to bottom, #5f0500 0%, #930303 100%); |
---|
[12175] | 16 | background-repeat: repeat-x; |
---|
| 17 | } |
---|
| 18 | |
---|
| 19 | .navbar-inverse .navbar-brand, |
---|
| 20 | .navbar-inverse .navbar-nav > li > a { |
---|
| 21 | color: #cccccc; |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | .navbar-inverse .navbar-nav > li > a:hover, |
---|
| 25 | .navbar-inverse .navbar-nav > .active > a, |
---|
| 26 | .navbar-inverse .navbar-nav > .active > a:hover, |
---|
| 27 | .navbar-inverse .navbar-nav > .active > a:focus { |
---|
| 28 | color: #ffffff; |
---|
[14311] | 29 | background-color: #930303; |
---|
[12175] | 30 | background-image: none; |
---|
| 31 | background-image: none; |
---|
| 32 | filter: none; |
---|
| 33 | -webkit-box-shadow: none; |
---|
| 34 | box-shadow: none; |
---|
| 35 | } |
---|
[12293] | 36 | |
---|
| 37 | .navbar-inverse .navbar-toggle { |
---|
[14311] | 38 | border-color: #930303; |
---|
[12293] | 39 | } |
---|
| 40 | |
---|
| 41 | .navbar-inverse .navbar-toggle:hover, |
---|
| 42 | .navbar-inverse .navbar-toggle:focus { |
---|
[14311] | 43 | background-color: #930303; |
---|
[12293] | 44 | } |
---|
| 45 | |
---|
| 46 | .navbar-inverse .navbar-nav > .open > a, |
---|
| 47 | .navbar-inverse .navbar-nav > .open > a:hover, |
---|
| 48 | .navbar-inverse .navbar-nav > .open > a:focus { |
---|
[14311] | 49 | background-color: #930303; |
---|
[12293] | 50 | color: #fff; |
---|
[13792] | 51 | } |
---|
| 52 | |
---|
[14845] | 53 | @media (max-width: 767px) { |
---|
| 54 | .navbar-inverse .navbar-collapse { |
---|
| 55 | background-color: #930303; |
---|
| 56 | } |
---|
| 57 | } |
---|
| 58 | |
---|
[13792] | 59 | /* Logo container customizations */ |
---|
| 60 | |
---|
| 61 | #logo-container-narrow { |
---|
| 62 | position: absolute; |
---|
| 63 | top: -7px; |
---|
| 64 | right: -11px; |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | #logo-container-wide { |
---|
| 68 | position: absolute; |
---|
| 69 | top: -7px; |
---|
| 70 | right: -11px; |
---|
| 71 | } |
---|
| 72 | .ikoba-content-narrow .alert { |
---|
| 73 | margin-right: 35px; |
---|
| 74 | } |
---|
| 75 | |
---|
| 76 | .ikoba-content-wide .alert { |
---|
| 77 | margin-right: 50px; |
---|
[12293] | 78 | } |
---|