MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
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; | |||
} | } |
Revision as of 12:59, 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: -160px;
left: 2px;
width: 222px;
height: 40px;
}
#p-logo a {
display: block;
width: 222px;
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;
}