Skip to content

Instantly share code, notes, and snippets.

@shahriyardx
Last active February 11, 2022 04:36
Show Gist options
  • Save shahriyardx/ace48550f3060060b58db4773dc9d0b8 to your computer and use it in GitHub Desktop.
Save shahriyardx/ace48550f3060060b58db4773dc9d0b8 to your computer and use it in GitHub Desktop.
Top gg bot page customization css
.titleandvote > a:first-child > .votebutton{
background: #80d8fc;
color: #2d3436;
animation: animateHeart 1.2s infinite;
}
.titleandvote > a:nth-child(2) > .votebutton{
background: #80d8fc;
color: #2d3436;
}
.serversshards .votebutton:nth-child(1) {
background: #80d8fc;
color: #2d3436;
}
.serversshards .votebutton:nth-child(2) {
background: transparent;
color: #80d8fc;
}
@keyframes animateHeart {
0% {
transform: scale(1);
}
5% {
transform: scale(1.1);
}
10% {
transform: scale(1);
}
15% {
transform: scale(1.2);
}
50% {
transform: scale(1);
}
100% {
transform: scale(1);
}
}
.bot-img {
animation: float 6s ease-in-out infinite;
}
#createdby b {
background: none;
}
.owners a {
color: #0984e3;
}
@keyframes float {
0% {
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
50% {
box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
-webkit-transform: translatey(-20px);
transform: translatey(-20px);
}
100% {
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
-webkit-transform: translatey(0px);
transform: translatey(0px);
}
}
.code {
background: #80d8fc;
color: #2d3436;
}
.botpagebutton {
background: #80d8fc;
color: #2d3436;
}
@Walkoud
Copy link

Walkoud commented Jan 10, 2021

yoo

@rredlevii
Copy link

h

@vezorgoat
Copy link

h

@DevInfinix
Copy link

h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment