MediaWiki:Common.css: Difference between revisions
From Artisans Asylum Wiki
Acharlwood (talk | contribs) No edit summary |
Acharlwood (talk | contribs) (Made the warning box a little wider) |
||
(16 intermediate revisions 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 { | ||
background-color: # | background-color: #F3F3F3; | ||
border: | border: 1px solid #AAA; | ||
float: right; | float: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: | padding: 0.2em; | ||
width: 400px; | width: 400px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: 1.5em; | |||
font-size: 1.5em; | font-weight: bold; | ||
text-align: center; | |||
} | } | ||
.infobox-subtitle { | .infobox-subtitle { | ||
font-size: 1em; | font-size: 1em; | ||
text-align: center; | font-weight: bold; | ||
background-color: # | text-align: center; | ||
background-color: #d5e5f0; | |||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
background-color: #ebebeb; | background-color: #ebebeb; | ||
} | |||
.infobox-image img{ | |||
vertical-align: unset; | |||
} | |||
.warningbox { | |||
background-color: #F3F3F3; | |||
border: 3px solid #ff0000; | |||
width:55%; | |||
margin-left:15%; | |||
text-align: left; | |||
} | |||
.warningbox-text { | |||
text-align: left; | |||
font-weight: normal; | |||
} | |||
.plainlinks-imbox { | |||
border: 3px solid #1e90ff; | |||
width:49%; | |||
margin-left:25%; | |||
text-align: left; | |||
background-color:#f9f9f9; | |||
} | |||
.plainlinks-imbox-text { | |||
text-align: left; | |||
font-weight: normal; | |||
} | } |
Latest revision as of 16:33, 8 November 2024
/* CSS placed here will be applied to all skins */ .infobox { background-color: #F3F3F3; border: 1px solid #AAA; float: right; margin: 0 0 1em 1em; padding: 0.2em; width: 400px; } .infobox-title { font-size: 1.5em; font-weight: bold; text-align: center; } .infobox-subtitle { font-size: 1em; font-weight: bold; text-align: center; background-color: #d5e5f0; } .infobox-image { text-align: center; background-color: #ebebeb; } .infobox-image img{ vertical-align: unset; } .warningbox { background-color: #F3F3F3; border: 3px solid #ff0000; width:55%; margin-left:15%; text-align: left; } .warningbox-text { text-align: left; font-weight: normal; } .plainlinks-imbox { border: 3px solid #1e90ff; width:49%; margin-left:25%; text-align: left; background-color:#f9f9f9; } .plainlinks-imbox-text { text-align: left; font-weight: normal; }