MediaWiki:Common.css

From SABR Encyclopedia

(Difference between revisions)
Jump to: navigation, search
TurocyT01 (Talk | contribs)
(Created page with '- CSS placed here will be applied to all skins: table.authStatTable { background: #f0fff0; padding: 20px; border: 1px dashed #007000; border-bottom: none; text-align:center; w...')
Newer edit →

Revision as of 02:42, 1 April 2009

/* CSS placed here will be applied to all skins */
table.authStatTable {
background: #f0fff0;
padding: 20px;
border: 1px dashed #007000;
border-bottom: none;
text-align:center;
width:75%;
}

table.authStatTable caption {
background: #c0e0c0;
text-align:right;
text-style: italic;
padding-right: 10px;
caption-side: bottom;
border: 1px dashed #007000;
border-top: none;
}

tr.statHeadRow {
background: #c0e0c0;
}

table.ext-infobox {
background: #f0fff0;
padding: 20px;
border: 1px dashed #007000;
border-bottom: none;
text-align:center;
}

table.ext-infobox caption {
background: #c0e0c0;
text-align:right;
text-style: italic;
padding-right: 10px;
caption-side: bottom;
border: 1px dashed #007000;
border-top: none;
}

tr.infobox-header {
background: #c0e0c0;
text-align:center;
font-size: large;
}

table.ext-infobox td {
padding-left: 10px;
padding-right: 10px;
}

table.authStatTable td {
padding-left: 10px;
padding-right: 10px;
}
Personal tools