Redstripes [3.8.1]

vForums

New Member
Screenshots:
Headernavbar.png

Catagoryforums.png

Footer.png



Skin is CSS Valid & xHTML Valid.

Install Info:
1 | Upload images to your forum root /forum/
2 | Import XML
3 | Open Header Template And replace your logo here with your header URL!
4 | Your Done.


_
 

dark_hunter

New Member
vForums said:
Screenshots:
Headernavbar.png

Catagoryforums.png

Footer.png



Skin is CSS Valid & xHTML Valid.

Install Info:
1 | Upload images to your forum root /forum/
2 | Import XML
3 | Open Header Template And replace your logo here with your header URL!
4 | Your Done.


_
Thanks much mate.
 

Hoxxy

New Member
ShadowthaKilla said:
nice skin, just wished there was a fluid version trough (not half forum, like full forum)

Admincp >> Styles & Templates >> Style Manager >> Redstripes

scroll down to additional css section...
Find:
Code:
#wrapper {
width:798px;
margin:0 auto;
}
replace with:
Code:
#wrapper {
width:[color=Red]100%[/color];
margin:0 auto;
}
 

ShadowthaKilla

New Member
Hoxxy said:
Admincp >> Styles & Templates >> Style Manager >> Redstripes

scroll down to additional css section...
Find:
Code:
#wrapper {
width:798px;
margin:0 auto;
}
replace with:
Code:
#wrapper {
width:[color=Red]100%[/color];
margin:0 auto;
}

thanks hoxxy :)
 
Top