Xenforo Snow Images on Navbar

Discussion in 'Guides, Tips & Tricks' started by Shelley, Nov 13, 2011.

    Shelley Designer

    Gender:
    Female
    Score:
    +454 / 11 / -3
    Summary: This alteration will allow you to display snow images on your navigation bar for the festive season giving your forum theme an additonal christmassy feel.

    These snow images are different from the ones at xenforo.com which I find to appear jaggy due to thepng-8 format. The images are so small it doesn't make a difference in kb and the quality around the edges on these png-24 variants is noticable.

    snow_image_preview1.png

    snow_image_preview2.png

    [IMG]

    Install: Firstly upload all images in the attachment to your /icons folder and paste the following into your EXTRA.CSS template.
    Code:
    #navigation .helper {
        display: block;
        height: 30px;
        left: -5px;
        padding: 0px 5px;
        position: absolute;
        top: -17px;
        width: 100%;
        background: url('@imagePath/xenforo/icons/snow_l.png') no-repeat 0% 0%, url('@imagePath/xenforo/icons/snow_c.png') no-repeat 50% 0%, url('@imagePath/xenforo/icons/snow_r.png') no-repeat 100% 0%;
    }
    

    Attached Files:

    Shelley Designer

    Gender:
    Female
    Score:
    +454 / 11 / -3
    Added attachment with the snow in the navigation having holly on top of the snow. Simply follow the instructions in the first post of this thread.

    holly_navsnow_preview.png

    [IMG]

    Attached Files:

    mauzao9 New Member

    Gender:
    Male
    Score:
    +1 / 0 / -0
    It's me or the right image it hides the New Alert count box?

    Shelley Designer

    Gender:
    Female
    Score:
    +454 / 11 / -3
    Yeah, for some reason one of the xenforo versions shifted the alerts placement a little that the snow on the right hides it partially. Simply add the following into your Extra.css template.

    Code:
    .visitorTabs {
        margin-right: 30px;
    }
    

    mauzao9 New Member

    Gender:
    Male
    Score:
    +1 / 0 / -0
    Thanks and merry christmas. ;)

    Sasa New Member

    Gender:
    Male
    Score:
    +0 / 0 / -0
    Shelley, anything for spring? :)

    whocky New Member

    Gender:
    Male
    Score:
    +3 / 3 / -0
    This very nice for the christmas season.

    Vicros Member

    Gender:
    Male
    Score:
    +1 / 1 / -1
    Nice snow effects.

    kopukum New Member

    Gender:
    Male
    Score:
    +0 / 0 / -0
    thanks

Share This Page