i just finished up Wheezer's profile, and i'm looking for some feedback! he's my second profile i've ever done, and though i'm extremely proud of it ( maybe that's in tune with my "huge" ego ) i'd like any other thoughts on it!
[sub]all is full of love[/sub]
[flower=Comfort]
I think it looks great! =D The only thing I would do is add padding to the story box, to space the scrollbar a bit further from the text.
Also, I'm not sure if you would want to do this, but you could add a grayscale filter to the minion and pet treasure items if you wanted them grey to match the profile?
i like it a lot! but on my laptop, it's too far to the bottom right so i can't actually see the whole thing without zooming out. maybe move everything up and to the left just a bit (about 100-200 pixels) to account for people with smaller screens? (i usually try to keep the content within a 1200 pixel horizontal when i make profiles.)
also i agree with that adding a grayscale filter to the tc and minion would be cute (where you can hover over the image to see it in full color). if you want to do that, i can give you the code:
img, img {-webkit-filter: grayscale(100%); -webkit-transition: .5s ease-in-out; -moz-filter: grayscale(100%); -moz-transition: .5s ease-in-out; -o-filter: grayscale(100%); -o-transition: .5s ease-in-out}
img:hover, img:hover {-webkit-filter: grayscale(0%); -webkit-transition: .5s ease-in-out; -moz-filter: grayscale(0%); -moz-transition: .5s ease-in-out; -o-filter: grayscale(0%); -o-transition: .5s ease-in-out}