0
edits
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; } | /* #footer-info-viewcount { display: none; } */ | ||
#footer-places { display: none; } | #footer-places { display: none; } | ||
#footer-icons { | #footer-icons { | ||
position: relative; | |||
top: -3em; | |||
} | } | ||
#p-logo { | |||
position: absolute; | position: absolute; | ||
top: | top: -160px; | ||
left: -10px; | |||
width: 225px; | |||
height: 40px; | |||
} | } | ||
#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; | |||
} | } |