MediaWiki:Common.css: Difference between revisions
From Videogame Interface Wiki
(max-width) |
(Make signup captcha question clearer) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Make signup captcha question clearer */ | |||
div.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field > label { | |||
background:yellow; | |||
display:block; | |||
margin-bottom:1em; | |||
} | |||
/* Infobox testing */ | |||
table#infobox { | table#infobox { | ||
border:grey 1px dashed; | border:grey 1px dashed; |
Revision as of 08:42, 18 August 2022
/* CSS placed here will be applied to all skins */ /* Make signup captcha question clearer */ div.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field > label { background:yellow; display:block; margin-bottom:1em; } /* Infobox testing */ table#infobox { border:grey 1px dashed; border-radius:1em; border-spacing:1em 0.5em; display:block; float:right; margin:0 0 1em 1em; padding:1em; text-align:left; width:auto max-width:24em;; } table#infobox hr { border-bottom:1px gray dashed; background:none; } table#infobox th { vertical-align:top; }