Last change
on this file since 17945 was
11706,
checked in by Henrik Bettermann, 10 years ago
|
- Remove waeup.kofa from sources. Use waeup.kofa PyPI package instead.
- Copy layout folder from waeup.kofa. kofacustom.sampleuni uses its own Diazo
layout.
|
File size:
770 bytes
|
Line | |
---|
1 | a { |
---|
2 | color: #930303; |
---|
3 | } |
---|
4 | |
---|
5 | a:hover { |
---|
6 | color: #5f0500; |
---|
7 | } |
---|
8 | |
---|
9 | .topbar a { |
---|
10 | color: white; |
---|
11 | } |
---|
12 | |
---|
13 | .navbar-inverse { |
---|
14 | background-color: #5f0500; |
---|
15 | background-image: -webkit-linear-gradient(top, #5f0500 0%, #930303 100%); |
---|
16 | background-image: linear-gradient(to bottom, #5f0500 0%, #930303 100%); |
---|
17 | background-repeat: repeat-x; |
---|
18 | } |
---|
19 | |
---|
20 | .navbar-inverse .navbar-brand, |
---|
21 | .navbar-inverse .navbar-nav > li > a { |
---|
22 | color: #cccccc; |
---|
23 | } |
---|
24 | |
---|
25 | .navbar-inverse .navbar-nav > li > a:hover, |
---|
26 | .navbar-inverse .navbar-nav > .active > a, |
---|
27 | .navbar-inverse .navbar-nav > .active > a:hover, |
---|
28 | .navbar-inverse .navbar-nav > .active > a:focus { |
---|
29 | color: #ffffff; |
---|
30 | background-color: #930303; |
---|
31 | background-image: none; |
---|
32 | background-image: none; |
---|
33 | filter: none; |
---|
34 | -webkit-box-shadow: none; |
---|
35 | box-shadow: none; |
---|
36 | } |
---|
Note: See
TracBrowser for help on using the repository browser.