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


#mw-mf-viewport {
div #mw-mf-viewport {
   background-color: fade-out(#000000, 0.3);
   background-color: fade-out(#000000, 0.3);
}
}
Line 14: Line 14:


.mw-body {
.mw-body {
   background-image: url("../img/bg.png");
   background-image: url(../img/bg.png);
}
}



Revision as of 15:43, 2 April 2025

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

.mediawiki {
  background-image: url(../img/bg.jpg);
}

div #mw-mf-viewport {
  background-color: fade-out(#000000, 0.3);
}

.header-container.header-chrome {
  background-color: fade-out(#276fbf, 0.2);
}

.mw-body {
  background-image: url(../img/bg.png);
}

.mw-footer {
  background-color: fade-out(#276fbf, 0.2);
}