Difference between revisions of "MediaWiki:Common.css"

m
m
Line 39: Line 39:
 
     font-size:10px;
 
     font-size:10px;
 
}
 
}
.tooltip   
+
div.tooltip   
 
{   
 
{   
     background-image:url('images/a/ac/Tooltip_Background.png');  
+
     background-image:url('images/a/ac/Tooltip_Background.png');
 +
    color:#FFFFFF;
 +
    font-weight:bold;
 +
    padding:3px;
 +
    position:relative;
 +
    text-align:center;
 +
    z-index:2;
 +
}
 +
.tooltip div
 +
{
 +
    padding:3px;
 +
}
 +
.tooltip div#itemname
 +
{
 +
    color:#FFFF8F;
 
}
 
}

Revision as of 14:21, 19 October 2009

/** CSS placed here will be applied to all skins */
table.uoguidetable
{
    border:1px solid #000000;
    border-collapse:collapse;
    margin:1px;
    width:auto;
}
.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;
}
div.tooltip   
{   
    background-image:url('images/a/ac/Tooltip_Background.png');
    color:#FFFFFF;
    font-weight:bold;
    padding:3px;
    position:relative;
    text-align:center;
    z-index:2;
}
.tooltip div
{
    padding:3px;
}
.tooltip div#itemname
{
    color:#FFFF8F;
}