Difference between revisions of "MediaWiki:Vector.css"

From ThinkWiki
Jump to: navigation, search
(←Created page with 'CSS placed here will affect users of the Vector skin: body { xbackground:#404040; color:#ffffff; margin:0; padding:0 background-image:url(/w/skins/thinkwiki/ibm_li...')
 
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 {
 
body {
xbackground:#404040;
+
background:#404040;
 
color:#ffffff;
 
color:#ffffff;
 
margin:0;
 
margin:0;

Revision as of 20:26, 2 February 2012

/* CSS placed here will affect users of the Vector skin */
body {
background:#404040;
color:#ffffff;
margin:0;
padding:0
background-image:url(/w/skins/thinkwiki/ibm_lines.png);


}

div#content {
}
div.portal {
background:#ffffff; color:#000000;
}
div#footer {
background:#ffffff; color:#000000;
}