ZeroByteZ 7136 Posted April 18 Share Posted April 18 We've updated our forum looks. What do you think? Tip: Click the image below to view it as fullscreen 3 Quote Link to comment Share on other sites More sharing options...
ZeroByteZ 7136 Posted April 18 Author Share Posted April 18 We also added Team Fortress 2 node and we updated Counter Strike Node [Added Counter Strike 2 Cheats, Counter Strike: Source Cheats and Counter Strike: 1.6 Cheats Node] Quote Link to comment Share on other sites More sharing options...
ZeroByteZ 7136 Posted April 18 Author Share Posted April 18 Emojis have been replaced using Twitter's Twemoji Before: After: Quote Link to comment Share on other sites More sharing options...
ZeroByteZ 7136 Posted April 18 Author Share Posted April 18 Improved Group Style Before: ZeroByteZ | Administrators After: ZeroByteZ | Administrators Code: As for the Icon animation i used: https://l-lin.github.io/font-awesome-animation/ .group-style-admin { color: #ce0039!important; font-weight: 700; background: url(https://i.imgur.com/8zUWADP.gif); background-size: 150px 10px; } @-webkit-keyframes tada { 0% { transform: scale(1) } 10%,20% { transform: scale(.9) rotate(-8deg) } 30%,50%,70% { transform: scale(1.3) rotate(8deg) } 40%,60% { transform: scale(1.3) rotate(-8deg) } 80%,100% { transform: scale(1) rotate(0) } } @keyframes tada { 0% { transform: scale(1) } 10%,20% { transform: scale(.9) rotate(-8deg) } 30%,50%,70% { transform: scale(1.3) rotate(8deg) } 40%,60% { transform: scale(1.3) rotate(-8deg) } 80%,100% { transform: scale(1) rotate(0) } } .faa-tada.animated,.faa-tada.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-tada { -webkit-animation: tada 2s linear infinite; animation: tada 2s linear infinite } .faa-tada.animated.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-parent.animated-hover:hover>.faa-tada.faa-fast { -webkit-animation: tada 1s linear infinite; animation: tada 1s linear infinite } .faa-tada.animated.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-parent.animated-hover:hover>.faa-tada.faa-slow { -webkit-animation: tada 3s linear infinite; animation: tada 3s linear infinite } 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.