Difference between revisions of "MediaWiki:Vector.css"

From ThinkWiki
Jump to: navigation, search
(Replaced content with "CSS placed here will affect users of the Vector skin: ")
 
(24 intermediate revisions by the same user not shown)
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 {
 
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; color: #ffffff;
 
}
 
 
div#p-personal a {
 
color: #ffffff;
 
}
 
 
p-logo {
 
        position: absolute;
 
        top: -100px;
 
        left: 0;
 
        width: 10em;
 
        height: 100px;
 
}
 
#p-logo a {
 
        display: block;
 
        width: 10em;
 
        height: 100px;
 
        background-repeat: no-repeat;
 
        background-position: center center;
 
        text-decoration: none;
 
}
 

Latest revision as of 23:53, 2 February 2012

/* CSS placed here will affect users of the Vector skin */