MediaWiki:Monobook.css: Difference between revisions

no edit summary
No edit summary
No edit summary
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:
/* <h2> All pages </h2> */
/* <h2> All pages </h2> */


body a.new[href^="/Mw:"] { color: #06f !important; }
#globalWrapper {
#globalWrapper { background: none !important; }
overflow: clip;
background: none !important;
}
.firstHeading { margin-top: 5px; }
.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
p { margin: 0.6em 0 0.7em 0; }
Line 51: Line 53:
#localNotice hr { background: #ccc; }
#localNotice hr { background: #ccc; }


body.page-Main_Page.action-view #bodyContent {
/* Main page */
margin-top: -17px;
}
body.page-Main_Page.action-view #siteNotice {
margin-bottom: 32px;
}
body.page-Main_Page .pds-vote {
body.page-Main_Page .pds-vote {
padding-bottom: 2px !important;
padding-bottom: 2px !important;
}
body.anon #mw-content-text > .mw-parser-output {
margin-top: -0.5px !important;
}
}


Line 143: Line 143:
body.skin-monobook .pBody {
body.skin-monobook .pBody {
z-index: 3 !important;
z-index: 3 !important;
}
/* Echo extension */
#pt-notifications-alert .mw-echo-notifications-badge,
#pt-notifications-notice .mw-echo-notifications-badge {
height: 16px;
}
}


Line 183: Line 177:
.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;
}
/* Advanced search */
.oo-ui-fieldLayout.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field,
.oo-ui-fieldLayout.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field {
width: 59% !important;
}
.mw-advancedSearch-namespaceFilter .oo-ui-tagMultiselectWidget-handle {
border: 0 !important;
}
.mw-advancedSearch-namespaceFilter {
top: 0 !important;
}
}