MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
m Protected "MediaWiki:Common.css": Allow only admins to touch common CSS ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Technochips (talk | contribs) fixed infoboxes. temporary color scheme taken from tf2 wiki |
||
| Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
border: 1px solid #79542B; | |||
float: right; | |||
width: 21em; | |||
margin: 0 0 1em 1em; | |||
background-color: #FFFCF7; | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: 2em; | |||
text-align: center | |||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | |||
} | } | ||
.infobox th { | .infobox th { | ||
background-color: #F9D483; | |||
vertical-align: top; | |||
width: 120px; | |||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top | |||
} | } | ||