MediaWiki:Monobook.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
(tab)
(Add)
Tag: Reverted
Line 5: Line 5:
}
}


body.skin--responsive .pBody {
.portlet {
width: 11.8em;
width: 11.8em;
}
}

Revision as of 03:29, December 8, 2021

/* All CSS here will be loaded for users of the MonoBook skin */

body {
    background: url(https://static.miraheze.org/nintendowiki/6/62/Nwbkgd.png);
}

body.skin--responsive .pBody {
    width: 11.8em;
}

/* search button */

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;
}

/* user link colors */
#p-personal a.new {
	color: #f00;
}
#p-personal a.new:visited {
	color: #c00;
}
#p-personal li a {
	color: #00f;
}
#p-personal li a:hover {
	background-color: none;
	text-decoration: underline;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
	color: #606060;
}

/* tab link colors */
#p-cactions li a {
	color: #00c;
}
#p-cactions .new a {
	color: #c00;
}