MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Global Watermark */ | |||
body { | |||
background-image: url("/wiki/images/Els_Family_Crest.png"); | |||
background-repeat: no-repeat; | |||
background-position: center 150px; | |||
background- | background-attachment: fixed; | ||
" | background-size: 600px; | ||
} | |||
Revision as of 10:48, 3 March 2026
/* CSS placed here will be applied to all skins */
/* Global Watermark */
body {
background-image: url("/wiki/images/Els_Family_Crest.png");
background-repeat: no-repeat;
background-position: center 150px;
background-attachment: fixed;
background-size: 600px;
}