MediaWiki:Vector.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
/* Main content panel */
#content {
    background-color: #ECF2CE;
}


/* Top of screen */
/* Top of screen */
Line 16: Line 21:
}
}


/* Main content panel */
/* Bottom of screen */
#content {
#footer {
     background-color: #ECF2CE;  
     background-color: #FFF7E6;  
}
}


/* Bottom of screen */
/* Everywhere else */
#footer {
body {  
     background-color: #FFF7E6;  
     background-color: #FFF7E6;  
}
}

Revision as of 22:54, 26 March 2016

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

/* Main content panel */
#content {
     background-color: #ECF2CE; 
}

/* Top of screen */
#mw-head-base {
     background-color: #FFF7E6; 
}

/* Logo Space */
#p-logo {
     background-color: #FFF7E6; 
}

/* Sidebar */
#mw-panel {
     background-color: #FFF7E6; 
}

/* Bottom of screen */
#footer {
     background-color: #FFF7E6; 
}

/* Everywhere else */
body { 
     background-color: #FFF7E6; 
}