MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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; } */ | |||
#p-logo { | #p-logo { | ||
position: absolute; | position: absolute; |
Revision as of 07:58, 10 April 2010
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
/* #footer-info-viewcount { display: none; } */
#p-logo {
position: absolute;
top: -40px;
left: 6px;
width: 225px;
height: 40px;
}
#p-logo a {
display: block;
width: 225px;
height: 40px;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}
#panel {
position: absolute;
top: 40px;
padding-top: 1em;
width: 10em;
left: 0;
}