MediaWiki:Monobook.css: Difference between revisions
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
Serpent King (talk | contribs) (Undid edit by Serpent King: ) Tag: Undo |
No edit summary |
||
Line 2: | Line 2: | ||
h1 { font-size: 193%; } | h1 { font-size: 193%; } | ||
p { margin: 0.6em 0 0.7em 0; } | p { margin: 0.6em 0 0.7em 0; } | ||
h3 + dl, h4 + dl, h5 + dl { | |||
margin-top: -0.1em; | |||
} | |||
.ns-talk p + dl, .ns-4 p + dl, .ns-110 p + dl { | .ns-talk p + dl, .ns-4 p + dl, .ns-110 p + dl { | ||
margin-top: -0.4em; | margin-top: -0.4em; |
Revision as of 12:36, May 18, 2019
/* CSS placed here will affect users of the Monobook skin */
h1 { font-size: 193%; }
p { margin: 0.6em 0 0.7em 0; }
h3 + dl, h4 + dl, h5 + dl {
margin-top: -0.1em;
}
.ns-talk p + dl, .ns-4 p + dl, .ns-110 p + dl {
margin-top: -0.4em;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
padding-left: 20px;
background: url(/images/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;
}
/* Fix preferences tabs */
.client-js #preftoc a,
.client-js #preftoc a:active {
padding: 0 0.7em;
}