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

MediaWiki:Timeless.css

From Mega Man Wiki
Revision as of 20:40, 30 September 2020 by Chownk (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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, #catlinks-sidebar {
	background:#edc99f!important;
	border:1px solid #01017c!important;
	border-radius:5px;
}
#site-navigation a, #site-tools a, #page-tools a, #catlinks-sidebar a {
	color: 	#0400f8!important;
	padding-left:5px;
}
#site-navigation h3, #site-tools h3, #page-tools h3, #catlinks-sidebar 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;
}