MediaWiki:Common.css

From SABR Encyclopedia

(Difference between revisions)
Jump to: navigation, search
(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...')
Line 44: Line 44:
background: #c0e0c0;
background: #c0e0c0;
text-align:center;
text-align:center;
-
font-size: large;
+
font-size: 100%;
}
}

Revision as of 17:25, 4 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: 100%;
}

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

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