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, #site-tools, #page-tools {
background:#edc99f!important;
background:#edc99f!important;
border:1px solid #01017c!important;
border:1px solid #01017c!important;
border-radius:5px;
border-radius:5px;
}
}
#site-navigation a {
#site-navigation a, #site-tools a, #page-tools a {
color: #0400f8!important;
color: #0400f8!important;
padding-left:5px;
}
}
#site-navigation h3 {
#site-navigation h3, #site-tools h3, #page-tools h3 {
color:#01017c!important;
color:#fff!important;
font-weight:800!important;
font-weight:800!important;
font-size: 1.05em!important;
font-size: 1.05em!important;
border-bottom:1px solid #01017c!important;
border-bottom:0!important;
margin-top:0!important;
background:#01017c!important;
padding-top:5px;
padding-left:5px;
padding-bottom:5px!important;
}
@media only screen and (min-width: 1101px) {
#p-logo-text{
display:none;
}
#p-search {
opacity:0;
pointer-events: none;
background:white;
}
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
padding:0!important;
}
}

Revision as of 20:39, 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, #site-tools, #page-tools {
	background:#edc99f!important;
	border:1px solid #01017c!important;
	border-radius:5px;
}
#site-navigation a, #site-tools a, #page-tools a {
	color: 	#0400f8!important;
	padding-left:5px;
}
#site-navigation h3, #site-tools h3, #page-tools h3 {
	color:#fff!important;
	font-weight:800!important;
	font-size: 1.05em!important;
	border-bottom:0!important;
	margin-top:0!important;
	background:#01017c!important;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px!important;
}
@media only screen and (min-width: 1101px) {
#p-logo-text{
	display:none;
}
#p-search {
	opacity:0;
	pointer-events: none;
	background:white;
}
}
#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
	padding:0!important;
}