Ignore:
Timestamp:
22 Dec 2014, 17:13:37 (10 years ago)
Author:
Henrik Bettermann
Message:

Additional color adjustments.

Add also styles for a logo container like in Ikoba.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.skeleton/trunk/layout/static/custom.css

    r11929 r12299  
    4444  background-color: #930303;
    4545}
     46
     47.navbar-inverse .navbar-nav > .open > a,
     48.navbar-inverse .navbar-nav > .open > a:hover,
     49.navbar-inverse .navbar-nav > .open > a:focus {
     50  background-color: #930303;
     51  color: #fff;
     52}
     53
     54/* Logo container customizations */
     55
     56#logo-container-narrow {
     57  position: absolute;
     58  top: -7px;
     59  right: -11px;
     60}
     61
     62#logo-container-wide {
     63  position: absolute;
     64  top: -7px;
     65  right: -11px;
     66}
     67.ikoba-content-narrow .alert {
     68  margin-right: 30px;
     69}
     70
     71.ikoba-content-wide .alert {
     72  margin-right: 50px;
     73}
Note: See TracChangeset for help on using the changeset viewer.