Advertisement
sonervousgirl

Evil Thade 2004

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