Difference between revisions of "MediaWiki:Common.css"

From Octopath Traveler Speedruns
Jump to navigation Jump to search
Line 9: Line 9:
     background-image: none;
     background-image: none;
     background-color: rgba(0,0,0,0);
     background-color: rgba(0,0,0,0);
}
div#mw-head div.vectorMenu h3 {
  background-image: none;
}
}

Revision as of 08:37, 23 January 2019

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

body {
  background-image: url(images/background.png);
  background-repeat: no-repeat;
}

#mw-page-base {
    background-image: none;
    background-color: rgba(0,0,0,0);
}

div#mw-head div.vectorMenu h3 {
   background-image: none;
}