MediaWiki:Common.css

Revision as of 14:11, 9 December 2009 by Cogniac (Talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/** CSS placed here will be applied to all skins **/

/* Main Page layout */
div#header
{
    border:1px solid #9F3215;
    margin-left:-1px;
    margin-right:-1px;
    width:100%;
}
div#logo
{
    float:left;
    font-size:10px;
    padding:0px 0px 12px 20px;
    text-align:center;
} 
div#welcome
{
    float:right;
    padding:22px 20px 22px 0px;
    text-align:right;
}
div.mainpagetablerow
{
    border-bottom:1px solid #9F3215;
    min-width:501px;
    width:100%;
}
div.leftcolumn, div.rightcolumn
{
    float:left;
    min-width:250px;
    width:49.9%;
}
div.leftcolumn
{
    border-right:1px solid #9F3215;
    margin-right:-1px;
}
div.rightcolumn
{
    border-left:1px solid #9F3215;
}
div.titleicon
{
    float:left;
    padding-left:10px;
}
div.titletext
{
    color:#9F3215;
    float:left;
    font-size:18px;
    padding-left:10px;
}
div.content
{
    padding:5px 20px 10px 10px;
}
div.clear
{
    clear:both;
}

/* 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;
}
table.uoguidetable.open td
{
    border:none;
}
table.uoguidetable.left td
{
    text-align:left;
}

/* 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;
}