PDA

View Full Version : Elements skin : change the colour


blomn
08-23-2007, 01:02 PM
ello.

I am using the elements skin that you offer me to download..

http://www.subdreamer.com/plugins/p13_download_manager/images/178.jpg

The problem it is that I want to change the green colour by a orange colour due to the corporate image for my company is orange.

I am looking for where image file I can change... but I didnīt forget it.... then I think that it is possible that I have to change the css file... but... what I need to change ?

Thank you very much.

72dpi
08-23-2007, 01:54 PM
greets & welcome to the forum blomn.

Open up your skin folder,
edit styles.css,

find:

#header {
border-top-style: solid;
border-top-color: #69812c;
border-top-width: 4px;
background-color: #7e983e;
height: 26px;
padding-top: 44px;
position: relative;
}

(background color) to the hex color u want...

Find:
#plugin_2_left
{
color: #ffffff;
float: left;
width: 580px;
border-bottom-color: #69812c;
border-top-color: #69812c;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-width: 4px;
border-top-width: 4px;
height: 125px;
background-color: #7e983e;
}

change "69812c" to the hex u want

also, fiond:
#plugin_2_right
{
color: #ffffff;
border-bottom-color: #455728;
border-top-color: #455728;
border-bottom-style: solid;
border-top-style: solid;
border-bottom-width: 4px;
border-top-width: 4px;
background-color: #4c5e2f;
height: 125px;
width: 190px;
float: right;
}

Thats got a darker shade of green you will want to chose.

Hope that helps =)

blomn
08-23-2007, 02:23 PM
Thank you very much for your support !!!

72dpi
08-23-2007, 02:35 PM
No probs matey, hope u get it sorted =)