Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-image: url(%%grid%%);
- }
- div.side,div.leavemoderator,.titlebox form.toggle, ul.content a.choice,.sidebox .spacer {
- background:none;
- }
- div.side {
- animation-name: fadein;
- animation-duration: 3s;
- }
- @keyframes fadein {
- from {
- margin: 200px 5px 0 5px;
- opacity: 0;
- }
- to {
- margin: 0 5px 0 5px;
- opacity: 1;
- }
- }
- .users-online span.word,.subscribers span.word {
- display:none;
- }
- .users-online:after {
- content:"factories battling right now.";
- }
- .subscribers:after {
- content:"factories.";
- }
- .subscribe-button a.add:after {
- content:" to become a factory!";
- }
- .subscribe-button a.remove:after {
- content:" to die :(.";
- }
- a[href="https://discord.gg/RbJyccu"] {
- display: inline-block;
- height: 64px;
- width: 200px;
- background: url(%%discord-logo%%);
- font-size: 0px;
- }
- a[href="https://www.reddit.com/user/Aplet123"],a[href="/u/Aplet123"] {
- font-weight: 500;
- color: green;
- }
- a[href="https://www.reddit.com/user/Aplet123"]:before,a[href="/u/Aplet123"]:before {
- content: "D'allmighty ";
- font-weight: bolder;
- color: red;
- text-shadow: 0 0 10px yellow;
- }
- a[href="https://www.reddit.com/user/Aplet123"]:hover:before,a[href="/u/Aplet123"]:hover:before {
- content: "The One and Only ";
- font-weight: 900;
- color: yellow;
- text-shadow: 0 0 10px red;
- }
- a[href="https://www.reddit.com/user/Thorium_Gaming"]:before {
- content: "Developer ";
- font-weight: bold;
- }
- a[href="https://www.reddit.com/user/PgSuper"]:before {
- content: "Super ";
- font-weight: bold;
- }
- .flair {
- background: url(%%spritesheet%%);
- background-repeat: no-repeat;
- line-height: 20px;
- min-width: 20px;
- text-indent: 23px;
- border:0;
- padding:0;
- background-size: 20px;
- }
- .flair-thorium {
- height: 20px;
- /* make sure background-position is that of arena closer */
- background-position: 0 -180px;
- opacity: 1;
- animation: landminefade 3s linear 0s infinite alternate,landminerotate 3s linear 0s infinite normal;
- }
- .flair-fallen-arena-closer {
- height: 20px;
- /* make sure background-position is that of factory */
- background-position: 0 -100px;
- animation: landminefade 3s linear 0s infinite alternate,landminerotate 3s linear 0s infinite normal;
- }
- @keyframes landminefade {
- from {
- opacity: 0;
- }
- to {
- opacity: 1;
- }
- }
- @keyframes landminerotate {
- from {
- -ms-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- to {
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- /*-----*/
- .flair-auto-five {
- height: 20px;
- background-position: 0 0;
- }
- .flair-auto-gunner {
- height: 20px;
- background-position: 0 -20px;
- }
- .flair-auto-three {
- height: 20px;
- background-position: 0 -40px;
- }
- .flair-booster {
- height: 20px;
- background-position: 0 -60px;
- }
- .flair-discord-logo {
- height: 20px;
- background-position: 0 -80px;
- }
- .flair-factory {
- height: 20px;
- background-position: 0 -100px;
- }
- .flair-fighter {
- height: 20px;
- background-position: 0 -120px;
- }
- .flair-flank-guard {
- height: 20px;
- background-position: 0 -140px;
- }
- .flair-landmine {
- height: 20px;
- background-position: 0 -160px;
- }
- .flair-large-arena-closer {
- height: 20px;
- background-position: 0 -180px;
- }
- .flair-machine-gun {
- height: 20px;
- background-position: 0 -200px;
- }
- .flair-octo-tank {
- height: 20px;
- background-position: 0 -220px;
- }
- .flair-quad-tank {
- height: 20px;
- background-position: 0 -240px;
- }
- .flair-smasher {
- height: 20px;
- background-position: 0 -260px;
- }
- .flair-sniper {
- height: 20px;
- background-position: 0 -280px;
- }
- .flair-tank {
- height: 20px;
- background-position: 0 -300px;
- }
- .flair-tri-angle {
- height: 20px;
- background-position: 0 -320px;
- }
- .flair-triple-twin {
- height: 20px;
- background-position: 0 -340px;
- }
- .flair-twin {
- height: 20px;
- background-position: 0 -360px;
- }
- .flair-twin-flank {
- height: 20px;
- background-position: 0 -380px;
- }
Add Comment
Please, Sign In to add comment