Difference between revisions of "MediaWiki:Aic.css"
From Austin Improv Community Wiki
Monkeyangst (talk | contribs) |
Monkeyangst (talk | contribs) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
} | } | ||
table.infobox th | table.infobox th.category-header { | ||
vertical-align: top; | |||
text-align: right; | text-align: right; | ||
font-size: 100%; | font-size: 100%; | ||
Line 16: | Line 17: | ||
} | } | ||
table.infobox img. | table.infobox img.thumbborder { | ||
text-align: center; | text-align: center; | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | |||
.infobox-theater { | |||
width: 300px; | |||
} | } |
Latest revision as of 16:32, 5 July 2017
/* 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.category-header { vertical-align: top; text-align: right; font-size: 100%; font-weight: bold; font-style: normal; padding-right: 10px; } table.infobox img.thumbborder { text-align: center; display: block; margin: 0 auto; } .infobox-theater { width: 300px; }