The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Border around album full sized pic
4.1.2 pl8
See attachment first. I have been in the CSS and templates trying to find what the white border is called so I can round off the corners. Is it really a border or a background with the pic sitting on it? Either way what code controls it? |
#2
|
|||
|
|||
Code:
#picturelink img { background: none repeat scroll 0 0 red; box-shadow: -2px 2px 2px #000000; padding: 10px; text-align: center; border-radius: 5px; } |
#3
|
|||
|
|||
I wound up doing this >
Code:
#picturelink img { /* background-color:{vb:stylevar lightweightbox_background.backgroundColor}; */ background-color:gray; border:solid 1px {vb:stylevar lightweightbox_border.borderColor}; border-radius:15px; padding:{vb:stylevar padding}; text-align:center; -moz-box-shadow: -2px 2px 2px {vb:stylevar picturelink_img_shadow_color}; -webkit-box-shadow: -2px 2px 2px {vb:stylevar picturelink_img_shadow_color}; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|