MediaWiki:Monobook.css: Difference between revisions

no edit summary
(add)
No edit summary
 
(36 intermediate revisions by 2 users not shown)
Line 1:
/* All CSS placed here will be loaded foraffect users of the MonoBookMonobook skin */
 
/* <h2> All pages </h2> */
 
#globalWrapper { background: none !important; }
overflow: clip;
background: none !important;
.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h3 + dl, h4 + dl, h5 + dl {
margin-top: -0.1em;
}
.ns-talk p + dl, .ns-110 p + dl,
 
.rootpage-Nintendo_Wiki_Proposals p + dl,
/* classic font */
.rootpage-Nintendo_Wiki_Featured_articles p + dl,
body {
.rootpage-Nintendo_Wiki_Changing_username p + dl {
font-family: verdana;
margin-top: -0.4em;
}
.ns-talk dl + dl, .ns-110 dl + dl,
 
.rootpage-Nintendo_Wiki_Proposals dl + dl,
#content h1,
.rootpage-Nintendo_Wiki_Featured_articles dl + dl,
#content h2 {
.rootpage-Nintendo_Wiki_Changing_username dl + dl {
font-family: verdana;
margin-top: -0.2em;
 
/* general customization */
body {
background: url(https://static.miraheze.org/nintendowiki/6/62/Nwbkgd.png);
 
body.skin--responsive .portlet {
width: 11.8em;
}
 
/* <h3> Interface elements </h3> */
 
body { background: #f6f6f6; }
 
body.skin-monobook .pBody,
body.skin-monobook .portlet h3,
body.skin-monobook #footer #f-list {
font-family: verdana, sans-serif;
}
 
body.skin--responsivemonobook .portlet h3 { color:#FFF;}
 
body.skin-monobook #p-personal a.new {
Line 54 ⟶ 58:
#localNotice { margin: 0; }
#localNotice hr { background: #ccc; }
 
/* Main page */
body.page-Main_Page .pds-vote {
padding-bottom: 2px !important;
body.anon #mw-content-text > .mw-parser-output {
margin-top: -0.5px !important;
}
 
body.skin-monobook #searchGoButtonp-cactions {ul li,
body.skin-monobook #p-cactions ul li a,
body.skin-monobook #p-cactions li.selected,
body.skin-monobook #p-cactions li.selected a {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
 
body.skin-monobook input.searchButton {
Line 62 ⟶ 82:
padding: 0 0.4em !important;
}
body.skin-monobook #searchButton, {
body.skin-monobook #searchGoButton {
font-weight: normal;
}
Line 82 ⟶ 101:
 
@media all and (min-width: 551px) {
#content h1, {
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
}
body.skin-monobook li#pt-login,
body.skin-monobook li#pt-userpage,
body.skin-monobook li#pt-anonuserpage {
color: #606060;
background: url(https://static.miraheze.org/nintendowiki/60/620b/NwbkgdMushroom.pnggif) top left no-repeat;
padding: 1px 0 2px 20px;
line-height: 17px;
}
body.skin-monobook div.pBody {
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
}
body.skin-monobook #p-cactions li {
padding-bottom: 1em;
border-top-left-radius: .72em !important;
border-top-right-radius: .72em !important;
}
}
 
body.mediawiki {
background: linear-gradient(to bottom, #d50707 1%,#370000 89%) no-repeat;
background-color: #370000;
}
 
Line 105 ⟶ 140:
color: #00f;
}
 
body.skin-monobook #p-personal li a:hover {
background-color: transparentnone;
text-decoration: underline;
}
Line 129 ⟶ 163:
a:visited { color: #00c; }
.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3366BB36b; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #0044CC04c; }
 
/* Fix footer spacing */
Line 140 ⟶ 174:
/* Indicator icons */
.mw-indicators {
height: 0;
top: -10px;
}
Line 153 ⟶ 188:
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check {
display: none !important;
}
 
/* user links */
@media all and (min-width: 551px) {
body.skin-monobook #p-personal ul {
background: #FFFFFF;
border-left: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-bottom-left-radius:1em;
width: 11.8emauto;
display: inline;
position: absolute;
right: 0;
padding-left: 0px;
padding-bottom: 0px;
margin-top: 0px;
}
body.skin-monobook li#pt-login,
body.skin-monobook li#pt-userpage,
body.skin-monobook li#pt-anonuserpage {
color: #606060;
padding: 1px 0 2px 20px;
line-height: 20px;
}
}
 
/* Responsive fix */
@media all and (max-width: 550px) {
body.skin--responsive #sidebar .portlet[role="navigation"] {
display: none !important;
}
}
 
/* put search barSearch up top */
#sidebar {
display: flex;
flex-direction: column;
}
#p-search {
order: -1;
}