MediaWiki:Common.css: Difference between revisions

From Wikiwaste
mNo edit summary
mNo edit summary
Line 15: Line 15:
}
}
h2 a:link {
h2 a:link {
color: white;
color: rgb(249, 163, 63);;
}
}


Line 23: Line 23:


h2 a:visited {
h2 a:visited {
color: white;
color: rgb(249, 163, 63);;
}
}



Revision as of 12:41, 31 January 2024

/* CSS placed here will be applied to all skins */
/* common stuff */
h1 .firstHeading .mw-firstHeading{
	color: rgb(249, 163, 63);
}

.vector-body h2 {
	/*background-color: #DE5D2D;*/
	padding: 5px 0 5px 0px;
	color:  rgb(249, 163, 63);
	border-bottom: 3px solid rgb(249, 163, 63);;
}
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
	background-color: white;
}
h2 a:link {
	color: rgb(249, 163, 63);;
}

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

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

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

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

a:visited {
	color: rgb(130, 150, 72);
}

a:link.external{
	color: rgb(249, 163, 63);
}
a:hover.external {
	color: rgb(222, 93, 45);
}

.external:visited {
	color: rgb(130, 150, 72);
}