• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Welcome to the Kanto Dream Party!

Echidna

i don't care what's in your hair
2,077
Posts
13
Years
O_o
I love! <3
It's so slick and makes me feel so happy <3
Very well done. I think I've seen this on PWN... O_O I might be mistaken though :/
 

Pink Mommy

Pokemon Breeder
43
Posts
11
Years
  • Seen Apr 12, 2014
I really like this.
The colors are great, but I kind of got lost in there.
Well, I get lost with the current one so I guess that makes no difference.
 

Cid

3,666
Posts
16
Years
Squirtle!

Now I'm conflicted. I just switched to Atop Mount Coronet, and now checking this style out makes me want to stick with this. It's just so colorful, Squirtle and Arcanine are up on top and the hues just work well with each other. And Squirtle is there! Squirtle. If anything, it's quite bright, but that characteristic goes with the theme, so not liking its brightness is just a personal thing. I suppose I have my go-to cheery theme now, for sure. Good work, Perdition Haze!
 
1,959
Posts
13
Years
  • Age 26
  • Seen Jul 14, 2021
Sick! As a Kanto lover, I am going to change it right away!
 
258
Posts
12
Years
  • Seen Jan 27, 2014
Great! I've just used it and I'd say...the colors are great! The whole mix is a cool blend! The header image is also cool! I think I'll stay with this one, instead of the Chromatic 2.0 that I've used for (probably) a whole month.
 
37,467
Posts
16
Years
  • Age 34
  • Seen Apr 2, 2024
A bit too bright for my taste. But I guess it looks neat. And it's always nice with some love for good ol' Kanto.
 

ruby

[span="howdy;partner"][/span]
1,390
Posts
20
Years
  • Age 31
  • Seen Mar 27, 2024
It's lovely, but doesn't fit on a 1024x768 resolution; The banner is single 1100px pixel wide image. :|

Having your banner as one fixed image when it's that big is not only very bad practice, but it's completely unnecessary!

Here is some replacement code and images so that your banner is split into layers, the way it should be:

Example:
Code:
<div style="height: 122px; width: inherit; background-image: url('/images/templates/kantodreamparty/header/background.png');"><div style="height: 122px; width: inherit; background-position: 54%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/exeggutor.png');"><div style="height: 122px; width: inherit; background-position: 31%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/arcanine.png');"><div style="height: 122px; width: inherit; background-position: 18%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/squirtle.png');"><div style="height: 122px; width: inherit; background-position: 1%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/bulbasaur.png');"><div style="height: 122px; width: inherit; background-position: 2%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/charmander.png');"><div style="height: 122px; width: inherit; background-position: 98%; background-repeat: no-repeat; background; background-image: url('/images/templates/kantodreamparty/header/text.png');"></div></div></div></div></div></div></div>
Simply swap out the <img> tag that holds your banner at the moment with the provided code.

A new folder called "header" will also need to be created within the style's folder, in which the images below will need to placed:

background.png
charmander.png
bulbasaur.png
squirtle.png
arcanine.png
exeggutor.png
text.png
 

Echidna

i don't care what's in your hair
2,077
Posts
13
Years
It's lovely, but doesn't fit on a 1024x768 resolution; The banner is single 1100px pixel wide image. :|

Having your banner as one fixed image when it's that big is not only very bad practice, but it's completely unnecessary!

Here is some replacement code and images so that your banner is split into layers, the way it should be:

Example:
Code:
<div style="height: 122px; width: inherit; background-image: url('/images/templates/kantodreamparty/header/background.png');"><div style="height: 122px; width: inherit; background-position: 54%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/exeggutor.png');"><div style="height: 122px; width: inherit; background-position: 31%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/arcanine.png');"><div style="height: 122px; width: inherit; background-position: 18%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/squirtle.png');"><div style="height: 122px; width: inherit; background-position: 1%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/bulbasaur.png');"><div style="height: 122px; width: inherit; background-position: 2%; background-repeat: no-repeat; background-image: url('/images/templates/kantodreamparty/header/charmander.png');"><div style="height: 122px; width: inherit; background-position: 98%; background-repeat: no-repeat; background; background-image: url('/images/templates/kantodreamparty/header/text.png');"></div></div></div></div></div></div></div>
Simply swap out the <img> tag that holds your banner at the moment with the provided code.

A new folder called "header" will also need to be created within the style's folder, in which the images below will need to placed:

background.png
charmander.png
bulbasaur.png
squirtle.png
arcanine.png
exeggutor.png
text.png

O_____O
How did you.... I mean like, that fast?
Wow, just, wow xD Nice job, really!

Anyways, he has a point. Your skin based on my screen should be a solid 81.3% width :)
 

ruby

[span="howdy;partner"][/span]
1,390
Posts
20
Years
  • Age 31
  • Seen Mar 27, 2024
...Your skin based on my screen should be a solid 81.3% width :)

Oh my, I didn't notice that the entire thing was 1100px wide. Yes you will need to change that as well. xD;

Edit: I'd much prefer a width in the 90's range though, as opposed to 81.3%, as that huge border is again a little inconsiderate of smaller resolutions!
 
Last edited:

Echidna

i don't care what's in your hair
2,077
Posts
13
Years
Oh my, I didn't notice that the entire thing was 1100px wide. Yes you will need to change that as well. xD;

Edit: I'd much prefer a width in the 90's range though, as opposed to 81.3%, as again this is a little inconsiderate of smaller resolutions!

Ah I see your point :) 90s would be pretty good yeah.
 

ruby

[span="howdy;partner"][/span]
1,390
Posts
20
Years
  • Age 31
  • Seen Mar 27, 2024
The text colour that supporters are able to set for Minor Block Headers on their profiles is being also being overridden by the default for this style.
 
2,377
Posts
12
Years
  • Seen Aug 25, 2015
Wow that really is very nice. I like that soft light blue, it's nice to look at. I may switch eventually but Im addicted to the Johto Elite skin right now.
 
41,247
Posts
17
Years
I'm so glad to see this here now, omg. :D Was always one of my favorite skins; so colorful and relaxing and uses some of my favorite colors. Definitely going to be using this one for a while as I prefer brighter skins anyway. Thank you for this, Ashley!
 
5,814
Posts
16
Years
  • Age 30
  • Seen May 19, 2021
Wow, what a neat skin! :D I really love the colors! I just switched to Atop Mount Coronet, though, so I want to use that skin for a while longer. ;o
 
Back
Top