MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
top: -200px; | top: -200px; | ||
left: 0; | left: 0; | ||
width: | width: 222px; | ||
height: 40px; | height: 40px; | ||
} | } | ||
#p-logo a { | #p-logo a { | ||
display: block; | display: block; | ||
width: | width: 222px; | ||
height: 40px; | height: 40px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; |
Revision as of 12:54, 7 November 2009
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
#p-logo {
position: absolute;
top: -200px;
left: 0;
width: 222px;
height: 40px;
}
#p-logo a {
display: block;
width: 222px;
height: 40px;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}