MediaWiki:Common.css: Difference between revisions

From Distant Sands 11
Jump to navigationJump to search
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 */
body {
body {
    background-color: #d9d9d9;
     background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
     background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png');
    background-attachment: fixed;
     background-size: cover;
     background-size: auto;
}
 
 
body > div,
#mw-page-base,
#content,
.mw-body,
#mw-panel,
.vector-menu-container {
    background: transparent;
}
}

Revision as of 12:51, 3 November 2025

/* CSS placed here will be applied to all skins */
body {
    background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
    background-attachment: fixed;
    background-size: auto; 
}


body > div,
#mw-page-base,
#content,
.mw-body,
#mw-panel,
.vector-menu-container {
    background: transparent;
}