Skip to content

MINI circles by Bishop

Details

AuthorBishop

LicenseNo License

Categoryhttps://pokefarm.com

Created

Updated

Size186 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

highlights MINI sprites on move/delete pages (these are same sprites used most everywhere on phones)

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         mini evo circles
@namespace      none
@version        24.1.19
@description    color codes mini sprites with evo info
@author         Bishop
==/UserStyle== */

@-moz-document url-prefix("https://pokefarm.com") {
    
    
    
/* adds a color based border: green-2evo, lime-1evo, blue-final stage, 
thick yellow-2evo 1st by level, thin yellow-1or2evo that require field/items or other
pink-mega or totem, red-legend and orange-PFQ variant/exclusive */

    
    
/* 1887/68 missing ALL mini */ /*Name*/ [src*="SpriteCode"],	/*RULES*/
/*Bulbasaur*/[src*="pkmn/n/l/4."]	 {border-radius: 50px;box-shadow: 0 0 0 5px lime; opacity: 1;}
/*Ivysaur*/[src*="pkmn/r/r/a."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Venusaur*/[src*="pkmn/o/g/o."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Venusaur (F)*/[src*="pkmn/a/3/8/t."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Venusaur /Mega Forme*/[src*="pkmn/o/g/t/l."]	 {border-radius: 50px;box-shadow: 0 0 0 5px pink; opacity: 1;}
/*Charmander*/[src*="pkmn/v/m/7."]	 {border-radius: 50px;box-shadow: 0 0 0 5px lime; opacity: 1;}
/*Charmeleon*/[src*="pkmn/5/c/v."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Charizard*/[src*="pkmn/4/2/k."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Charizard /Mega Forme X*/[src*="pkmn/t/r/n."]	 {border-radius: 50px;box-shadow: 0 0 0 5px pink; opacity: 1;}
/*Charizard /Mega Forme Y*/[src*="pkmn/v/9/0."]	 {border-radius: 50px;box-shadow: 0 0 0 5px pink; opacity: 1;}
/*Squirtle*/[src*="pkmn/l/t/v."]	 {border-radius: 50px;box-shadow: 0 0 0 5px lime; opacity: 1;}
/*Wartortle*/[src*="pkmn/5/7/h."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Blastoise*/[src*="pkmn/y/u/v."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Blastoise /Mega Forme*/[src*="pkmn/d/k/d/o."]	 {border-radius: 50px;box-shadow: 0 0 0 5px pink; opacity: 1;}
/*Caterpie*/[src*="pkmn/3/m/5."]	 {border-radius: 50px;box-shadow: 0 0 0 5px lime; opacity: 1;}
/*Metapod*/[src*="pkmn/y/q/s."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Butterfree*/[src*="pkmn/p/5/h."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Butterfree (F)*/[src*="pkmn/f/w/5/4."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Butterfree /Mega Forme Q*/[src*="pkmn/b/d/5/8."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Weedle*/[src*="pkmn/q/i/5."]	 {border-radius: 50px;box-shadow: 0 0 0 5px lime; opacity: 1;}
/*Kakuna*/[src*="pkmn/4/v/q."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Beedrill*/[src*="pkmn/a/v/2."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Beedrill /Mega Forme*/[src*="pkmn/u/z/2/s."]	 {border-radius: 50px;box-shadow: 0 0 0 5px pink; opacity: 1;}
/*Pidgey*/[src*="pkmn/d/s/m."]	 {border-radius: 50px;box-shadow: 0 0 0 5px lime; opacity: 1;}
/*Pidgeotto*/[src*="pkmn/4/e/m."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Pidgeot*/[src*="pkmn/s/4/5."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Pidgeot /Mega Forme*/[src*="pkmn/p/9/p/i."]	 {border-radius: 50px;box-shadow: 0 0 0 5px pink; opacity: 1;}
/*Rattata*/[src*="pkmn/p/o/r."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Rattata (F)*/[src*="pkmn/c/j/j/g."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Rattata /Alolan Forme*/[src*="pkmn/8/4/r/p."]	 {border-radius: 50px;box-shadow: 0 0 0 5px yellow; opacity: 1;}
/*Saiyan Rattata /*/[src*="pkmn/1/q/d/i."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Super-Saiyan Rattata /*/[src*="pkmn/a/d/w/a."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Raticate*/[src*="pkmn/g/z/w."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Raticate (F)*/[src*="pkmn/n/d/t/d."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Raticate /Alolan Forme*/[src*="pkmn/m/e/i/r."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Raticate /Alolan Totem Forme*/[src*="pkmn/9/a/u/0."]	 {border-radius: 50px;box-shadow: 0 0 0 5px pink; opacity: 1;}
/*Super-Saiyan 2 Raticate*/[src*="pkmn/w/7/y/j."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Super-Saiyan 3 Raticate*/[src*="pkmn/3/g/m/q."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Super-Saiyan 4 Raticate*/[src*="pkmn/l/6/s/2."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Super-Saiyan Raticate*/[src*="pkmn/f/o/c/e."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Spearow*/[src*="pkmn/x/s/a."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Spearow /Savage*/[src*="pkmn/m/m/y/i."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Fearow*/[src*="pkmn/a/n/v."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Fearow /Savage*/[src*="pkmn/t/p/v/h."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Ekans*/[src*="pkmn/8/h/8."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Arbok*/[src*="pkmn/3/0/u."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Arbok /Mega Forme Q*/[src*="pkmn/n/y/f/b."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Flying Pichu*/[src*="pkmn/2/g/y/n."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Pichu*/[src*="pkmn/m/m/h."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Snichu /*/[src*="pkmn/u/0/3/5."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Snichu / (F)*/[src*="pkmn/1/m/2/d."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Surfing Pichu*/[src*="pkmn/1/1/4/5."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Flying Pikachu*/[src*="pkmn/y/p/g/j."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Flying Pikachu (F)*/[src*="pkmn/9/7/u/3."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Pikachu*/[src*="pkmn/r/u/u."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Pikachu (F)*/[src*="pkmn/f/d/i/y."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Pikachu Belle*/[src*="pkmn/xUID"]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
	
	
	
	
	
	
	
/*Snowboarding Pikachu*/[src*="pkmn/g/q/j/d."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Surfing Pikachu*/[src*="pkmn/1/e/x/5."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Surfing Pikachu (F)*/[src*="pkmn/y/p/t/q."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
	
	
	
	
/*Flying Raichu*/[src*="pkmn/3/s/z/d."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Flying Raichu  (F)*/[src*="pkmn/m/l/q/i."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Raichu*/[src*="pkmn/m/z/7."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Raichu (F)*/[src*="pkmn/t/5/b/d."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Raichu /Alolan Forme*/[src*="pkmn/8/o/0/1."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Raichu /Mega Forme Q*/[src*="pkmn/v/0/u/l."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
	
	
/*Surfing Raichu*/[src*="pkmn/u/j/x/u."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Surfing Raichu (F)*/[src*="pkmn/a/l/k/m."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Sandshrew*/[src*="pkmn/i/l/3."]	 {border-radius: 50px;box-shadow: 0 0 0 5px green; opacity: 1;}
/*Sandshrew /Alolan Forme*/[src*="pkmn/9/n/6/y."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Sandslash*/[src*="pkmn/t/l/1."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Sandslash /Alolan Forme*/[src*="pkmn/1/0/6/l."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Sandslash /Totem Forme Q*/[src*="pkmn/i/c/o/s."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Nidoran*/[src*="pkmn/y/w/s."]	 {border-radius: 50px;box-shadow: 0 0 0 5px yellow; opacity: 1;}
/*Nidoran (F)*/[src*="pkmn/b/c/o."]	 {border-radius: 50px;box-shadow: 0 0 0 5px yellow; opacity: 1;}
/*Nidorina*/[src*="pkmn/2/r/0."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Nidoqueen*/[src*="pkmn/u/9/u."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Nidorino*/[src*="pkmn/u/h/b."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Nidoking*/[src*="pkmn/i/q/j."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Cleffa*/[src*="pkmn/4/k/q."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Shooting Star Cleffa*/[src*="pkmn/x/1/f/n."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Clefairy*/[src*="pkmn/u/i/z."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Shooting Star Clefairy*/[src*="pkmn/y/t/8/d."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Clefable*/[src*="pkmn/z/t/6."]	 {border-radius: 50px;box-shadow: 0 0 0 5px blue; opacity: 1;}
/*Shooting Star Clefable*/[src*="pkmn/j/p/x/p."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Koroku /*/[src*="pkmn/5/g/2/z."]	 {border-radius: 50px;box-shadow: 0 0 0 5px orange; opacity: 1;}
/*Vulpix*/[src*="pkmn/m/s/4."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Vulpix /1-tailed*/[src*="pkmn/p/7/n/k."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Vulpix /2-tailed*/[src*="pkmn/f/5/4/p."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Vulpix /3-tailed*/[src*="pkmn/1/m/n/o."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yellow; opacity: 1;}
/*Vulpix /4-tailed*/[src*="pkmn/b/3/f/o."]	 {border-radius: 50px;box-shadow: 0 0 0 2px yello...

Reviews

No reviews yet.