Guest User

Untitled

a guest
Nov 15th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. body {
  2. background-image: url(%%grid%%);
  3. }
  4. div.side,div.leavemoderator,.titlebox form.toggle, ul.content a.choice,.sidebox .spacer {
  5. background:none;
  6. }
  7. div.side {
  8. animation-name: fadein;
  9. animation-duration: 3s;
  10. }
  11. @keyframes fadein {
  12. from {
  13. margin: 200px 5px 0 5px;
  14. opacity: 0;
  15. }
  16. to {
  17. margin: 0 5px 0 5px;
  18. opacity: 1;
  19. }
  20. }
  21. .users-online span.word,.subscribers span.word {
  22. display:none;
  23. }
  24. .users-online:after {
  25. content:"factories battling right now.";
  26. }
  27. .subscribers:after {
  28. content:"factories.";
  29. }
  30. .subscribe-button a.add:after {
  31. content:" to become a factory!";
  32. }
  33. .subscribe-button a.remove:after {
  34. content:" to die :(.";
  35. }
  36. a[href="https://discord.gg/RbJyccu"] {
  37. display: inline-block;
  38. height: 64px;
  39. width: 200px;
  40. background: url(%%discord-logo%%);
  41. font-size: 0px;
  42. }
  43. a[href="https://www.reddit.com/user/Aplet123"],a[href="/u/Aplet123"] {
  44. font-weight: 500;
  45. color: green;
  46. }
  47. a[href="https://www.reddit.com/user/Aplet123"]:before,a[href="/u/Aplet123"]:before {
  48. content: "D'allmighty ";
  49. font-weight: bolder;
  50. color: red;
  51. text-shadow: 0 0 10px yellow;
  52. }
  53. a[href="https://www.reddit.com/user/Aplet123"]:hover:before,a[href="/u/Aplet123"]:hover:before {
  54. content: "The One and Only ";
  55. font-weight: 900;
  56. color: yellow;
  57. text-shadow: 0 0 10px red;
  58. }
  59. a[href="https://www.reddit.com/user/Thorium_Gaming"]:before {
  60. content: "Developer ";
  61. font-weight: bold;
  62. }
  63. a[href="https://www.reddit.com/user/PgSuper"]:before {
  64. content: "Super ";
  65. font-weight: bold;
  66. }
  67. .flair {
  68. background: url(%%spritesheet%%);
  69. background-repeat: no-repeat;
  70. line-height: 20px;
  71. min-width: 20px;
  72. text-indent: 23px;
  73. border:0;
  74. padding:0;
  75. background-size: 20px;
  76. }
  77. .flair-thorium {
  78. height: 20px;
  79. /* make sure background-position is that of arena closer */
  80. background-position: 0 -180px;
  81. opacity: 1;
  82. animation: landminefade 3s linear 0s infinite alternate,landminerotate 3s linear 0s infinite normal;
  83. }
  84. .flair-fallen-arena-closer {
  85. height: 20px;
  86. /* make sure background-position is that of factory */
  87. background-position: 0 -100px;
  88. animation: landminefade 3s linear 0s infinite alternate,landminerotate 3s linear 0s infinite normal;
  89. }
  90. @keyframes landminefade {
  91. from {
  92. opacity: 0;
  93. }
  94. to {
  95. opacity: 1;
  96. }
  97. }
  98. @keyframes landminerotate {
  99. from {
  100. -ms-transform: rotate(0deg);
  101. -webkit-transform: rotate(0deg);
  102. transform: rotate(0deg);
  103. }
  104. to {
  105. -ms-transform: rotate(360deg);
  106. -webkit-transform: rotate(360deg);
  107. transform: rotate(360deg);
  108. }
  109. }
  110. /*-----*/
  111.  
  112. .flair-auto-five {
  113. height: 20px;
  114. background-position: 0 0;
  115. }
  116.  
  117. .flair-auto-gunner {
  118. height: 20px;
  119. background-position: 0 -20px;
  120. }
  121.  
  122. .flair-auto-three {
  123. height: 20px;
  124. background-position: 0 -40px;
  125. }
  126.  
  127. .flair-booster {
  128. height: 20px;
  129. background-position: 0 -60px;
  130. }
  131.  
  132. .flair-discord-logo {
  133. height: 20px;
  134. background-position: 0 -80px;
  135. }
  136.  
  137. .flair-factory {
  138. height: 20px;
  139. background-position: 0 -100px;
  140. }
  141.  
  142. .flair-fighter {
  143. height: 20px;
  144. background-position: 0 -120px;
  145. }
  146.  
  147. .flair-flank-guard {
  148. height: 20px;
  149. background-position: 0 -140px;
  150. }
  151.  
  152. .flair-landmine {
  153. height: 20px;
  154. background-position: 0 -160px;
  155. }
  156.  
  157. .flair-large-arena-closer {
  158. height: 20px;
  159. background-position: 0 -180px;
  160. }
  161.  
  162. .flair-machine-gun {
  163. height: 20px;
  164. background-position: 0 -200px;
  165. }
  166.  
  167. .flair-octo-tank {
  168. height: 20px;
  169. background-position: 0 -220px;
  170. }
  171.  
  172. .flair-quad-tank {
  173. height: 20px;
  174. background-position: 0 -240px;
  175. }
  176.  
  177. .flair-smasher {
  178. height: 20px;
  179. background-position: 0 -260px;
  180. }
  181.  
  182. .flair-sniper {
  183. height: 20px;
  184. background-position: 0 -280px;
  185. }
  186.  
  187. .flair-tank {
  188. height: 20px;
  189. background-position: 0 -300px;
  190. }
  191.  
  192. .flair-tri-angle {
  193. height: 20px;
  194. background-position: 0 -320px;
  195. }
  196.  
  197. .flair-triple-twin {
  198. height: 20px;
  199. background-position: 0 -340px;
  200. }
  201.  
  202. .flair-twin {
  203. height: 20px;
  204. background-position: 0 -360px;
  205. }
  206.  
  207. .flair-twin-flank {
  208. height: 20px;
  209. background-position: 0 -380px;
  210. }
Add Comment
Please, Sign In to add comment