Changeset 33196


Ignore:
Timestamp:
2019-06-22T10:55:39+12:00 (5 years ago)
Author:
davidb
Message:

Tweaks to CSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/heritage-nz/style/custom.css

    r33073 r33196  
    11.navList {
    22                                                                                                 
    3     background-color: #aa002a;
     3    /*background-color: #aa002a; */
     4    background-color: rgb(130,4,4);  /* #820404 */
     5    /*color: #444; */
     6   
     7}
     8
     9.navList td:hover {
     10                                                                                                 
     11    background-color: rgb(130,30,30); 
    412   
    513}
     
    715.navList td.current {
    816   
    9     background-color: #e02727;
    10    
     17    /* background-color: #e02727; */
     18    /*background-color: rgba(130,30,30); */
     19    background-color: #660000;
     20    color: #fff;
    1121}
    1222
     
    2030}
    2131
     32/*
     33#gs_footer {
     34    margin-top: 120px;
     35}
     36*/
    2237
    23                                                                                                          
     38
     39.qAction #gs_content {
     40    padding-bottom: 110px;
     41}
    2442 
Note: See TracChangeset for help on using the changeset viewer.