Difference between revisions of "MediaWiki:Monobook.css"
From CS Codex
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the MonoBook skin */ | /* CSS placed here will affect users of the MonoBook skin */ | ||
− | # | + | #body { |
background-image: url('skins/MonoBook/headbg.jpg'); | background-image: url('skins/MonoBook/headbg.jpg'); | ||
+ | background-color: #a1c6eb; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position-x: 0; | background-position-x: 0; | ||
background-position-y: 0; | background-position-y: 0; | ||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 19:26, 7 August 2021
/* CSS placed here will affect users of the MonoBook skin */
#body {
background-image: url('skins/MonoBook/headbg.jpg');
background-color: #a1c6eb;
background-repeat: no-repeat;
background-position-x: 0;
background-position-y: 0;
}