Difference between revisions of "MediaWiki:Common.css"

From Bidston Observatory
Jump to navigationJump to search
Line 9: Line 9:
 
blockquote {font-style: italic;}
 
blockquote {font-style: italic;}
  
.box {padding: 3px; background-image: repeating-linear-gradient(linear-gradient(140deg, fuchsia 0%, white 20%, fuchsia 40%, white 60%, fuchsia 80%; margin-bottom: 1em;}
+
.box {padding: 3px; background-image: linear-gradient(140deg, fuchsia 0%, white 20%, fuchsia 40%, white 60%, fuchsia 80%; margin-bottom: 1em;}

Revision as of 09:55, 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, fuchsia 0%, white 20%, fuchsia 40%, white 60%, fuchsia 80%; margin-bottom: 1em;}