Difference between revisions of "MediaWiki:Common.css"
m |
m |
||
Line 19: | Line 19: | ||
{ | { | ||
background-color:#EEEECC; | background-color:#EEEECC; | ||
+ | } | ||
+ | .uoguidetable th.whiteheader | ||
+ | { | ||
+ | background-color:#FFFFFF; | ||
+ | color:#000000; | ||
} | } | ||
.uoguidetable td.textleft | .uoguidetable td.textleft | ||
Line 28: | Line 33: | ||
text-align:right; | text-align:right; | ||
} | } | ||
− | .uoguidetable | + | .uoguidetable td.textsmall |
{ | { | ||
− | + | font-size:10px; | |
− | + | ||
} | } |
Revision as of 19:58, 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 th.whiteheader { background-color:#FFFFFF; color:#000000; } .uoguidetable td.textleft { text-align:left; } .uoguidetable td.textright { text-align:right; } .uoguidetable td.textsmall { font-size:10px; }