MediaWiki:Common.css: Difference between revisions

From CoxGenealogy
Jump to navigation Jump to search
(New page: →‎* CSS placed here will be applied to all skins: .surname_table th{ background:#DDFFEE; } .surname_table{ background:#DDDDDD; })
 
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */


.surname_table th{
.surnametable{
    background:#DDDDDD;
}
 
.surnametable th{
     background:#DDFFEE;
     background:#DDFFEE;
}
}


.surname_table{
.surnametable td{
     background:#DDDDDD;
     background:#DDEEFF;
}
}

Revision as of 19:13, 2 May 2008

/** CSS placed here will be applied to all skins */

.surnametable{
    background:#DDDDDD;
}

.surnametable th{
    background:#DDFFEE;
}

.surnametable td{
    background:#DDEEFF;
}