MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
font-size: 1em; | font-size: 1em; | ||
text-align: left; | text-align: left; | ||
font-weight: bold; | |||
margin-bottom: 0; | |||
} | |||
.infobox-subtitle { | |||
margin-top: 0; | |||
margin-bottom: 1.5em; | |||
} | |||
.infobox-credit p { | |||
margin: 0; | |||
} | } | ||
.infobox-image { | .infobox-image { |
Revision as of 10:14, 14 May 2020
/* CSS placed here will be applied to all skins */ .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 200px; } .infobox-title { font-size: 1em; text-align: left; font-weight: bold; margin-bottom: 0; } .infobox-subtitle { margin-top: 0; margin-bottom: 1.5em; } .infobox-credit p { margin: 0; } .infobox-image { text-align: center; } .infobox th { text-align: left; vertical-align: top; } .infobox td { vertical-align: top; }