#trainergreen
Explore tagged Tumblr posts
pilosophos · 5 months ago
Photo
Tumblr media
At one point I started watching James Bond movies just to make good Pokéspe-related puns out of them, Dr. No being the most contrived. Gotta admit, Green going up against a poorly disguised Dr. O with a Blastoise jetpack is just epic.
"Dr. O" 1 Dec 2023
9 notes · View notes
awesomeshadow773 · 5 years ago
Text
Tumblr media
Sorry I haven't been posting here for a while
I have been drawing a lot of Feeling as usual pff
I wasn't able to make it on time for the New Year, so I thought of an idea that would be fitting for the decade haha
1920s for the 2020s
51 notes · View notes
gettheglambulance · 5 years ago
Photo
Tumblr media
Red and blue are the popular girls #Pokémon #trainerred #trainerblue #trainergreen #bluemotherfuckingoak #blueoak #greenoak #originalshipping #namelessshipping #reguri #art #pokemonart #drawing #pencildrawing #iamtoopoorfordigitalart #red #pokemonchampion https://www.instagram.com/p/CCcfltelVk9/?igshid=dy8frd6c9s9p
1 note · View note
experiment282 · 6 years ago
Photo
Tumblr media
Aw yis #trainergreen #pokemon #pokemontcg https://www.instagram.com/p/B1dTK9eFLHB/?igshid=1px2wmglu0b26
0 notes
t-modd · 8 years ago
Photo
Tumblr media
I should've taken more selfies with the Pokémon squad 😭 I'm SO BAD at getting photos at cons, mostly because I'm making sure my squad is okay and we get stopped a lot for photos 😂 I'm too much of a con mom! · #cosplay #cosplayer #cosplayers #girlswhocosplay #guyswhocosplay #babeswhocosplay #pokemon #pokemoncosplay #magikarpjump #nuggetguy #nursejoy #nursejoycosplay #areyouaboyoragirl #pokemontrainer #magikarpjumptrainer #ax #ax2017 #animeexpo #animeexpo2017 #alola #alolan #trainergreen #championgreen #alolangreen #greencosplay #ohana #videogame #anime #manga #nintendo #mobilegame #handheld (at Anime Expo®)
1 note · View note
fire-bandit · 8 years ago
Photo
Tumblr media
Take a Green Pls dont Edit/Repost/Tag as Kin
5 notes · View notes
fluffyspaceshark · 6 years ago
Text
LMAO, the #TrainerGreen and #TrainerRed tags are FULL of Nameless and Original Shipping lmfao, I couldn’t be more proud.
84 notes · View notes
lynel · 8 years ago
Text
@trainergreen @rivalgreen @championgreen @leadergreen @pkspgreen 
why are u all like this
6 notes · View notes
awesomeshadow773 · 6 years ago
Photo
Tumblr media Tumblr media
2 early drawings for Yellow’s birthday oo (Like Green’s haha)
I couldn’t decide which one for the same concept, so why not both? ^u^
72 notes · View notes
rritsuen · 11 years ago
Photo
Tumblr media
pokemanz:
cisandrist
bakrua
trainergreen
alienskaters
uyehs
ghostqunk
ea3a3a
wetbottom
redeyeflash
weeaboos
15 notes · View notes
t-modd · 8 years ago
Photo
Tumblr media
We... Let Grey Fox join us for the day. But seriously, these four in the photo with me are amazing. I can say I know three of them personally, and I'm still so estatic I got to meet my cosplay senpai @diegator007. The guy and his girlfriend are absolute peaches, plus that craftmanship is a life goal 👏 · #cosplay #cosplayer #cosplayers #girlswhocosplay #guyswhocosplay #babeswhocosplay #pokemon #pokemontrainer #mgs #metalgearsolid #metalgear #magikarpjump #magikarp #alola #alolangreen #championgreen #trainergreen #pokemonsunandmoon #pokemoncosplay #nursejoycosplay #nuggetguy #nuggetguy #greyfox #greyfoxcosplay #ax2017 #ax #animeexpo #animeexpo2017 (at Anime Expo®)
0 notes
fire-bandit · 8 years ago
Photo
Tumblr media Tumblr media Tumblr media Tumblr media
Stuff from the last two streams!! Two Greens, a Russia and a Red. All are incomplete and the walking Green and Red will receive more work on them. 
Please don’t edit/tag as kin/repost
26 notes · View notes
yukoki · 11 years ago
Note
hey im using your RPG theme and i was wondering if you could help me on s/t? I want my description showing all the time in stead of it being a hover, how would i change that, if thats allowed?
Hello! From lines 673 to 723 you see this:
.descon { position: absolute; padding: 0; margin: 27px 14px; border-left: 1px solid {color:character icon border}; transition: 0.8s; -moz-transition: 0.8s; -webkit-transition: 0.8s; -o-transition: 0.8s; overflow: hidden; height: 0;}
#playerinfo:hover .descon { padding: 8px 0 20px 0; height: 80px; overflow: visible; }
#playerinfo:hover .desc { transition-delay: 0.4s; padding: 5px 5px; height: 80px; margin: 0 10px; opacity: 1; width: 80px;}
#playerinfo:hover .bdesc { transition-delay: 0.8s; width: 70px;}
.desc b,strong { color: {color:desc bold}; }.desc i,em { color: {color:desc italic}; }.desc a { color: {color:desc links}; transition: 0.4s;-moz-transition: 0.4s;-webkit-transition: 0.4s;-o-transition: 0.4s;text-decoration: underline; }.desc a:hover { color: {color:desc links hover}; }
.bdesc { width: 0; height: 1px; background-color: {color:character icon border}; position: absolute; margin: 10px -10px; transition: 0.8s; -moz-transition: 0.8s; -webkit-transition: 0.8s; -o-transition: 0.8s;}
yeah?? you have to replace it with the following:
.descon { position: absolute; padding: 0; margin: 27px 14px; border-left: 1px solid {color:character icon border}; transition: 0.8s; -moz-transition: 0.8s; -webkit-transition: 0.8s; -o-transition: 0.8s; overflow: hidden; height: 0; padding: 8px 0 20px 0; height: 80px; overflow: visible; }
.desc { background-color: rgba(255,255,255,0.4); text-shadow: 1px 1px 0 #bbb; color: {color:desc text}; font-family: pix; font-size: 8px; width: 80px; padding: 5px 5px; text-align: justify; max-height: 70px; overflow: auto; margin: 0; opacity: 0; transition-delay: 0.4s; padding: 5px 5px; height: 80px; margin: 0 10px; opacity: 1; width: 80px; transition: 0.8s; -moz-transition: 0.8s; -webkit-transition: 0.8s; -o-transition: 0.8s;}
.desc b,strong { color: {color:desc bold}; }.desc i,em { color: {color:desc italic}; }.desc a { color: {color:desc links}; transition: 0.4s;-moz-transition: 0.4s;-webkit-transition: 0.4s;-o-transition: 0.4s;text-decoration: underline; }.desc a:hover { color: {color:desc links hover}; }
.bdesc { width: 70px; height: 1px; background-color: {color:character icon border}; position: absolute; margin: 10px -10px; transition: 0.8s; -moz-transition: 0.8s; -webkit-transition: 0.8s; -o-transition: 0.8s;}
11 notes · View notes
michaeljburgesss-hasmoved · 10 years ago
Note
P >:0
p..........otatoes ?> ?? i cant think of anything for p wtf
10 notes · View notes
lynel · 8 years ago
Text
fightxer replied to your post: @trainergreen @rivalgreen @championgreen...
it didnt even tag the people correctly….
it’s because nonE OF THEM ARE BEING USED
4 notes · View notes
awesomeshadow773 · 6 years ago
Photo
Tumblr media
This isn't even the Feelingshipping pic for Valentine's Day. I made this just because it was raining a lot haha. I had another idea planned for the day tho but I wonder if I'll get to it...
I made a small comic along with this that I'll post too
I can't stop with this ship ye ^¬^
33 notes · View notes