MediaWiki:Monobook.css
From MI2wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS Placed here will Affect users of the MonoBook skin */
/*** Logo properties*/
#p-logo {
top: 0;
left: 0;
position: absolute;
/*needed to use z-index */
z-index: 3;
height: 137px;
width: 152px;
overflow: visible;
}
#p-logo h5 {
display: none;
}
#p-logo a, #p-logo a:hover {
display: block;
height: 137px;
width: 152px;
background-repeat: no-repeat;
background-position: 35% 50% !important;
text-decoration: none;
}
.pBody {
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
}
/*Shadows*/
.generated-sidebar, #p-search, #p-tb {
-moz-box-shadow: 1px 1px 3px #333;
-webkit-box-shadow: 1px 1px 3px #333;
box-shadow: 1px 1px 3px #333;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
}
#p-cactions ul li {
-moz-box-shadow: 1px 1px 3px #333;
-webkit-box-shadow: 1px 1px 3px #333;
box-shadow: 1px 1px 3px #333;
}
/*** Side Menu ***/
.portlet h5 {
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
text-transform: capitalize;
padding-right: 150px;
background: #333;
color: white;
border: 1px solid #333;
border-color: #333;
}
.portlet {
margin: 0 1px .5em;
}
#searchBody {
border-color: #666;
border-top-color: #333;
background-color: #f9f9f9;
}
.generated-sidebar .pBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody, #p-dexlinks .pBody {
border-color: #666;
border-top-color: #333;
background-color: #f9f9f9;
}