MediaWiki:Monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 6: Line 6:


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



Revision as of 00:51, April 1, 2017

/* CSS placed here will affect users of the Monobook skin */

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

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

body {
	background: #f9f9f9 url(/images/2/2f/Crashwikiheadbg.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;
}

li#pt-createaccount {
	text-transform: none;
}

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

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

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 {
	-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 #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;
	-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: #00c;
}

a:active {
	color: orange;
}

p {
	margin: 0.6em 0 0.7em 0;
}

h1 {
	font-size: 193%;
}

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

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

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

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

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