Difference between revisions of "MediaWiki:Common.css"

From Octopath Traveler Speedruns
Jump to navigation Jump to search
 
Line 24: Line 24:
background-color: #f6f6f6;
background-color: #f6f6f6;
padding: 0.25em 0.5em 0.5em 0em;
padding: 0.25em 0.5em 0.5em 0em;
border-radius: 0px 0px 0px 5px;
}
}



Latest revision as of 10:20, 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;
}

#p-personal {
	top: 0;
	right: 0;
	background-color: #f6f6f6;
	padding: 0.25em 0.5em 0.5em 0em;
}

#p-personal ul {
	padding-left: 0;
}