the skin used in this forum specifies no colours, other than black borders.
<style>
/* this is the basic template for a sidebar skin */
/* you can apply this directly to any board. */
/* This skin has no colours or images, however */
/* the parts where they can be inserted are marked */
/* © Copyright 2003, ezdesign */
/* body controlls the background of the whole page */
/* you can edit an image or a colour in here, default is white */
body {background-color: #FFFFFF; text-align: center}
/* outer holds the sidebar and forum */
/* to give it a border, specify a border width. */
/* default is 0px */
#outer { border: 0px dotted #000000; padding: 2px;}
/* the following classes control the sidebar. */
/* The default width is 150px */
#sidebar { width:150px; margin-right: 4px;}
#sidebar .holder {width: 150px}
/* the following classes can be defined individually or as one */
/* to remove or change the border change the default of 1px to a 0 or a higher number. */
/* to add a background-colour change transparent to a hex code */
.sidebar, .sidebarlinks, .credit {
border: 1px solid #000000;
background-color: transparent;
padding: 6px;
text-align:center;
}
/* this class provides space between td cells to prevent borders from touching */
/* to remove the space, change the value to 0px */
.spacer {height: 4px}
/* this class controlls the news scroller if used */
.scroller {
height: 100px;
width: 100%;
Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=40, FinishX=0, FinishY=0);
text-align:center;
}
/* this class is for any line breaks used */
hr, hr.line { height: 1px; width: 100%; color: #000000}
/* the follow classes control the links in the sidebar */
a.nav:link, a.nav:visited { color: #000000; text-decoration: none; font-weight: bold}
a.nav:hover { color: #000000; text-decoration: underline}
/* these classes are for the credit to ezdesign */
.credit {color: #aaaaaa}
.credit a:link, .credit a:visited {color: #999999}
.credit a:hover {color: #666666}
/* the following classes are for the heading areas */
/* these can be defined induvidually if desired. */
/* main header */
.header {
border: 1px #000000 solid;
background-color: transparent;
padding: 6px;
width: 100%;
font-weight: bold;
margin-bottom: 4px;
}
/* forum and sidebar headers */
.forumtitle, .sidebartitle {
border: 1px #000000 solid;
background-color: transparent;
padding: 6px;
width: 100%;
font-weight: bold;
}
/* subheadings in sidebar */
.sidebarsubhead {
border: 1px #000000 solid;
background-color: transparent;
padding: 6px;
width: 100%;
font-weight: bold;
border-bottom: 0px
}
/* the following classes are for the forum */
#forum .holder {width: 100%}
.forum {
border: 1px solid #000000;
vertical-align: top;
text-align: center;
}
</style>
