Difference between revisions of "MediaWiki:Common.css"

From Octopath Traveler Speedruns
Jump to navigation Jump to search
Line 2: Line 2:


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


#mw-page-base {
#mw-page-base {
    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 {
div#mw-head div.vectorMenu h3 {
  background-image: none;
background-image: none;
}
 
.vectorTabs span a {
padding-top: 0.9em;
}
}

Revision as of 09:10, 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;
}

.vectorTabs span a {
	padding-top: 0.9em;
}