Hard Light Productions Forums
Off-Topic Discussion => General Discussion => Topic started by: Star-Epock on November 16, 2001, 05:19:00 pm
-
Ive attempted to install this on my Ikonboard. It seems to conflict somehow with CGI. Am I right in assuming its impossible to get the Custom coloured Scroll bar accompanying a Bullitin Board?
Help is appretiated, and if there is a problem, might we endevour to find a solution?
EF
-
mmm, nope..
the Relic Boards ("http://forums.relicnews.com/index.php?s=") have the custom colored scrollbar
-
CSS shouldn't affect the CGI on any pages at all.
-
add this to your header:
< LINK href="/styles.css" rel=stylesheet title=style type=text/css>
then, fill this out to match what colors you want.
body {
COLOR: #202020;
FONT-FAMILY: Verdana,Arial,Helvetica,Helv;
FONT-SIZE: 10pt;
FONT-WEIGHT: bold;
TEXT-DECORATION: none
SCROLLBAR-FACE-COLOR: #224488;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #224466;
SCROLLBAR-HIGHLIGHT-COLOR: #6688AA;
SCROLLBAR-3DLIGHT-COLOR: #88AADD;
SCROLLBAR-SHADOW-COLOR: #002244;
SCROLLBAR-DARKSHADOW-COLOR: #000022;
}
td {
COLOR: #3399ff;
FONT-FAMILY: Verdana,Arial,Helvetica,Helv;
FONT-SIZE: 10pt;
FONT-WEIGHT: none;
TEXT-DECORATION: none
}
a {
COLOR: #00cc99;
FONT-FAMILY: Verdana,Arial,Helvetica,Helv;
FONT-SIZE: 10pt;
FONT-WEIGHT: none;
TEXT-DECORATION: none
}
a:hover {
COLOR: #999999;
FONT-FAMILY: Verdana,Arial,Helvetica,Helv;
FONT-SIZE: 10pt;
FONT-WEIGHT: none;
TEXT-DECORATION: none
}