Difference between revisions of "MediaWiki:Common.css"

From ChatWars Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
#mw-page-base { background: transparent; }
  
 
body {
 
body {

Revision as of 10:27, 18 July 2018

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

#mw-page-base { background: transparent; }

body {
   background-image: url("images/backgrounds/cw-wiki-background.jpg");
   background-color: #cccccc;
   background-position: left top;
}