MediaWiki:Common.css: Difference between revisions

From OGC
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: table.sidebar { float; right; border-width: 0px; border-spacing: 7px; width: 30%; } td.sidebar, th.sidebar { ...")
 
No edit summary
Line 2: Line 2:


table.sidebar {
table.sidebar {
     float; right;
     float: right;
     border-width: 0px;
     border-width: 0px;
     border-spacing: 7px;
     border-spacing: 7px;

Revision as of 10:14, 14 October 2011

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

table.sidebar {
    float: right;
    border-width: 0px;
    border-spacing: 7px;
    width: 30%;
}

td.sidebar, th.sidebar {
    background-color: #EEEEEE;
    border-style: outset;
    border-width: 3px;
    font-size: 10pt;
    padding: 10px;
    text-align: left;
}