sonervousgirl

Haunted Woods 2004

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