@Mr Handy - Ah I see, I meant to say that you can't tell what the tab pages are (edited the original post).
@All
I've managed to sort out my errors with the CSS for stylish, here's what I have so far:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(forum.thegamecreators.com)
{
body
{
background:black!important;background-image:none)!important;
font-family:"calibri";
}
a {color:white!important;}
.BoardDescriptionNewSticky {background:#666666!important;}
.BoardDescriptionNew {background:#917C6F!important;}
.BoardDescription {background:#6C5D53!important;}
.BoardPost {width:10%!important;}
table,td,tr
{
border-width:1px!important;
border-spacing:0px!important;
border-color:#4d4d4d!important;
border-style:solid!important;
color:white!important;
width:"100%";
cellspacing:0px!important;
cellpadding:2px!important;
padding:0px!important;
background:#6C5D53!important;
background-image:none!important;
align-indent:5px;
}
td {padding:3px!important;}
.BoardInfo1 {color:white!important;background:#6C5D53!important;}
.BoardInfo2 {color:white!important;background:#6C5D53!important;}
.BoardIcon {width:0!important;background:#6C5D53!important;}
.BoardIndexHead {background-image:none!important;color:white!important;}
option {background:#4d4d4d!important;}
}
Any glaring errors?
It's not great looking but it's a start. Screenie attached -->