• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Style Feedback: Pichu (little 2) without shadows

Serene Grace

Pokémon Trainer
  • 3,427
    Posts
    16
    Years
    I was wondering is someone could create an alternate version of Pichu without any drop shadows. I like the theme a lot but this feature is quite annoying.

    A way you could do this is to add it to a the "Reduced Mode" version in your User CP so we can switch between each one. Either that or make a completely new option for switching between drop shadows since they seem to be appearing in new themes now.
     
    I'm going to bump this before one month runs out because I didn't get an answer.

    I think the code you have to edit is the .tcat one. So you make

    Code:
    .tcat
    {
    	background: #d45e3a url('../../images/templates/pichusquared/gradients/gradient_tcat.gif');
    	color: #fff;
    	font: bold italic 12px 'Century Gothic';
    	text-shadow: #192731 1px 1px 2px;
    	text-transform: lowercase;
    }

    into

    Code:
    .tcat
    {
    	background: #d45e3a url('../../images/templates/pichusquared/gradients/gradient_tcat.gif');
    	color: #fff;
    	font: bold italic 12px 'Century Gothic';
    }
    at least for the .tcat anyway. I want all the shadows gone though since they don't go well with the theme in my opinion.
     
    Back
    Top