MediaWiki:Monobook.css: Difference between revisions

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


#globalWrapper { background: none !important; }
#globalWrapper {
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 50: 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 75: Line 76:
padding: 0 0.4em !important;
padding: 0 0.4em !important;
}
}
body.skin-monobook #searchButton,
body.skin-monobook #searchButton {
body.skin-monobook #searchGoButton {
font-weight: normal;
font-weight: normal;
}
}
Line 163: Line 163:
/* Indicator icons */
/* Indicator icons */
.mw-indicators {
.mw-indicators {
height: 0;
top: -10px;
top: -10px;
}
}
Line 176: 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;
}
}


/* Responsive fix */
/* Responsive fix */
@media all and (max-width: 550px) {
@media all and (max-width: 550px) {
.skin--responsive #sidebar .portlet[role="navigation"] {
body.skin--responsive #sidebar .portlet[role="navigation"] {
display: none !important;
display: none !important;
}
}