Difference between revisions of "MediaWiki:Common.css"

From Bidston Observatory
Jump to navigationJump to search
 
(14 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
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 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;}