MediaWiki:Common.css: Difference between revisions

From Wikiwaste
mNo edit summary
mNo edit summary
Line 4: Line 4:
.vector-body h2 {
.vector-body h2 {
background-color: #F9A33F;
background-color: #F9A33F;
padding: 5px 0px 5px 10px;
padding: 5px 0 5px 10px;
color: white;
color: white;
border-style: none;
border-style: none;
}
a:link {
color: rgb(249, 163, 63);
}
a:hover {
color: rgb(222, 93, 45);
}
a:visited {
color: rgb(208, 225, 116);
}
}

Revision as of 09:43, 30 January 2024

/* CSS placed here will be applied to all skins */
/* common stuff */

.vector-body h2 {
	background-color: #F9A33F;
	padding: 5px 0 5px 10px;
	color: white;
	border-style: none;
}

a:link {
	color: rgb(249, 163, 63);
}

a:hover {
	color: rgb(222, 93, 45);
}

a:visited {
	color: rgb(208, 225, 116);
}