MediaWiki:Monobook.css: Difference between revisions
From MI2wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 31: | Line 31: | ||
-webkit-border-bottom-right-radius: 10px; | -webkit-border-bottom-right-radius: 10px; | ||
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; | |||
} | } | ||
Revision as of 19:57, 25 January 2018
/* 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;
}