MediaWiki:Monobook.css

From the Super Mario Wiki, the Mario encyclopedia
Revision as of 10:21, March 11, 2020 by Porplemontage (talk | contribs)
Jump to navigationJump to search

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 Monobook skin */

/* <h2> All pages </h2> */

#globalWrapper { background: none !important; }
h1 { font-size: 193%; }
p { margin: 0.6em 0 0.7em 0; }
h3 + dl, h4 + dl, h5 + dl {
	margin-top: -0.1em;
}
.ns-talk p + dl, .ns-4 p + dl, .ns-110 p + dl {
	margin-top: -0.4em;
}
.ns-talk dl + dl, .ns-4 dl + dl, .ns-110 dl + dl {
	margin-top: -0.2em;
}

/* <h3> Interface elements </h3> */

body {
	background: #f9f9f9 url(/images/mariowikiheadbg.png) repeat;
}

.pBody, 
.portlet h3, 
ul#f-list {
	font-family: verdana;
}

#p-personal a.new {
	color: #f00;
}
#p-personal a.new:visited {
	color: #c00;
}

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	color: #606060;
	background: url(/images/mushroom.gif) top left no-repeat;
	padding: 1px 0 2px 20px;
	line-height: 17px;
}

#siteNotice {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 3px 2px 2px 2px;
	margin: -2px 0 11px;
}

#firstHeading {
	margin-top: -2px;
}

body.page-Main_Page.action-view #bodyContent {
	margin-top: -30px;
}
body.page-Main_Page.action-view #siteNotice {
	margin-bottom: 28px;
}

#p-cactions ul li,
#p-cactions ul li a,
#p-cactions li.selected,
#p-cactions li.selected a {
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}

div.pBody {
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}

#p-cactions li {
	padding-bottom: 1em;
	border-top-left-radius: .72em !important;
	border-top-right-radius: .72em !important;
}

input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #2f6fab; 
	font-weight: normal;
} 
#searchGoButton {
	font-weight: normal;
}
#searchInput {
	border: 1px solid #2f6fab;
} 

input[type="radio"], 
input[type="checkbox"] {
	border: none;
}

select {
	border: 1px solid #2f6fab;
	color: black;
}

#content {
	margin: 2.8em 0 0 12.2em;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}

#p-cactions {
	left: 11.7em;
}

.portlet {
	width: 11.8em;
}

#p-personal li a:hover {
	background-color: none;
	text-decoration: underline;
}

#p-cactions li a {
	color: #00c;
}
#p-cactions .new a {
	color: #c00;
}

.pBody {
	z-index: 3 !important;
}

/* <h3> Page content </h3> */

/* Links */
a, #whosonline a:active, #whosonline a:visited { color: #00f; }
a:active { color: orange; }
a:visited { color: #00c; }
.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3366BB; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #0044CC; }

/* Fix footer spacing */
#f-list {
	line-height: 17px;
}

/* Fix preferences tabs */
.client-js #preftoc a,
.client-js #preftoc a:active {
	padding: 0 0.7em;
}

/* <h3> April Fools </h3> */
[class*="page-MarioWiki_BJAODN_April_Fool_s_2017"] {
	background-image: url(/images/2/2f/Crashwikiheadbg.png);
}