MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Tag: Undo |
No edit summary |
||
Line 1: | Line 1: | ||
. | .infobox { | ||
background: #eee; | |||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
float: right; | |||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; width: 400px; | padding: 1em; | ||
} | width: 400px; | ||
.infobox-title { | } | ||
.infobox-title { | |||
text-align: center; | font-size: 2em; | ||
} | text-align: center; | ||
.infobox-image { | } | ||
.infobox-image { | |||
text-align: center; | |||
} | } | ||
.infobox th { | .infobox th { | ||
text-align: | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
width: 120px; | width: 120px; | ||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top | vertical-align: top; | ||
} | } |
Revision as of 23:53, 1 January 2022
.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; }