Jump to content

MediaWiki:Common.css: Difference between revisions

From Wiki_Els - Family Structure
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Global Watermark */
<div style="
max-width:1100px;
margin:40px auto;
padding:35px 40px;
border:1px solid #d9d9d9;
background-color:#ffffff;
">


<div style="position:relative;">
html, body, .mw-page-container {
  background-color: transparent !important;
}


<div style="
body {
position:absolute;
  background-image: url("https://sempiternal.org.za/media_wiki_sempiternal/images/thumb/1/14/Els_Family_Crest.png/600px-Els_Family_Crest.png");
top:150px;
  background-repeat: no-repeat;
left:50%;
  background-position: center 280px;
transform:translateX(-50%);
  background-attachment: scroll;
opacity:0.06;
  background-size: 800px;
z-index:0;
}
pointer-events:none;
 
">
body::before {
[[File:Els_Family_Crest.png|600px]]
  content: "";
</div>
  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;
}