Author Topic: BB CSS Style Scroll-bar  (Read 1486 times)

0 Members and 1 Guest are viewing this topic.

Offline Star-Epock

  • Time Lord
  • 25
    • http://www.freespacesaga.com
BB CSS Style Scroll-bar
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
I ♥ FS1

www.nexusthegame.com -Another exellent but bad sales space game-

 

Offline Thorn

  • Drunk on the east coast.
  • 210
  • What is this? I don't even...
mmm, nope..
the Relic Boards have the custom colored scrollbar

 

Offline IceFire

  • GTVI Section 3
  • 212
    • http://www.3dap.com/hlp/hosted/ce
CSS shouldn't affect the CGI on any pages at all.
- IceFire
BlackWater Ops, Cold Element
"Burn the land, boil the sea, you can't take the sky from me..."

  

Offline heretic

  • 26
    • http://www.warpstorm.com
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
}


VBB survivor: June 1999 until the end. Only banned 2 or 3 times (I think)