MediaWiki:Common.css: Difference between revisions

From Distant Sands 11
Jump to navigationJump to search
Undo revision 595 by Funnylilcreachure (talk)
Tag: Undo
No edit summary
Line 3: Line 3:
     background-attachment: fixed;
     background-attachment: fixed;
     background-size: auto;
     background-size: auto;
}  
}


#mw-page-container,
#mw-page-container,
#globalWrapper {
#globalWrapper {
     max-width: 1080px !important;
     max-width: 1080px !important;
Line 19: Line 18:
#content {
#content {
     padding: 1.5em !important;
     padding: 1.5em !important;
}
     background: url('https://wiki.distantsands.org/images/Paperbg.jpg') repeat !important;
 
.mw-body,
#content {
     background-image: url("/w/images/Paperbg.jpg") !important;
    background-repeat: repeat !important;
    background-size: auto !important;
}
}

Revision as of 13:32, 3 August 2026

body {
    background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
    background-attachment: fixed;
    background-size: auto;
}

#mw-page-container,
#globalWrapper {
    max-width: 1080px !important;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
}

.mw-body,
#content {
    padding: 1.5em !important;
    background: url('https://wiki.distantsands.org/images/Paperbg.jpg') repeat !important;
}