Difference between revisions of "MediaWiki:Vector.css"
Line 45: | Line 45: | ||
p-logo { | p-logo { | ||
position: absolute; | position: absolute; | ||
− | top: - | + | top: -160px; |
left: 0; | left: 0; | ||
width: 10em; | width: 10em; | ||
− | height: | + | height: 160px; |
} | } | ||
#p-logo a { | #p-logo a { | ||
display: block; | display: block; | ||
width: 10em; | width: 10em; | ||
− | height: | + | height: 160px; |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center center; | background-position: center center; | ||
text-decoration: none; | text-decoration: none; | ||
} | } |
Revision as of 20:54, 2 February 2012
/* CSS placed here will affect users of the Vector skin */
/*
body {
xbackground:#404040;
color:#ffffff;
margin:0;
padding:0
xbackground-image:url(/w/skins/thinkwiki/ibm_lines.png);
}
div#content {
}
div.portal {
background:#ffffff; color:#000000;
}
div#footer {
background:#ffffff; color:#000000;
}
*/
div#p-personal {
position: absolute;
left: 0;
right: 0;
background-color:#000000;
}
div#p-personal a {
color: #ffffff;
}
div#content ul {
float: right:0px;
width: 625px;
position: absolute;
}
div#mw-panel {
position: absolute;
top: 160px;
padding-top: 1em;
width: 10em;
left: 0;
}
p-logo {
position: absolute;
top: -160px;
left: 0;
width: 10em;
height: 160px;
}
#p-logo a {
display: block;
width: 10em;
height: 160px;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}