Ignore:
Timestamp:
14 Oct 2011, 08:01:30 (13 years ago)
Author:
Henrik Bettermann
Message:

Let's provide a real YUI base theme which can be customized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css

    r6806 r6894  
    55and resources.py respectively. */
    66
    7 #hd { background-color:#5D0265; }
    8 .block .hd { background-color:#5D0265; color:#fff; border-bottom:10px solid #262626; }
     7#hd { background-color:#003366; }
     8.block .hd { background-color:#003366; color:#fff; border-bottom:10px solid #262626; }
    99.block .bd h1 { font-size:153.9%; color:green; margin-bottom:0.5em;}
    10 .block .bd h2 { font-size:153.9%; color:#5D0265; margin-bottom:0.5em;}
    11 .block .bd h3 { font-size:130%; color:#5D0265; margin-bottom:0.5em;}
     10.block .bd h2 { font-size:153.9%; color:#003366; margin-bottom:0.5em;}
     11.block .bd h3 { font-size:130%; color:#003366; margin-bottom:0.5em;}
    1212.spaces .hd { background-color:transparent; }
    13 .spaces .hd ul li { background-color:#5D0265; }
    14 a { color:#5D0265; }
     13.spaces .hd ul li { background-color:#003366; }
     14a { color:#003366; }
    1515.tabs .hd ul li a:hover { background-color:#8d0399; }
    1616
Note: See TracChangeset for help on using the changeset viewer.