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

From PCGamingWiki, the wiki about fixing PC games
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
 
+
.pcgw-footer { background-color:#333 }
 +
html, body {
 +
background: rgb(136,63,144);
 +
background: linear-gradient(22deg, rgba(136,63,144,1) 0%, rgba(249,2,57,1) 18%, rgba(251,65,88,1) 34%, rgba(254,189,23,1) 58%, rgba(207,236,254,1) 72%, rgba(0,212,255,1) 85%, rgba(207,236,254,1) 100%);
 +
background-color: transparent;
 +
background-repeat: no-repeat;
 +
background-attachment: fixed;
 +
background-position: center;
 +
background-size: cover;
 +
min-height: 100%;
 +
}

Revision as of 22:18, 1 April 2021

.pcgw-footer { background-color:#333 }
html, body {
background: rgb(136,63,144);
background: linear-gradient(22deg, rgba(136,63,144,1) 0%, rgba(249,2,57,1) 18%, rgba(251,65,88,1) 34%, rgba(254,189,23,1) 58%, rgba(207,236,254,1) 72%, rgba(0,212,255,1) 85%, rgba(207,236,254,1) 100%);
background-color: transparent;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
min-height: 100%;
}