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 "Widget:Home-style"

From PCGamingWiki, the wiki about fixing PC games
Line 1: Line 1:
 
<style>
 
<style>
  
 
+
pcgw-home-header {
.pcgw-home-header {
 
 
     background-color: #556db3;
 
     background-color: #556db3;
 
     color: #fff;
 
     color: #fff;
Line 47: Line 46:
 
     background-color: #f5f5f5;
 
     background-color: #f5f5f5;
 
}
 
}
 +
 +
/* Hide ads */
 +
#mpu {display:none}
 +
 
</style>
 
</style>

Revision as of 20:43, 13 June 2020

<style>

pcgw-home-header {

   background-color: #556db3;
   color: #fff;
   width: 100%;
   height: 180px;
   display: block;
   text-align: center;
   padding-top: 28px;

}

.home-subheader {

   width: 100%;
   background-color: #fff;
   box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
   height: 56px;
   text-align: center;
   padding: 9px;

}

.subheader-button {

   width: 250px;
   height: 38px;
   display: inline-block;
   border-radius: 4px;
   font-size: 1.6rem;
   margin: 0 5px;
   padding: 2px;
   text-align: center;
   transition: 300ms background-color;

}

/* Header restyling*/ .header-item-left-container {display:none}

  1. header-search {background:white;margin:5px;left:auto;right:400px}
  2. header-search input[type="search"] {width:400px}
  3. subheader-what-is-button {background:#556db3}
  4. header-search input[type="search"] {color:black}

/* Hide MW page header */

  1. mw-head, .article-title, .article-header, #site-sub {display:none}

.table-assignment-body-row:nth-of-type(2n) {

   background: url(https://pcgamingwiki.ams3.digitaloceanspaces.com/5/51/Home_-_Notable_Releases_bg.png) no-repeat;
   background-color: #f5f5f5;

}

/* Hide ads */

  1. mpu {display:none}

</style>