The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add a shadow
I am curious...does anyone know how I can add a shadow around my forum much like the shadow shown here?
|
#2
|
||||
|
||||
My guess is with the css shadow attribute... check it out here:
http://robertnyman.com/2010/03/16/dr...-web-browsers/ |
#3
|
|||
|
|||
Ok, I am fairly green regarding coding. I can hold my own with instruction so here goes... Where would I place the coding mentioned? Thanks for taking the time to assist me.
|
#4
|
||||
|
||||
In Style Manager -> All Style Options there is a box near the bottom "Additional CSS" or something like that... add this code:
Code:
.page { -moz-box-shadow: 3px 3px 4px #000; -webkit-box-shadow: 3px 3px 4px #000; box-shadow: 3px 3px 4px #000; } |
#5
|
|||
|
|||
Got it thanks!
|
#6
|
|||
|
|||
This didn't work when I added it. Nothing changed.
|
#7
|
||||
|
||||
The code above was for VB 3.x.
For VB 4.x add this code to the additional.css template: Code:
.body_wrapper { -moz-box-shadow: 4px 4px 5px #c0c0c0; -webkit-box-shadow: 4px 4px 5px #c0c0c0; box-shadow: 4px 4px 5px #c0c0c0; } |
Благодарность от: | ||
Mr_Running |
#8
|
|||
|
|||
Are we sure that this gonna work also with vb 4.1.12 ??
|
#9
|
||||
|
||||
One way to find out.
|
#10
|
|||
|
|||
this code is not working with me. 4.2.0
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|