MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 9: | Line 9: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center 280px; | background-position: center 280px; | ||
background-attachment: | background-attachment: scroll; | ||
background-size: 800px; | background-size: 800px; | ||
} | } | ||
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;
}