MediaWiki:Monobook.css: Difference between revisions

no edit summary
No edit summary
No edit summary
(5 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 54: Line 56:
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 172: 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;
}
}