MediaWiki:Monobook.css: Difference between revisions
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
(28 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
a { color: #002BB8; } | a { color: #002BB8; } | ||
a:visited { color: #5A3696; } | a:visited { color: #5A3696; } | ||
#globalWrapper { overflow: hidden; } | |||
.firstHeading { margin-top: 5px; } | |||
p { margin: 0.6em 0 0.7em 0; } | p { margin: 0.6em 0 0.7em 0; } | ||
h1 { font-size: 193%; } | h1 { font-size: 193%; } | ||
h3 | :is(h3, h4, h5) + dl { | ||
margin-top: -0.1em; | margin-top: -0.1em; | ||
} | } | ||
.ns-talk | :is(.ns-talk, .ns-110) p + dl, | ||
.rootpage-SmashWiki_Featured_content p + dl { | .rootpage-SmashWiki_Featured_content p + dl { | ||
margin-top: -0.4em; | margin-top: -0.4em; | ||
} | } | ||
.ns-talk | :is(.ns-talk, .ns-110) dl + dl, | ||
.rootpage-SmashWiki_Featured_content dl + dl { | .rootpage-SmashWiki_Featured_content dl + dl { | ||
margin-top: -0.2em; | margin-top: -0.2em; | ||
} | } | ||
li#pt- | @media all and (min-width: 551px) { | ||
li#pt- | body.skin-monobook li#pt-login, | ||
li#pt- | body.skin-monobook li#pt-userpage, | ||
body.skin-monobook li#pt-anonuserpage { | |||
padding-left: 18px; | |||
background: url(https://ssb.wiki.gallery/images/user.png) top left no-repeat; | |||
} | |||
} | |||
} | } | ||
#localNotice { | #localNotice { | ||
margin: -10px 0 | margin: -10px 0 13px; | ||
} | } | ||
Line 49: | Line 42: | ||
/* Fix footer spacing */ | /* Fix footer spacing */ | ||
#f-list { | body.skin-monobook #f-list { | ||
line-height: 17px; | line-height: 17px; | ||
} | } | ||
Line 65: | Line 58: | ||
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check { | .mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Responsive fix */ | |||
@media all and (max-width: 550px) { | |||
body.skin--responsive #sidebar .portlet[role="navigation"] { | |||
display: none !important; | |||
} | |||
} | } |
Latest revision as of 17:38, July 24, 2024
/* CSS placed here will affect users of the Monobook skin */
a { color: #002BB8; }
a:visited { color: #5A3696; }
#globalWrapper { overflow: hidden; }
.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
:is(h3, h4, h5) + dl {
margin-top: -0.1em;
}
:is(.ns-talk, .ns-110) p + dl,
.rootpage-SmashWiki_Featured_content p + dl {
margin-top: -0.4em;
}
:is(.ns-talk, .ns-110) dl + dl,
.rootpage-SmashWiki_Featured_content dl + dl {
margin-top: -0.2em;
}
@media all and (min-width: 551px) {
body.skin-monobook li#pt-login,
body.skin-monobook li#pt-userpage,
body.skin-monobook li#pt-anonuserpage {
padding-left: 18px;
background: url(https://ssb.wiki.gallery/images/user.png) top left no-repeat;
}
}
#localNotice {
margin: -10px 0 13px;
}
div.noarticletext {
padding: 0;
border: none;
}
.catlinks {
margin-top: 10px;
}
/* Fix footer spacing */
body.skin-monobook #f-list {
line-height: 17px;
}
/* Indicator icons */
.mw-indicators {
top: -4px;
}
#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;
}
/* Responsive fix */
@media all and (max-width: 550px) {
body.skin--responsive #sidebar .portlet[role="navigation"] {
display: none !important;
}
}