WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1I need some help with 2 things here. Empty I need some help with 2 things here. Fri Jan 13, 2012 6:02 pm

Fred100

Fred100
Registered Member
Registered Member
Okay , so here's the problem
I've been thinking of having a winter theme for my forum , but here's the thing.
https://2img.net/h/oi54.tinypic.com/2n1fktt.jpg (Normal Look of Category Header)
https://2img.net/h/oi43.tinypic.com/2w1w8yu.jpg (Winter Look of Category Header)
I tested the winter look of category header in my test forum and this was the result.
https://i.servimg.com/u/f49/13/89/47/62/untitl10.jpg

I made 2 points in the image so that it's easier to understand.
1. How do I change the colour of the lines?
2. How do I change the background colour?

I really need help lol , I was supposed to do the winter theme around december , but cause of my exams and stuffs , I couldn't do it , so help pleeease Very Happy

http://www.art-castle.biz/forum.htm

2I need some help with 2 things here. Empty Re: I need some help with 2 things here. Sat Jan 14, 2012 6:48 am

Nera

Nera
Technician
Technician
Post your forum link Fred please.

3I need some help with 2 things here. Empty Re: I need some help with 2 things here. Sat Jan 14, 2012 7:35 pm

Fred100

Fred100
Registered Member
Registered Member
http://www.art-castle.biz/

Forum Link

http://art-castletestforum.forumotion.com/

Test Forum Link

http://www.art-castle.biz/forum.htm

4I need some help with 2 things here. Empty Re: I need some help with 2 things here. Sun Jan 15, 2012 6:46 pm

Nera

Nera
Technician
Technician
So you want to get rid of the purple lines and BG on this forum http://www.art-castle.biz/ ?

You'll change the color of the border here;

.pun table.table {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #F1EFF1;
border-collapse: separate;
border-color: -moz-use-text-color #9400DE #9400DE;

And here:

#pun-info {
background: none repeat scroll 0 0 #F1EFF1;
border: 2px solid #9400DE

And here:

#onlinelist .right {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: url("http://cdn.iconfinder.net/data/icons/Siena/32/globe%20red.png") no-repeat scroll left center #F4F4F4;
border-color: #9400DE -moz-use-text-color #9400DE #9400DE;

As for the body BG:

body {
background-color: #803F77;
background-image: url("https://2img.net/h/i678.photobucket.com/albums/vv145/fred_100_the_gr8/gradient2.png");
background-position: center top;

5I need some help with 2 things here. Empty Re: I need some help with 2 things here. Mon Jan 16, 2012 2:56 pm

Fred100

Fred100
Registered Member
Registered Member
Thanks , I'll give it a try and see if it works.

http://www.art-castle.biz/forum.htm

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum