Log in

View Full Version : Mini Mods - Glowing text in the forum and all sections - by alra7ba


Dr.osamA
11-28-2010, 10:00 PM
Hi guys

it is Modified to make glow text in your forum and in all section

I like to share with you this simple idea
To understand , Look at the pictures attached , or in demo

alra7ba.net (http://www.alra7ba.info/vb/f102.html)

user: vBulletin
pass : 123456

Warning : If you're a fan of Internet Explorer do not use this MOD, it does not work there

How to install?
Just follow me if you like it

In tempalte vbulletin.css find

body {
width:{vb:stylevar doc_width};
min-width:{vb:stylevar doc_minWidth};
max-width:{vb:stylevar doc_maxWidth};
margin: {vb:stylevar doc_margin};
font-size:{vb:stylevar font.fontSize}px;
color:{vb:stylevar body_color};
line-height:{vb:stylevar line_height};
}

and replace with

body {
width:{vb:stylevar doc_width};
min-width:{vb:stylevar doc_minWidth};
max-width:{vb:stylevar doc_maxWidth};
margin: {vb:stylevar doc_margin};
font-size:{vb:stylevar font.fontSize}px;
text-shadow: 1px 1px 1px #ccc;
color:{vb:stylevar body_color};
line-height:{vb:stylevar line_height};
}

and joy in it

Note:i test this code in VB 4.1.0 and working great


ملاحظة للاخو العرب يوجد مرفق مترجم باللغة العربية و اسمح بنقل الموضوع لاي مكان و لا اعتمد الحقوق و غيرها و لا يهمني هذا الامر الا من احب ان يذكر المصدر

Dr.osamA
11-29-2010, 12:29 AM
you can change color in code

text-shadow: 1px 1px 1px #ccc;

by editing

#ccc

aldewaghry
02-05-2011, 04:14 PM
many thanks
u can see here
http://www.aldawaghranet.com/showthread.php?t=7807&p=19212#post19212