MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
/* Top of screen */ | /* Top of screen */ | ||
#mw-head-base { | #mw-head-base { | ||
background-color: # | background-color: #FFF7E6; | ||
} | } | ||
/* Logo Space */ | /* Logo Space */ | ||
#p-logo { | #p-logo { | ||
background-color: # | background-color: #FFF7E6; | ||
} | } | ||
/* Sidebar */ | /* Sidebar */ | ||
#mw-panel { | #mw-panel { | ||
background-color: # | background-color: #FFF7E6; | ||
} | } | ||
Line 23: | Line 23: | ||
/* Bottom of screen */ | /* Bottom of screen */ | ||
#footer { | #footer { | ||
background-color: # | background-color: #FFF7E6; | ||
} | } |
Revision as of 22:48, 26 March 2016
/* CSS placed here will affect users of the Vector skin */
/* Top of screen */
#mw-head-base {
background-color: #FFF7E6;
}
/* Logo Space */
#p-logo {
background-color: #FFF7E6;
}
/* Sidebar */
#mw-panel {
background-color: #FFF7E6;
}
/* Main content panel */
#content {
background-color: #ECF2CE;
}
/* Bottom of screen */
#footer {
background-color: #FFF7E6;
}