Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on User talk:Andytizer

What are you referring to? All my CSS changes are in MediaWiki:Common.css at the top.

body.page-Home h1.firstHeading { display:none; }

#n-Citadel-project {
   background-image: url(http://pcgamingwiki.com/images/7/7c/Document-icon.png);
   background-position: 68% 46%;
   background-repeat: no-repeat;
}

#mw-page-base {
background-image: none;
}

body {
	background-color: #fff;
	background-image: none;
}

#content h3 { 
border-bottom: 1px #AAA dashed 
}

pre { 
font-size:90%; 
padding: 0.5em;
line-height: 1em;
}

#p-logo {
	position: absolute;
	top: -100px;
	left: 0;
	width: 10em;
	height: 100px;
}
#p-logo a {
	display: block;
	width: 10em;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}

div#mw-panel {
	position: absolute;
	top: 100px;
	padding-top: 1em;
	width: 10em;
	left: 0;
}