DevWorx

OpenSource
Projects
Development
devworx.somee.com

Monday, November 23, 2009
User Name:
Password:
Register | Lost Password
 
  home   -->    projects   -->    devworx site   -->    readings
  6 guests online - show me... 2769 members  

DevWorx Site : Customization (v2.0)

Note: version 3.0 can be customized with the style.css file in the root folder

In order to customize the site you must first open the file _colors.asp in the /dev folder. Below is what you will find with a brief explanation for each element. These variables change all the colors for the entire site...

<%
'Color scheme for site
'font color
font = "Trebuchet MS"
'background color
pgbcolor = "#FFFFFF"
'text color
txtcolor = "#000000"

'title & footer bar img
'black
titlebrimg = "/dev/images/titlebar.png"
'grey
'titlebrimg = "/dev/images/titlebargrey.png"
'white
'titlebrimg = "/dev/images/titlebarw.png"
'red
'titlebrimg = "/dev/images/titlebarr.png"
'blue
'titlebrimg = "/dev/images/titlebarbl.png"
'green
'titlebrimg = "/dev/images/titlebargrn.png"
'peach
'titlebrimg = "/dev/images/titlebarpch.png"
'purple
'titlebrimg = "/dev/images/titlebarpurple.png"

'title & footer bar text
titlebrtxt = "#FFFFFF"
'title background color
titlebrbg = ""


'page header img
'blue
'hdrbrimg = "/dev/images/bgtr.png"
'red
'hdrbrimg = "/dev/images/bgtrred.png"
'green
hdrbrimg = "/dev/images/bgtrgrn.png"
'dark green
'hdrbrimg = "/dev/images/bgtrgrnd.png"
'lime
'hdrbrimg = "/dev/images/bgtrlime.png"
'purple
'hdrbrimg = "/dev/images/bgtrppl.png"
'orange
'hdrbrimg = "/dev/images/bgtrorange.png"
'dark orange brown
'hdrbrimg = "/dev/images/bgtroranged.png"

'page header text
hdrbrtxt = "#FFFFFF"

'menu bullet img
menublt = "/dev/images/arrowbullet.png"
'menu background color
menubg = "#FFFFFF"
'menu text color
menutxt = "#333333"
'menu hover color
menuhover = "#F3F3F3"


'small headers like at the top of each page where it says whos online
cellbg = "#F3F3F3"
celltxt = "#000000"

'outline color for tables
outline = "#DADADA"

%>