Dr.osamA
10-19-2010, 10:00 PM
Glowing text in postbit as default
hi guys
i have an idea and like to shere it with vb.org
it is glowing text in postbit in overall posts and threads
Demo : alra7ba.info (http://www.alra7ba.info/vb/t39668.html)
user: vBulletin
pw: 123456
http://www.alra7ba.info/vb/imgcache/15753.imgcache.gif
and in pic in attchment
just Follow me if you like it
open tempalte postbit.css and add code in end
/* START Postbit_legacy by Dr.osamA */
.alra7ba_text {
text-shadow: #819EB2 2px 2px 2px;
}
/* END Postbit_legacy by Dr.osamA */
#819EB2 it is color you can change it as you like
save
next step:
find in postbit_legacy
{vb:raw post.message}
and replace with
<div class="alra7ba_text">{vb:raw post.message}</div>
save it
i dont care about presing install ;)
Enjoy :)
hi guys
i have an idea and like to shere it with vb.org
it is glowing text in postbit in overall posts and threads
Demo : alra7ba.info (http://www.alra7ba.info/vb/t39668.html)
user: vBulletin
pw: 123456
http://www.alra7ba.info/vb/imgcache/15753.imgcache.gif
and in pic in attchment
just Follow me if you like it
open tempalte postbit.css and add code in end
/* START Postbit_legacy by Dr.osamA */
.alra7ba_text {
text-shadow: #819EB2 2px 2px 2px;
}
/* END Postbit_legacy by Dr.osamA */
#819EB2 it is color you can change it as you like
save
next step:
find in postbit_legacy
{vb:raw post.message}
and replace with
<div class="alra7ba_text">{vb:raw post.message}</div>
save it
i dont care about presing install ;)
Enjoy :)