MediaWiki:Common.css: Difference between revisions

From Distant Sands 11
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
     background-size: auto;
     background-size: auto;
}     
}     
.mw-body {
    max-width: 720px;
    margin: 0 auto;


    /* Background image tiling */
#mw-page-container,
    background-image: url("/w/images/Paperbg.jpg");
    background-repeat: repeat;             
    background-size: auto;


     padding: 20px;
#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 {
    margin-left: 0 !important;
     padding: 1.5em !important;
}
 
.mw-body,
#content {
    background-image: url("/w/images/Paperbg.jpg") !important;
    background-repeat: repeat !important;
    background-size: auto !important;
}
}

Revision as of 13:09, 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 {
    margin-left: 0 !important;
    padding: 1.5em !important;
}

.mw-body,
#content {
    background-image: url("/w/images/Paperbg.jpg") !important; 
    background-repeat: repeat !important;
    background-size: auto !important;
}