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 19: Line 19:
}
}


.page-Main_Page #localNotice {
.page-Main_Page.action-view #localNotice {
margin-bottom: 22px;
margin-bottom: 22px;
}
}

Revision as of 02:00, August 19, 2016

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

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

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

.catlinks {
	margin-top: 10px;
}

#localNotice {
	margin: -10px 0 -1px 0;
}

.page-Main_Page.action-view #localNotice {
	margin-bottom: 22px;
}

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