Difference between revisions of "MediaWiki:Aic.css"

From Austin Improv Community Wiki
Line 18: Line 18:
table.infobox img.thumborder {
table.infobox img.thumborder {
text-align: center;
text-align: center;
display: block;
margin: 0 auto;
}
}

Revision as of 17:05, 22 April 2013

/* CSS in this file will only apply to the AIC theme. */

table.infobox th {
text-align: center;
font-size: 125%;
font-weight: bold;
font-style: italic;
}

table.infobox th[scope=row] {
text-align: right;
font-size: 100%;
font-weight: bold;
font-style: normal;
padding-right: 10px;
}

table.infobox img.thumborder {
text-align: center;
display: block;
margin: 0 auto;
}