View Full Version : New Theme for Forums :)
Phenomena0
Tue 4th Dec '07, 9:18pm
Well, a staff member and myself have started working on a new theme for my site halotrialmods.org, in preperation for 3.7. I think it's coming along quite nicely, just wanted some feed back from the pros. :P
http://www.halotrialmods.org/preview/forums/
It's not done yet, but it's a good start. Any C&C would be greatly appreciated. :)
LGNetw0rk
Tue 4th Dec '07, 9:27pm
Very nice - I really like the direction you're going with it. Are you going to keep the copyright how it is, or will you be adding the background to that as well?
Phenomena0
Tue 4th Dec '07, 9:34pm
I'll be adding the background, I'm going to get it so it goes all the way to do the bottom of the page, though I haven't figured out how xD
Webmist
Tue 4th Dec '07, 9:51pm
I'll be adding the background, I'm going to get it so it goes all the way to do the bottom of the page, though I haven't figured out how xD
You can make a background image (1600x1200) usually and use the fixed position in css or use a gradient and make sure the height is 1200px then make the background color the color at the bottom.
Phenomena0
Tue 4th Dec '07, 9:53pm
I didn't mean the body background, I meant the page div background, lol sorry :P
Webmist
Tue 4th Dec '07, 9:56pm
it would be the same principal. Just adjust your size to how many forums you plan on having so it will go from top to bottom.
jw0ollard
Sun 9th Dec '07, 9:02am
I'll be adding the background, I'm going to get it so it goes all the way to do the bottom of the page, though I haven't figured out how xDSee attached.
And actually, I was sloppy with the eye dropper in Photoshop.. the exact color at the bottom of that background image is #4F4F4F. :)
Your problem is in your code:
body
{
background: #535353;
color: #FFFFFF;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
background: url('./htm_v2/background.png') repeat-x;
background-attachment: fixed;
}You have background declared 2x, so the last one takes priority.
Change everything to:
background: #535353 url('./htm_v2/background.png') repeat-x fixed;
color: #FFFFFF;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;(or the bottom-most color is actually #4F4F4F, but #535353 is so close it'd be unnoticeable).
Phenomena0
Sun 9th Dec '07, 10:59am
ahh thanks so much :P it was bothering me especially since I couldn't figure it out. xD
Floris
Sun 9th Dec '07, 11:38am
Make sure the 'test' forum (which is a second instance for the same set of files) is behind .htaccess or closed away from public view, to stay within the bounds of the license agreement. It's not really a problem at this point since you have another license that is not in use, so this is just a friendly request and a reminder.
More on topic .. good looking design there! :) A friend of mine recently updated his style for his HALO site too, check it out: http://www.marchosis.com/forum.php
Phenomena0
Sun 9th Dec '07, 6:33pm
meh I'll just use my second license, because I want my members to able to view the forums so that I can some C&C from them. Otherwise that license would just sit there and expire anyway. xD
Anyways glad you like it, just updated some of the buttons and icons now. :)
Dream
Sun 9th Dec '07, 6:35pm
looks good, although that blue header column there looks strange.
jw0ollard
Mon 10th Dec '07, 3:01am
Ah.. I guess #4F4F4F is a little dark. I didn't realize the square pattern went all the way down to the bottom of that image. :)
I thought Photoshop lied to me, here I should have put it on a 3x3 pixel sample instead. Try going back to #525252. Glad you got it figured out. :)
xjuliox
Mon 10th Dec '07, 11:55pm
I like it! if you make it free to use i propably use it.
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.