MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em;...") |
m (19 revisions imported) |
||
(18 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.infobox { | .infobox { | ||
background: # | background: #c2dfff; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
float: right; | float: right; | ||
padding: 0em; | |||
padding: | |||
width: 400px; | width: 400px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: | font-size: 1.25em; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Line 16: | Line 15: | ||
} | } | ||
.infobox th { | .infobox th { | ||
text-align: | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
width: | width: 140px; | ||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Latest revision as of 12:09, 19 July 2022
/* CSS placed here will be applied to all skins */ .infobox { background: #c2dfff; border: 1px solid #aaa; float: right; padding: 0em; width: 400px; } .infobox-title { font-size: 1.25em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: left; vertical-align: top; width: 140px; } .infobox td { vertical-align: top; }