MediaWiki:Monobook.css: Difference between revisions
From MI2wiki
Jump to navigationJump to search
Blanked the page |
No edit summary |
||
| Line 1: | Line 1: | ||
/* 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; | |||
} | |||
Revision as of 19:56, 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;
}