[vB 3.8.1] Ambient Lighting Green [Theprophetl]

TheProphet

New Member
This is a vBTEAM exclusive do not post else where!!

Enjoy this great skin...

Including a Clean Logo, Thanks button and Postbit picture.

Template included lock image and modified smiliebox.
 

cereal_killer

New Member
Awesome stuff! I'm using the regular one on my 3.8.1 forum. Might switch up the boarder images though provided that would work. Would really love if these came in seasonal versions as well or at least the boarders.

Thanked!
 

TheProphet

New Member
My new work in progress atm...
After deeply testing im releasing this here soon.
It contains some hacks integrated, witch i think it should be a vb standard package.
 

KrazyFire

New Member
Yea like those ones :)
btw i like this code for the time/date on top instead of the deafult one
Code:
<div id="clock">Loading...</div>
<script type="text/javascript">
function refrClock()
{
var d=new Date();
var s=d.getSeconds();
var m=d.getMinutes();
var h=d.getHours();
var day=d.getDay();
var date=d.getDate();
var month=d.getMonth();
var year=d.getFullYear();
var days=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var months=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var am_pm;
if (s<10) {s="0" + s}
if (m<10) {m="0" + m}
if (h>12) {h-=12;am_pm = "pm"}
else {am_pm="am"}
if (h<10) {h="0" + h}
document.getElementById("clock").innerHTML=days[day] + " | " + months[month] + "    " + date  + ", " + year + " | " + h + ":" + m + ":" + s + " " + am_pm;
setTimeout("refrClock()",1000);
}
refrClock();
</script>
 

TheProphet

New Member
Here's a sneak preview...

1237841964-310.jpg
 

robert00693

New Member
Is there anyway to adjust the forums width? I have the top 10 stats and other mods and they go over the size of the template.

EDIT** Never mind. I just removed some options and it all fits now. Thanks, Great Theme
 
Top