Difference between revisions of "MediaWiki:Common.css"

From Octopath Traveler Speedruns
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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;
}
 
#p-personal {
top: 0;
right: 0;
background-color: #f6f6f6;
padding: 0.25em 0.5em 0.5em 0em;
}
 
#p-personal ul {
padding-left: 0;
}
}

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;
}