To create a page. Send a message
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 8: | Line 8: | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
width: | width: 22em; | ||
font-size: 100%; | font-size: 100%; | ||
line-height: 1.5em; | line-height: 1.5em; |
Revision as of 02:36, 29 August 2025
/* CSS for Infoboxes */ .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; width: 22em; font-size: 100%; line-height: 1.5em; } .infobox-title { font-size: 125%; font-weight: bold; text-align: center; background-color: #578017; padding: 10px 0.2em; } .infobox-image { text-align: center; padding: 0.3em; } .infobox-heading { background-color: #ddf; text-align: center; font-weight: bold; } .infobox-label { width: 30%; padding: 0.2em; vertical-align: top; text-align: left; font-weight: bold; } .infobox-data { width: 70%; padding: 0.2em; vertical-align: top; }