Difference between revisions of "MediaWiki:Vector.css"

From ThinkWiki
Jump to: navigation, search
Line 20: Line 20:
  
 
div#p-personal {
 
div#p-personal {
background-color:#444444; color: #ffffff:
+
background-color:#888888; color: #ffffff:
 
width:100%;
 
width:100%;
 
}
 
}

Revision as of 21:37, 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 {
background-color:#888888; color: #ffffff:
width:100%;
}