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.

Difference between revisions of "MediaWiki:Common.css"

From PCGamingWiki, the wiki about fixing PC games
(Change to accommodate new ads)
 
Line 4: Line 4:
 
/* MPU ad height change */
 
/* MPU ad height change */
  
.page-Home .mw-body.mw-body-with-ads .home-information-column:nth-of-type(2) {padding-top: 660px}
+
#mpu {
 +
height: auto;
 +
max-height: 600px
 +
}
 +
 
 +
.page-Home .mw-body.mw-body-with-ads .home-information-column:nth-of-type(2)  
 +
{
 +
padding-top: 660px;
 +
}
  
 
@media (max-width: 1000px) {
 
@media (max-width: 1000px) {

Revision as of 11:45, 4 May 2017

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


/* MPU ad height change */

#mpu {
height: auto; 
max-height: 600px
}

.page-Home .mw-body.mw-body-with-ads .home-information-column:nth-of-type(2) 
{
padding-top: 660px;
}

@media (max-width: 1000px) {
.page-Home .mw-body.mw-body-with-ads .home-information-column:first-of-type {padding-top: 640px}
}


/* Adjust header ad size */

@media (max-width: 1160px) {
.ad-header-container {max-height:90px; max-width:728px}
}

@media (max-width: 800px) {
.ad-header-container {max-height:60px; max-width:468px}
}