vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Slipstream code

[F] Slipstream code - Posted By Alex Bailey (system) on 16th Feb 08 at 1:20pm
Is it slipstream that has like a border around the boards, If so could i have this please {Smile}

Everywhere please except like banner {Smile}

Re: Slipstream code - Posted By Marc (cr0w) on 16th Feb 08 at 3:58pm
No code needed; this can be added in your admin panel. {Wink}

Re: Slipstream code - Posted By Alex Bailey (system) on 16th Feb 08 at 4:03pm
Where?

Re: Slipstream code - Posted By Marc (cr0w) on 16th Feb 08 at 4:10pm
Ahh, my bad. I remember Ross & DregondRahl talking about something like this, but it seems he never added it to the admin panel.

I'll get something made for you in a bit. {Smile}

Re: Slipstream code - Posted By Alex Bailey (system) on 16th Feb 08 at 4:16pm
Okay thanks mate.

Re: Slipstream code - Posted By Michael (wrighty) on 16th Feb 08 at 5:53pm
try something like:

Code:
 
  1. <style>
  2. .slip_bg{
  3.    background-image: url('SLIPSTREAM IMAGE HERE');
  4.    background-repeat: repeat-y;
  5.    width: SLIPSTREAM IMAGE WIDTHpx;
  6.    align: center;
  7. }
  8. .slip_bg .border{
  9.    width: BOARD WIDTHSpx !important;
  10.    align: center;
  11. }
  12. </style>
 


Edit the 3 parts in categories.
BOARD WIDTHS = width for forum WITHIN the slipstream... {Smile}

Re: Slipstream code - Posted By Alex Bailey (system) on 16th Feb 08 at 6:38pm
Thanks , works a treat.

Re: Slipstream code - Posted By Michael (wrighty) on 16th Feb 08 at 6:39pm
{Smile}

Welcome

Smiley