Ignore:
Timestamp:
2 Apr 2012, 12:25:56 (12 years ago)
Author:
Henrik Bettermann
Message:

Uniben likes purple.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/browser/static/custom_theme_1.css

    r7505 r8021  
     1.topbar-inner, .topbar .fill {
     2  background-color: #8A0474;
     3  background-image: -moz-linear-gradient(center top , #4e0242, #8A0474);
     4  background-repeat: repeat-x;
     5  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
     6}
     7
     8.topbar div > ul .active > a, .nav .active > a {
     9  background-color: rgba(0, 0, 0, 0.3);
     10}
     11
     12body {
     13  background-color: #f3eff2;
     14}
     15
     16a {
     17  color: #8A0474;
     18}
     19
     20a:hover {
     21  color: #4e0242;
     22}
Note: See TracChangeset for help on using the changeset viewer.