/* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #FFFFFF; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; } /* General font families for common tags */ font,th,td,p { font-family: Tahoma } a:link,a:active { color : #6A6868; } a:visited { color : #6A6868; } a:hover { text-decoration: underline; color : #FF6000; } hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #313A41; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .borderline { background-color: #000000; border: 2px #999999 solid; } /* The largest text used in the index page title and toptic title etc. */ .maintitle,h1,h2 { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } .Orangemaintitle,h1,h2 { font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 60%; color : #FF6000; } /* General text */ .gen { font-size : 12px; text-align:justify; } .genmed { font-size : 11px; text-align:justify; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #000000 ; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #FF6000; text-decoration: underline; } /* Orange text */ .orangegen { font-size : 12px; } .orangemed { font-size : 11px; } .orangesmall { font-size : 10px; } .orangegen,.orangemed,.orangesmall { color : #FF6000; } a.orangegen,a.orangemed,a.orangesmall { color: #FF6000 ; text-decoration: none; } a.orangegen:hover,a.orangemed:hover,a.orangesmall:hover { color: #FF6000; text-decoration: underline; } /* White text */ .white { font-size : 11px; } .whitemed { font-size : 11px; } .whitesmall { font-size : 10px; } .white,.whitemed,.whitesmall { color : #9E9C9C; } a.white,a.whitemed,a.whitesmall { color: #006699; text-decoration: none; } a.white:hover,a.whitemed:hover,a.whitesmall:hover { color: #FF6000; text-decoration: underline; } /* Left text */ .left { font-size : 11px; } .leftmed { font-size : 11px; } .leftsmall { font-size : 10px; } .left,.leftmed,.leftsmall { color : #FFFFFF; } a.left,a.leftmed,a.leftsmall { color: #FFFFFF; text-decoration: none; } a.left:hover,a.leftmed:hover,a.leftsmall:hover { color: #C9C6C6; text-decoration: none; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699} a.cattitle { text-decoration: none; color : #006699; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #006699; } a.forumlink { text-decoration: none; color : #006699; } a.forumlink:hover{ text-decoration: underline; color : #DD6900; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #006699; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle { font-weight: bold; font-size: 11px; color : #000000; } a.topictitle:link { text-decoration: none; color : #006699; } a.topictitle:visited { text-decoration: none; color : #5493B4; } a.topictitle:hover { text-decoration: underline; color : #DD6900; } /* Copyright and bottom info */ .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #8B9393; letter-spacing: -1px;} a.copyright { color: #8B9393; text-decoration: none;} a.copyright:hover { color: #8B9393; text-decoration: underline;} /* Form elements */ input,textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #FFFFFF; } .blacktextarea { background-color : #ffffff; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; scrollbar-darkshadow-color: #000000; color: #000000; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #EFEFEF; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #FAFAFA; font-weight : normal; } /* This is the line in the posting page which shows the rollover help line. This is actually a text box, but if set to be the same colour as the background no one will know ;) */ .helpline { background-color: #DEE3E7; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("form.css");