Site notice
Welcome! Please check To-Do List to see what pages need help, who is working on what, etc.

Difference between revisions of "MediaWiki:Timeless.css"

From Mega Man Wiki
Line 6: Line 6:
border-bottom: solid 4px #0001cb!important;
border-bottom: solid 4px #0001cb!important;
}
}
.site-navigation {
#site-navigation {
background:#edc99f!important;
background:#edc99f!important;
border:1px solid #01017c;
border:1px solid #01017c!important;
border-radius:5px;
}
#site-navigation a {
color: #0400f8!important;
}
#site-navigation h3 {
color:#01017c!important;
font-weight:800!important;
font-size: 1.05em!important;
border-bottom:1px solid #01017c!important;
}
}

Revision as of 20:03, 30 September 2020

/* CSS placed here will affect users of the Timeless skin */
#p-logo-text a {
	font-size:1.50em!important;
}
.mw-body h1.firstHeading {
	border-bottom: solid 4px #0001cb!important;
}
#site-navigation {
	background:#edc99f!important;
	border:1px solid #01017c!important;
	border-radius:5px;
}
#site-navigation a {
	color: 	#0400f8!important;
}
#site-navigation h3 {
	color:#01017c!important;
	font-weight:800!important;
	font-size: 1.05em!important;
	border-bottom:1px solid #01017c!important;
}