The Arcive of vBulletin Modifications Site. |
|
Add drop shadow and shading to vBAdvanced modules like vBCMS widgets Details »»
|
|||||||||||||||||||||||||||||||
|
Add drop shadow and shading to vBAdvanced modules like vBCMS widgets
Developer Last Online: May 2014
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};
}
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};
}
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
It doesn't work in Internet Explorer???
(I'm kidding )
|
|
#3
|
|||
|
|||
|
I just spit coffee out. Thanks for the laugh. LOL
|
|
#4
|
||||
|
||||
|
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. |
|
#5
|
||||
|
||||
|
Thanks I tagged for install
|
|
#6
|
|||
|
|||
|
Still works after the 4.0.5 update.
|
|
#7
|
||||
|
||||
|
Does this work on vb 3.8.5?
|
|
#8
|
|||
|
|||
|
|
|
#9
|
||||
|
||||
|
I tried this on vB 4.1.10 and vBa 4.2.0 but it doesn't do anything.
|
|
#10
|
||||
|
||||
|
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. |
![]() |
|
|