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

Difference between revisions of "MediaWiki:Common.css"

From PCGamingWiki, the wiki about fixing PC games
Line 9: Line 9:
 
}
 
}
  
@media (max-width: 1000px) and (min-width: 400px) {
+
@media (max-width: 1000px) and (min-width: 800px) {
 
.page-Home .mw-body.mw-body-with-ads #mpu {
 
.page-Home .mw-body.mw-body-with-ads #mpu {
 
top: 380px;
 
top: 380px;
 
}
 
}
 
}
 
}
 +
 +
@media (max-width: 800px) and (min-width: 400px) {
 +
.page-Home .mw-body.mw-body-with-ads #mpu {
 +
top: 430px;
 +
}
 +
}
 +
  
 
.page-Home .mw-body.mw-body-with-ads .home-information-column:nth-of-type(2)  
 
.page-Home .mw-body.mw-body-with-ads .home-information-column:nth-of-type(2)  

Revision as of 11:51, 4 May 2017

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


/* MPU ad height change */

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

@media (max-width: 1000px) and (min-width: 800px) {
.page-Home .mw-body.mw-body-with-ads #mpu {
top: 380px;
}
}

@media (max-width: 800px) and (min-width: 400px) {
.page-Home .mw-body.mw-body-with-ads #mpu {
top: 430px;
}
}


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