Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Site Skins: How-To, and Helpful CSS

Forum Index > PokéFarm > Guides >

Pages: 123··· 110111112113114··· 402403404

kjokjo75's Avatarkjokjo75
kjokjo75's Avatar
Here's all that I have right now: @padding: 50px; #field_berries.selected ~ #field_field[data-mode="public"]>div.field>.fieldmon { margin:-@padding!important; left:45%!important; top:45%!important; img { animation:none!important; padding:@padding!important; } } #field_berries { position:relative; z-index:12; } #field_nav button[data-action=next], #field_nav button[data-action=previous], #field_nav button[data-action=jump] { position:relative; z-index:10; } #field_party { position:relative; z-index: 11; }
ChromaSys's AvatarChromaSys
ChromaSys's Avatar
It doesn't look like you have the shelter code in there, could you post that too please? c:
Avatar made by TheMushroomNacho c:<3<3<3 Tanks created by Box<3
kjokjo75's Avatarkjokjo75
kjokjo75's Avatar
I removed that when it wasn't working so that I could test if a different code would work. Other codes that I tried came from here
The code I'm using for stacked fields is this one; #field_field[data-mode="public"]>div.field>.fieldmon { margin:0 !important; transform: translate(-50%, -50%) !important; left:50% !important; top:50% !important; } The one given on page 1 isn't working for me either, and I'm on my laptop right now so can clear my cache easily.




Avatar is my sona, drawn by Saapricots!
×7/1000


Bishop's AvatarBishop
Bishop's Avatar
as a reminder the one on first page here requires you to select a berry before it stacks them... this way you can see "sell" and "display" fields as intended wihtout having to disable stacking to do so.
kjokjo75's Avatarkjokjo75
kjokjo75's Avatar
Röjuröu: I just tried that and it didn't work. I'm going to give up until I can borrow my mom's laptop.
Bishop's AvatarBishop
Bishop's Avatar

QUOTE originally posted by kjokjo75

I'm going to give up until I can borrow my mom's laptop.
have you used them on a computer before? do the codes work when on on pc/laptop? if they work on your account while on pc but not on your phone then it is 100% an issue with cache not being cleared properly on the device they do not work on.
kjokjo75's Avatarkjokjo75
kjokjo75's Avatar
I haven't tried off mobile yet. Hopefully that fixes everything.
Prf X's AvatarPrf X
Prf X's Avatar
Just adding this: Skin code for highlighting eggs by Type, Colour & Body style Bug eggs are set to 0.5 for the image

Fade Code w/o Type Colours

