Difference between revisions of "User:Nsklaus/common.css"
From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
Line 3: | Line 3: | ||
body { | body { | ||
background: none !important; | background: none !important; | ||
+ | background: rgb(136,63,144); | ||
+ | background: linear-gradient() !important; | ||
+ | background-color: none !important; | ||
+ | background-repeat: no-repeat !important; | ||
+ | background-attachment: none; | ||
+ | background-position: center; | ||
+ | background-size: cover; | ||
+ | min-height: 100%; | ||
background-repeat: repeat !important; | background-repeat: repeat !important; | ||
background-color: #c8c8c8 !important; | background-color: #c8c8c8 !important; | ||
} | } |
Revision as of 13:44, 13 March 2021
/* CSS placed here will be applied to all skins */ body { background: none !important; background: rgb(136,63,144); background: linear-gradient() !important; background-color: none !important; background-repeat: no-repeat !important; background-attachment: none; background-position: center; background-size: cover; min-height: 100%; background-repeat: repeat !important; background-color: #c8c8c8 !important; }