MediaWiki:Common.css: Difference between revisions

From Distant Sands 11
Jump to navigationJump to search
Undo revision 588 by Funnylilcreachure (talk)
Tag: Undo
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
body {
body {
     background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
     background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
     background-attachment: fixed;
     background-attachment: fixed;
     background-size: auto;
     background-size: auto;
}
}  
.mw-body {
    max-width: 720px;
    margin: 0 auto;


body > div,
    /* Background image tiling */
#mw-page-base,
    background-image: url("/w/images/Paperbg.jpg");
#content,
    background-repeat: repeat;             
.mw-body,
    background-size: auto;
#mw-panel,
 
.vector-menu-container,
     padding: 20px;
#mw-head,
.vector-header-container,
.vector-tabs,
.vector-menu-tabs,
.vector-tab-container,
.mw-portlet-views,
.mw-portlet-cactions,
.vector-menu-dropdown {
     background: transparent;
}
}

Revision as of 13:06, 3 August 2026

body {
    background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
    background-attachment: fixed;
    background-size: auto;
}    
.mw-body {
    max-width: 720px;
    margin: 0 auto;

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

    padding: 20px;
}