//Type: @Normal:0.05; @Fire:0.05; @Water:0.05; @Electric:0.05; @Grass:0.05; @Ice:0.05; @Fighting:0.05; @Poison:0.05; @Ground:0.05; @Flying:0.05; @Psychic:0.05; @Bug:0.05; @Rock:0.05; @Ghost:0.05; @Dragon:0.05; @Dark:0.05; @Steel:0.05; @Fairy:0.05; @Unknown:0.05; //Colour: @Black:0.05; @Blue:0.05; @Brown:0.05; @Green:0.05; @Grey:0.05; @Pink:0.05; @Purple:0.05; @Red:0.05; @White:0.05; @Yellow:0.05; //Body style: @BS0:0.05; @BS1:0.05; @BS2:0.05; @BS3:0.05; @BS4:0.05; @BS5:0.05; @BS6:0.05; @BS7:0.05; @BS8:0.05; @BS9:0.05; @BS10:0.05; @BS11:0.05; @BS12:0.05; @BS13:0.05; //#001 Bulbasaur img[src*="/pkmn/c/0/7.png"]{ border-radius: 75px; opacity: @Grass + @Poison + @BS7 + @Green + 0.05;} //#004 Charmander img[src*="/pkmn/f/d/w.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS5 + @Red + 0.05;} //#007 Squirtle img[src*="/pkmn/l/w/s.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS5 + @Blue + 0.05;} //#010 Caterpie img[src*="/pkmn/j/n/z.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS13 + @Green + @Yellow;} //#013 Weedle img[src*="/pkmn/a/1.png"]{ border-radius: 75px; opacity: @Bug + @Poison + @BS13 + @Brown + 0.05;} //#016 Pidgey img[src*="/pkmn/b/y.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Brown + 0.05;} //#019 Rattata img[src*="/pkmn/5/j/w.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Purple + 0.05;} //#019 Rattata Alolan Forme img[src*="/pkmn/s/y/w/b.png"]{ border-radius: 75px; opacity: @Dark + @Normal + @BS7 + @Black + 0.05;} //#019 Saiyan Rattata img[src*="/pkmn/t/7/n/8.png"]{ border-radius: 75px; opacity: @Normal + @Fighting + @BS7 + @Black + 0.05;} //#021 Spearow img[src*="/pkmn/i/m/r.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Brown + 0.05;} //#023 Ekans img[src*="/pkmn/n/q/8.png"]{ border-radius: 75px; opacity: 0.05 + @Poison + @BS1 + @Purple + 0.05;} //#025 Pichu img[src*="/pkmn/g/s/8.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @Yellow + 0.05;} //#025 Flying Pichu img[src*="/pkmn/b/p/l/8.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @Yellow + 0.05;} //#025 Surfing Pichu img[src*="/pkmn/q/i/m/w.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @Yellow + 0.05;} //#028 Sandshrew img[src*="/pkmn/1/i/1.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS5 + @Yellow + 0.05;} //#028 Sandshrew Alolan Forme img[src*="/pkmn/r/2/t/g.png"]{ border-radius: 75px; opacity: @Ice + @Steel + @BS5 + @White + @Blue;} //#030 Nidoran img[src*="/pkmn/1/8/7.png"]{ border-radius: 75px; opacity: 0.05 + @Poison + @BS7 + @Purple + 0.05;} //#035 Cleffa img[src*="/pkmn/g/i/1.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS5 + @Pink + 0.05;} //#035 Shooting Star Cleffa img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS5 + @Yellow + 0.05;} //#038 Vulpix img[src*="/pkmn/7/z/0.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Brown + 0.05;} //#038 Koroku img[src*="/pkmn/e/r/g/t.png"]{ border-radius: 75px; opacity: @Fire + @Ice + @BS7 + @Blue + 0.05;} //#038 Vulpix Alolan Forme img[src*="/pkmn/b/y/1/6.png"]{ border-radius: 75px; opacity: 0.05 + @Ice + @BS7 + @White + 0.05;} //#040 Igglybuff img[src*="/pkmn/m/n/s.png"]{ border-radius: 75px; opacity: @Normal + @Fairy + @BS11 + @Pink + 0.05;} //#040 Guild Igglybuff img[src*="/pkmn/p/o/p/n.png"]{ border-radius: 75px; opacity: @Normal + @Fairy + @BS11 + @Pink + 0.05;} //#043 Zubat img[src*="/pkmn/7/s/7.png"]{ border-radius: 75px; opacity: @Poison + @Flying + @BS8 + @Purple + 0.05;} //#046 Oddish img[src*="/pkmn/g/s/n.png"]{ border-radius: 75px; opacity: @Grass + @Poison + @BS6 + @Blue + @Green;} //#050 Paras img[src*="/pkmn/d/m/w.png"]{ border-radius: 75px; opacity: @Bug + @Grass + @BS13 + @Red + 0.05;} //#052 Venonat img[src*="/pkmn/i/i/f.png"]{ border-radius: 75px; opacity: @Bug + @Poison + @BS11 + @Purple + 0.05;} //#054 Diglett img[src*="/pkmn/6/1/e.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS4 + @Brown + 0.05;} //#054 Diglett Alolan Forme img[src*="/pkmn/p/p/g/x.png"]{ border-radius: 75px; opacity: @Ground + @Steel + @BS4 + @Brown + 0.05;} //#056 Meowth img[src*="/pkmn/o/r/x.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Yellow + 0.05;} //#056 Meowth Alolan Forme img[src*="/pkmn/9/v/c/y.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS7 + @Blue + 0.05;} //#058 Psyduck img[src*="/pkmn/3/z/u.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS5 + @Yellow + 0.05;} //#060 Mankey img[src*="/pkmn/t/j.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS5 + @Brown + 0.05;} //#062 Growlithe img[src*="/pkmn/k/n/x.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Brown + 0.05;} //#062 Apocalyptic Growlithe img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Black + 0.05;} //#064 Poliwag img[src*="/pkmn/l/m/7.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS6 + @Blue + 0.05;} //#068 Abra img[src*="/pkmn/4/y/r.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Brown + @Yellow;} //#071 Machop img[src*="/pkmn/a/2/d.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS5 + @Grey + 0.05;} //#074 Bellsprout img[src*="/pkmn/l/t/r.png"]{ border-radius: 75px; opacity: @Grass + @Poison + @BS11 + @Green + 0.05;} //#077 Tentacool img[src*="/pkmn/d/6/h.png"]{ border-radius: 75px; opacity: @Water + @Poison + @BS9 + @Blue + 0.05;} //#079 Geodude img[src*="/pkmn/1/y/t.png"]{ border-radius: 75px; opacity: @Rock + @Ground + @BS3 + @Brown + @Yellow;} //#079 Geodude Alolan Forme img[src*="/pkmn/i/y/y/3.png"]{ border-radius: 75px; opacity: @Rock + @Electric + @BS3 + @Grey + 0.05;} //#082 Ponyta img[src*="/pkmn/6/6/5.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Yellow + 0.05;} //#084 Slowpoke img[src*="/pkmn/c/1/y.png"]{ border-radius: 75px; opacity: @Water + @Psychic + @BS7 + @Pink + 0.05;} //#084 Snowpoke img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: @Ice + @Psychic + @BS7 + @White + 0.05;} //#087 Magnemite img[src*="/pkmn/9/g/4.png"]{ border-radius: 75px; opacity: @Electric + @Steel + @BS3 + @Grey + 0.05;} //#090 Farfetchd img[src*="/pkmn/h/d.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Brown + 0.05;} //#091 Doduo img[src*="/pkmn/5/b/1.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS6 + @Brown + 0.05;} //#093 Seel img[src*="/pkmn/9/5/7.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @White + 0.05;} //#095 Grimer img[src*="/pkmn/n/a/i.png"]{ border-radius: 75px; opacity: 0.05 + @Poison + @BS3 + @Purple + 0.05;} //#095 Grimer Alolan Forme img[src*="/pkmn/8/s/i/r.png"]{ border-radius: 75px; opacity: @Poison + @Dark + @BS3 + @Green + 0.05;} //#097 Shellder img[src*="/pkmn/3/1/u.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS0 + @Purple + 0.05;} //#099 Gastly img[src*="/pkmn/f/b/0.png"]{ border-radius: 75px; opacity: @Ghost + @Poison + @BS0 + @Purple + 0.05;} //#102 Onix img[src*="/pkmn/6/d/s.png"]{ border-radius: 75px; opacity: @Rock + @Ground + @BS1 + @Grey + 0.05;} //#104 Drowzee img[src*="/pkmn/b/v/d.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS11 + @Yellow + 0.05;} //#106 Krabby img[src*="/pkmn/b/f/k.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS13 + @Red + 0.05;} //#108 Voltorb img[src*="/pkmn/j/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS0 + @Red + 0.05;} //#108 Death Star Voltorb img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS0 + @Black + 0.05;} //#110 Exeggcute img[src*="/pkmn/n/k/h.png"]{ border-radius: 75px; opacity: @Grass + @Psychic + @BS10 + @Pink + 0.05;} //#112 Cubone img[src*="/pkmn/h/6/b.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS5 + @Brown + @Green;} //#114 Lickitung img[src*="/pkmn/c/8/n.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Pink + 0.05;} //#116 Koffing img[src*="/pkmn/b/d/m.png"]{ border-radius: 75px; opacity: 0.05 + @Poison + @BS0 + @Purple + 0.05;} //#118 Rhyhorn img[src*="/pkmn/9/b/0.png"]{ border-radius: 75px; opacity: @Ground + @Rock + @BS7 + @Grey + 0.05;} //#121 Tangela img[src*="/pkmn/k/b/3.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS6 + @Blue + 0.05;} //#123 Kangaskhan img[src*="/pkmn/d/5/0.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Brown + 0.05;} //#124 Horsea img[src*="/pkmn/q/8.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS4 + @Blue + 0.05;} //#127 Goldeen img[src*="/pkmn/l/k/a.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Red + 0.05;} //#129 Staryu img[src*="/pkmn/l/r/1.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS4 + @Brown + 0.05;} //#131 Mime Jr. img[src*="/pkmn/m/q/k.png"]{ border-radius: 75px; opacity: @Psychic + @Fairy + @BS11 + @Pink + 0.05;} //#132 Mr. Mime img[src*="/pkmn/q/6/d/0.png"]{ border-radius: 75px; opacity: @Psychic + @Fairy + @BS11 + @Pink + 0.05;} //#133 Scyther img[src*="/pkmn/7/9/t.png"]{ border-radius: 75px; opacity: @Bug + @Flying + @BS12 + @Green + 0.05;} //#135 Smoochum img[src*="/pkmn/o/b/7.png"]{ border-radius: 75px; opacity: @Ice + @Psychic + @BS11 + @Pink + 0.05;} //#137 Pinsir img[src*="/pkmn/b/x/s.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS11 + @Brown + 0.05;} //#138 Tauros img[src*="/pkmn/d/q/n.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#139 Magikarp img[src*="/pkmn/8/r/q.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Red + @Yellow;} //#141 Lapras img[src*="/pkmn/h/h/h.png"]{ border-radius: 75px; opacity: @Water + @Ice + @BS2 + @Blue + 0.05;} //#142 Ditto img[src*="/pkmn/e/h/x.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS0 + @Purple + 0.05;} //#143 Eevee img[src*="/pkmn/3/e/l.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + @Grey;} //#152 Omanyte img[src*="/pkmn/1/5/l.png"]{ border-radius: 75px; opacity: @Rock + @Water + @BS9 + @Blue + 0.05;} //#154 Kabuto img[src*="/pkmn/6/n/4.png"]{ border-radius: 75px; opacity: @Rock + @Water + @BS13 + @Brown + 0.05;} //#156 Aerodactyl img[src*="/pkmn/5/d/f.png"]{ border-radius: 75px; opacity: @Rock + @Flying + @BS8 + @Purple + 0.05;} //#157 Munchlax img[src*="/pkmn/4/u/j.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS11 + @Black + 0.05;} //#158 Snorlax img[src*="/pkmn/8/t/3/u.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS11 + @Black + 0.05;} //#159 Articuno img[src*="/pkmn/f/m/u.png"]{ border-radius: 75px; opacity: @Ice + @Flying + @BS8 + @Blue + 0.05;} //#160 Zapdos img[src*="/pkmn/o/2/t.png"]{ border-radius: 75px; opacity: @Electric + @Flying + @BS8 + @Yellow + 0.05;} //#161 Moltres img[src*="/pkmn/k/z/u.png"]{ border-radius: 75px; opacity: @Fire + @Flying + @BS8 + @Yellow + 0.05;} //#162 Dratini img[src*="/pkmn/a/x/w.png"]{ border-radius: 75px; opacity: 0.05 + @Dragon + @BS1 + @Blue + 0.05;} //#165 Mewtwo img[src*="/pkmn/j/t/q.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Purple + 0.05;} //#166 Mew img[src*="/pkmn/4/3/u.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Pink + 0.05;} //#167 Chikorita img[src*="/pkmn/c/z/0.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS7 + @Green + 0.05;} //#170 Cyndaquil img[src*="/pkmn/4/2/a.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS11 + @Yellow + @Brown;} //#173 Totodile img[src*="/pkmn/4/3/r.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS5 + @Blue + 0.05;} //#176 Sentret img[src*="/pkmn/h/j/d.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#178 Hoothoot img[src*="/pkmn/m/f/t.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Brown + 0.05;} //#180 Ledyba img[src*="/pkmn/p/6/f.png"]{ border-radius: 75px; opacity: @Bug + @Flying + @BS8 + @Red + 0.05;} //#182 Spinarak img[src*="/pkmn/2/6.png"]{ border-radius: 75px; opacity: @Bug + @Poison + @BS13 + @Green + 0.05;} //#184 Chinchou img[src*="/pkmn/d/9/6.png"]{ border-radius: 75px; opacity: @Water + @Electric + @BS2 + @Blue + 0.05;} //#186 Togepi img[src*="/pkmn/c/a/a.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS11 + @White + 0.05;} //#189 Natu img[src*="/pkmn/2/h/q.png"]{ border-radius: 75px; opacity: @Psychic + @Flying + @BS8 + @Green + 0.05;} //#189 Early Bird Natu img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: @Psychic + @Flying + @BS8 + @Green + 0.05;} //#191 Mareep img[src*="/pkmn/3/2/r.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @White + 0.05;} //#194 Azurill img[src*="/pkmn/g/i/c.png"]{ border-radius: 75px; opacity: @Normal + @Fairy + @BS6 + @Blue + 0.05;} //#195 Marill img[src*="/pkmn/b/2/f/n.png"]{ border-radius: 75px; opacity: @Water + @Fairy + @BS5 + @Blue + 0.05;} //#197 Bonsly img[src*="/pkmn/o/8/a.png"]{ border-radius: 75px; opacity: 0.05 + @Rock + @BS6 + @Brown + 0.05;} //#198 Sudowoodo img[src*="/pkmn/a/6/6/v.png"]{ border-radius: 75px; opacity: 0.05 + @Rock + @BS11 + @Brown + 0.05;} //#199 Hoppip img[src*="/pkmn/o/l/o.png"]{ border-radius: 75px; opacity: @Grass + @Flying + @BS5 + @Pink + 0.05;} //#202 Aipom img[src*="/pkmn/g/d/0.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Purple + 0.05;} //#204 Sunkern img[src*="/pkmn/b/b/e.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS0 + @Yellow + 0.05;} //#206 Yanma img[src*="/pkmn/d/q/b.png"]{ border-radius: 75px; opacity: @Bug + @Flying + @BS12 + @Red + 0.05;} //#208 Wooper img[src*="/pkmn/2/v/k.png"]{ border-radius: 75px; opacity: @Water + @Ground + @BS6 + @Blue + 0.05;} //#210 Murkrow img[src*="/pkmn/i/h/o.png"]{ border-radius: 75px; opacity: @Dark + @Flying + @BS8 + @Black + 0.05;} //#212 Misdreavus img[src*="/pkmn/6/u/u.png"]{ border-radius: 75px; opacity: 0.05 + @Ghost + @BS0 + @Purple + 0.05;} //#214 Unown ? Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown ! Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown A Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + @Blue;} //#214 Unown B Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + @Blue;} //#214 Unown C Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + @Blue;} //#214 Unown D Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + @Blue;} //#214 Unown E Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + @Blue;} //#214 Unown F Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + @Blue;} //#214 Unown G Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown H Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown I Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown J Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown K Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown L Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown M Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown N Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown O Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown P Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown Q Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown R Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown S Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown T Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown U Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown V Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown W Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown X Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown Y Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#214 Unown Z Forme img[src*="/pkmn/e/p/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Black + 0.05;} //#215 Girafarig img[src*="/pkmn/r/t.png"]{ border-radius: 75px; opacity: @Normal + @Psychic + @BS7 + @Yellow + 0.05;} //#216 Pineco img[src*="/pkmn/d/n/x.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS0 + @Grey + 0.05;} //#218 Dunsparce img[src*="/pkmn/o/0/q.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS1 + @Yellow + 0.05;} //#219 Gligar img[src*="/pkmn/m/3/m.png"]{ border-radius: 75px; opacity: @Ground + @Flying + @BS8 + @Purple + 0.05;} //#219 Gligar Vampire img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: @Ground + @Flying + @BS8 + @Black + 0.05;} //#221 Snubbull img[src*="/pkmn/5/8/4.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS11 + @Pink + 0.05;} //#223 Qwilfish img[src*="/pkmn/h/q/c.png"]{ border-radius: 75px; opacity: @Water + @Poison + @BS2 + @Grey + 0.05;} //#224 Shuckle img[src*="/pkmn/l/5/e.png"]{ border-radius: 75px; opacity: @Bug + @Rock + @BS13 + @Yellow + 0.05;} //#225 Heracross img[src*="/pkmn/j/x/b.png"]{ border-radius: 75px; opacity: @Bug + @Fighting + @BS11 + @Blue + 0.05;} //#226 Sneasel img[src*="/pkmn/h/p/h.png"]{ border-radius: 75px; opacity: @Dark + @Ice + @BS5 + @Black + 0.05;} //#228 Teddiursa img[src*="/pkmn/8/2/i.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Brown + 0.05;} //#230 Slugma img[src*="/pkmn/f/f/i.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS1 + @Red + 0.05;} //#230 Blue Moon Slugma img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS1 + @Blue + 0.05;} //#232 Swinub img[src*="/pkmn/j/z/s.png"]{ border-radius: 75px; opacity: @Ice + @Ground + @BS7 + @Brown + 0.05;} //#235 Corsola img[src*="/pkmn/f/o/v.png"]{ border-radius: 75px; opacity: @Water + @Rock + @BS13 + @Pink + 0.05;} //#236 Remoraid img[src*="/pkmn/m/x/3.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Grey + 0.05;} //#238 Delibird img[src*="/pkmn/d/z/3.png"]{ border-radius: 75px; opacity: @Ice + @Flying + @BS8 + @Red + 0.05;} //#239 Skarmory img[src*="/pkmn/2/v/d.png"]{ border-radius: 75px; opacity: @Steel + @Flying + @BS8 + @Grey + 0.05;} //#240 Houndour img[src*="/pkmn/a/8/b.png"]{ border-radius: 75px; opacity: @Dark + @Fire + @BS7 + @Black + 0.05;} //#240 Frosdour img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: @Dark + @Ice + @BS7 + @Blue + 0.05;} //#242 Phanpy img[src*="/pkmn/i/1/e.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS7 + @Blue + 0.05;} //#244 Stantler img[src*="/pkmn/a/y/f.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#245 Smeargle img[src*="/pkmn/6/5/i.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @White + 0.05;} //#246 Tyrogue img[src*="/pkmn/h/5/v.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS11 + @Purple + 0.05;} //#250 Elekid img[src*="/pkmn/7/2/l.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS11 + @Yellow + 0.05;} //#253 Magby img[src*="/pkmn/c/w/w.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS5 + @Red + 0.05;} //#256 Miltank img[src*="/pkmn/i/4/2.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Pink + 0.05;} //#257 Raikou img[src*="/pkmn/d/u/t.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @Yellow + 0.05;} //#258 Entei img[src*="/pkmn/j/a/6.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Brown + 0.05;} //#259 Suicune img[src*="/pkmn/4/v/s.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS7 + @Blue + 0.05;} //#260 Larvitar img[src*="/pkmn/l/z/2.png"]{ border-radius: 75px; opacity: @Rock + @Ground + @BS5 + @Green + 0.05;} //#263 Lugia img[src*="/pkmn/j/j/2.png"]{ border-radius: 75px; opacity: @Psychic + @Flying + @BS8 + @White + 0.05;} //#263 XD001 img[src*="/pkmn/t/g/4/3.png"]{ border-radius: 75px; opacity: @Psychic + @Flying + @BS8 + @Purple + 0.05;} //#264 Ho-oh img[src*="/pkmn/5/0/g.png"]{ border-radius: 75px; opacity: @Fire + @Flying + @BS8 + @Red + 0.05;} //#265 Celebi img[src*="/pkmn/5/d/v.png"]{ border-radius: 75px; opacity: @Psychic + @Grass + @BS11 + @Green + 0.05;} //#266 Treecko img[src*="/pkmn/i/0/k.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS5 + @Green + 0.05;} //#269 Torchic img[src*="/pkmn/8/v/w.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS6 + @Red + @Yellow;} //#272 Mudkip img[src*="/pkmn/b/5/9.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS7 + @Blue + @Pink;} //#275 Poochyena img[src*="/pkmn/m/f/c.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS7 + @Grey + 0.05;} //#275 Apocalyptic Poochyena img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: @Dark + @Ghost + @BS7 + @Purple + 0.05;} //#277 Zigzagoon img[src*="/pkmn/j/9/n.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#279 Wurmple img[src*="/pkmn/8/b/v.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS13 + @Red + 0.05;} //#284 Lotad img[src*="/pkmn/8/a/n.png"]{ border-radius: 75px; opacity: @Water + @Grass + @BS13 + @Green + 0.05;} //#287 Seedot img[src*="/pkmn/m/z/8.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS6 + @Brown + 0.05;} //#290 Taillow img[src*="/pkmn/m/x/d.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Blue + 0.05;} //#292 Wingull img[src*="/pkmn/j/c/2.png"]{ border-radius: 75px; opacity: @Water + @Flying + @BS8 + @White + 0.05;} //#294 Ralts img[src*="/pkmn/m/u/8.png"]{ border-radius: 75px; opacity: @Psychic + @Fairy + @BS11 + @White + 0.05;} //#298 Surskit img[src*="/pkmn/1/9/q.png"]{ border-radius: 75px; opacity: @Bug + @Water + @BS13 + @Blue + 0.05;} //#300 Shroomish img[src*="/pkmn/8/b/g.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS6 + @Brown + 0.05;} //#300 Apocalyptic Shroomish img[src*="/pkmn/d/e/w/e.png"]{ border-radius: 75px; opacity: @Grass + @Poison + @BS6 + @Brown + 0.05;} //#302 Slakoth img[src*="/pkmn/f/w/s.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#305 Nincada img[src*="/pkmn/n/y/x.png"]{ border-radius: 75px; opacity: @Bug + @Ground + @BS13 + @Grey + 0.05;} //#308 Whismur img[src*="/pkmn/n/d/x.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Pink + 0.05;} //#311 Makuhita img[src*="/pkmn/l/6/d.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS11 + @Yellow + 0.05;} //#313 Nosepass img[src*="/pkmn/b/l/l.png"]{ border-radius: 75px; opacity: 0.05 + @Rock + @BS11 + @Grey + 0.05;} //#315 Skitty img[src*="/pkmn/h/n/8.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Pink + 0.05;} //#317 Sableye img[src*="/pkmn/s/5.png"]{ border-radius: 75px; opacity: @Dark + @Ghost + @BS11 + @Purple + 0.05;} //#318 Mawile img[src*="/pkmn/8/7/x.png"]{ border-radius: 75px; opacity: @Steel + @Fairy + @BS11 + @Black + 0.05;} //#319 Aron img[src*="/pkmn/i/o/3.png"]{ border-radius: 75px; opacity: @Steel + @Rock + @BS7 + @Grey + 0.05;} //#322 Meditite img[src*="/pkmn/7/d/y.png"]{ border-radius: 75px; opacity: @Fighting + @Psychic + @BS11 + @Blue + 0.05;} //#324 Electrike img[src*="/pkmn/7/7/x.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @Green + 0.05;} //#326 Plusle img[src*="/pkmn/m/v/v.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS5 + @Yellow + 0.05;} //#327 Minun img[src*="/pkmn/2/g/h.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS5 + @Yellow + 0.05;} //#328 Volbeat img[src*="/pkmn/b/5/8.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS5 + @Grey + 0.05;} //#329 Illumise img[src*="/pkmn/h/a/c.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS11 + @Purple + 0.05;} //#330 Gulpin img[src*="/pkmn/a/q/1.png"]{ border-radius: 75px; opacity: 0.05 + @Poison + @BS3 + @Green + 0.05;} //#332 Carvanha img[src*="/pkmn/g/g/v.png"]{ border-radius: 75px; opacity: @Water + @Dark + @BS2 + @Red + 0.05;} //#334 Wailmer img[src*="/pkmn/e/1/3.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Blue + 0.05;} //#336 Numel img[src*="/pkmn/k/7/e.png"]{ border-radius: 75px; opacity: @Fire + @Ground + @BS7 + @Yellow + 0.05;} //#338 Torkoal img[src*="/pkmn/e/9/e.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Brown + 0.05;} //#339 Spoink img[src*="/pkmn/4/q/o.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS3 + @Black + 0.05;} //#341 Spinda img[src*="/pkmn/l/1/7.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Brown + 0.05;} //#342 Trapinch img[src*="/pkmn/1/i/7.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS13 + @Brown + 0.05;} //#345 Cacnea img[src*="/pkmn/7/1/v.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS11 + @Green + 0.05;} //#347 Swablu img[src*="/pkmn/6/l/n.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Blue + 0.05;} //#349 Zangoose img[src*="/pkmn/l/x/b.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @White + 0.05;} //#350 Seviper img[src*="/pkmn/b/m/6.png"]{ border-radius: 75px; opacity: 0.05 + @Poison + @BS1 + @Black + 0.05;} //#351 Lunatone img[src*="/pkmn/i/i/g.png"]{ border-radius: 75px; opacity: @Rock + @Psychic + @BS0 + @Yellow + 0.05;} //#352 Solrock img[src*="/pkmn/a/g/q.png"]{ border-radius: 75px; opacity: @Rock + @Psychic + @BS0 + @Red + 0.05;} //#353 Barboach img[src*="/pkmn/a/v/p.png"]{ border-radius: 75px; opacity: @Water + @Ground + @BS2 + @Grey + 0.05;} //#355 Corphish img[src*="/pkmn/c/q.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS13 + @Red + 0.05;} //#357 Baltoy img[src*="/pkmn/a/q/0.png"]{ border-radius: 75px; opacity: @Ground + @Psychic + @BS3 + @Brown + 0.05;} //#359 Lileep img[src*="/pkmn/y/r.png"]{ border-radius: 75px; opacity: @Rock + @Grass + @BS4 + @Purple + 0.05;} //#361 Anorith img[src*="/pkmn/4/n/g.png"]{ border-radius: 75px; opacity: @Rock + @Bug + @BS13 + @Grey + 0.05;} //#363 Feebas img[src*="/pkmn/i/3/m.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Brown + 0.05;} //#365 Castform img[src*="/pkmn/n/3/p.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS0 + @Grey + 0.05;} //#366 Kecleon img[src*="/pkmn/7/x/q.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Green + 0.05;} //#367 Shuppet img[src*="/pkmn/c/g/k.png"]{ border-radius: 75px; opacity: 0.05 + @Ghost + @BS0 + @Black + 0.05;} //#369 Duskull img[src*="/pkmn/6/8/0.png"]{ border-radius: 75px; opacity: 0.05 + @Ghost + @BS3 + @Black + 0.05;} //#372 Tropius img[src*="/pkmn/8/q/y.png"]{ border-radius: 75px; opacity: @Grass + @Flying + @BS7 + @Green + 0.05;} //#373 Chingling img[src*="/pkmn/j/3/7.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS11 + @Yellow + 0.05;} //#374 Chimecho img[src*="/pkmn/d/j/y/x.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS3 + @Blue + 0.05;} //#375 Absol img[src*="/pkmn/j/o/e.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS7 + @White + 0.05;} //#376 Wynaut img[src*="/pkmn/8/w/9.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Blue + 0.05;} //#377 Wobbuffet img[src*="/pkmn/3/t/b/5.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS4 + @Blue + 0.05;} //#378 Snorunt img[src*="/pkmn/7/t/f.png"]{ border-radius: 75px; opacity: 0.05 + @Ice + @BS11 + @Grey + 0.05;} //#381 Spheal img[src*="/pkmn/x/2.png"]{ border-radius: 75px; opacity: @Ice + @Water + @BS2 + @Blue + 0.05;} //#384 Clamperl img[src*="/pkmn/h/1/5.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS0 + @Blue + 0.05;} //#387 Relicanth img[src*="/pkmn/o/9/f.png"]{ border-radius: 75px; opacity: @Water + @Rock + @BS2 + @Grey + 0.05;} //#388 Luvdisc img[src*="/pkmn/u/n.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Pink + 0.05;} //#389 Bagon img[src*="/pkmn/n/9/6.png"]{ border-radius: 75px; opacity: 0.05 + @Dragon + @BS11 + @Blue + 0.05;} //#392 Beldum img[src*="/pkmn/i/k/7.png"]{ border-radius: 75px; opacity: @Steel + @Psychic + @BS4 + @Blue + 0.05;} //#395 Regirock img[src*="/pkmn/o/t/z.png"]{ border-radius: 75px; opacity: 0.05 + @Rock + @BS11 + @Brown + 0.05;} //#396 Regice img[src*="/pkmn/7/z/8.png"]{ border-radius: 75px; opacity: 0.05 + @Ice + @BS11 + @Blue + 0.05;} //#397 Registeel img[src*="/pkmn/3/f/3.png"]{ border-radius: 75px; opacity: 0.05 + @Steel + @BS11 + @Grey + 0.05;} //#398 Latias img[src*="/pkmn/e/h/l.png"]{ border-radius: 75px; opacity: @Dragon + @Psychic + @BS8 + @Red + 0.05;} //#399 Latios img[src*="/pkmn/j/j.png"]{ border-radius: 75px; opacity: @Dragon + @Psychic + @BS8 + @Blue + 0.05;} //#400 Kyogre img[src*="/pkmn/d/f/s.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Blue + 0.05;} //#401 Groudon img[src*="/pkmn/c/x/7.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS5 + @Red + 0.05;} //#402 Rayquaza img[src*="/pkmn/8/0/s.png"]{ border-radius: 75px; opacity: @Dragon + @Flying + @BS1 + @Green + 0.05;} //#403 Jirachi img[src*="/pkmn/8/b/h.png"]{ border-radius: 75px; opacity: @Steel + @Psychic + @BS11 + @Yellow + 0.05;} //#404 Deoxys img[src*="/pkmn/c/z/q.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS11 + @Red + 0.05;} //#405 Turtwig img[src*="/pkmn/6/t/u.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS7 + @Green + 0.05;} //#405 Seasonal Turtwig img[src*="/pkmn/5/g/a/a.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS7 + @Green + 0.05;} //#408 Chimchar img[src*="/pkmn/g/h/g.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS5 + @Brown + 0.05;} //#411 Piplup img[src*="/pkmn/7/p/8.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS11 + @Blue + 0.05;} //#414 Starly img[src*="/pkmn/5/3/y.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Brown + 0.05;} //#417 Bidoof img[src*="/pkmn/h/i/m.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#419 Kricketot img[src*="/pkmn/n/j/v.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS11 + @Red + 0.05;} //#421 Shinx img[src*="/pkmn/j/w/f.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @Blue + 0.05;} //#421 Shinxel img[src*="/pkmn/x/x/x.png"]{ border-radius: 75px; opacity: @Electric + @Water + @BS7 + @Brown + 0.05;} //#424 Budew img[src*="/pkmn/m/2/2.png"]{ border-radius: 75px; opacity: @Grass + @Poison + @BS11 + @Green + 0.05;} //#425 Roselia img[src*="/pkmn/q/m/6/n.png"]{ border-radius: 75px; opacity: @Grass + @Poison + @BS11 + @Green + 0.05;} //#427 Cranidos img[src*="/pkmn/1/f/5.png"]{ border-radius: 75px; opacity: 0.05 + @Rock + @BS5 + @Blue + @Red;} //#429 Shieldon img[src*="/pkmn/c/u/5.png"]{ border-radius: 75px; opacity: @Rock + @Steel + @BS7 + @Grey + @Blue;} //#431 Burmy Plant Cloak img[src*="/pkmn/h/l/1.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS4 + @Green + 0.05;} //#434 Combee img[src*="/pkmn/n/m/e.png"]{ border-radius: 75px; opacity: @Bug + @Flying + @BS10 + @Yellow + 0.05;} //#434 Snow Combee img[src*="/pkmn/6/h/b/q.png"]{ border-radius: 75px; opacity: @Bug + @Ice + @BS10 + @Blue + 0.05;} //#436 Pachirisu img[src*="/pkmn/r/k.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @White + 0.05;} //#437 Buizel img[src*="/pkmn/4/4/t.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS7 + @Brown + 0.05;} //#439 Cherubi img[src*="/pkmn/k/t/f.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS10 + @Pink + 0.05;} //#441 Shellos Occident img[src*="/pkmn/5/d/m.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS1 + @Pink + 0.05;} //#443 Drifloon img[src*="/pkmn/l/l/q.png"]{ border-radius: 75px; opacity: @Ghost + @Flying + @BS3 + @Purple + 0.05;} //#445 Buneary img[src*="/pkmn/m/j/c.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Brown + 0.05;} //#447 Glameow img[src*="/pkmn/i/1/4.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Grey + @Purple;} //#449 Stunky img[src*="/pkmn/h/m/b.png"]{ border-radius: 75px; opacity: @Poison + @Dark + @BS7 + @Purple + 0.05;} //#451 Bronzor img[src*="/pkmn/a/a/c.png"]{ border-radius: 75px; opacity: @Steel + @Psychic + @BS0 + @Green + 0.05;} //#453 Happiny img[src*="/pkmn/l/v/b.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS11 + @Pink + 0.05;} //#454 Chansey img[src*="/pkmn/k/8/c/u.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Pink + 0.05;} //#456 Chatot img[src*="/pkmn/9/7/w.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Black + 0.05;} //#457 Spiritomb img[src*="/pkmn/m/m/g.png"]{ border-radius: 75px; opacity: @Ghost + @Dark + @BS4 + @Purple + 0.05;} //#458 Gible img[src*="/pkmn/1/s/6.png"]{ border-radius: 75px; opacity: @Dragon + @Ground + @BS5 + @Blue + 0.05;} //#461 Riolu img[src*="/pkmn/d/w/5.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS5 + @Blue + 0.05;} //#463 Hippopotas img[src*="/pkmn/k/y/r.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS7 + @Brown + 0.05;} //#465 Skorupi img[src*="/pkmn/l/t/c.png"]{ border-radius: 75px; opacity: @Poison + @Bug + @BS13 + @Purple + 0.05;} //#467 Croagunk img[src*="/pkmn/4/2/5.png"]{ border-radius: 75px; opacity: @Poison + @Fighting + @BS11 + @Blue + 0.05;} //#469 Carnivine img[src*="/pkmn/h/5/x.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS9 + @Green + 0.05;} //#470 Finneon img[src*="/pkmn/c/e/z.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Blue + 0.05;} //#472 Mantyke img[src*="/pkmn/j/3/8.png"]{ border-radius: 75px; opacity: @Water + @Flying + @BS8 + @Blue + 0.05;} //#473 Mantine img[src*="/pkmn/d/h/7/w.png"]{ border-radius: 75px; opacity: @Water + @Flying + @BS8 + @Purple + 0.05;} //#474 Snover img[src*="/pkmn/n/u/c.png"]{ border-radius: 75px; opacity: @Ice + @Grass + @BS5 + @White + 0.05;} //#476 Porygon img[src*="/pkmn/b/q/s.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS6 + @Pink + 0.05;} //#479 Rotom img[src*="/pkmn/h/h/6.png"]{ border-radius: 75px; opacity: @Electric + @Ghost + @BS0 + @Red + 0.05;} //#480 Uxie img[src*="/pkmn/6/6/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Yellow + 0.05;} //#481 Mesprit img[src*="/pkmn/c/i/g.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Pink + 0.05;} //#482 Azelf img[src*="/pkmn/f/p/6.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Blue + 0.05;} //#483 Dialga img[src*="/pkmn/7/e/4.png"]{ border-radius: 75px; opacity: @Steel + @Dragon + @BS7 + @White + 0.05;} //#484 Palkia img[src*="/pkmn/e/j/7.png"]{ border-radius: 75px; opacity: @Water + @Dragon + @BS5 + @Purple + 0.05;} //#485 Heatran img[src*="/pkmn/4/9.png"]{ border-radius: 75px; opacity: @Fire + @Steel + @BS7 + @Brown + 0.05;} //#486 Regigigas img[src*="/pkmn/m/f/7.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS11 + @White + 0.05;} //#487 Giratina img[src*="/pkmn/5/g/0.png"]{ border-radius: 75px; opacity: @Ghost + @Dragon + @BS9 + @Black + 0.05;} //#488 Cresselia img[src*="/pkmn/8/d/p.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS1 + @Yellow + 0.05;} //#489 Phione img[src*="/pkmn/2/b/o.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS3 + @Blue + 0.05;} //#490 Manaphy img[src*="/pkmn/j/8/a.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS11 + @Blue + 0.05;} //#491 Darkrai img[src*="/pkmn/e/g/p.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS11 + @Black + 0.05;} //#492 Shaymin img[src*="/pkmn/4/c/n.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS7 + @Green + 0.05;} //#493 Arceus img[src*="/pkmn/7/j/0.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @White + 0.05;} //#494 Victini img[src*="/pkmn/e/g/8.png"]{ border-radius: 75px; opacity: @Psychic + @Fire + @BS11 + @Yellow + 0.05;} //#495 Snivy img[src*="/pkmn/i/4.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS5 + @Green + 0.05;} //#498 Tepig img[src*="/pkmn/h/j/1.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Red + 0.05;} //#501 Oshawott img[src*="/pkmn/g/2/t.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS5 + @Blue + 0.05;} //#504 Patrat img[src*="/pkmn/9/6/3.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#506 Lillipup img[src*="/pkmn/h/1/j.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#509 Purrloin img[src*="/pkmn/2/l/p.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS7 + @Purple + 0.05;} //#509 Purrloin Halloween Witch img[src*="/pkmn/9/r/1/3.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS7 + @Purple + 0.05;} //#511 Pansage img[src*="/pkmn/p/0/e.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS5 + @Green + 0.05;} //#513 Pansear img[src*="/pkmn/n/s/g.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS5 + @Red + 0.05;} //#515 Panpour img[src*="/pkmn/9/d/l.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS5 + @Blue + 0.05;} //#517 Munna img[src*="/pkmn/9/0/8.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS7 + @Pink + 0.05;} //#519 Pidove img[src*="/pkmn/h/p/m.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Grey + 0.05;} //#522 Blitzle img[src*="/pkmn/m/t/p.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS7 + @Black + 0.05;} //#524 Roggenrola img[src*="/pkmn/g/z/8.png"]{ border-radius: 75px; opacity: 0.05 + @Rock + @BS6 + @Blue + 0.05;} //#527 Woobat img[src*="/pkmn/c/6/t.png"]{ border-radius: 75px; opacity: @Psychic + @Flying + @BS8 + @Blue + 0.05;} //#529 Drilbur img[src*="/pkmn/b/x/z.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS5 + @Grey + 0.05;} //#531 Audino img[src*="/pkmn/a/v/v.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Pink + 0.05;} //#532 Timburr img[src*="/pkmn/6/3/e.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS11 + @Grey + 0.05;} //#535 Tympole img[src*="/pkmn/m/h/g.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Blue + 0.05;} //#538 Throh img[src*="/pkmn/j/o/4.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS11 + @Red + 0.05;} //#539 Sawk img[src*="/pkmn/h/w/i.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS11 + @Blue + 0.05;} //#540 Sewaddle img[src*="/pkmn/l/f/b.png"]{ border-radius: 75px; opacity: @Bug + @Grass + @BS13 + @Yellow + 0.05;} //#543 Venipede img[src*="/pkmn/1/q/3.png"]{ border-radius: 75px; opacity: @Bug + @Poison + @BS13 + @Red + 0.05;} //#546 Cottonee img[src*="/pkmn/h/y/x.png"]{ border-radius: 75px; opacity: @Grass + @Fairy + @BS0 + @Green + 0.05;} //#548 Petilil img[src*="/pkmn/i/4/g.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS4 + @Green + 0.05;} //#550 Basculin Red Stripe img[src*="/pkmn/l/m/m.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Green + 0.05;} //#551 Sandile img[src*="/pkmn/h/d/l.png"]{ border-radius: 75px; opacity: @Ground + @Dark + @BS7 + @Brown + 0.05;} //#554 Darumaka img[src*="/pkmn/1/0.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS11 + @Red + 0.05;} //#556 Maractus img[src*="/pkmn/5/r/3.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS4 + @Green + 0.05;} //#557 Dwebble img[src*="/pkmn/5/c/f.png"]{ border-radius: 75px; opacity: @Bug + @Rock + @BS13 + @Red + 0.05;} //#559 Scraggy img[src*="/pkmn/7/6/1.png"]{ border-radius: 75px; opacity: @Dark + @Fighting + @BS5 + @Yellow + 0.05;} //#561 Sigilyph img[src*="/pkmn/b/d/u.png"]{ border-radius: 75px; opacity: @Psychic + @Flying + @BS8 + @Black + 0.05;} //#562 Yamask img[src*="/pkmn/n/m/q.png"]{ border-radius: 75px; opacity: 0.05 + @Ghost + @BS3 + @Black + 0.05;} //#564 Tirtouga img[src*="/pkmn/f/j/2.png"]{ border-radius: 75px; opacity: @Water + @Rock + @BS7 + @Blue + 0.05;} //#566 Archen img[src*="/pkmn/a/5/8.png"]{ border-radius: 75px; opacity: @Rock + @Flying + @BS8 + @Yellow + 0.05;} //#568 Trubbish img[src*="/pkmn/9/u/9.png"]{ border-radius: 75px; opacity: 0.05 + @Poison + @BS11 + @Green + 0.05;} //#570 Zorua img[src*="/pkmn/a/h/s.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS7 + @Grey + 0.05;} //#572 Minccino img[src*="/pkmn/j/b/e.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Grey + 0.05;} //#574 Gothita img[src*="/pkmn/i/v/v.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS11 + @Purple + 0.05;} //#577 Solosis img[src*="/pkmn/6/t/t.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Green + 0.05;} //#580 Ducklett img[src*="/pkmn/2/f/z.png"]{ border-radius: 75px; opacity: @Water + @Flying + @BS8 + @Blue + 0.05;} //#582 Vanillite img[src*="/pkmn/c/w/4.png"]{ border-radius: 75px; opacity: 0.05 + @Ice + @BS4 + @White + 0.05;} //#585 Deerling img[src*="/pkmn/n/u/5.png"],img[src*="/pkmn/6/7/q.png"],img[src*="/pkmn/5/k/q.png"],img[src*="/pkmn/h/r/h.png"]{ border-radius: 75px; opacity: @Normal + @Grass + @BS7 + @Yellow + 0.05;} //#587 Emolga img[src*="/pkmn/j/w/r.png"]{ border-radius: 75px; opacity: @Electric + @Flying + @BS7 + @White + 0.05;} //#588 Karrablast img[src*="/pkmn/4/b/8.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS11 + @Blue + 0.05;} //#590 Foongus img[src*="/pkmn/e/u/j.png"]{ border-radius: 75px; opacity: @Grass + @Poison + @BS3 + @White + 0.05;} //#592 Frillish img[src*="/pkmn/h/9/i.png"]{ border-radius: 75px; opacity: @Water + @Ghost + @BS9 + @White + 0.05;} //#594 Alomomola img[src*="/pkmn/i/i/t.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Pink + 0.05;} //#595 Joltik img[src*="/pkmn/n/p/4.png"]{ border-radius: 75px; opacity: @Bug + @Electric + @BS13 + @Yellow + 0.05;} //#597 Ferroseed img[src*="/pkmn/g/t/s.png"]{ border-radius: 75px; opacity: @Grass + @Steel + @BS0 + @Grey + 0.05;} //#599 Klink img[src*="/pkmn/i/m/9.png"]{ border-radius: 75px; opacity: 0.05 + @Steel + @BS10 + @Grey + 0.05;} //#602 Tynamo img[src*="/pkmn/a/e/e.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS2 + @White + 0.05;} //#605 Elgyem img[src*="/pkmn/6/t/r.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Blue + 0.05;} //#607 Litwick img[src*="/pkmn/n/3/k.png"]{ border-radius: 75px; opacity: @Ghost + @Fire + @BS4 + @White + 0.05;} //#610 Axew img[src*="/pkmn/5/m/0.png"]{ border-radius: 75px; opacity: 0.05 + @Dragon + @BS5 + @Green + 0.05;} //#613 Cubchoo img[src*="/pkmn/9/k/0.png"]{ border-radius: 75px; opacity: 0.05 + @Ice + @BS5 + @White + 0.05;} //#615 Cryogonal img[src*="/pkmn/j/h/y.png"]{ border-radius: 75px; opacity: 0.05 + @Ice + @BS0 + @Blue + 0.05;} //#616 Shelmet img[src*="/pkmn/5/8/6.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS0 + @Red + 0.05;} //#618 Stunfisk img[src*="/pkmn/n/w/g.png"]{ border-radius: 75px; opacity: @Ground + @Electric + @BS2 + @Brown + 0.05;} //#619 Mienfoo img[src*="/pkmn/a/k/y.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS5 + @Yellow + 0.05;} //#621 Druddigon img[src*="/pkmn/o/6/l.png"]{ border-radius: 75px; opacity: 0.05 + @Dragon + @BS5 + @Red + 0.05;} //#622 Golett img[src*="/pkmn/m/e/4.png"]{ border-radius: 75px; opacity: @Ground + @Ghost + @BS11 + @Green + 0.05;} //#622 Apocalyptic Golett img[src*="/pkmn/7/p/3/b.png"]{ border-radius: 75px; opacity: @Rock + @Steel + @BS11 + @Brown + 0.05;} //#624 Pawniard img[src*="/pkmn/i/a/w.png"]{ border-radius: 75px; opacity: @Dark + @Steel + @BS11 + @Red + 0.05;} //#626 Bouffalant img[src*="/pkmn/1/f/b.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#627 Rufflet img[src*="/pkmn/l/m/v.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @White + 0.05;} //#629 Vullaby img[src*="/pkmn/e/d/q.png"]{ border-radius: 75px; opacity: @Dark + @Flying + @BS8 + @Brown + 0.05;} //#631 Heatmor img[src*="/pkmn/2/c/0.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS5 + @Red + 0.05;} //#632 Durant img[src*="/pkmn/v/o.png"]{ border-radius: 75px; opacity: @Bug + @Steel + @BS13 + @Grey + 0.05;} //#633 Deino img[src*="/pkmn/j/2/a.png"]{ border-radius: 75px; opacity: @Dark + @Dragon + @BS7 + @Blue + 0.05;} //#636 Larvesta img[src*="/pkmn/f/4/h.png"]{ border-radius: 75px; opacity: @Bug + @Fire + @BS13 + @White + 0.05;} //#638 Cobalion img[src*="/pkmn/1/m/b.png"]{ border-radius: 75px; opacity: @Steel + @Fighting + @BS7 + @Blue + 0.05;} //#639 Terrakion img[src*="/pkmn/i/s/f.png"]{ border-radius: 75px; opacity: @Rock + @Fighting + @BS7 + @Grey + 0.05;} //#640 Virizion img[src*="/pkmn/2/7/e.png"]{ border-radius: 75px; opacity: @Grass + @Fighting + @BS7 + @Green + 0.05;} //#641 Tornadus img[src*="/pkmn/f/a/4.png"]{ border-radius: 75px; opacity: 0.05 + @Flying + @BS3 + @Green + 0.05;} //#642 Thundurus img[src*="/pkmn/4/e/h.png"]{ border-radius: 75px; opacity: @Electric + @Flying + @BS3 + @Blue + 0.05;} //#643 Reshiram img[src*="/pkmn/2/o/w.png"]{ border-radius: 75px; opacity: @Dragon + @Fire + @BS8 + @White + 0.05;} //#644 Zekrom img[src*="/pkmn/l/w/u.png"]{ border-radius: 75px; opacity: @Dragon + @Electric + @BS5 + @Black + 0.05;} //#645 Landorus img[src*="/pkmn/o/o/7.png"]{ border-radius: 75px; opacity: @Ground + @Flying + @BS3 + @Brown + 0.05;} //#646 Kyurem img[src*="/pkmn/j/j/u.png"]{ border-radius: 75px; opacity: @Dragon + @Ice + @BS5 + @Grey + 0.05;} //#647 Keldeo img[src*="/pkmn/f/6/2.png"]{ border-radius: 75px; opacity: @Water + @Fighting + @BS7 + @Yellow + 0.05;} //#648 Meloetta img[src*="/pkmn/4/q/7.png"]{ border-radius: 75px; opacity: @Normal + @Psychic + @BS11 + @White + 0.05;} //#649 Genesect img[src*="/pkmn/e/c/y.png"]{ border-radius: 75px; opacity: @Bug + @Steel + @BS11 + @Purple + 0.05;} //#650 Chespin img[src*="/pkmn/f/n/h.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS5 + @Green + 0.05;} //#653 Fennekin img[src*="/pkmn/u/v/g.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Red + 0.05;} //#656 Froakie img[src*="/pkmn/j/t/g.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS7 + @Blue + 0.05;} //#659 Bunnelby img[src*="/pkmn/2/q/q.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS5 + @Brown + 0.05;} //#661 Fletchling img[src*="/pkmn/f/5/c.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Red + 0.05;} //#664 Scatterbug img[src*="/pkmn/u/6/z.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS13 + @Black + 0.05;} //#667 Litleo img[src*="/pkmn/s/j/m.png"]{ border-radius: 75px; opacity: @Fire + @Normal + @BS7 + @Brown + 0.05;} //#669 Flabébé img[src*="/pkmn/e/2/4.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS3 + @White + 0.05;} //#672 Skiddo img[src*="/pkmn/7/f.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS7 + @Brown + 0.05;} //#674 Pancham img[src*="/pkmn/a/5/o.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS5 + @White + 0.05;} //#676 Furfrou img[src*="/pkmn/6/p/n.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @White + 0.05;} //#677 Espurr img[src*="/pkmn/k/3/1.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS5 + @Grey + 0.05;} //#679 Honedge img[src*="/pkmn/n/x/e.png"]{ border-radius: 75px; opacity: @Steel + @Ghost + @BS4 + @Brown + 0.05;} //#682 Spritzee img[src*="/pkmn/6/5/9.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS3 + @Pink + 0.05;} //#684 Swirlix img[src*="/pkmn/j/u/m.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS6 + @White + 0.05;} //#686 Inkay img[src*="/pkmn/r/h/6.png"]{ border-radius: 75px; opacity: @Dark + @Psychic + @BS9 + @Blue + 0.05;} //#688 Binacle img[src*="/pkmn/g/4/b.png"]{ border-radius: 75px; opacity: @Rock + @Water + @BS10 + @Brown + 0.05;} //#690 Skrelp img[src*="/pkmn/p/5/7.png"]{ border-radius: 75px; opacity: @Poison + @Water + @BS4 + @Brown + 0.05;} //#692 Clauncher img[src*="/pkmn/v/0/1.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS13 + @Blue + 0.05;} //#694 Helioptile img[src*="/pkmn/2/h/9.png"]{ border-radius: 75px; opacity: @Electric + @Normal + @BS5 + @Yellow + 0.05;} //#696 Tyrunt img[src*="/pkmn/k/l/k.png"]{ border-radius: 75px; opacity: @Rock + @Dragon + @BS5 + @Brown + 0.05;} //#698 Amaura img[src*="/pkmn/2/o/m.png"]{ border-radius: 75px; opacity: @Rock + @Ice + @BS7 + @Blue + 0.05;} //#700 Hawlucha img[src*="/pkmn/d/k/d.png"]{ border-radius: 75px; opacity: @Fighting + @Flying + @BS11 + @Green + 0.05;} //#701 Dedenne img[src*="/pkmn/v/3/3.png"]{ border-radius: 75px; opacity: @Electric + @Fairy + @BS5 + @Yellow + 0.05;} //#702 Carbink img[src*="/pkmn/v/5/e.png"]{ border-radius: 75px; opacity: @Rock + @Fairy + @BS0 + @Grey + 0.05;} //#703 Goomy img[src*="/pkmn/m/q/f.png"]{ border-radius: 75px; opacity: 0.05 + @Dragon + @BS1 + @Purple + 0.05;} //#706 Klefki img[src*="/pkmn/m/q/c.png"]{ border-radius: 75px; opacity: @Steel + @Fairy + @BS0 + @Grey + 0.05;} //#707 Phantump img[src*="/pkmn/8/f/n.png"]{ border-radius: 75px; opacity: @Ghost + @Grass + @BS3 + @Brown + 0.05;} //#709 Pumpkaboo Small Size img[src*="/pkmn/y/x.png"]{ border-radius: 75px; opacity: @Ghost + @Grass + @BS0 + @Brown + 0.05;} //#711 Bergmite img[src*="/pkmn/9/y/7.png"]{ border-radius: 75px; opacity: 0.05 + @Ice + @BS7 + @Blue + 0.05;} //#713 Noibat img[src*="/pkmn/h/w/j.png"]{ border-radius: 75px; opacity: @Flying + @Dragon + @BS8 + @Purple + 0.05;} //#715 Xerneas img[src*="/pkmn/6/6/t/v.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS7 + @Blue + 0.05;} //#716 Yveltal img[src*="/pkmn/3/a/l/s.png"]{ border-radius: 75px; opacity: @Dark + @Flying + @BS8 + @Red + 0.05;} //#717 Zygarde Core Forme img[src*="/pkmn/1/8/n/f.png"]{ border-radius: 75px; opacity: @Ground + @Dragon + @BS0 + @Green + 0.05;} //#718 Diancie img[src*="/pkmn/y/n/e/8.png"]{ border-radius: 75px; opacity: @Rock + @Fairy + @BS3 + @Pink + 0.05;} //#719 Hoopa img[src*="/pkmn/3/j/h/j.png"]{ border-radius: 75px; opacity: @Psychic + @Ghost + @BS3 + @Purple + 0.05;} //#720 Volcanion img[src*="/pkmn/c/0/7/g.png"]{ border-radius: 75px; opacity: @Fire + @Water + @BS7 + @Brown + 0.05;} //#721 Rowlet img[src*="/pkmn/k/8/t/9.png"]{ border-radius: 75px; opacity: @Grass + @Flying + @BS8 + @Brown + @Green;} //#724 Litten img[src*="/pkmn/4/z/d/i.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Red + 0.05;} //#727 Popplio img[src*="/pkmn/b/o/e/9.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Blue + 0.05;} //#730 Pikipek img[src*="/pkmn/t/3/n/j.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Black + 0.05;} //#733 Yungoos img[src*="/pkmn/k/x/0/r.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Brown + 0.05;} //#735 Grubbin img[src*="/pkmn/3/b/v/m.png"]{ border-radius: 75px; opacity: 0.05 + @Bug + @BS13 + @Grey + 0.05;} //#738 Crabrawler img[src*="/pkmn/c/w/0/j.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS13 + @Purple + 0.05;} //#740 Oricorio Baile Style img[src*="/pkmn/6/1/4/3.png"]{ border-radius: 75px; opacity: @Fire + @Flying + @BS8 + @Red + 0.05;} //#741 Cutiefly img[src*="/pkmn/i/h/d/v.png"]{ border-radius: 75px; opacity: @Bug + @Fairy + @BS13 + @Yellow + 0.05;} //#743 Rockruff img[src*="/pkmn/2/o/2.png"]{ border-radius: 75px; opacity: 0.05 + @Rock + @BS7 + @Brown + @Blue;} //#745 Wishiwashi img[src*="/pkmn/e/7/2/t.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Blue + 0.05;} //#746 Mareanie img[src*="/pkmn/w/i/r/f.png"]{ border-radius: 75px; opacity: @Poison + @Water + @BS4 + @Blue + 0.05;} //#748 Mudbray img[src*="/pkmn/l/t/7/0.png"]{ border-radius: 75px; opacity: 0.05 + @Ground + @BS7 + @Brown + 0.05;} //#750 Dewpider img[src*="/pkmn/3/g/w/n.png"]{ border-radius: 75px; opacity: @Water + @Bug + @BS6 + @Green + 0.05;} //#752 Fomantis img[src*="/pkmn/g/9/w/3.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS5 + @Pink + 0.05;} //#754 Morelull img[src*="/pkmn/5/5/7/6.png"]{ border-radius: 75px; opacity: @Grass + @Fairy + @BS4 + @Purple + 0.05;} //#756 Salandit img[src*="/pkmn/y/t/n/f.png"]{ border-radius: 75px; opacity: @Poison + @Fire + @BS7 + @Black + 0.05;} //#758 Stufful img[src*="/pkmn/m/z/n.png"]{ border-radius: 75px; opacity: @Normal + @Fighting + @BS7 + @Pink + 0.05;} //#760 Bounsweet img[src*="/pkmn/q/p/t/n.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS6 + @Purple + 0.05;} //#763 Comfey img[src*="/pkmn/3/p/o/k.png"]{ border-radius: 75px; opacity: 0.05 + @Fairy + @BS0 + @Green + 0.05;} //#764 Oranguru img[src*="/pkmn/o/a/r/f.png"]{ border-radius: 75px; opacity: @Normal + @Psychic + @BS11 + @White + 0.05;} //#765 Passimian img[src*="/pkmn/5/r/3/2.png"]{ border-radius: 75px; opacity: 0.05 + @Fighting + @BS5 + @White + 0.05;} //#766 Wimpod img[src*="/pkmn/v/5/u/1.png"]{ border-radius: 75px; opacity: @Bug + @Water + @BS9 + @Grey + 0.05;} //#768 Sandygast img[src*="/pkmn/l/1/p/i.png"]{ border-radius: 75px; opacity: @Ghost + @Ground + @BS1 + @Brown + 0.05;} //#770 Pyukumuku img[src*="/pkmn/k/5/c/t.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS1 + @Black + 0.05;} //#771 TypeNull img[src*="/pkmn/k/3/k/2.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS7 + @Grey + 0.05;} //#773 Minior img[src*="/pkmn/a/d/q/3.png"]{ border-radius: 75px; opacity: @Rock + @Flying + @BS0 + @Brown + 0.05;} //#774 Komala img[src*="/pkmn/s/v/v/x.png"]{ border-radius: 75px; opacity: 0.05 + @Normal + @BS11 + @Blue + 0.05;} //#775 Turtonator img[src*="/pkmn/2/t/n.png"]{ border-radius: 75px; opacity: @Fire + @Dragon + @BS5 + @Red + 0.05;} //#776 Togedemaru img[src*="/pkmn/t/c/n/o.png"]{ border-radius: 75px; opacity: @Electric + @Steel + @BS5 + @Grey + @Brown;} //#777 Mimikyu img[src*="/pkmn/s/j/7/m.png"]{ border-radius: 75px; opacity: @Ghost + @Fairy + @BS1 + @Yellow + 0.05;} //#778 Bruxish img[src*="/pkmn/4/x/r/y.png"]{ border-radius: 75px; opacity: @Water + @Psychic + @BS2 + @Pink + 0.05;} //#779 Drampa img[src*="/pkmn/f/q/s/j.png"]{ border-radius: 75px; opacity: @Normal + @Dragon + @BS1 + @White + 0.05;} //#780 Dhelmise img[src*="/pkmn/5/g/a.png"]{ border-radius: 75px; opacity: @Ghost + @Grass + @BS4 + @Green + 0.05;} //#781 Jangmo-o img[src*="/pkmn/o/w/f/s.png"]{ border-radius: 75px; opacity: 0.05 + @Dragon + @BS7 + @Grey + @Pink;} //#784 Tapu Koko img[src*="/pkmn/5/m/s/7.png"]{ border-radius: 75px; opacity: @Electric + @Fairy + @BS3 + @Yellow + 0.05;} //#785 Tapu Lele img[src*="/pkmn/y/7/h/s.png"]{ border-radius: 75px; opacity: @Psychic + @Fairy + @BS3 + @Pink + 0.05;} //#786 Tapu Bulu img[src*="/pkmn/v/s/i/u.png"]{ border-radius: 75px; opacity: @Grass + @Fairy + @BS3 + @Red + 0.05;} //#787 Tapu Fini img[src*="/pkmn/g/r/d/9.png"]{ border-radius: 75px; opacity: @Water + @Fairy + @BS3 + @Purple + 0.05;} //#788 Cosmog img[src*="/pkmn/j/0/4/4.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS0 + @Blue + 0.05;} //#792 Nihilego img[src*="/pkmn/z/c/i/w.png"]{ border-radius: 75px; opacity: @Rock + @Poison + @BS9 + @White + 0.05;} //#793 Buzzwole img[src*="/pkmn/2/n/1/d.png"]{ border-radius: 75px; opacity: @Bug + @Fighting + @BS9 + @Red + 0.05;} //#794 Pheromosa img[src*="/pkmn/d/e/3/i.png"]{ border-radius: 75px; opacity: @Bug + @Fighting + @BS11 + @White + 0.05;} //#795 Xurkitree img[src*="/pkmn/3/0/r/9.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS5 + @Black + 0.05;} //#796 Celesteela img[src*="/pkmn/m/a/v/e.png"]{ border-radius: 75px; opacity: @Steel + @Flying + @BS11 + @Green + 0.05;} //#797 Kartana img[src*="/pkmn/e/r/7/r.png"]{ border-radius: 75px; opacity: @Grass + @Steel + @BS11 + @White + 0.05;} //#798 Guzzlord img[src*="/pkmn/p/k/v/c.png"]{ border-radius: 75px; opacity: @Dark + @Dragon + @BS5 + @Black + 0.05;} //#803 Necrozma img[src*="/pkmn/n/3/v/v.png"]{ border-radius: 75px; opacity: 0.05 + @Psychic + @BS3 + @Black + 0.05;} //#804 Magearna img[src*="/pkmn/3/o/f/g.png"]{ border-radius: 75px; opacity: @Steel + @Fairy + @BS11 + @Red + 0.05;} //#805 Marshadow img[src*="/pkmn/9/8/0/i.png"]{ border-radius: 75px; opacity: @Fighting + @Ghost + @BS11 + @Black + 0.05;} //#806 Zeraora img[src*="/pkmn/7/c/y/3.png"]{ border-radius: 75px; opacity: 0.05 + @Electric + @BS11 + @Yellow + 0.05;} //#000 Lunupine img[src*="/pkmn/c/q/s/d.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS7 + @Black + 0.05;} //#000 Blophin img[src*="/pkmn/q/m/5/u.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS2 + @Blue + 0.05;} //#000 Orkit img[src*="/pkmn/i/9/v/i.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS7 + @Black + 0.05;} //#000 Faemueno img[src*="/pkmn/a/t/0/j.png"]{ border-radius: 75px; opacity: @Fairy + @Flying + @BS8 + @Pink + 0.05;} //#000 Wagell img[src*="/pkmn/y/q/w/s.png"]{ border-radius: 75px; opacity: @Poison + @Fairy + @BS1 + @White + 0.05;} //#000 Gosold img[src*="/pkmn/c/u/e/3.png"]{ border-radius: 75px; opacity: @Normal + @Flying + @BS8 + @Yellow + 0.05;} //#000 Impyre img[src*="/pkmn/q/6/7/a.png"]{ border-radius: 75px; opacity: 0.05 + @Dark + @BS5 + @Black + 0.05;} //#000 Searene img[src*="/pkmn/e/o/7/7.png"]{ border-radius: 75px; opacity: @Dragon + @Water + @BS1 + @Blue + 0.05;} //#000 Solynx img[src*="/pkmn/w/e/u/8.png"]{ border-radius: 75px; opacity: 0.05 + @Fire + @BS7 + @Brown + 0.05;} //#000 Ardik img[src*="/pkmn/9/2/e/8.png"]{ border-radius: 75px; opacity: 0.05 + @Ice + @BS7 + @White + 0.05;} //#000 Boxaby img[src*="/pkmn/8/h/p/5.png"]{ border-radius: 75px; opacity: @Rock + @Fighting + @BS5 + @Brown + 0.05;} //#000 Bunbori img[src*="/pkmn/5/a/l/e.png"]{ border-radius: 75px; opacity: @Ice + @Fairy + @BS5 + @Blue + 0.05;} //#000 Taiveret img[src*="/pkmn/v/v/p/m.png"]{ border-radius: 75px; opacity: 0.05 + @Grass + @BS5 + @Brown + 0.05;} //#000 Flarbat img[src*="/pkmn/o/c/k/e.png"]{ border-radius: 75px; opacity: @Fire + @Flying + @BS8 + @Red + 0.05;} //#000 Hydrark img[src*="/pkmn/7/w/7/v.png"]{ border-radius: 75px; opacity: 0.05 + @Water + @BS7 + @Blue + 0.05;} //#000 Gragon img[src*="/pkmn/u/4/z/o.png"]{ border-radius: 75px; opacity: @Ghost + @Dragon + @BS1 + @Purple + 0.05;} //#000 Kinaster img[src*="/pkmn/v/k/6/v.png"]{ border-radius: 75px; opacity: @Dark + @Fire + @BS7 + @Black + 0.05;}
Copy the Code to your skin & change the select Type
@Normal: @Fire: @Water: @Electric: @Grass: @Ice: @Fighting: @Poison: @Ground: @Flying: @Psychic: @Bug: @Rock: @Ghost: @Dragon: @Dark: @Steel: @Fairy: @Unknown:
, Colour
@Black: @Blue: @Brown: @Green: @Grey: @Pink: @Purple: @Red: @White: @Yellow:
or Body style
@BS0: @BS1: @BS2: @BS3: @BS4: @BS5: @BS6: @BS7: @BS8: @BS9: @BS10: @BS11: @BS12: @BS13:
to 0.5 .
LEGO avatar built by me with LDD I always plan for the possibly of a hunt not being complete
we're only human after all
Looking for Hasty Pokemon I don't have TR/Tournament highlighting skin code Help Christopher Lee
aka Andros the Red In Space Ranger
's mom beat stage 2 lung cancer My time is: 11:12 PM
Score: 432
TR code credit
Bishop's AvatarBishop
Bishop's Avatar

QUOTE originally posted by Prf X

Just adding this: Skin code for highlighting eggs by Type, Colour & Body style
Thanks for this, and great way of doing it... i did not know you could add multiple layers of color to the box-shadow like that, i used border to add 4 additonal colors, now i can add even more. just an example pic of my current hunt... i been using green top for <5k ehp eggs, red bottom for >5k ehp eggs. then the sides were whether it evolved once, twice or whatever current event/thing i wanted to see. *smiles*

Pages: 123··· 110111112113114··· 402403404

Cannot post: Please log in to post

© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page