MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */


#globalWrapper { background: none !important; }
#globalWrapper {
overflow: hidden;
background: none !important;
}
p { margin: 0.6em 0 0.7em 0; }
p { margin: 0.6em 0 0.7em 0; }
h3 + dl, h4 + dl, h5 + dl {
h3 + dl, h4 + dl, h5 + dl {
Line 31: Line 34:
position: relative;
position: relative;
background: transparent url(https://halo.wiki.gallery/images/pagebg.jpg) no-repeat center 65px !important;
background: transparent url(https://halo.wiki.gallery/images/pagebg.jpg) no-repeat center 65px !important;
}
@media all and (min-width: 551px) {
body.skin-monobook #p-logo, body.skin-monobook #p-logo a, body.skin-monobook #p-logo a:hover {
width: 196px;
height: 159px;
background: url(https://halo.wiki.gallery/images/logo-monobook.png) no-repeat 0 10px !important;
}
}
}


Line 238: Line 233:
.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;
}
}