Spinnando

Useful PFQ CSS

Feb 13th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.28 KB | None | 0 0
  1. Here's some useful CSS for PFQ. Add it to Extra CSS when editing a skin.
  2.  
  3. /* shelter alert */
  4. #shelterarea .pokemon+.tooltip_content {
  5. display:block;
  6. visibility:hidden
  7. }
  8. #shelterarea .pokemon.lock+.tooltip_content, #shelterarea .pokemon:hover+.tooltip_content {
  9. visibility:visible;
  10. }
  11. #shelterarea:not(.selected) .pokemon+.tooltip_content img:not([src*=gender]) {
  12. visibility:visible;
  13. float:left;
  14. transform:scale(15);
  15. opacity:.75;
  16. transform-origin:bottom left;
  17. -ms-interpolation-mode:nearest-neighbor;
  18. image-rendering:-moz-crisp-edges;
  19. image-rendering:pixelated;
  20. touch-action:none;
  21. pointer-events:none;
  22. }
  23.  
  24. - Info: If there is a special Pokemon in the shelter, you'll see its icon in the bottom corner of the shelter. Makes finding specials in the shelter much easier.
  25.  
  26. ----------------------------
  27.  
  28. /* party stack */
  29. #partybox .party>div>.action.working {display:none;}
  30. #partybox .party>div>.action>.berrybuttons>.tooltip_content {display: none;}
  31. #multiuser .party>div {position: absolute;}
  32. #multiuser .party>div>.action a[data-berry] {padding: 25px 0px; z-index:1;}
  33. #multiuser .mu_navlink {margin-top: 100px;}
  34. #multiuser .fieldslink {margin-top: 110px;}
  35.  
  36. - Info: Stacks the berry and egg holding buttons while on multiclick.
  37. - How to make good use of this: Go here: https://pokefarm.com/online
  38. - Click "settings". Sort Method: Interactions Sent. Page size: 50.
  39. - Multiclick link: https://pokefarm.com/online?auto
  40. I recommend adding it to your bookmarks. Mass-clicking as many parties as you can will make your eggs hatch faster.
  41.  
  42. ----------------------------
  43.  
  44. /* trainer edits */
  45. #profilepage {
  46. display: flex;
  47. flex-flow: row wrap;
  48. }
  49. #trainerimage {
  50. order: -1;
  51. -moz-transform: scale(-1, 1);
  52. -webkit-transform: scale(-1, 1);
  53. -o-transform: scale(-1, 1);
  54. -ms-transform: scale(-1, 1);
  55. transform: scale(-1, 1);
  56. height: 600px; }
  57. .mq4 #trainerimage {
  58. order: 99;
  59. }
  60.  
  61. - Info: Moves your trainer to the left side of the screen, centering your party. This is a personal preference. It's more for people who were used to the eggs being in the middle before the trainer update.
  62.  
  63. ----------------------------
  64.  
  65. /* notification icon */
  66. #header #head-social > #notifs > a {
  67. background-image: url('https://pokefarm.com/upload/Continuum/Continuum_Theme/absol_head_continuum.png');
  68. background-size: cover;
  69. background-position: center center;
  70. background-repeat: no-repeat;
  71. }
  72. #header > #head-social > #notifs > a > img {
  73. opacity: 0;
  74. }
  75.  
  76. - Info: You can replace the Niet absol head with your own character.
  77.  
  78. ----------------------------
  79.  
  80. /* header text fix */
  81. #navigation > #navbtns > li > a > span, #navigation > #navbookmark > li > a > span, #counters>#counterlist>li>.counter_item>span {
  82. font-size:10pt!important;
  83. width:100%!important;
  84. transform: scaleX(1)!important;
  85. }
  86. #header {
  87. font-size:10pt!important;
  88. }
  89.  
  90. - Info: The text at the top of the site looks like how it used to. Personal preference.
  91.  
  92. ----------------------------
  93.  
  94. /* stacks all */
  95. @padding: 50px;
  96. #field_berries.selected ~ #field_field[data-mode="public"]>div.field>.fieldmon {
  97. margin:-@padding!important;
  98. left:45%!important;
  99. top:25%!important;
  100. img {
  101. animation:none!important;
  102. padding:@padding!important;
  103. }
  104. }
  105.  
  106. #field_berries {
  107. position:relative;
  108. z-index:12;
  109. }
  110.  
  111. #field_nav button[data-action=next], #field_nav button[data-action=previous], #field_nav button[data-action=jump] {
  112. position:relative;
  113. z-index:10;
  114. }
  115.  
  116. #field_party {
  117. position:relative;
  118. z-index: 11;
  119. }
  120.  
  121. - Info: Field stacking. Fields stack when you select a berry.
  122.  
  123. ----------------------------
  124.  
  125. /* shelter grid */
  126. div.pokemon:nth-child(1),div.pokemon:nth-child(2){left:0%!important;top:0%!important;}
  127. div.pokemon:nth-child(3),div.pokemon:nth-child(4){left:16.666%!important;top:0%!important;}
  128. div.pokemon:nth-child(5),div.pokemon:nth-child(6){left:33.332%!important;top:0%!important;}
  129. div.pokemon:nth-child(7),div.pokemon:nth-child(8){left:49.998%!important;top:0%!important;}
  130. div.pokemon:nth-child(9),div.pokemon:nth-child(10){left:66.664%!important;top:0%!important;}
  131. div.pokemon:nth-child(11),div.pokemon:nth-child(12){left:83.33%!important;top:0%!important;}
  132. div.pokemon:nth-child(13),div.pokemon:nth-child(14){left:0%!important;top:20%!important;}
  133. div.pokemon:nth-child(15),div.pokemon:nth-child(16){left:16.666%!important;top:20%!important;}
  134. div.pokemon:nth-child(17),div.pokemon:nth-child(18){left:33.332%!important;top:20%!important;}
  135. div.pokemon:nth-child(19),div.pokemon:nth-child(20){left:49.998%!important;top:20%!important;}
  136. div.pokemon:nth-child(21),div.pokemon:nth-child(22){left:66.664%!important;top:20%!important;}
  137. div.pokemon:nth-child(23),div.pokemon:nth-child(24){left:83.33%!important;top:20%!important;}
  138. div.pokemon:nth-child(25),div.pokemon:nth-child(26){left:0%!important;top:40%!important;}
  139. div.pokemon:nth-child(27),div.pokemon:nth-child(28){left:16.666%!important;top:40%!important;}
  140. div.pokemon:nth-child(29),div.pokemon:nth-child(30){left:33.332%!important;top:40%!important;}
  141. div.pokemon:nth-child(31),div.pokemon:nth-child(32){left:49.998%!important;top:40%!important;}
  142. div.pokemon:nth-child(33),div.pokemon:nth-child(34){left:66.664%!important;top:40%!important;}
  143. div.pokemon:nth-child(35),div.pokemon:nth-child(36){left:83.33%!important;top:40%!important;}
  144. div.pokemon:nth-child(37),div.pokemon:nth-child(38){left:0%!important;top:60%!important;}
  145. div.pokemon:nth-child(39),div.pokemon:nth-child(40){left:16.666%!important;top:60%!important;}
  146. div.pokemon:nth-child(41),div.pokemon:nth-child(42){left:33.332%!important;top:60%!important;}
  147. div.pokemon:nth-child(43),div.pokemon:nth-child(44){left:49.998%!important;top:60%!important;}
  148. div.pokemon:nth-child(45),div.pokemon:nth-child(46){left:66.664%!important;top:60%!important;}
  149. div.pokemon:nth-child(47),div.pokemon:nth-child(48){left:83.33%!important;top:60%!important;}
  150. div.pokemon:nth-child(49),div.pokemon:nth-child(50){left:0%!important;top:80%!important;}
  151. div.pokemon:nth-child(51),div.pokemon:nth-child(52){left:16.666%!important;top:80%!important;}
  152. div.pokemon:nth-child(53),div.pokemon:nth-child(54){left:33.332%!important;top:80%!important;}
  153. div.pokemon:nth-child(55),div.pokemon:nth-child(56){left:49.998%!important;top:80%!important;}
  154. div.pokemon:nth-child(57),div.pokemon:nth-child(58){left:66.664%!important;top:80%!important;}
  155. div.pokemon:nth-child(59),div.pokemon:nth-child(60){left:83.33%!important;top:80%!important;}
  156. div.pokemon:nth-child(61),div.pokemon:nth-child(62){left:0%!important;top:100%!important;}
  157. div.pokemon:nth-child(63),div.pokemon:nth-child(64){left:16.666%!important;top:100%!important;}
  158. div.pokemon:nth-child(65),div.pokemon:nth-child(66){left:33.332%!important;top:100%!important;}
  159. div.pokemon:nth-child(67),div.pokemon:nth-child(68){left:49.998%!important;top:100%!important;}
  160. div.pokemon:nth-child(69),div.pokemon:nth-child(70){left:66.664%!important;top:100%!important;}
  161. div.pokemon:nth-child(71),div.pokemon:nth-child(72){left:83.33%!important;top:100%!important;}
  162. div.pokemon:nth-child(73),div.pokemon:nth-child(74){left:0%!important;top:120%!important;}
  163. div.pokemon:nth-child(75),div.pokemon:nth-child(76){left:16.666%!important;top:120%!important;}
  164. div.pokemon:nth-child(77),div.pokemon:nth-child(78){left:33.332%!important;top:120%!important;}
  165. div.pokemon:nth-child(79),div.pokemon:nth-child(80){left:49.998%!important;top:120%!important;}
  166.  
  167. - Info: Shelter grid. Lays Pokemon and Eggs out from oldest to newest.
  168.  
  169. ----------------------------
  170.  
  171. /* egg display by Scorpyia */
  172. #shelterarea > .pokemon[data-stage="egg"] > img:not([src*="pkmn/r/d/j/o.png"])
  173. {
  174. opacity: .3;
  175. }
  176.  
  177. - Info: A simple version of highlighting the egg you want. Replace pkmn/r/d/j/o.png with the egg you're hunting.
  178.  
  179. ----------------------------
  180.  
  181. /* hide all common eggs */ img[src*=""],img[src*="pkmn/n/u/5.png"],img[src*="pkmn/c/0/7.png"],img[src*="pkmn/f/d/w.png"],img[src*="pkmn/l/w/s.png"],img[src*="pkmn/j/n/z.png"],img[src*="pkmn/a/1.png"],img[src*="pkmn/b/y.png"],img[src*="pkmn/5/j/w.png"],img[src*="pkmn/s/y/w/b.png"],img[src*="pkmn/i/m/r.png"],img[src*="pkmn/n/q/8.png"],img[src*="pkmn/g/s/8.png"],img[src*="pkmn/1/i/1.png"],img[src*="pkmn/r/2/t/g.png"],img[src*="pkmn/1/8/7.png"],img[src*="pkmn/g/i/1.png"],img[src*="pkmn/7/z/0.png"],img[src*="pkmn/b/y/1/6.png"],img[src*="pkmn/m/n/s.png"],img[src*="pkmn/7/s/7.png"],img[src*="pkmn/g/s/n.png"],img[src*="pkmn/d/m/w.png"],img[src*="pkmn/i/i/f.png"],img[src*="pkmn/6/1/e.png"],img[src*="pkmn/p/p/g/x.png"],img[src*="pkmn/o/r/x.png"],img[src*="pkmn/9/v/c/y.png"],img[src*="pkmn/3/z/u.png"],img[src*="pkmn/t/j.png"],img[src*="pkmn/k/n/x.png"],img[src*="pkmn/l/m/7.png"],img[src*="pkmn/4/y/r.png"],img[src*="pkmn/a/2/d.png"],img[src*="pkmn/l/t/r.png"],img[src*="pkmn/d/6/h.png"],img[src*="pkmn/1/y/t.png"],img[src*="pkmn/i/y/y/3.png"],img[src*="pkmn/6/6/5.png"],img[src*="pkmn/c/1/y.png"],img[src*="pkmn/9/g/4.png"],img[src*="pkmn/h/d.png"],img[src*="pkmn/5/b/1.png"],img[src*="pkmn/9/5/7.png"],img[src*="pkmn/n/a/i.png"],img[src*="pkmn/8/s/i/r.png"],img[src*="pkmn/3/1/u.png"],img[src*="pkmn/f/b/0.png"],img[src*="pkmn/6/d/s.png"],img[src*="pkmn/b/v/d.png"],img[src*="pkmn/b/f/k.png"],img[src*="pkmn/j/p/g.png"],img[src*="pkmn/n/k/h.png"],img[src*="pkmn/h/6/b.png"],img[src*="pkmn/c/8/n.png"],img[src*="pkmn/b/d/m.png"],img[src*="pkmn/9/b/0.png"],img[src*="pkmn/k/b/3.png"],img[src*="pkmn/d/5/0.png"],img[src*="pkmn/q/8.png"],img[src*="pkmn/l/k/a.png"],img[src*="pkmn/l/r/1.png"],img[src*="pkmn/m/q/k.png"],img[src*="pkmn/q/6/d/0.png"],img[src*="pkmn/7/9/t.png"],img[src*="pkmn/o/b/7.png"],img[src*="pkmn/b/x/s.png"],img[src*="pkmn/d/q/n.png"],img[src*="pkmn/8/r/q.png"],img[src*="pkmn/h/h/h.png"],img[src*="pkmn/3/e/l.png"],img[src*="pkmn/1/5/l.png"],img[src*="pkmn/6/n/4.png"],img[src*="pkmn/5/d/f.png"],img[src*="pkmn/4/u/j.png"],img[src*="pkmn/8/t/3/u.png"],img[src*="pkmn/a/x/w.png"],img[src*="pkmn/c/z/0.png"],img[src*="pkmn/4/2/a.png"],img[src*="pkmn/4/3/r.png"],img[src*="pkmn/h/j/d.png"],img[src*="pkmn/m/f/t.png"],img[src*="pkmn/p/6/f.png"],img[src*="pkmn/2/6.png"],img[src*="pkmn/d/9/6.png"],img[src*="pkmn/c/a/a.png"],img[src*="pkmn/2/h/q.png"],img[src*="pkmn/3/2/r.png"],img[src*="pkmn/g/i/c.png"],img[src*="pkmn/b/2/f/n.png"],img[src*="pkmn/o/8/a.png"],img[src*="pkmn/a/6/6/v.png"],img[src*="pkmn/o/l/o.png"],img[src*="pkmn/g/d/0.png"],img[src*="pkmn/b/b/e.png"],img[src*="pkmn/d/q/b.png"],img[src*="pkmn/2/v/k.png"],img[src*="pkmn/i/h/o.png"],img[src*="pkmn/6/u/u.png"],img[src*="pkmn/e/p/g.png"],img[src*="pkmn/r/t.png"],img[src*="pkmn/d/n/x.png"],img[src*="pkmn/o/0/q.png"],img[src*="pkmn/m/3/m.png"],img[src*="pkmn/5/8/4.png"],img[src*="pkmn/h/q/c.png"],img[src*="pkmn/l/5/e.png"],img[src*="pkmn/j/x/b.png"],img[src*="pkmn/h/p/h.png"],img[src*="pkmn/8/2/i.png"],img[src*="pkmn/f/f/i.png"],img[src*="pkmn/j/z/s.png"],img[src*="pkmn/f/o/v.png"],img[src*="pkmn/m/x/3.png"],img[src*="pkmn/d/z/3.png"],img[src*="pkmn/2/v/d.png"],img[src*="pkmn/a/8/b.png"],img[src*="pkmn/i/1/e.png"],img[src*="pkmn/a/y/f.png"],img[src*="pkmn/6/5/i.png"],img[src*="pkmn/h/5/v.png"],img[src*="pkmn/7/2/l.png"],img[src*="pkmn/c/w/w.png"],img[src*="pkmn/i/4/2.png"],img[src*="pkmn/l/z/2.png"],img[src*="pkmn/i/0/k.png"],img[src*="pkmn/8/v/w.png"],img[src*="pkmn/b/5/9.png"],img[src*="pkmn/m/f/c.png"],img[src*="pkmn/j/9/n.png"],img[src*="pkmn/8/b/v.png"],img[src*="pkmn/8/a/n.png"],img[src*="pkmn/m/z/8.png"],img[src*="pkmn/m/x/d.png"],img[src*="pkmn/j/c/2.png"],img[src*="pkmn/m/u/8.png"],img[src*="pkmn/1/9/q.png"],img[src*="pkmn/8/b/g.png"],img[src*="pkmn/f/w/s.png"],img[src*="pkmn/n/y/x.png"],img[src*="pkmn/n/d/x.png"],img[src*="pkmn/l/6/d.png"],img[src*="pkmn/b/l/l.png"],img[src*="pkmn/h/n/8.png"],img[src*="pkmn/s/5.png"],img[src*="pkmn/8/7/x.png"],img[src*="pkmn/i/o/3.png"],img[src*="pkmn/7/d/y.png"],img[src*="pkmn/7/7/x.png"],img[src*="pkmn/m/v/v.png"],img[src*="pkmn/2/g/h.png"],img[src*="pkmn/b/5/8.png"],img[src*="pkmn/h/a/c.png"],img[src*="pkmn/a/q/1.png"],img[src*="pkmn/g/g/v.png"],img[src*="pkmn/e/1/3.png"],img[src*="pkmn/k/7/e.png"],img[src*="pkmn/e/9/e.png"],img[src*="pkmn/4/q/o.png"],img[src*="pkmn/l/1/7.png"],img[src*="pkmn/1/i/7.png"],img[src*="pkmn/7/1/v.png"],img[src*="pkmn/6/l/n.png"],img[src*="pkmn/l/x/b.png"],img[src*="pkmn/b/m/6.png"],img[src*="pkmn/i/i/g.png"],img[src*="pkmn/a/g/q.png"],img[src*="pkmn/a/v/p.png"],img[src*="pkmn/c/q.png"],img[src*="pkmn/a/q/0.png"],img[src*="pkmn/y/r.png"],img[src*="pkmn/4/n/g.png"],img[src*="pkmn/i/3/m.png"],img[src*="pkmn/n/3/p.png"],img[src*="pkmn/7/x/q.png"],img[src*="pkmn/c/g/k.png"],img[src*="pkmn/6/8/0.png"],img[src*="pkmn/8/q/y.png"],img[src*="pkmn/j/3/7.png"],img[src*="pkmn/d/j/y/x.png"],img[src*="pkmn/j/o/e.png"],img[src*="pkmn/8/w/9.png"],img[src*="pkmn/3/t/b/5.png"],img[src*="pkmn/7/t/f.png"],img[src*="pkmn/x/2.png"],img[src*="pkmn/h/1/5.png"],img[src*="pkmn/o/9/f.png"],img[src*="pkmn/u/n.png"],img[src*="pkmn/n/9/6.png"],img[src*="pkmn/i/k/7.png"],img[src*="pkmn/6/t/u.png"],img[src*="pkmn/g/h/g.png"],img[src*="pkmn/7/p/8.png"],img[src*="pkmn/5/3/y.png"],img[src*="pkmn/h/i/m.png"],img[src*="pkmn/n/j/v.png"],img[src*="pkmn/j/w/f.png"],img[src*="pkmn/m/2/2.png"],img[src*="pkmn/q/m/6/n.png"],img[src*="pkmn/1/f/5.png"],img[src*="pkmn/c/u/5.png"],img[src*="pkmn/h/l/1.png"],img[src*="pkmn/n/m/e.png"],img[src*="pkmn/r/k.png"],img[src*="pkmn/4/4/t.png"],img[src*="pkmn/k/t/f.png"],img[src*="pkmn/5/d/m.png"],img[src*="pkmn/l/l/q.png"],img[src*="pkmn/m/j/c.png"],img[src*="pkmn/i/1/4.png"],img[src*="pkmn/h/m/b.png"],img[src*="pkmn/a/a/c.png"],img[src*="pkmn/l/v/b.png"],img[src*="pkmn/k/8/c/u.png"],img[src*="pkmn/9/7/w.png"],img[src*="pkmn/m/m/g.png"],img[src*="pkmn/1/s/6.png"],img[src*="pkmn/d/w/5.png"],img[src*="pkmn/k/y/r.png"],img[src*="pkmn/l/t/c.png"],img[src*="pkmn/4/2/5.png"],img[src*="pkmn/h/5/x.png"],img[src*="pkmn/c/e/z.png"],img[src*="pkmn/j/3/8.png"],img[src*="pkmn/d/h/7/w.png"],img[src*="pkmn/n/u/c.png"],img[src*="pkmn/b/q/s.png"],img[src*="pkmn/h/h/6.png"],img[src*="pkmn/2/b/o.png"],img[src*="pkmn/i/4.png"],img[src*="pkmn/h/j/1.png"],img[src*="pkmn/g/2/t.png"],img[src*="pkmn/9/6/3.png"],img[src*="pkmn/h/1/j.png"],img[src*="pkmn/2/l/p.png"],img[src*="pkmn/p/0/e.png"],img[src*="pkmn/n/s/g.png"],img[src*="pkmn/9/d/l.png"],img[src*="pkmn/9/0/8.png"],img[src*="pkmn/h/p/m.png"],img[src*="pkmn/m/t/p.png"],img[src*="pkmn/g/z/8.png"],img[src*="pkmn/c/6/t.png"],img[src*="pkmn/b/x/z.png"],img[src*="pkmn/a/v/v.png"],img[src*="pkmn/6/3/e.png"],img[src*="pkmn/m/h/g.png"],img[src*="pkmn/j/o/4.png"],img[src*="pkmn/h/w/i.png"],img[src*="pkmn/l/f/b.png"],img[src*="pkmn/1/q/3.png"],img[src*="pkmn/h/y/x.png"],img[src*="pkmn/i/4/g.png"],img[src*="pkmn/l/m/m.png"],img[src*="pkmn/h/d/l.png"],img[src*="pkmn/1/0.png"],img[src*="pkmn/5/r/3.png"],img[src*="pkmn/5/c/f.png"],img[src*="pkmn/7/6/1.png"],img[src*="pkmn/b/d/u.png"],img[src*="pkmn/n/m/q.png"],img[src*="pkmn/f/j/2.png"],img[src*="pkmn/a/5/8.png"],img[src*="pkmn/9/u/9.png"],img[src*="pkmn/a/h/s.png"],img[src*="pkmn/j/b/e.png"],img[src*="pkmn/i/v/v.png"],img[src*="pkmn/6/t/t.png"],img[src*="pkmn/2/f/z.png"],img[src*="pkmn/c/w/4.png"],img[src*="pkmn/6/7/q.png"],img[src*="pkmn/5/k/q.png"],img[src*="pkmn/h/r/h.png"],img[src*="pkmn/j/w/r.png"],img[src*="pkmn/4/b/8.png"],img[src*="pkmn/e/u/j.png"],img[src*="pkmn/h/9/i.png"],img[src*="pkmn/i/i/t.png"],img[src*="pkmn/n/p/4.png"],img[src*="pkmn/g/t/s.png"],img[src*="pkmn/i/m/9.png"],img[src*="pkmn/a/e/e.png"],img[src*="pkmn/6/t/r.png"],img[src*="pkmn/n/3/k.png"],img[src*="pkmn/5/m/0.png"],img[src*="pkmn/9/k/0.png"],img[src*="pkmn/j/h/y.png"],img[src*="pkmn/5/8/6.png"],img[src*="pkmn/n/w/g.png"],img[src*="pkmn/a/k/y.png"],img[src*="pkmn/o/6/l.png"],img[src*="pkmn/m/e/4.png"],img[src*="pkmn/i/a/w.png"],img[src*="pkmn/1/f/b.png"],img[src*="pkmn/l/m/v.png"],img[src*="pkmn/e/d/q.png"],img[src*="pkmn/2/c/0.png"],img[src*="pkmn/v/o.png"],img[src*="pkmn/j/2/a.png"],img[src*="pkmn/f/4/h.png"],img[src*="pkmn/f/n/h.png"],img[src*="pkmn/u/v/g.png"],img[src*="pkmn/j/t/g.png"],img[src*="pkmn/2/q/q.png"],img[src*="pkmn/f/5/c.png"],img[src*="pkmn/u/6/z.png"],img[src*="pkmn/s/j/m.png"],img[src*="pkmn/e/2/4.png"],img[src*="pkmn/7/f.png"],img[src*="pkmn/a/5/o.png"],img[src*="pkmn/6/p/n.png"],img[src*="pkmn/k/3/1.png"],img[src*="pkmn/n/x/e.png"],img[src*="pkmn/6/5/9.png"],img[src*="pkmn/j/u/m.png"],img[src*="pkmn/r/h/6.png"],img[src*="pkmn/g/4/b.png"],img[src*="pkmn/p/5/7.png"],img[src*="pkmn/v/0/1.png"],img[src*="pkmn/2/h/9.png"],img[src*="pkmn/k/l/k.png"],img[src*="pkmn/2/o/m.png"],img[src*="pkmn/d/k/d.png"],img[src*="pkmn/v/3/3.png"],img[src*="pkmn/v/5/e.png"],img[src*="pkmn/m/q/f.png"],img[src*="pkmn/m/q/c.png"],img[src*="pkmn/8/f/n.png"],img[src*="pkmn/y/x.png"],img[src*="pkmn/9/y/7.png"],img[src*="pkmn/h/w/j.png"],img[src*="pkmn/k/8/t/9.png"],img[src*="pkmn/4/z/d/i.png"],img[src*="pkmn/b/o/e/9.png"],img[src*="pkmn/t/3/n/j.png"],img[src*="pkmn/k/x/0/r.png"],img[src*="pkmn/3/b/v/m.png"],img[src*="pkmn/c/w/0/j.png"],img[src*="pkmn/6/1/4/3.png"],img[src*="pkmn/i/h/d/v.png"],img[src*="pkmn/2/o/2.png"],img[src*="pkmn/e/7/2/t.png"],img[src*="pkmn/w/i/r/f.png"],img[src*="pkmn/l/t/7/0.png"],img[src*="pkmn/3/g/w/n.png"],img[src*="pkmn/g/9/w/3.png"],img[src*="pkmn/5/5/7/6.png"],img[src*="pkmn/y/t/n/f.png"],img[src*="pkmn/m/z/n.png"],img[src*="pkmn/q/p/t/n.png"],img[src*="pkmn/3/p/o/k.png"],img[src*="pkmn/o/a/r/f.png"],img[src*="pkmn/5/r/3/2.png"],img[src*="pkmn/v/5/u/1.png"],img[src*="pkmn/l/1/p/i.png"],img[src*="pkmn/k/5/c/t.png"],img[src*="pkmn/a/d/q/3.png"],img[src*="pkmn/s/v/v/x.png"],img[src*="pkmn/2/t/n.png"],img[src*="pkmn/t/c/n/o.png"],img[src*="pkmn/s/j/7/m.png"],img[src*="pkmn/4/x/r/y.png"],img[src*="pkmn/f/q/s/j.png"],img[src*="pkmn/5/g/a.png"],img[src*="pkmn/o/w/f/s.png"],img[src*="pkmn/j/n/z.png"],img[src*="pkmn/a/1.png"],img[src*="pkmn/d/m/w.png"],img[src*="pkmn/i/i/f.png"],img[src*="pkmn/7/9/t.png"],img[src*="pkmn/b/x/s.png"],img[src*="pkmn/p/6/f.png"],img[src*="pkmn/2/6.png"],img[src*="pkmn/d/q/b.png"],img[src*="pkmn/d/n/x.png"],img[src*="pkmn/l/5/e.png"],img[src*="pkmn/j/x/b.png"],img[src*="pkmn/8/b/v.png"],img[src*="pkmn/1/9/q.png"],img[src*="pkmn/n/y/x.png"],img[src*="pkmn/b/5/8.png"],img[src*="pkmn/h/a/c.png"],img[src*="pkmn/4/n/g.png"],img[src*="pkmn/n/j/v.png"],img[src*="pkmn/h/l/1.png"],img[src*="pkmn/n/m/e.png"],img[src*="pkmn/l/t/c.png"],img[src*="pkmn/l/f/b.png"],img[src*="pkmn/1/q/3.png"],img[src*="pkmn/5/c/f.png"],img[src*="pkmn/4/b/8.png"],img[src*="pkmn/n/p/4.png"],img[src*="pkmn/5/8/6.png"],img[src*="pkmn/v/o.png"],img[src*="pkmn/f/4/h.png"],img[src*="pkmn/u/6/z.png"],img[src*="pkmn/3/b/v/m.png"],img[src*="pkmn/i/h/d/v.png"],img[src*="pkmn/3/g/w/n.png"],img[src*="pkmn/v/5/u/1.png"],img[src*="pkmn/4/3/d/z.png"],img[src*="pkmn/f/9/1/w.png"],img[src*="pkmn/e/1/2/0.png"],img[src*="pkmn/w/y/c/n.png"],img[src*="pkmn/r/d/j/o.png"],img[src*="pkmn/s/7/c/o.png"],img[src*="pkmn/i/q/e/3.png"],img[src*="pkmn/8/8/1/5.png"],img[src*="pkmn/n/l/h/4.png"],img[src*="pkmn/e/y/v/x.png"],img[src*="pkmn/1/x/i/n.png"],{opacity: .3;}
  182.  
  183. /* highlight current hunt egg */
  184. img[src*=""],img[src*="pkmn/r/d/j/o.png"],{border-radius: 50px;opacity: 1;box-shadow: 0px 0px 0px 5px #F2DBD1;}
  185.  
  186. - Info: Another version by Bishop. Better for Type Race.
  187. - Better explanation: https://pokefarm.com/forum/post/4133916
  188.  
  189. ----------------------------
  190.  
  191. References:
  192. Simple egg display: https://pokefarm.com/forum/thread/18796/Scorp-s-Notes-and-Musings
  193. Type Race egg highlighting: https://pokefarm.com/forum/post/4133916
  194. Site Skin Guide: https://pokefarm.com/forum/thread/127552/Site-Skins-How-To-and-Helpful-CSS
  195. Party Massclicking: https://pokefarm.com/forum/thread/175732/Massclicking-parties-or-how-to-hatch-eggs-fast
Add Comment
Please, Sign In to add comment