Hard Light Productions Forums

Off-Topic Discussion => General Discussion => Topic started by: Star-Epock on November 16, 2001, 05:19:00 pm

Title: BB CSS Style Scroll-bar
Post 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
Title: BB CSS Style Scroll-bar
Post by: Thorn on November 16, 2001, 06:33:00 pm
mmm, nope..
the Relic Boards ("http://forums.relicnews.com/index.php?s=") have the custom colored scrollbar
Title: BB CSS Style Scroll-bar
Post by: IceFire on November 16, 2001, 09:09:00 pm
CSS shouldn't affect the CGI on any pages at all.
Title: BB CSS Style Scroll-bar
Post by: heretic on November 16, 2001, 10:13:00 pm
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
}