Advertisement
sonervousgirl

Haunted Woods

Jun 5th, 2021
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. /*
  2. --CSS Variables--
  3.  
  4. When making a new theme, modify the variables here, not the CSS below it!
  5. */
  6.  
  7. :root {
  8. --body-bg-img: url("https://i.imgur.com/27F8YZs.png");
  9. --clock-bg: #FFB400;
  10. --clock-txt: #000;
  11. --usertxt-color: #fff;
  12. --userlink-color:#FFB400;
  13. --top-header-bg: url("https://images.neopets.com/t/hw/hdr.gif");
  14. --sidebar-bottom-bg: url("https://images.neopets.com/t/hw/nav/ms.gif");
  15. --rotating-img-1: url("https://images.neopets.com/t/hw/4.gif");
  16. --rotating-img-2: url("https://images.neopets.com/t/hw/5.gif");
  17. --rotating-img-3: url("https://images.neopets.com/t/hw/6.gif");
  18. --rotating-img-4: url("https://images.neopets.com/t/hw/1.gif");
  19. --rotating-img-5: url("https://images.neopets.com/t/hw/2.gif");
  20. --rotating-img-6: url("https://images.neopets.com/t/hw/3.gif");
  21. --rotating-img-7: url("https://images.neopets.com/t/hw/4.gif");
  22. --rotating-img-8: url("https://images.neopets.com/t/hw/5.gif");
  23. --rotating-img-9: url("https://images.neopets.com/t/hw/6.gif");
  24. --rotating-img-10: url("https://images.neopets.com/t/hw/1.gif");
  25. --rotating-img-11: url("https://images.neopets.com/t/hw/2.gif");
  26. --rotating-img-12: url("https://images.neopets.com/t/hw/3.gif");
  27. --battle-accept-img: url("https://images.neopets.com/t/hw/events/battle_accept.gif");
  28. --battle-challenge-img: url("https://images.neopets.com/t/hw/events/battle_challenge.gif");
  29. --battle-reject-img: url("https://images.neopets.com/t/hw/events/battle_reject.gif");
  30. --friend-accept-img: url("https://images.neopets.com/t/hw/events/friend_accept.gif");
  31. --friend-req-img: url("https://images.neopets.com/t/hw/events/friend_request.gif");
  32. --game-accept-img: url("https://images.neopets.com/t/hw/events/game_accept.gif");
  33. --game-challenge-img: url("https://images.neopets.com/t/hw/events/game_challenge.gif");
  34. --game-result-img: url("https://images.neopets.com/t/hw/events/game_result.gif");
  35. --item-img: url("https://images.neopets.com/t/hw/events/item.gif");
  36. --neomail-img: url("https://images.neopets.com/t/hw/events/neomail.gif");
  37. --trade-accept-img: url("https://images.neopets.com/t/hw/events/trade_accept.gif");
  38. --trade-offer-img: url("https://images.neopets.com/t/hw/events/trade_offer.gif");
  39. --trade-reject-img: url("https://images.neopets.com/t/hw/events/trade_reject.gif");
  40. --trade-withdraw-img: url("https://images.neopets.com/t/hw/events/trade_withdraw.gif");
  41. --warning-img: url("https://images.neopets.com/t/hw/events/warning.gif");
  42. }
  43.  
  44.  
  45. body {
  46. background: var(--body-bg-img);
  47. background-repeat: repeat;
  48. background-size: 425px 425px;
  49. }
  50.  
  51. map {
  52. z-index:-1!important;
  53. }
  54.  
  55. #nst {
  56. background: var(--clock-bg)!important;
  57. color: var(--clock-txt)!important;
  58. }
  59.  
  60. .tt > font > a {
  61. color: var(--userlink-color)!important;
  62. }
  63.  
  64. .tt > font {
  65. color: var(--usertxt-color);
  66. }
  67.  
  68. table[width="728"] {
  69. background: var(--top-header-bg)!important;
  70. }
  71.  
  72. table[style*="ms.gif"] {
  73. background: var(--sidebar-bottom-bg)!important;
  74. }
  75.  
  76. /*Rotating theme images*/
  77.  
  78. img#mb {
  79. width:0!important; height:0!important;
  80. padding-left:130px; /*width of img*/
  81. padding-top:242px; /*height of img*/
  82. }
  83.  
  84. img[src*="/images/misc/themes/acp/1.gif"], img[src*="/images/misc/themes/mqa/1.gif"], img[src*="/images/misc/themes/val/1.gif"], img[src*="/images/misc/themes/default/1.gif"], img[src*="/t/1.gif"] {
  85. background: var(--rotating-img-1) no-repeat center center;
  86. }
  87.  
  88. img[src*="/images/misc/themes/acp/2.gif"], [src*="/images/misc/themes/mqa/2.gif"] {
  89. background: var(--rotating-img-2) no-repeat center center;
  90. }
  91.  
  92. img[src*="/images/misc/themes/acp/3.gif"], img[src*="/images/misc/themes/mqa/3.gif"] {
  93.  
  94. background: var(--rotating-img-3) no-repeat center center;
  95. }
  96.  
  97. img[src*="/images/misc/themes/acp/4.gif"], img[src*="/images/misc/themes/mqa/4.gif"] {
  98. background: var(--rotating-img-4) no-repeat center center;
  99. }
  100.  
  101. img[src*="/images/misc/themes/acp/5.gif"], img[src*="/images/misc/themes/mqa/5.gif"] {
  102. background: var(--rotating-img-5) no-repeat center center;
  103. }
  104.  
  105. img[src*="/images/misc/themes/acp/6.gif"], img[src*="/images/misc/themes/mqa/6.gif"] {
  106. background: var(--rotating-img-6) no-repeat center center;
  107. }
  108.  
  109. img[src*="/images/misc/themes/acp/7.gif"] {
  110. background: var(--rotating-img-7) no-repeat center center;
  111. }
  112.  
  113. img[src*="/images/misc/themes/acp/8.gif"] {
  114. background: var(--rotating-img-8) no-repeat center center;
  115. }
  116.  
  117. img[src*="/images/misc/themes/acp/9.gif"] {
  118. background: var(--rotating-img-9) no-repeat center center;
  119. }
  120.  
  121. img[src*="/images/misc/themes/acp/10.gif"] {
  122. background: var(--rotating-img-10) no-repeat center center;
  123. }
  124.  
  125. img[src*="/images/misc/themes/acp/11.gif"] {
  126. background: var(--rotating-img-11) no-repeat center center;
  127. }
  128.  
  129. img[src*="/images/misc/themes/acp/12.gif"] {
  130. background: var(--rotating-img-12) no-repeat center center;
  131. }
  132.  
  133. /*Event images*/
  134.  
  135. a[href*="processevent"] > img {
  136. width:0!important; height:0!important;
  137. padding-left: 50px;
  138. padding-top: 50px;
  139. }
  140.  
  141. a[href*="processevent"] > img[src*="battle_accept"] {
  142. background: var(--battle-accept-img) no-repeat center center;
  143. }
  144.  
  145. a[href*="processevent"] > img[src*="battle_challenge"] {
  146. background: var(--battle-challenge-img) no-repeat center center;
  147. }
  148.  
  149. a[href*="processevent"] > img[src*="battle_reject"] {
  150. background: var(--battle-reject-img) no-repeat center center;
  151. }
  152.  
  153. a[href*="processevent"] > img[src*="friend_accept"] {
  154. background: var(--friend-accept-img) no-repeat center center;
  155. }
  156.  
  157. a[href*="processevent"] > img[src*="friend_request"] {
  158. background: var(--friend-req-img) no-repeat center center;
  159. }
  160.  
  161. a[href*="processevent"] > img[src*="game_accept"] {
  162. background: var(--game-accept-img) no-repeat center center;
  163. }
  164.  
  165. a[href*="processevent"] > img[src*="game_challenge"] {
  166. background: var(--game-challenge-img) no-repeat center center;
  167. }
  168.  
  169. a[href*="processevent"] > img[src*="game_result"] {
  170. background: var(--game-result-img) no-repeat center center;
  171. }
  172.  
  173. a[href*="processevent"] > img[src*="item"] {
  174. background: var(--item-img) no-repeat center center;
  175. }
  176.  
  177. a[href*="processevent"] > img[src*="neomail"] {
  178. background: var(--neomail-img) no-repeat center center;
  179. }
  180.  
  181. a[href*="processevent"] > img[src*="trade_accept"] {
  182. background: var(--trade-accept-img) no-repeat center center;
  183. }
  184.  
  185. a[href*="processevent"] > img[src*="trade_offer"] {
  186. background: var(--trade-offer-img) no-repeat center center;
  187. }
  188.  
  189. a[href*="processevent"] > img[src*="trade_reject"] {
  190. background: var(--trade-reject-img) no-repeat center center;
  191. }
  192.  
  193. a[href*="processevent"] > img[src*="trade_withdraw"] {
  194. background: var(--trade-withdraw-img) no-repeat center center;
  195. }
  196.  
  197. a[href*="processevent"] > img[src*="warning"] {
  198. background: var(--warning-img) no-repeat center center;
  199. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement