MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Searsandrew (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page h1 { display: none; } .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; font-size: 88%; line-height: 1.5em; width: 306px; } .infobox-title { font-size: 1.25em; text-align: center; } .infobox-image { text-align: center; } .infobox-heading { background-color: #C...") |
Searsandrew (talk | contribs) No edit summary |
||
(One intermediate revision by the same 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 { | ||
Line 25: | Line 23: | ||
.infobox-heading { | .infobox-heading { | ||
background-color: # | background-color: #ebf0f6; | ||
text-align: center; | text-align: center; | ||
vertical-align: middle; | vertical-align: middle; | ||
font-size: | font-size: 85%; | ||
text-transform: uppercase; | |||
font-weight: 900; | |||
letter-spacing: 1px; | |||
} | } | ||
Latest revision as of 21:15, 12 July 2023
/* CSS placed here will be applied to all skins */ .infobox { border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; font-size: 88%; line-height: 1.5em; width: 306px; } .infobox-title { font-size: 1.25em; text-align: center; } .infobox-image { text-align: center; } .infobox-heading { background-color: #ebf0f6; text-align: center; vertical-align: middle; font-size: 85%; text-transform: uppercase; font-weight: 900; letter-spacing: 1px; } .infobox-above, .infobox-title, caption { font-weight: bold; } .infobox th { text-align: right; vertical-align: top; width: 120px; } .infobox td { vertical-align: top; } .infobox .subheading { background: rgb(5,67,113); background: linear-gradient(180deg, rgba(5,67,113,1) 0%, rgba(0,157,222,1) 100%); color: white; font-weight: 800; text-align: center; vertical-align: center; font-size: 105%; }