Difference between revisions of "MediaWiki:Common.css"

m (Whoops)
m
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
+
/** CSS placed here will be applied to all skins **/
 +
 
 +
/* Main Page layout */
 +
div#mainpagetablerow
 +
{
 +
    background-image:url('images/c/c1/Divider.png');
 +
    background-position:center;
 +
    background-repeat:repeat-y;
 +
    border-bottom:1px solid #9F3215;
 +
}
 +
 
 +
 
 +
/* UOGuide table styling */
 
table.uoguidetable
 
table.uoguidetable
 
{
 
{
Line 7: Line 19:
 
     width:auto;
 
     width:auto;
 
}
 
}
.uoguidetable th, .uoguidetable td
+
table.uoguidetable th, table.uoguidetable td
 
{
 
{
 
     border:1px solid #000000;
 
     border:1px solid #000000;
Line 13: Line 25:
 
     text-align:center;
 
     text-align:center;
 
}
 
}
.uoguidetable th
+
table.uoguidetable th
 
{
 
{
 
     background-color:#9F3215;
 
     background-color:#9F3215;
 
     color:#FFFFFF;
 
     color:#FFFFFF;
 
}
 
}
.uoguidetable td
+
table.uoguidetable td
 
{
 
{
 
     background-color:#EEEECC;
 
     background-color:#EEEECC;
 
}
 
}
.uoguidetable th.whiteheader
+
 
{
+
/* Tooltip formatting  */
    background-color:#FFFFFF;
+
    color:#000000;
+
}
+
.uoguidetable td.textleft
+
{
+
    text-align:left;
+
}
+
.uoguidetable td.textright
+
{
+
    text-align:right;
+
}
+
.uoguidetable td.textsmall
+
{
+
    font-size:10px;
+
}
+
 
table#item img
 
table#item img
 
{
 
{
Line 59: Line 56:
 
{
 
{
 
     padding:0px 5px;
 
     padding:0px 5px;
}
 
div#mainpagetable
 
{
 
    background-image:url('images/c/c1/Divider.png');
 
    background-position:center;
 
    background-repeat:repeat-y;
 
 
}
 
}

Revision as of 12:35, 16 November 2009

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

/* Main Page layout */
div#mainpagetablerow
{
    background-image:url('images/c/c1/Divider.png');
    background-position:center;
    background-repeat:repeat-y;
    border-bottom:1px solid #9F3215;
}


/* UOGuide table styling */
table.uoguidetable
{
    border:1px solid #000000;
    border-collapse:collapse;
    margin:1px;
    width:auto;
}
table.uoguidetable th, table.uoguidetable td
{
    border:1px solid #000000;
    padding:4px;
    text-align:center;
}
table.uoguidetable th
{
    background-color:#9F3215;
    color:#FFFFFF;
}
table.uoguidetable td
{
    background-color:#EEEECC;
}

/* Tooltip formatting  */
table#item img
{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
table#tooltip
{
    background:url('images/a/ac/Tooltip_Background.png');
    color:#FFFFFF;
    font-weight:bold;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:center;
    z-index:2;
}
table#tooltip td
{
    padding:0px 5px;
}