Difference between revisions of "MediaWiki:Common.css"
From Meekipedia
m |
m |
||
Line 16: | Line 16: | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
− | + | th pre { | |
border: 0 solid black; | border: 0 solid black; | ||
+ | background-color: transparent; | ||
} | } | ||
.infobox caption { | .infobox caption { |
Revision as of 14:24, 20 February 2010
/* CSS placed here will be applied to all skins */ /* <pre><nowiki> */ /* Infobox template style */ .infobox { border: 0px solid #aaa; background-color: #ffdab7; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } th pre { border: 0 solid black; background-color: transparent; } .infobox caption { font-size: larger; } /* </nowiki></pre> */