MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(4 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 84: Line 87:
}
}


pre {  
pre {
border: 1px dashed #06f;
border: 1px dashed #06f;
}
}


.mw-dismissable-notice {
.mw-dismissable-notice {
padding: 2px;
border-top: 2px solid #ccc;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-bottom: 2px solid #ccc;
background: #fff;
background: #fff;
padding: 2px;
}
}


Line 99: Line 102:
}
}


#navbox {  
#navbox {
/* border: 1px solid #2f6fab; */
font-size: 95%;
border: 1px solid #aaaaaa;
border: 1px solid #aaa;
background-color: #f9f9f9;
background-color: #f9f9f9;
margin-bottom: 15px;
margin-left: 15px;
padding: 5px;
padding: 5px;
font-size: 95%;
margin-left: 15px;
margin-bottom: 15px;
}
}


Line 147: Line 149:


body.skin-monobook input.searchButton {
body.skin-monobook input.searchButton {
padding: 0 0.4em !important;
cursor: pointer;
cursor: pointer;
font-weight: normal;
background-color: #fff;
background-color: #fff;
border: 1px solid #2f6fab;  
border: 1px solid #2f6fab;
font-weight: normal;
padding: 0 0.4em !important;
}  
}  


Line 159: Line 161:


body.skin-monobook #searchInput {
body.skin-monobook #searchInput {
border: 1px solid #2f6fab;  
border: 1px solid #2f6fab;
}  
}  


Line 167: Line 169:


select {
select {
border: 1px solid #2f6fab;  
border: 1px solid #2f6fab;
color: #000;
color: #000;
}
}
Line 194: Line 196:


body.skin-monobook #p-cactions li {
body.skin-monobook #p-cactions li {
padding-bottom:1em;
padding-bottom: 1em;
border-top-left-radius: .72em !important;
border-top-left-radius: .72em !important;
border-top-right-radius: .72em !important;
border-top-right-radius: .72em !important;
Line 216: Line 218:
.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;
}
}


Line 238: Line 228:


/* Search up top */
/* Search up top */
#sidebar {
#column-one #sidebar {
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;