MediaWiki:Monobook.css: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
li#pt-login {
li#pt-login {
background: url(/images/d/db/User.png) top left no-repeat;
background: url(/images/d/db/User.png) top left no-repeat;
}
li#pt-createaccount {
text-transform: none;
}
}



Revision as of 18:58, December 13, 2012

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

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: url(/images/d/db/User.png) top left no-repeat;
}

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

.catlinks {
	margin-top: 10px;
}

#localNotice {
	margin-bottom: -15px;
}

.page-Main_Page #localNotice {
	margin-bottom: 20px;
}