Options

Shadow image on the homepage

coro085coro085 Registered Users Posts: 77 Big grins
edited November 14, 2013 in SmugMug Customization
I would like to put shadow image on the Homepage and Folders like the one I have in Lightbox

http://www.romeocolombo.com/SonyNex-7/Sony-24mm-f18-Carl-Zeiss/i-447xQkf/A

.sm-lightbox .sm-lightbox-image, .sm-lightbox .sm-lightbox-image-icon{
-webkit-box-shadow: 14px 14px 10px #888;
rgba(0, 0, 0, .6);
box-shadow: 14px 14px 10px #888;
rgba(0, 0, 0, .6);
}

And one for all? (homepage folders galleries etc)

Thank you in advance

www.romeocolombo.com

Comments

  • Options
    coro085coro085 Registered Users Posts: 77 Big grins
    edited September 5, 2013
    My solution for homepage single/multiple foto:

    .sm-page .sm-tile {
    box-shadow: 20px 20px 16px #888;
    max-width: 95% }

    and this for Folders:

    .sm-tiles-row-organic .sm-tile {
    box-shadow: 14px 14px 10px #888;
    max-width: 95% }

    Cheers,
    Romeo
  • Options
    FritzFritz Registered Users Posts: 36 Big grins
    edited November 12, 2013
    Shadow Image Final Touch
    Romeo,

    Just a note of thanks. That is a great 3D effect. wings.gif

    Bruce
    http://www.brucefratto.com/
    __________________
    --Bruce
    Homepage
  • Options
    coro085coro085 Registered Users Posts: 77 Big grins
    edited November 14, 2013
    Glad to be helpful

    Romeo
Sign In or Register to comment.