Advertisement
Spinnando

Jordan's Skin

Apr 27th, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. MAIN COLOURS
  2. Background image: https://i.imgur.com/9LHYDu2.png
  3. Global background: #ffbdec
  4. Content background: #FFACDB
  5. Text: #4A4A4A
  6. Title background: #ffceef
  7. Title text: #363636
  8. Link: #3b3bcb
  9. Visited Link: #b629b6
  10. Active Link: #C31010
  11.  
  12. USER LINK COLOURS
  13. Normal User: #940C0C
  14. Graphics Team: #8900BA
  15. ChatOT: #A05000
  16. Mod-in-Training: #404040
  17. Moderator: #776f00
  18. SuperMod: #005800
  19. Administrator: #005D5D
  20. Use automatic visited-user colours - Yes.
  21.  
  22. EXTRA COLOURS
  23. Border (global): #CD6FAC
  24. Border (title): #CD6FAC
  25. Border (content): #CD6FAC
  26. Flavour liked: #66cc66
  27. Flavour disliked: #cc6666
  28.  
  29. EXTRA CSS
  30. /* notification icon */
  31. #header #head-social > #notifs > a {
  32. background-image: url('https://i.imgur.com/SL84g6X.png');
  33. background-size: cover;
  34. background-position: center center;
  35. background-repeat: no-repeat;
  36. }
  37. #header > #head-social > #notifs > a > img {
  38. opacity: 0;
  39. }
  40.  
  41. /* header text fix */
  42. #navigation > #navbtns > li > a > span, #navigation > #navbookmark > li > a > span, #counters>#counterlist>li>.counter_item>span {
  43. font-size:10pt!important;
  44. width:100%!important;
  45. transform: scaleX(1)!important;
  46. }
  47. #header {
  48. font-size:10pt!important;
  49. }
  50.  
  51.  
  52. /* shelter alert */
  53. #shelterarea .pokemon+.tooltip_content {
  54. display:block;
  55. visibility:hidden
  56. }
  57. #shelterarea .pokemon.lock+.tooltip_content, #shelterarea .pokemon:hover+.tooltip_content {
  58. visibility:visible;
  59. }
  60. #shelterarea:not(.selected) .pokemon+.tooltip_content img:not([src*=gender]) {
  61. visibility:visible;
  62. float:left;
  63. transform:scale(15);
  64. opacity:.75;
  65. transform-origin:bottom left;
  66. -ms-interpolation-mode:nearest-neighbor;
  67. image-rendering:-moz-crisp-edges;
  68. image-rendering:pixelated;
  69. touch-action:none;
  70. pointer-events:none;
  71. }
  72.  
  73.  
  74. /*Stack party v.2*/
  75. #multiuser #trainerimage {
  76. visibility: hidden;
  77. }
  78. #multiuser #partybox {
  79. position: relative;
  80. }
  81. #multiuser #partybox .party > div {
  82. position: static;
  83. }
  84. #multiuser #partybox .action {
  85. position: absolute;
  86. /*allows for collapse when done*/
  87. min-height: 0;
  88. height: auto;
  89. top: 0;
  90. left: 0;
  91. z-index: 2;
  92. }
  93. #multiuser #partybox .action > a,
  94. #multiuser #partybox .action > div,
  95. #multiuser #partybox .mu_navlink.next {
  96. padding: 0;
  97. margin: 0;
  98. height: 3em;
  99. line-height: 3em;
  100. width: 8em;
  101. }
  102. #multiuser #partybox .mu_navlink.next {
  103. position: absolute;
  104. top: 0;
  105. left: 0;
  106. /*move 'next' button slightly to the left so you
  107. can quit out of mass clicking by clicking on the right*/
  108. -webkit-transform: translate(-5%, 0);
  109. transform: translate(-5%, 0);
  110. }
  111. #multiuser #partybox .action:empty,
  112. #multiuser #partybox .action > table,
  113. #multiuser #partybox .action.working,
  114. #multiuser #partybox .berrybuttons > .tooltip_content {
  115. /*hide action when it is empty, shows 'Thank you!',
  116. is processing and the berry tooltips*/
  117. display: none;
  118. }
  119. #multiuser #partybox .berrybuttons > a {
  120. /*only 1 berry per berrybuttons*/
  121. display: none;
  122. height: 100%;
  123. width: 100%;
  124. line-height: 3em;
  125. }
  126. #multiuser #partybox .berrybuttons[data-up='sour'] > a[data-berry='aspear'],
  127. #multiuser #partybox .berrybuttons[data-up='spicy'] > a[data-berry='cheri'],
  128. #multiuser #partybox .berrybuttons[data-up='dry'] > a[data-berry='chesto'],
  129. #multiuser #partybox .berrybuttons[data-up='sweet'] > a[data-berry='pecha'],
  130. #multiuser #partybox .berrybuttons[data-up='bitter'] > a[data-berry='rawst'],
  131. #multiuser #partybox .berrybuttons[data-up='any'] > a:first-of-type {
  132. /*show only good berries*/
  133. display: inline-block;
  134. }
  135.  
  136.  
  137. /* field stacks */
  138. @padding: 150px;
  139. #field_berries.selected ~ #field_field[data-mode="public"]>div.field>.fieldmon {
  140. margin:-@padding!important;
  141. left:45%!important;
  142. top:25%!important;
  143. img {
  144. animation:none!important;
  145. padding:@padding!important;
  146. }
  147. }
  148.  
  149. #field_berries {
  150. position:relative;
  151. z-index:12;
  152. }
  153.  
  154. #field_nav button[data-action=next], #field_nav button[data-action=previous], #field_nav button[data-action=jump] {
  155. position:relative;
  156. z-index:10;
  157. }
  158.  
  159. #field_party {
  160. position:relative;
  161. z-index: 11;
  162. }
  163.  
  164.  
  165. /* shelter grid */
  166. div.pokemon:nth-child(1),div.pokemon:nth-child(2){left:0%!important;top:0%!important;}
  167. div.pokemon:nth-child(3),div.pokemon:nth-child(4){left:16.666%!important;top:0%!important;}
  168. div.pokemon:nth-child(5),div.pokemon:nth-child(6){left:33.332%!important;top:0%!important;}
  169. div.pokemon:nth-child(7),div.pokemon:nth-child(8){left:49.998%!important;top:0%!important;}
  170. div.pokemon:nth-child(9),div.pokemon:nth-child(10){left:66.664%!important;top:0%!important;}
  171. div.pokemon:nth-child(11),div.pokemon:nth-child(12){left:83.33%!important;top:0%!important;}
  172. div.pokemon:nth-child(13),div.pokemon:nth-child(14){left:0%!important;top:20%!important;}
  173. div.pokemon:nth-child(15),div.pokemon:nth-child(16){left:16.666%!important;top:20%!important;}
  174. div.pokemon:nth-child(17),div.pokemon:nth-child(18){left:33.332%!important;top:20%!important;}
  175. div.pokemon:nth-child(19),div.pokemon:nth-child(20){left:49.998%!important;top:20%!important;}
  176. div.pokemon:nth-child(21),div.pokemon:nth-child(22){left:66.664%!important;top:20%!important;}
  177. div.pokemon:nth-child(23),div.pokemon:nth-child(24){left:83.33%!important;top:20%!important;}
  178. div.pokemon:nth-child(25),div.pokemon:nth-child(26){left:0%!important;top:40%!important;}
  179. div.pokemon:nth-child(27),div.pokemon:nth-child(28){left:16.666%!important;top:40%!important;}
  180. div.pokemon:nth-child(29),div.pokemon:nth-child(30){left:33.332%!important;top:40%!important;}
  181. div.pokemon:nth-child(31),div.pokemon:nth-child(32){left:49.998%!important;top:40%!important;}
  182. div.pokemon:nth-child(33),div.pokemon:nth-child(34){left:66.664%!important;top:40%!important;}
  183. div.pokemon:nth-child(35),div.pokemon:nth-child(36){left:83.33%!important;top:40%!important;}
  184. div.pokemon:nth-child(37),div.pokemon:nth-child(38){left:0%!important;top:60%!important;}
  185. div.pokemon:nth-child(39),div.pokemon:nth-child(40){left:16.666%!important;top:60%!important;}
  186. div.pokemon:nth-child(41),div.pokemon:nth-child(42){left:33.332%!important;top:60%!important;}
  187. div.pokemon:nth-child(43),div.pokemon:nth-child(44){left:49.998%!important;top:60%!important;}
  188. div.pokemon:nth-child(45),div.pokemon:nth-child(46){left:66.664%!important;top:60%!important;}
  189. div.pokemon:nth-child(47),div.pokemon:nth-child(48){left:83.33%!important;top:60%!important;}
  190. div.pokemon:nth-child(49),div.pokemon:nth-child(50){left:0%!important;top:80%!important;}
  191. div.pokemon:nth-child(51),div.pokemon:nth-child(52){left:16.666%!important;top:80%!important;}
  192. div.pokemon:nth-child(53),div.pokemon:nth-child(54){left:33.332%!important;top:80%!important;}
  193. div.pokemon:nth-child(55),div.pokemon:nth-child(56){left:49.998%!important;top:80%!important;}
  194. div.pokemon:nth-child(57),div.pokemon:nth-child(58){left:66.664%!important;top:80%!important;}
  195. div.pokemon:nth-child(59),div.pokemon:nth-child(60){left:83.33%!important;top:80%!important;}
  196. div.pokemon:nth-child(61),div.pokemon:nth-child(62){left:0%!important;top:100%!important;}
  197. div.pokemon:nth-child(63),div.pokemon:nth-child(64){left:16.666%!important;top:100%!important;}
  198. div.pokemon:nth-child(65),div.pokemon:nth-child(66){left:33.332%!important;top:100%!important;}
  199. div.pokemon:nth-child(67),div.pokemon:nth-child(68){left:49.998%!important;top:100%!important;}
  200. div.pokemon:nth-child(69),div.pokemon:nth-child(70){left:66.664%!important;top:100%!important;}
  201. div.pokemon:nth-child(71),div.pokemon:nth-child(72){left:83.33%!important;top:100%!important;}
  202. div.pokemon:nth-child(73),div.pokemon:nth-child(74){left:0%!important;top:120%!important;}
  203. div.pokemon:nth-child(75),div.pokemon:nth-child(76){left:16.666%!important;top:120%!important;}
  204. div.pokemon:nth-child(77),div.pokemon:nth-child(78){left:33.332%!important;top:120%!important;}
  205. div.pokemon:nth-child(79),div.pokemon:nth-child(80){left:49.998%!important;top:120%!important;}
  206.  
  207. /* highlight current hunt egg */
  208. img[src*=""],{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px #ffffff!important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement