Difference between revisions of "MediaWiki:Common.css"
From Bidston Observatory
Jump to navigationJump to search| (17 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.wikitable img {float: left; | .wikitable img {float: left; | ||
| − | + | width: 60px; | |
| − | height: | + | height: 60px; |
object-fit: cover; | object-fit: cover; | ||
padding: 2px;} | 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 09: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;}