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