Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
p
+
body {
{
+
    background: none repeat scroll 0 0 Blue;
background-color:yellow;
+
    color: Black;
 +
    margin: 0;
 +
    padding: 0;
 
}
 
}

Revision as of 03:04, 3 December 2011

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

body {
    background: none repeat scroll 0 0 Blue;
    color: Black;
    margin: 0;
    padding: 0;
}