MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
float: right; | float: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 200px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: 1.5em; | font-size: 1.5em; | ||
text-align: center; | text-align: center; | ||
background | background: rgba(0, 0, 0, .15); | ||
} | } | ||
.infobox-subtitle { | .infobox-subtitle { | ||
font-size: 1em; | font-size: 1em; | ||
text-align: center; | text-align: center; | ||
background | background: rgba(0, 0, 0, .15); | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
} | } |
Revision as of 12:01, 3 March 2024
.infobox { float: right; margin: 0 0 1em 1em; padding: 1em; width: 200px; } .infobox-title { font-size: 1.5em; text-align: center; background: rgba(0, 0, 0, .15); } .infobox-subtitle { font-size: 1em; text-align: center; background: rgba(0, 0, 0, .15); } .infobox-image { text-align: center; }