Advertisement
sonervousgirl

Sailor Moon

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