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 "User:Aemony/common.css"

From PCGamingWiki, the wiki about fixing PC games
m (Undo revision 723016 by Aemony (talk) d)
Tag: Undo
m (migrated drop shadow over to a elements)
Line 2: Line 2:
 
     padding: 0 !important;
 
     padding: 0 !important;
 
     margin: 0 15px 15px 15px;
 
     margin: 0 15px 15px 15px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
 
 
}
 
}
  
Line 8: Line 7:
 
     padding: 0 !important;
 
     padding: 0 !important;
 
     margin: 0 15px 15px 15px;
 
     margin: 0 15px 15px 15px;
 +
}
 +
 +
.page-Home .home-stubs a {
 +
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
 +
}
 +
 +
.page-Home .home-past-featured a {
 
     box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
 
     box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
 
}
 
}

Revision as of 09:17, 4 April 2019

.page-Home .home-stubs li {
    padding: 0 !important;
    margin: 0 15px 15px 15px;
}

.page-Home .home-past-featured li {
    padding: 0 !important;
    margin: 0 15px 15px 15px;
}

.page-Home .home-stubs a {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
}

.page-Home .home-past-featured a {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.25);
}