Advertisement
Spinnando

Scarab Skin

Feb 29th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. MAIN COLOURS
  2.  
  3. Background image: https://i.imgur.com/BXuE1Mr.png
  4. Global background: #b0b8ba
  5. Content background: #f2dcd2
  6. Text: #221a18
  7. Title background: #b6a191
  8. Title text: #221a18
  9. Link: #0e4f70
  10. Visited Link: #1f6588
  11. Active Link: #df3e3e
  12.  
  13. USER LINK COLOURS
  14.  
  15. Normal User: #0e4f70
  16. Graphics Team: #820d82
  17. ChatOT: #852300
  18. Mod-in-Training: #4a4a4a
  19. Moderator: #705201
  20. SuperMod: #007f00
  21. Administrator: #bd0000
  22. Use automatic visited-user colours: Yes
  23.  
  24. EXTRA COLOURS
  25.  
  26. Border (global): #362823
  27. Border (title): #0a475d
  28. Border (content): #0a475d
  29. Flavour liked: #66cc66
  30. Flavour disliked: #cc6666
  31.  
  32. EXTRA CSS
  33.  
  34. /* avatar border */
  35. #head-avatar {
  36. border: 2px solid #0A475D;
  37. width: 48px;
  38. height: 48px;
  39. }
  40.  
  41.  
  42. /* background color */
  43. body {
  44. background-color: #CBC5CF;
  45. }
  46.  
  47.  
  48. /* notification icon */
  49. #header #head-social > #notifs > a {
  50. background-image: url("https://pokefarm.com/upload/Burmy/absol_head2.png");
  51. background-size: cover;
  52. background-position: center center;
  53. background-repeat: no-repeat;
  54. }
  55. #header > #head-social > #notifs > a > img {
  56. opacity: 0;
  57. }
  58.  
  59.  
  60. /* header text fix */
  61. #navigation > #navbtns > li > a > span, #navigation > #navbookmark > li > a > span, #counters>#counterlist>li>.counter_item>span {
  62. font-size:10pt!important;
  63. width:100%!important;
  64. transform: scaleX(1)!important;
  65. }
  66. #header {
  67. font-size:10pt!important;
  68. }
  69.  
  70.  
  71. /* shelter alert */
  72. #shelterarea .pokemon+.tooltip_content {
  73. display:block;
  74. visibility:hidden
  75. }
  76. #shelterarea .pokemon.lock+.tooltip_content, #shelterarea .pokemon:hover+.tooltip_content {
  77. visibility:visible;
  78. }
  79. #shelterarea:not(.selected) .pokemon+.tooltip_content img:not([src*=gender]) {
  80. visibility:visible;
  81. float:left;
  82. transform:scale(15);
  83. opacity:.75;
  84. transform-origin:bottom left;
  85. -ms-interpolation-mode:nearest-neighbor;
  86. image-rendering:-moz-crisp-edges;
  87. image-rendering:pixelated;
  88. touch-action:none;
  89. pointer-events:none;
  90. }
  91.  
  92.  
  93. /* trainer */
  94. #trainerimage {
  95. margin: auto;
  96. width: auto;
  97. float: left;
  98. -moz-transform: scale(-1, 1);
  99. -webkit-transform: scale(-1, 1);
  100. -o-transform: scale(-1, 1);
  101. -ms-transform: scale(-1, 1);
  102. transform: scale(-1, 1);
  103. background-image: url("https://pokefarm.com/upload/Burmy/skyrim_trainer_background.png");
  104. background-size: 100%;
  105. height: 600px; }
  106. #trainerimage:before {
  107. box-sizing: unset;
  108. width: 70%;
  109. height: 85%;
  110. margin: 20px;
  111. background-color: rgba(1, 1, 1, 0.9);
  112. border-radius: 0;
  113. border: 25px solid #010101;
  114. -webkit-border-image: url("https://pokefarm.com/upload/Burmy/skyrim_border2.png") 30 round;
  115. -o-border-image: url("https://pokefarm.com/upload/Burmy/skyrim_border2.png") 30 round;
  116. border-image: url("https://pokefarm.com/upload/Burmy/skyrim_border2.png") 30 round;
  117. border-image-outset: 5px;
  118. }
  119. .mq4 #trainerimage {
  120. order: 99;
  121. }
  122.  
  123.  
  124. /*Stack party v.2*/
  125. #multiuser #trainerimage {
  126. visibility: hidden;
  127. }
  128. #multiuser #partybox {
  129. position: relative;
  130. }
  131. #multiuser #partybox .party > div {
  132. position: static;
  133. }
  134. #multiuser #partybox .action {
  135. position: absolute;
  136. /*allows for collapse when done*/
  137. min-height: 0;
  138. height: auto;
  139. top: 0;
  140. left: 0;
  141. z-index: 2;
  142. }
  143. #multiuser #partybox .action > a,
  144. #multiuser #partybox .action > div,
  145. #multiuser #partybox .mu_navlink.next {
  146. padding: 0;
  147. margin: 0;
  148. height: 3em;
  149. line-height: 3em;
  150. width: 8em;
  151. }
  152. #multiuser #partybox .mu_navlink.next {
  153. position: absolute;
  154. top: 0;
  155. left: 0;
  156. /*move 'next' button slightly to the left so you
  157. can quit out of mass clicking by clicking on the right*/
  158. -webkit-transform: translate(-5%, 0);
  159. transform: translate(-5%, 0);
  160. }
  161. #multiuser #partybox .action:empty,
  162. #multiuser #partybox .action > table,
  163. #multiuser #partybox .action.working,
  164. #multiuser #partybox .berrybuttons > .tooltip_content {
  165. /*hide action when it is empty, shows 'Thank you!',
  166. is processing and the berry tooltips*/
  167. display: none;
  168. }
  169. #multiuser #partybox .berrybuttons > a {
  170. /*only 1 berry per berrybuttons*/
  171. display: none;
  172. height: 100%;
  173. width: 100%;
  174. line-height: 3em;
  175. }
  176. #multiuser #partybox .berrybuttons[data-up='sour'] > a[data-berry='aspear'],
  177. #multiuser #partybox .berrybuttons[data-up='spicy'] > a[data-berry='cheri'],
  178. #multiuser #partybox .berrybuttons[data-up='dry'] > a[data-berry='chesto'],
  179. #multiuser #partybox .berrybuttons[data-up='sweet'] > a[data-berry='pecha'],
  180. #multiuser #partybox .berrybuttons[data-up='bitter'] > a[data-berry='rawst'],
  181. #multiuser #partybox .berrybuttons[data-up='any'] > a:first-of-type {
  182. /*show only good berries*/
  183. display: inline-block;
  184. }
  185.  
  186.  
  187. /* field stacks */
  188. @padding: 50px;
  189. #field_berries.selected ~ #field_field[data-mode="public"]>div.field>.fieldmon {
  190. margin:-@padding!important;
  191. left:45%!important;
  192. top:25%!important;
  193. img {
  194. animation:none!important;
  195. padding:@padding!important;
  196. }
  197. }
  198.  
  199. #field_berries {
  200. position:relative;
  201. z-index:12;
  202. }
  203.  
  204. #field_nav button[data-action=next], #field_nav button[data-action=previous], #field_nav button[data-action=jump] {
  205. position:relative;
  206. z-index:10;
  207. }
  208.  
  209. #field_party {
  210. position:relative;
  211. z-index: 11;
  212. }
  213.  
  214.  
  215. /* shelter grid */
  216. div.pokemon:nth-child(1),div.pokemon:nth-child(2){left:0%!important;top:0%!important;}
  217. div.pokemon:nth-child(3),div.pokemon:nth-child(4){left:16.666%!important;top:0%!important;}
  218. div.pokemon:nth-child(5),div.pokemon:nth-child(6){left:33.332%!important;top:0%!important;}
  219. div.pokemon:nth-child(7),div.pokemon:nth-child(8){left:49.998%!important;top:0%!important;}
  220. div.pokemon:nth-child(9),div.pokemon:nth-child(10){left:66.664%!important;top:0%!important;}
  221. div.pokemon:nth-child(11),div.pokemon:nth-child(12){left:83.33%!important;top:0%!important;}
  222. div.pokemon:nth-child(13),div.pokemon:nth-child(14){left:0%!important;top:20%!important;}
  223. div.pokemon:nth-child(15),div.pokemon:nth-child(16){left:16.666%!important;top:20%!important;}
  224. div.pokemon:nth-child(17),div.pokemon:nth-child(18){left:33.332%!important;top:20%!important;}
  225. div.pokemon:nth-child(19),div.pokemon:nth-child(20){left:49.998%!important;top:20%!important;}
  226. div.pokemon:nth-child(21),div.pokemon:nth-child(22){left:66.664%!important;top:20%!important;}
  227. div.pokemon:nth-child(23),div.pokemon:nth-child(24){left:83.33%!important;top:20%!important;}
  228. div.pokemon:nth-child(25),div.pokemon:nth-child(26){left:0%!important;top:40%!important;}
  229. div.pokemon:nth-child(27),div.pokemon:nth-child(28){left:16.666%!important;top:40%!important;}
  230. div.pokemon:nth-child(29),div.pokemon:nth-child(30){left:33.332%!important;top:40%!important;}
  231. div.pokemon:nth-child(31),div.pokemon:nth-child(32){left:49.998%!important;top:40%!important;}
  232. div.pokemon:nth-child(33),div.pokemon:nth-child(34){left:66.664%!important;top:40%!important;}
  233. div.pokemon:nth-child(35),div.pokemon:nth-child(36){left:83.33%!important;top:40%!important;}
  234. div.pokemon:nth-child(37),div.pokemon:nth-child(38){left:0%!important;top:60%!important;}
  235. div.pokemon:nth-child(39),div.pokemon:nth-child(40){left:16.666%!important;top:60%!important;}
  236. div.pokemon:nth-child(41),div.pokemon:nth-child(42){left:33.332%!important;top:60%!important;}
  237. div.pokemon:nth-child(43),div.pokemon:nth-child(44){left:49.998%!important;top:60%!important;}
  238. div.pokemon:nth-child(45),div.pokemon:nth-child(46){left:66.664%!important;top:60%!important;}
  239. div.pokemon:nth-child(47),div.pokemon:nth-child(48){left:83.33%!important;top:60%!important;}
  240. div.pokemon:nth-child(49),div.pokemon:nth-child(50){left:0%!important;top:80%!important;}
  241. div.pokemon:nth-child(51),div.pokemon:nth-child(52){left:16.666%!important;top:80%!important;}
  242. div.pokemon:nth-child(53),div.pokemon:nth-child(54){left:33.332%!important;top:80%!important;}
  243. div.pokemon:nth-child(55),div.pokemon:nth-child(56){left:49.998%!important;top:80%!important;}
  244. div.pokemon:nth-child(57),div.pokemon:nth-child(58){left:66.664%!important;top:80%!important;}
  245. div.pokemon:nth-child(59),div.pokemon:nth-child(60){left:83.33%!important;top:80%!important;}
  246. div.pokemon:nth-child(61),div.pokemon:nth-child(62){left:0%!important;top:100%!important;}
  247. div.pokemon:nth-child(63),div.pokemon:nth-child(64){left:16.666%!important;top:100%!important;}
  248. div.pokemon:nth-child(65),div.pokemon:nth-child(66){left:33.332%!important;top:100%!important;}
  249. div.pokemon:nth-child(67),div.pokemon:nth-child(68){left:49.998%!important;top:100%!important;}
  250. div.pokemon:nth-child(69),div.pokemon:nth-child(70){left:66.664%!important;top:100%!important;}
  251. div.pokemon:nth-child(71),div.pokemon:nth-child(72){left:83.33%!important;top:100%!important;}
  252. div.pokemon:nth-child(73),div.pokemon:nth-child(74){left:0%!important;top:120%!important;}
  253. div.pokemon:nth-child(75),div.pokemon:nth-child(76){left:16.666%!important;top:120%!important;}
  254. div.pokemon:nth-child(77),div.pokemon:nth-child(78){left:33.332%!important;top:120%!important;}
  255. div.pokemon:nth-child(79),div.pokemon:nth-child(80){left:49.998%!important;top:120%!important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement