MediaWiki:Common.css: Difference between revisions
From Videogame Interface Wiki
|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */
| |
|
| |
|
| /* 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:22em;
| |
| }
| |
|
| |
| table#infobox hr {
| |
| border-bottom:1px gray dashed;
| |
| background:none;
| |
| }
| |
|
| |
| table#infobox img {
| |
| width:100%;
| |
| height:auto;
| |
| }
| |
|
| |
| table#infobox th {
| |
| vertical-align:top;
| |
| }
| |
|
| |
| /* Make signup captcha question clearer */
| |
| .mw-htmlform-field-HTMLInfoField.mw-ui-vform-field > label {
| |
| background:yellow;
| |
| display:block;
| |
| margin-bottom:1em;
| |
| }
| |
Latest revision as of 03:34, 8 April 2023