[3.8.2] vBInferno [Skin By GhostKilla]

KillaStaff

New Member
I'm really happy to present my new skin, not a rip but create by me :)

It's vBInferno, why ? Because i've used header, bottom and border from the skin "Inferno" for phpnuke (by DestineDesign)

I have works many day on this skin, create many icones (statusicon, misc, button, gradient and other), search good colors for css, so if you like, don't forget say thank ;)

Credits :
-> Header & Footer from DestineDesign
-> some icons with image of FamFamFam, Fugue & Pi Diagona pack
-> some image from vbimageworks

Some pictures because no demo online :

Index - Header

index1.png


Index - Footer

index2r.png


Nav Link

navlink1.png


navlink2.png


Forumdisplay

forumdisplay.png


Showthread

showthread.png


Redirect Box

loginbox.png


WYSIWYG (Big work, he's beautiful :D)

wysiwyg.png


I have added a folder "Extra" with blank button, blank header .jpg, the .fla for flash header, and one mini font used for button

Enjoy :)

** KillaStaff aka GhostKilla **

-> add new archive for fix a bug in big resolution
 

KillaStaff

New Member
in template header find :

Code:
<script type="text/javascript" src="[JAVA]/Hscreen.js"></script>

and change with your image code

-> next time, no thank, no support :)
 

KillaStaff

New Member
ok, put your image in the folder "misc", exemple "Hscreen.jpg" (use the blank header include in the zip)

in the template header search the code :

Code:
<script type="text/javascript" src="[JAVA]/Hscreen.js"></script>

and replace with :

Code:
<img src="$stylevar[imgdir_misc]/Hscreen.jpg" alt="$vboptions[bbtitle]" border="0" width="712" height="172" />
 

KillaStaff

New Member
ucenik1 said:
Its not good :(

I have res 1680x1050 and its shows me this: :(

please, can you test this :

in template header, find :

Code:
<td width="542" valign="top" style="background:url([HEAD]/Hm2.jpg)"><!--DWLayoutEmptyCell-->&nbsp;</td>

and replace "542" by "100%"
 

ucenik1

New Member
KillaStaff said:
please, can you test this :

in template header, find :

Code:
<td width="542" valign="top" style="background:url([HEAD]/Hm2.jpg)"><!--DWLayoutEmptyCell-->&nbsp;</td>

and replace "542" by "100%"

Now its OK! :D

Can you make fixed style of this ;)
 
Top