MediaWiki:Monobook.css: Difference between revisions

ad
(up top!!!!)
(ad)
Line 11:
/* search button */
 
body.skin-monobook #p-cactions ul li,
input.searchButton {
body.skin-monobook #p-cactions ul li a,
padding: 0 0.4em !important;
body.skin-monobook #p-cactions li.selected,
body.skin-monobook #p-cactions li.selected a {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}
 
body.skin-monobook input.searchButton {
color: #000;
cursor: pointer;
background-color: white#fff;
border: 1px solid #2f6fab;
padding: 0 0.4em !important;
font-weight: normal;
}
body.skin-monobook #searchButton,
body.skin-monobook #searchGoButton {
font-weight: normal;
}
body.skin-monobook #searchInput {
border: 1px solid #2f6fab;
padding-right: 0;
}
 
input[type="radio"],
input[type="checkbox"] {
border: none;
}
 
select {
color: #000;
border: 1px solid #2f6fab;
}
Line 49 ⟶ 69:
#p-cactions .new a {
color: #c00;
}
 
/* Responsive fix */
@media all and (max-width: 550px) {
#sidebar .portlet[role="navigation"] {
display: none !important;
}
}