Difference between revisions of "MediaWiki:Common.css"
From DoSPT
Miguel Caro (talk | contribs) |
Miguel Caro (talk | contribs) |
||
| Line 8: | Line 8: | ||
/* Logo stuff */ | /* Logo stuff */ | ||
#p-logo { | #p-logo { | ||
| − | z-index: | + | z-index: 0; |
position: absolute; /*needed to use z-index */ | position: absolute; /*needed to use z-index */ | ||
top: 0; | top: 0; | ||
Revision as of 16:20, 10 September 2016
/* CSS placed here will be applied to all skins */
/* No talk tab */
#ca-talk { display:none!important; }
/* Logo stuff */
#p-logo {
z-index: 0;
position: absolute; /*needed to use z-index */
top: 0;
left: 0;
height: 155px;
width: 12em;
overflow: visible;
}
#p-logo a,
#p-logo a:hover {
display: block;
height: 100px;
width: 12.2em;
background-repeat: no-repeat;
background-position: 35% 50% !important;
text-decoration: none;
}