Last active
August 2, 2021 11:03
-
-
Save Kambaa/16058877ea730d3d0cb54362c294a188 to your computer and use it in GitHub Desktop.
Incent Overlay Customization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************CODE DISPLAY*********************/ | |
#app>div:first-child{ | |
background: linear-gradient(to right, #9D00FF, #00FFFF, #6E0DD0); | |
background-size: 400% 400%; | |
animation: gradient 3s ease infinite; | |
} | |
@keyframes gradient { | |
0% { | |
background-position: 0% 50%; | |
} | |
50% { | |
background-position: 100% 50%; | |
} | |
100% { | |
background-position: 0% 50%; | |
} | |
} | |
#app > div > div:first-child, #app > div > div:last-child > div{ | |
background: transparent !important; | |
color:#fff !important | |
} | |
#app > div > div > svg{ | |
color: #fff !important; | |
fill: #fff !important; | |
} | |
#app > div,#app > div div{ | |
border:none !important; | |
box-shadow: none !important; | |
} | |
/********************DONATION ALERT*********************/ | |
#app>div:first-child{ | |
background: linear-gradient(to right, #9D00FF, #00FFFF, #6E0DD0); | |
background-size: 400% 400%; | |
animation: gradient 3s ease infinite; | |
} | |
@keyframes gradient { | |
0% { | |
background-position: 0% 50%; | |
} | |
50% { | |
background-position: 100% 50%; | |
} | |
100% { | |
background-position: 0% 50%; | |
} | |
} | |
#app > div > div:first-child, #app > div > div:last-child > div{ | |
background: transparent !important; | |
color:#fff !important | |
} | |
#app > div > div > svg{ | |
color: #fff !important; | |
fill: #fff !important; | |
} | |
#app > div,#app > div div{ | |
border:none !important; | |
box-shadow: none !important; | |
} | |
/*******************REWARDS LIST********************/ | |
body *{background-color: rgba(0,0,0,0) !important;} | |
html,body,#app>div>div:last-child{background: #202020 !important; color:#CCC !important;} | |
.fxWBwX{color:#ccc !important;} | |
#app>div>div:first-child{ | |
background: linear-gradient(to right, #9D00FF, #00FFFF, #6E0DD0); | |
background-size: 400% 400%; | |
animation: gradient 3s ease infinite; | |
font-size: 0px; | |
} | |
#app>div>div:first-child svg{font-size: 20px !important;} | |
#app>div>div:first-child::after{ | |
content: "CODE REWARDS"; /* YOU CAN EDIT THIS*/ | |
font-size:20px !important; | |
line-height: 33px; | |
text-indent: -80px !important; | |
} | |
@keyframes gradient { | |
0% { | |
background-position: 0% 50%; | |
} | |
50% { | |
background-position: 100% 50%; | |
} | |
100% { | |
background-position: 0% 50%; | |
} | |
} | |
#app > div > div:first-child{ | |
color:#fff !important | |
} | |
#app > div > div > svg{ | |
color: #fff !important; | |
fill: #fff !important; | |
} | |
#app > div,#app > div div{border:none !important; box-shadow: none !important;} | |
#app > div>div:nth-child(2)>div{color:#fff !important;} | |
/*REWARD LİST 07-2021 Transparent Edition*/ | |
body *{background-color: rgba(0,0,0,0) !important;} | |
html,body,#app>div>div:last-child{background: rgba(76, 175, 80, 0) !important; color:#CCC !important;} | |
.fxWBwX{color:#ccc !important;} | |
#app>div>div:first-child{ | |
background: linear-gradient(to right, #9D00FF, #00FFFF, #6E0DD0); | |
background-size: 400% 400%; | |
animation: gradient 3s ease infinite; | |
font-size: 0px; | |
} | |
#app>div>div:first-child svg{font-size: 20px !important;} | |
#app>div>div:first-child::after{ | |
content: "CODE REWARDS";/* YOU CAN EDIT THIS*/ | |
font-size:20px !important; | |
line-height: 33px; | |
text-indent: -80px !important; | |
} | |
@keyframes gradient { | |
0% { | |
background-position: 0% 50%; | |
} | |
50% { | |
background-position: 100% 50%; | |
} | |
100% { | |
background-position: 0% 50%; | |
} | |
} | |
#app > div > div:first-child{ | |
color:#fff !important | |
background: rgba(76, 175, 80, 0) !important; | |
} | |
#app > div > div > svg{ | |
color: #fff !important; | |
fill: #fff !important; | |
} | |
#app > div>div:nth-child(2)>div{color:#fff !important;} | |
#app > div,#app > div div{border:none !important; box-shadow: none !important;} | |
/* INCENT LAST 5 DONATIONS */ | |
body *{background-color: rgba(0,0,0,0) !important;} | |
html,body,#app>div>div:last-child{background: rgba(76, 175, 80, 0) !important; color:#CCC !important;} | |
.fxWBwX{color:#ccc !important;} | |
#app>div>div:first-child{ | |
background: linear-gradient(to right, #9D00FF, #00FFFF, #6E0DD0); | |
background-size: 400% 400%; | |
animation: gradient 3s ease infinite; | |
font-size: 0px; | |
} | |
#app>div>div:first-child svg{font-size: 20px !important;} | |
#app>div>div:first-child::after{ | |
content: "THANKS FOR SUPPORTING";/* YOU CAN EDIT THIS*/ | |
font-size:20px !important; | |
line-height: 33px; | |
text-indent: -80px !important; | |
} | |
@keyframes gradient { | |
0% { | |
background-position: 0% 50%; | |
} | |
50% { | |
background-position: 100% 50%; | |
} | |
100% { | |
background-position: 0% 50%; | |
} | |
} | |
#app > div > div:first-child{ | |
color:#fff !important | |
background: rgba(76, 175, 80, 0) !important; | |
} | |
#app > div > div > svg{ | |
color: #fff !important; | |
fill: #fff !important; | |
} | |
#app > div>div:nth-child(2)>div{color:#fff !important;} | |
#app > div,#app > div div{border:none !important; box-shadow: none !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment