MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will affect users of the Vector skin: body { background-color: #f9f9f9; →this assumes that your wiki is installed at '/w' in the web root: ..." |
No edit summary |
||
| Line 3: | Line 3: | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
/* this assumes that your wiki is installed at '/w' in the web root */ | /* this assumes that your wiki is installed at '/w' in the web root */ | ||
background-image: url('/w/skins/ | background-image: url('/w/skins/header_background.jpg'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
Revision as of 23:59, 8 April 2020
/* CSS placed here will affect users of the Vector skin */
body {
background-color: #f9f9f9;
/* this assumes that your wiki is installed at '/w' in the web root */
background-image: url('/w/skins/header_background.jpg');
background-repeat: no-repeat;
}
#mw-page-base {
background-image: none;
background-color: transparent;
}