MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .infobox { border: 1px #ff5951 solid; }" |
No edit summary |
||
Line 3: | Line 3: | ||
.infobox { | .infobox { | ||
border: 1px #ff5951 solid; | border: 1px #ff5951 solid; | ||
width: 270px; | |||
float: right; | |||
} | |||
.infobox-title { | |||
text-align: center; | |||
font-size: 2em; | |||
background-color: #ff5951; | |||
color: #111; | |||
} | |||
.infobox-image { | |||
text-align: center; | |||
} | |||
.infobox-parameter { | |||
text-align: left; | |||
} | } |