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 */
/* CSS placed here will be applied to all skins */
<div style="
/* Global Watermark */
max-width:1100px;
body {
margin:40px auto;
    background-image: url("/wiki/images/Els_Family_Crest.png");
padding:35px 40px;
    background-repeat: no-repeat;
border:1px solid #d9d9d9;
    background-position: center 150px;
background-color:#ffffff;
    background-attachment: fixed;
">
    background-size: 600px;
 
}
<div style="position:relative;">
 
<div style="
position:absolute;
top:150px;
left:50%;
transform:translateX(-50%);
opacity:0.06;
z-index:0;
pointer-events:none;
">
[[File:Els_Family_Crest.png|600px]]
</div>

Revision as of 10:48, 3 March 2026

/* CSS placed here will be applied to all skins */
/* Global Watermark */
body {
    background-image: url("/wiki/images/Els_Family_Crest.png");
    background-repeat: no-repeat;
    background-position: center 150px;
    background-attachment: fixed;
    background-size: 600px;
}