Jump to content

MediaWiki:Common.css: Difference between revisions

From Wiki_Els - Family Structure
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Global Watermark */
body {
body {
    background-image: url("https://sempiternal.org.za/media_wiki_sempiternal/images/thumb/1/14/Els_Family_Crest.png/600px-Els_Family_Crest.png");
  background-image: url("https://sempiternal.org.za/media_wiki_sempiternal/images/thumb/1/14/Els_Family_Crest.png/600px-Els_Family_Crest.png");
    background-repeat: no-repeat;
  background-repeat: no-repeat;
    background-position: center 150px;
  background-position: center 150px;
    background-attachment: fixed;
  background-attachment: fixed;
    background-size: 600px;
  background-size: 600px;
}
}

Revision as of 10:59, 3 March 2026

body {
  background-image: url("https://sempiternal.org.za/media_wiki_sempiternal/images/thumb/1/14/Els_Family_Crest.png/600px-Els_Family_Crest.png");
  background-repeat: no-repeat;
  background-position: center 150px;
  background-attachment: fixed;
  background-size: 600px;
}