MediaWiki talk:Common.css

Discussion page of MediaWiki:Common.css
Revision as of 15:13, 8 June 2021 by Ben (talk | contribs) (Created page with "Could someone with permissions add the following CSS for Template:Infobox <nowiki>.infobox { background: #eee; border: 1px solid #aaa; float: right; margi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Could someone with permissions add the following CSS for Template:Infobox

.infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: right; vertical-align: top; width: 120px; } .infobox td { vertical-align: top; } Ben (talk) 15:13, 8 June 2021 (UTC)