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)
-   -   vBulletin CMS Widgets - Add drop shadow and shading to vBAdvanced modules like vBCMS widgets (https://vborg.vbsupport.ru/showthread.php?t=246152)

benstillman 07-07-2010 10:00 PM

Add drop shadow and shading to vBAdvanced modules like vBCMS widgets
 
1 Attachment(s)
View the screenshots to see what it does. One is a before, the other is an after, aptly named.


Edit the CSS Template adv_portal.css

Change this:
Code:

.vba_module {
        border: {vb:stylevar threadbit_border};
        border-top: 1px solid {vb:stylevar body_background.backgroundColor};
}

To this:
Code:

.vba_module {
        border: {vb:stylevar threadbit_border};
        border-top: 1px solid {vb:stylevar body_background.backgroundColor};
        -moz-border-radius:{vb:stylevar border_radius};
        -webkit-border-radius: {vb:stylevar border_radius};
        -moz-box-shadow:-2px 2px 2px {vb:stylevar vbcms_widget_shadow_color};
}

Save. Enjoy. Screenshots attached.

TheLastSuperman 07-08-2010 06:02 PM

It doesn't work in Internet Explorer???

(I'm kidding :p)

benstillman 07-08-2010 06:13 PM

Quote:

Originally Posted by TheLastSuperman (Post 2066442)
It doesn't work in Internet Explorer???

(I'm kidding :p)

I just spit coffee out. Thanks for the laugh. LOL

TheLastSuperman 07-10-2010 02:30 AM

Quote:

Originally Posted by benstillman (Post 2066443)
I just spit coffee out. Thanks for the laugh. LOL

No problem - I still make my wife laugh so all is good in my world ;)

Disclaimer: TheLastSuperman is not responsible for damages to personal or business property resulting from actions taken when reading his comedic whit.

GONUMBER6 07-27-2010 03:40 AM

Thanks I tagged for install :)

benstillman 08-05-2010 05:44 PM

Still works after the 4.0.5 update.

Alfa1 08-05-2010 11:33 PM

Does this work on vb 3.8.5?

benstillman 10-13-2010 02:38 PM

Quote:

Originally Posted by Alfa1 (Post 2079837)
Does this work on vb 3.8.5?

I don't know. Try it?

too_cool_3 02-25-2012 09:07 PM

I tried this on vB 4.1.10 and vBa 4.2.0 but it doesn't do anything.

too_cool_3 02-27-2012 06:28 AM

Does anyone know how to make this work with vBa 4.2.0 on vB 4.1.10 ??

This is a good looking mod, just wish I could get it to work.


All times are GMT. The time now is 02:59 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.01239 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete