vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Glowing text in the forum and all sections - by alra7ba (https://vborg.vbsupport.ru/showthread.php?t=254387)

Dr.osamA 11-28-2010 10:00 PM

Glowing text in the forum and all sections - by alra7ba
 
1 Attachment(s)
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

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

PHP Code:

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

PHP Code:

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-shadow1px 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

PHP Code:

text-shadow1px 1px 1px #ccc; 

by editing

PHP Code:

#ccc 


aldewaghry 02-05-2011 04:14 PM

many thanks
u can see here
http://www.aldawaghranet.com/showthr...9212#post19212


All times are GMT. The time now is 11:18 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01105 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete