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

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:#e6eef6!important;
	border:1px solid #124791!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:#124791!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;
}
.color-left, .color-middle, .color-right {
	background:#01017c!important;
}
@media only screen and (min-width: 1100px) {
#mw-content, #content-bottom-stuff {
    margin-top: 192px;
}
}
#mw-header-nav-hack, #mw-header-hack {
	display:none;
}
body #mw-header-nav-hack, body #mw-header-hack {
	background:#fff;
}

#mw-content-container {
	border-bottom:0!important;
	background-image: url('https://cdn.megamanwiki.com/3/32/MM2_-_Group_Art.png'), url('https://cdn.megamanwiki.com/BlueSquare.png')  !important;
	background-repeat:no-repeat, repeat;
    background-position: center -30px;
    background-color: #4874AF;
    background-size: 500px, 120px;

}

.mw-body h1.firstHeading {
	border-bottom-color:#01017c!important;
}
#mw-content {
	border-radius: 5px!important;
    /*color: #fff!important;*/
    background:#e6eef6!important;
    border:1px solid #01017c!important;
}
body #mw-header-hack {
	background:#fff!important;
}
.wikitable > * > tr > th {
	background:#124791!important;
	color:#fff!important;
}

/* Larger minimum thumb frame width and center images */
.thumbinner {
	min-width: 118px;
	text-align: center;
}