Topic: partyGPS.com

Let me know what you think:

Site URL:
http://partygps.com

Forum URL:
http://partygps.com/forum

I would like to have the unread post icon/indicator in the same green used in my logo instead of the default blue. How do I go about doing that?

Thanks.

2 (edited by Dr.Jeckyl 2006-12-30 09:50)

Re: partyGPS.com

nice setup.

look for these lines in style_cs.css and edit as you see fit:

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.inew {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}

if i did it correct it reads like this:
DIV.inew {BORDER-COLOR: #top #right #bottom #left}

i did this using your logo:
DIV.inew {BORDER-COLOR: #7EA6A6 #669190 #457170 #2E5959}

and got this:
http://img409.imageshack.us/img409/235/shot0002kn1.jpg
but the normal size.

~James
FluxBB - Less is more

3

Re: partyGPS.com

It is nice looking forum and the idea is cool. I especially like domain partygps big_smile ... good idea ! Good luck with your project !

Re: partyGPS.com

Dr.Jeckyl wrote:

nice setup.

look for these lines in style_cs.css and edit as you see fit:

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.inew {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}

if i did it correct it reads like this:
DIV.inew {BORDER-COLOR: #top #right #bottom #left}

i did this using your logo:
DIV.inew {BORDER-COLOR: #7EA6A6 #669190 #457170 #2E5959}

and got this:
http://img409.imageshack.us/img409/235/shot0002kn1.jpg
but the normal size.

Perfect, thank you very much.