Difference between revisions of "User:Dirk Bastion/sarna.css"

m
m
Line 6: Line 6:
 
#content {
 
#content {
 
     border: 1px solid #304E72;
 
     border: 1px solid #304E72;
 +
}
 +
td.MainPageBG, body.page-Main_Page td.MainPageBG div table {
 +
    border: 2px solid #6D4C78 !important;
 +
    background-color: #F2EFF3 !important; /*Need to find a way to style banner table w/o styling child tables.*/
 +
}
 +
body.page-Main_Page td.MainPageBG div table {
 +
    background-color: #F2EFF3 !important; /*Need to find a way to style banner table w/o styling child tables.*/
 
}
 
}

Revision as of 06:44, 3 April 2013

a,body,td,p,li,input,h1,h2,h3,h4,h5,dl,dd,html,div{font-family:Sansation;font-size:13px}
body{font-family:Sansation;margin:0;background-color:#ffffe0;color:black;overflow-x:hidden}
body {
    background-color: #ECEFF2;
}
#content {
    border: 1px solid #304E72;
}
td.MainPageBG, body.page-Main_Page td.MainPageBG div table {
    border: 2px solid #6D4C78 !important;
    background-color: #F2EFF3 !important; /*Need to find a way to style banner table w/o styling child tables.*/
}
body.page-Main_Page td.MainPageBG div table {
    background-color: #F2EFF3 !important; /*Need to find a way to style banner table w/o styling child tables.*/
}