Difference between revisions of "MediaWiki:Common.css"

m
m
Line 24: Line 24:
 
     text-align:left;
 
     text-align:left;
 
}
 
}
table.textright td
+
.uoguidetable .whiteheader th
 
{
 
{
     text-align:right;
+
     background-color:#FFFFFF;
 
}
 
}

Revision as of 19:42, 27 September 2009

/** CSS placed here will be applied to all skins */
table.uoguidetable
{
    border:1px solid #000000;
    border-collapse:collapse;
}
.uoguidetable th, .uoguidetable td
{
    border:1px solid #000000;
    padding:4px;
    text-align:center;
}
.uoguidetable th
{
    background-color:#9F3215;
    color:#FFFFFF;
}
.uoguidetable td
{
    background-color:#EEEECC;
}
.uoguidetable .textleft
{
    text-align:left;
}
.uoguidetable .whiteheader th
{
    background-color:#FFFFFF;
}