MediaWiki:Vector.css: Difference between revisions

m
Reverted edits by Drj (talk) to last revision by DRJ
No edit summary
m (Reverted edits by Drj (talk) to last revision by DRJ)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h1.firstHeading { display:none; }
/* #footer-info-viewcount { display: none; } */
/* #footer-info-viewcount { display: none; } */
#footer-places { display: none; }
#footer-places { display: none; }
#footer-icons {
#footer-icons {
position: relative;
position: relative;
top: -3em;
top: -3em;
}
}
div#mw-panel  {
 
left: 0px;
#p-logo {
padding-top: 1em;
position: absolute;
position: absolute;
top: 0px;
top: -160px;
width: 10em;
left: -10px;
}
width: 225px;
#p-logo {
height: 40px;
        z-index: 3;
        position: absolute; /*needed to use z-index */
        top: 40px;
        left: 0;
        height: 40px;
        width: 225px;
        overflow: visible;
}
}
#p-logo a {
#p-logo a {
Line 30: Line 22:
background-position: center center;
background-position: center center;
text-decoration: none;
text-decoration: none;
}
#panel {
position: absolute;
top: 40px;
padding-top: 1em;
width: 10em;
left: 0;
}
}