View Single Post
  #5  
Old 11-20-2003, 05:04 PM
 
asdren asdren is offline
 

Newbie
  
Join Date: Nov 2003
Posts: 5
 

Default

yeah that default aqua is quite ugly.

in skin1.css
look for hex value #68C1FF

specifically:
.VertMenuBorder {
BACKGROUND-COLOR: #68C1FF;
}
.DialogBorder {
BACKGROUND-COLOR: #68C1FF;
}

.Button {
FONT-FAMILY: Arial;
BACKGROUND-COLOR: #68C1FF;
background: url(images/butbg.gif);
COLOR: #FFFFFF; FONT-WEIGHT: bold;
FONT-SIZE: 11px;
TEXT-DECORATION: none;
}

then there are some images that you need to modify,
easiest thing to do is open in an image editor and change 'hue/saturation' levels to match your new color scheme.
all are in skin1/images directory
- dialog_bg_n.gif

buy button for Internet Explorer
- but1.gif
- butbg.gif
- but2.gif

buy button for mozilla and other browsers
- go.gif
Reply With Quote