Skip to content

Instantly share code, notes, and snippets.

@zThinkerGG
Forked from shahriyardx/topgg.css
Created November 22, 2021 06:55
Show Gist options
  • Select an option

  • Save zThinkerGG/adfd59dcf952e8fb516b4b3879a13f39 to your computer and use it in GitHub Desktop.

Select an option

Save zThinkerGG/adfd59dcf952e8fb516b4b3879a13f39 to your computer and use it in GitHub Desktop.

Revisions

  1. @shahriyardx shahriyardx revised this gist Jan 7, 2021. 1 changed file with 18 additions and 18 deletions.
    36 changes: 18 additions & 18 deletions topgg.css
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,22 @@
    .titleandvote > a:first-child > .votebutton{
    background: #80d8fc;
    background: #80d8fc;
    color: #2d3436;
    animation: animateHeart 1.2s infinite;
    animation: animateHeart 1.2s infinite;
    }

    .titleandvote > a:nth-child(2) > .votebutton{
    background: #80d8fc;
    color: #2d3436;
    background: #80d8fc;
    color: #2d3436;
    }

    .serversshards .votebutton:nth-child(1) {
    background: #80d8fc;
    color: #2d3436;
    background: #80d8fc;
    color: #2d3436;
    }

    .serversshards .votebutton:nth-child(2) {
    background: transparent;
    color: #80d8fc;
    background: transparent;
    color: #80d8fc;
    }

    @keyframes animateHeart {
    @@ -41,41 +41,41 @@
    }

    .bot-img {
    animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    }

    #createdby b {
    background: none;
    background: none;
    }

    .owners a {
    color: #0984e3;
    color: #0984e3;
    }

    @keyframes float {
    0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    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);
    transform: translatey(-20px);
    }
    100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    transform: translatey(0px);
    }
    }

    .code {
    background: #80d8fc;
    color: #2d3436;
    background: #80d8fc;
    color: #2d3436;
    }

    .botpagebutton {
    background: #80d8fc;
    color: #2d3436;
    background: #80d8fc;
    color: #2d3436;
    }
  2. @shahriyardx shahriyardx revised this gist Nov 25, 2020. 1 changed file with 12 additions and 12 deletions.
    24 changes: 12 additions & 12 deletions topgg.css
    Original file line number Diff line number Diff line change
    @@ -1,21 +1,21 @@
    .titleandvote > a:first-child > .votebutton{
    background: #80d8fc;
    color: #2d3436;
    animation: animateHeart 1.2s infinite;
    background: #80d8fc;
    color: #2d3436;
    animation: animateHeart 1.2s infinite;
    }

    .titleandvote > a:nth-child(2) > .votebutton{
    background: #80d8fc;
    color: #2d3436;
    background: #80d8fc;
    color: #2d3436;
    }

    .serversshards .votebutton:nth-child(1) {
    background: #80d8fc;
    background: #80d8fc;
    color: #2d3436;
    }

    .serversshards .votebutton:nth-child(2) {
    background: transparent;
    background: transparent;
    color: #80d8fc;
    }

    @@ -41,15 +41,15 @@
    }

    .bot-img {
    animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    }

    #createdby b {
    background: none;
    background: none;
    }

    .owners a {
    color: #0984e3;
    color: #0984e3;
    }

    @keyframes float {
    @@ -71,8 +71,8 @@
    }

    .code {
    background: #80d8fc;
    color: #2d3436;
    background: #80d8fc;
    color: #2d3436;
    }

    .botpagebutton {
  3. @shahriyardx shahriyardx created this gist Nov 25, 2020.
    81 changes: 81 additions & 0 deletions topgg.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,81 @@
    .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;
    }