The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Help Changing Colors in CSS Style sheet

3 posters

Go down

Solved Help Changing Colors in CSS Style sheet

Post by Bpoetic October 29th 2008, 5:57 am

I wonder if someone would be kind enough to help me find these colors in my CSS Style sheet corresponding to the numbers in the pic below. Thank you . . . bev

Help Changing Colors in CSS Style sheet Css_st10
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

Solved Re: Help Changing Colors in CSS Style sheet

Post by Jalokim October 29th 2008, 2:19 pm

1)
body{
background-color: hex code here;
}
2) is the border I think...
find the wrap{ near the top of your CSS and change the border color (set it to 0px if you want it removed)
3) is the wrap{
change the wrap{ background color to change it

4) find the .navbar{
change its color or set it to transparent if you want it gone;
.navbar{
background-color: transparent;
}
5 ... is one of those ... can't remember ... I'll get back to you on number 5

6) is the fora border
find: .forabg {
and forumbg{

there you have to remove both border tags... just change the picels to 0px
7) is forabg
.forabg {
background-color: hex code;
background-image: url("paste code ");

and 8 )
ul.forums {
background-color: hex code;
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Solved Re: Help Changing Colors in CSS Style sheet

Post by Adiex October 29th 2008, 2:40 pm

here you go, it kind of troublesome to find it but i try my best to help you there.

COLOR 1 (Background color)
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #ffffff;
background-color: #4a2b2b;
background-image: url('https://2img.net/i/fa/empty.gif');
background-attachment: scroll;
font-size: 10px;
height: auto;
padding: 10px 0px;
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;
}
COLOR 2 (Body line background color)
#wrap {
width: 80%;
margin: 0px auto;
background-color: #06cdfe;
border: 1px # solid;
padding: 5px;
min-width: 951px;
}
COLOR 3 (Header background color)
under HEADER tags on CSS
.headerbar {
background-color: #02710e;
background-image: url('https://2img.net/i/fa/empty.gif');
margin-bottom: 4px;
padding: 0pt 5px;
background-repeat: repeat-x;
}

COLOR 4 (Background 3 / Navbar background color)
under MENU tags on CSS
.navbar {
clear: both;
background-color: #02710e;
padding:0px 10px;
}

COLOR 5 (Homepage message background color)
under PANEL tags on CSS script
.panel {
margin-bottom: 4px;
padding: 0px 10px;
background-color: #969107;
color: #ffffff;
}

COLOR 6 (Forum line color)
under TABLE tags on CSS script
.forabg {
margin-bottom: 4px;
clear: both;
background-color: #fb0000;
background-image: url('https://2img.net/i/fa/empty.gif');
background-repeat: repeat-x;
background-position: 0 0;
border: 2px solid #ff8300;
padding: 0px 5px;
}

COLOR 7 (Category background color)
under TABLE tags on CSS script
.forabg {
margin-bottom: 4px;
clear: both;
background-color: #fb0000;
background-image: url('https://2img.net/i/fa/empty.gif');
background-repeat: repeat-x;
background-position: 0 0;
border: 2px solid #ff8300;
padding: 0px 5px;
}
.forumbg {
background-color: #fb0000;
background-image: url('https://2img.net/i/fa/empty.gif');
background-repeat: repeat-x;
background-position: 0 0;
border: 2px solid #ff8300;
padding: 0px 5px;
margin-bottom: 4px;
clear: both;
}
COLOR 8
(background 1)
under TABLE tags on CSS
ul.forums {
background-color: #003e75;
background-image: none;
}
(background 1)
under VARIOUS tags on CSS
.row1{
background-color: #003e75;
}
(background 2)
under VARIOUS tags on CSS
.row2{
background-color: #003e75;
}

Hope this clear enough. i like to advise you to BACKUP your current CSS before make an editing incase something goes wrong Wink
ps: seem jolakim head me while i preparing post. Rolling Eyes
Adiex
Adiex
Active Poster

Male Posts : 1014
Reputation : 33
Language : er?
Location : back alive & kicking xD

Back to top Go down

Solved Re: Help Changing Colors in CSS Style sheet

Post by Bpoetic October 29th 2008, 2:46 pm

Oh my GOODNESS! Thank you Jalokim!

I wish someone . . . maybe your fine self OR SunnyD . . . someone - would consider revamping the Colors Tutorial that is linked in the
Display>Pictures and Colors: Colors Tutorial

Thank you for your great help!

bev
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

Solved Re: Help Changing Colors in CSS Style sheet

Post by Bpoetic October 29th 2008, 2:50 pm

Oh WOW Adiex!

I sure appreciate all the trouble you've went to on my behave! BUT, there are others of us *style sheet dummies*, lol - that will benefit from this great info! Maybe you would revamp the colors tutorial?

Hey - thank you for the heads up with backup! You are very right . . .

Again - I really appreciate you effort in this matter. Have a wonderful day . . . bev
Bpoetic
Bpoetic
Forumember

Female Posts : 594
Reputation : 46
Language : English
Location : Florida, USA

http://www.bpoetry.net/

Back to top Go down

Solved Re: Help Changing Colors in CSS Style sheet

Post by Jalokim October 29th 2008, 2:58 pm

solved
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Back to top

- Similar topics

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