Back to vBulletin 4.x Template Modifications

Add drop shadow and shading to vBAdvanced modules like vBCMS widgets
Mod Version: 1.00, by benstillman

vB Version: 4.0.4 Rating: (3 votes - 5.00 average) Installs: 13
Released: 08 Jul 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

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.

Download

No files for download.

Screenshots

Click image for larger version
Name:	before.jpg
Views:	1092
Size:	98.1 KB
ID:	119425   Click image for larger version
Name:	after.jpg
Views:	990
Size:	95.2 KB
ID:	119426  


vblts.ru supports vBulletin®, 2022-2024