Fallen Posted July 17, 2009 Posted July 17, 2009 What about all pokemon theme. Where all pokemon appear... Good luck with making that theme work.
Toffeuy Posted July 17, 2009 Posted July 17, 2009 Hey what's that blue line on the SoulSilver Lugia Theme. I circled it in red: EDIT: Also, look at the top-right side, the Total Private Messages is on the next line. And its colour is impossible to see, unless I highlight it.
damio Posted July 17, 2009 Posted July 17, 2009 I like darker themes cause it not only saves power for my computer, it also helps my eyes a bit when i'm up at night looking around . But i like it anyway. But if it were me i would have more of a deep sea thing to darken the colors and also really tell that lugia lives in the ocean. I remember seeing somewhere (trustworthy) that black actually uses MORE power.
evandixon Posted July 19, 2009 Author Posted July 19, 2009 I remember seeing somewhere (trustworthy) that black actually uses MORE power. Hmm... Perhaps when the pixels display black, they still have a considerable amount of power going to them (LCD), although I don't know about the older moniters.
Psycho K Posted July 19, 2009 Posted July 19, 2009 I still like Site Theme best. The lack of a "Remember Me?" checkbox is quite a nuisance. I almost lost a huge RMT post I was doing because it logged me out while I was typing it.
DefiantHawk Posted July 20, 2009 Posted July 20, 2009 (edited) The only thing I don't like about it is the lack of contrast over the last visited time and pm section. http://img193.imageshack.us/img193/6285/soulsilverthemeprojectp.jpg Edit: On smaller resolutions the logout button up top exceeds the container width. On 1024 it spills over Because the layout is fluid you'll have to adjust the padding to fix it in lower resolutions. I haven't had a look at 800 x 600 though. Look in #navigation li, because you're using css shorthand you're adding 24 total pixels of padding between the menu links. You're missing including logout by 2-4 pixels so lower it to ten by changing padding: 11px 12px; to padding: 11px 10px; #navigation li { background: transparent url(hoiqantinhoc/pig/emu/style/navSplit.gif) no-repeat scroll right top; float: left; padding: 11px 10px; } Add "color: #fff;" to .memberBox to add contrast to the image above Edit 2: looks like some change made somewhere is now causing the ad banner to shift down below because it doesn't have enough space to display in it's present condition at the 1024 screen resolution. .bannerBox { margin:44px 8px 0 0; width:487px; } This doesn't allow for enough room at 1024, fair warning the fix below won't do much to help at the 800x600 resolution but it won't hurt as it will have to be done anyway when fixing for 800x600. You'll need to set min-widths along the entire container in order to fix the layout at that, but it will cause a scroll bar. Otherwise you're in for a real headache. I should also note that adding margin to the right on an element that is floated to the right triggers a bug in IE6 causing that 8px to double to 16px. The double margin bug. If you have to add margin right or left to something good practice is to make sure the element you're adding it to isn't floated in that same direction. In such cases use padding as an alternative if possible. This should fix it for the 1024 resolution .bannerBox { margin:44px 0 0 0; width:480px; } //Nearly all of the issues pointed out are things that look fine in resolutions above 1024 but break when they are at those resolutions or lower. You'll want to check statistical data and see what resolutions the viewers of the site are looking at it in. A large percentage may lie in that region. Edited July 24, 2009 by DefiantHawk
Turtlekid2 Posted August 5, 2009 Posted August 5, 2009 No "remember me" option and the fact that it's the forum's default theme means I have to log in every time I visit the forum. This one would be a thumbs-up if not for that.
Liquiddi Posted August 6, 2009 Posted August 6, 2009 I like this. It's great to see something bright for a change. Though one thing bugs me: it's almost impossible to see any text on the Private Message bar besides the mentioned.
Narwhal Posted August 12, 2009 Posted August 12, 2009 I don't really like the look, and sigs aren't cut off either. I'm used to the Project Pokémon theme, too.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now