Difference between revisions of "MediaWiki:Common.css"
From Bidston Observatory
Jump to navigationJump to search (Created page with "→CSS placed here will be applied to all skins: .wikitable img {border: red 2px solid}") |
|||
(19 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 */ | ||
− | .wikitable img { | + | .wikitable img {float: left; |
+ | width: 60px; | ||
+ | height: 60px; | ||
+ | object-fit: cover; | ||
+ | padding: 2px;} | ||
+ | |||
+ | blockquote {font-style: italic;} | ||
+ | |||
+ | .box {padding: 3px; background-image: linear-gradient(140deg, hotpink 0%, white 50%, hotpink 75%); margin-bottom: 1em;} |
Latest revision as of 10:00, 17 April 2022
/* CSS placed here will be applied to all skins */ .wikitable img {float: left; width: 60px; height: 60px; object-fit: cover; padding: 2px;} blockquote {font-style: italic;} .box {padding: 3px; background-image: linear-gradient(140deg, hotpink 0%, white 50%, hotpink 75%); margin-bottom: 1em;}