Difference between revisions of "MediaWiki:Common.css"
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | |||
| − | |||
| − | |||
body { | body { | ||
background-image: url('../../images/4/44/Cambgbody.jpg'); | background-image: url('../../images/4/44/Cambgbody.jpg'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
| + | background-color: #00000 | ||
} | } | ||
Revision as of 18:43, 4 December 2017
/* CSS placed here will be applied to all skins */
body {
background-image: url('../../images/4/44/Cambgbody.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #00000
}