User:Arucard/monobook.css

From the Super Mario Wiki, the Mario encyclopedia
Revision as of 15:45, July 17, 2012 by Arucard (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> */

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

#p-logo a {
	background: url(/images/mariowiki.png) 35% 50% no-repeat !important;
}

/* #n-Anniversary {
	display: none;
} */

body {
	background: #060606;
}

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

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

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

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

textarea {
	background: #000000; 
}

#file img, 
.ns-6 .wikitable.filehistory img {
	background: url(/images/Checker-16x16.png) repeat scroll 0 0 transparent;
	border: 1px solid white;
}

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

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

.ns-104 div.thumb {
	border-color: transparent;
}

html .thumbimage {
	background: black;
}

div.tright {
	margin: 0 0 0.8em 1.4em;
}
div.tleft {
	margin: 0 1.4em 0.8em 0;
}

.catlinks {
	background: #060606;
	margin-top: 10px;
}

#catlinks li {
    margin: 0.28em 0;
    line-height: 1em;
}

#p-cactions ul li,
#p-cactions ul li a,
#p-cactions li.selected,
#p-cactions li.selected a {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	khtml-border-top-left-radius: 1em;
	khtml-border-top-right-radius: 1em;
	-icab-border-top-left-radius: 1em;
	-icab-border-top-right-radius: 1em;
}

div.pBody {
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	khtml-border-top-right-radius: 1em;
	khtml-border-bottom-right-radius: 1em;
	-icab-border-top-right-radius: 1em;
	-icab-border-bottom-right-radius: 1em;
}

#p-cactions li {
	padding-bottom: 1em;
	-moz-border-radius-topleft: .72em !important;
	-moz-border-radius-topright: .72em !important;
	-webkit-border-top-left-radius: .72em !important;
	-webkit-border-top-right-radius: .72em !important;
	border-top-left-radius: .72em !important;
	border-top-right-radius: .72em !important;
	khtml-border-top-left-radius: .72em !important;
	khtml-border-top-right-radius: .72em !important;
	-icab-border-top-left-radius: .72em !important;
	-icab-border-top-right-radius: .72em !important;
}

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

#searchGoButton {
	font-weight: normal;
}

#searchInput {
	border: 1px solid #D09054; 
} 

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

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

#content {
	margin: 2.8em 0 0 12.2em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	khtml-border-top-left-radius: 1em;
	khtml-border-bottom-left-radius: 1em;
	-icab-border-top-left-radius: 1em;
	-icab-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> */

a {
	color: #00f; 
}

a:visited {
	color: #909; 
}

a:active {
	color: orange; 
}

p {
	margin: 0.9em 0em 1em 0em; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: black;
	margin: 0px;
}

pre {
	border: 1px dashed #06f;
	overflow: auto;
}

.ns-0 pre, .ns-14 pre, .ns-102 pre, .ns-6 pre, .ns-104 pre {
	width: 600px;
}

#bodyContent h1, 
#bodyContent h2, 
#bodyContent h3, 
#bodyContent h4, 
#bodyContent h5 {
	margin-bottom: 0.6em;
}

.ipa {
	font-family: "Arial Unicode MS","Charis SIL","DejaVu Sans",Gentium,"Lucida Sans Unicode","TITUS Cyberbit","DoulosSIL",Arial;
}

blockquote {
	border-left: 3px solid #06f;
	margin-left: 2em;
	padding-left: 1em;
}

ol.references {
	font-size: 90%;
}

.references-small {
	font-size: 80%; 
}

ol.references > li:target {
	background-color: #ddeeff; 
}

sup.reference:target {
	background-color: #ddeeff; 
}

.references {
	font-size: 92%; 
}

table.gallery .gallerybox .gallerytext {
	text-align: center;
}

table.gallery .gallerybox .gallerytext p {
	margin: 0;
}

table.gallery {
	margin: 2px auto;
}

#bodyContent a.extiw {
	color: #06f; 
}

#bodyContent a.extiw:visited {
	color: #6666BB; 
}

#bodyContent a.external {
	color: #06f; 
}

#bodyContent a.external:visited {
    color: #0044CC;
}

.ns-3 [style*="position:fixed"] {
	display: none;
}