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 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */


h1 { font-size: 193%; }
a { color: #002BB8; }
a:visited { color: #5A3696; }
a:visited { color: #5A3696; }
p { margin: 0.6em 0 0.7em 0; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
h3 + dl, h4 + dl, h5 + dl {
margin-top: -0.1em;
margin-top: -0.1em;

Revision as of 03:04, October 24, 2020

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

a { color: #002BB8; }
a:visited { color: #5A3696; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
	margin-top: -0.1em;
}
.ns-talk p + dl, .ns-110 p + dl,
.rootpage-SmashWiki_Featured_content p + dl {
	margin-top: -0.4em;
}
.ns-talk dl + dl, .ns-110 dl + dl,
.rootpage-SmashWiki_Featured_content dl + dl {
	margin-top: -0.2em;
}

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	padding-left: 18px;
	background: url(/images/user.png) top left no-repeat;
}

#ca-edit a:after {
	content: ' this page';
}
#ca-talk.selected.new + #ca-edit a:after,
li[id^="ca-nstab"].selected.new + #ca-talk + #ca-edit a:after {
	content: ' page';
}

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

div.noarticletext {
	padding: 0;
	border: none;
}

.catlinks {
	margin-top: 10px;
}

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

/* Fix preferences tabs */
.client-js #preftoc a,
.client-js #preftoc a:active {
	padding: 0 0.7em;
}

/* Indicator icons */
.mw-indicators {
	top: 2px;
}
#mw-indicator-last {
	top: 9px;
}

/* Multimedia viewer */
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconedElement-icon.oo-ui-icon-check,
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check {
	display: none !important;
}