MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | |||
body.page-Main_Page h1.firstHeading { display:none; } | |||
/* #footer-info-viewcount { display: none; } */ | |||
#footer-places { display: none; } | |||
#footer-icons { | |||
position: relative; | |||
top: -3em; | |||
} | |||
#p-logo { | |||
position: absolute; | |||
top: -39px; | |||
left: 6px; | |||
width: 281px; | |||
height: 39px; | |||
} | |||
#p-logo a { | |||
display: block; | |||
width: 281px; | |||
height: 39px; | |||
background-repeat: no-repeat; | |||
background-position: center center; | |||
text-decoration: none; | |||
} | |||
div#mw-panel { | |||
left: 0px; | |||
padding-top: 1em; | |||
position: absolute; | |||
top: 39px; | |||
width: 10em; | |||
} |
Latest revision as of 23:53, 2 July 2011
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
/* #footer-info-viewcount { display: none; } */
#footer-places { display: none; }
#footer-icons {
position: relative;
top: -3em;
}
#p-logo {
position: absolute;
top: -39px;
left: 6px;
width: 281px;
height: 39px;
}
#p-logo a {
display: block;
width: 281px;
height: 39px;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}
div#mw-panel {
left: 0px;
padding-top: 1em;
position: absolute;
top: 39px;
width: 10em;
}