Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 12: | Line 12: | ||
font-size: 1.5em; | font-size: 1.5em; | ||
text-align: center; | text-align: center; | ||
− | |||
} | } | ||
.infobox-image { | .infobox-image { | ||
Line 24: | Line 23: | ||
.infobox-nickname { | .infobox-nickname { | ||
text-align: center; | text-align: center; | ||
− | + | font-style: italic; | |
} | } | ||
.infobox th { | .infobox th { | ||
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
− | |||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Revision as of 21:17, 2 April 2020
/* CSS placed here will be applied to all skins */ .infobox { background: #fdfdfd; border: 1px solid #aaa; border-radius: 2px; float: right; margin: 0 0 1em 1em; padding: 1em; width: 300px; } .infobox-title { font-size: 1.5em; text-align: center; } .infobox-image { text-align: center; border: 1px solid #aaa; border-radius: 2px; } .infobox-table { width: 100%; } .infobox-nickname { text-align: center; font-style: italic; } .infobox th { text-align: right; vertical-align: top; } .infobox td { vertical-align: top; }