Jump to content

MediaWiki:Common.css: Difference between revisions

From Wiki_Els - Family Structure
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Global Watermark – Scroll with page */
/* Global Watermark */


html, body, .mw-page-container {
html, body, .mw-page-container {
   background-color: #ffffff !important;
   background-color: transparent !important;
}
}


Line 8: Line 8:
   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 top 180px;
   background-position: center 280px;
   background-attachment: scroll;
   background-attachment: scroll;
   background-size: 500px;
   background-size: 800px;
}
 
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.92);
  pointer-events: none;
  z-index: -1;
}
}

Latest revision as of 11:12, 3 March 2026

/* Global Watermark */

html, body, .mw-page-container {
  background-color: transparent !important;
}

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 280px;
  background-attachment: scroll;
  background-size: 800px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.92);
  pointer-events: none;
  z-index: -1;
}