MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
m (Smaller font-size for references)
m (Attempt to create a better blockquote style)
Line 14: Line 14:
.references {
.references {
font-size:90%;
font-size:90%;
}
blockquote {
border-left: 3px solid #eee;
padding: 8px 16px;
font-size: 95%;
}
}

Revision as of 12:56, 29 March 2022

/* All CSS here will be loaded for users of the Vector skin */
.mw-body {
	border: 1px solid #c8ccd1;
}

.vector-menu-tabs a {
	background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#c8ccd1 100%)
}

.vector-menu-tabs li {
	background-image: linear-gradient(to top,#c8ccd1 0,#eee 1px,#fff 100%);
}

.references {
	font-size:90%;
}

blockquote {
	border-left: 3px solid #eee;
	padding: 8px 16px;
	font-size: 95%;
}