MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
/* Global Watermark */ | /* Global Watermark */ | ||
body { | body { | ||
background-image: url | background-image: url[[File:Els_Family_Crest.png|600px]] | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center 150px; | background-position: center 150px; | ||
Revision as of 10:49, 3 March 2026
/* CSS placed here will be applied to all skins */
/* Global Watermark */
body {
background-image: url[[File:Els_Family_Crest.png|600px]]
background-repeat: no-repeat;
background-position: center 150px;
background-attachment: fixed;
background-size: 600px;
}