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 32: Line 32:
 
     transition: 300ms background-color;
 
     transition: 300ms background-color;
 
}
 
}
 +
 +
.header-item-left-container {display:none}
 +
#header-search {background:white;margin:5px;left:auto;right:360px}
 +
#header-search input[type="search"] {width:400px}
 +
#subheader-what-is-button {background:#556db3}
 +
#header-search input[type="search"] {color:black}
 
</style>
 
</style>

Revision as of 00:34, 12 June 2020

<style>

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

.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-item-left-container {display:none}

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

</style>