No edit summary
No edit summary
Line 5: Line 5:
}
}


.mw-page-container {
.mw-body {
     background: url("../img/bg.jpg") 100% no-repeat fixed;
     background: url("../img/bg.jpg") 100% no-repeat fixed;
    background-color: #000000;
     background-position: center center;  
     background-position: center center;  
}
}

Revision as of 15:26, 2 April 2025

/* CSS placed here will be applied to all skins */

.header-container .header-chrome {
  background-color: #276fbf !default;
}

.mw-body {
    background: url("../img/bg.jpg") 100% no-repeat fixed;
    background-color: #000000;
    background-position: center center; 
}