Xenforo Attachment Enhancement

Discussion in 'Guides, Tips & Tricks' started by Shelley, Jan 16, 2012.

    Shelley Designer

    Gender:
    Female
    Score:
    +454 / 11 / -3
    Attachment Enhancement

    [IMG]

    Summary: This alteration will change the visuals of your attachment area into a green monstrosity of nature. Since I made the alteration at bbsmiley.com I though it might be something some people will like to apply onto their own forums.

    Install: Upload the attach-gradient.png into your /gradients folder and the download.png icon into your /icons folder. Then paste the following into your Extra.css template.

    Code:
    .attachedFiles {
        border: 1px solid #b0d780 !important;
        margin: 1em 0px 1em 0 !important;
    }
     
    .attachedFiles .attachedFilesHeader {
     
        background: none repeat-x scroll center top #dff4c6 !important;
        border-bottom: 0px solid #A5CAE4 !important;
        color: #3f5426 !important;
        font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
        font-size: 11px;
    }
     
    .attachedFiles .attachmentList {
        background: none repeat-x scroll center top #dff4c6 !important;
        border-radius: 0px 0px 5px 5px !important;
        overflow: hidden;
        padding: 5px 10px 0 !important;
    }
     
    .attachment .boxModelFixer {
        background-color: none !important;
        background:url("@imagePath/xenforo/gradients/attach-gradient.png") repeat-x scroll center bottom #83b842 !important;
        border: 1px solid #468000 !important;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.5);
        border-radius: 5px 5px 5px 5px;
        color: white;
        font: bold 12px/12px Arial,sans-serif !important;
        text-shadow: 0 -1px 0 #2e5103 !important;
        padding: 5px;
    }
     
    .attachment .thumbnail {
        border-right: 1px solid #507d19 !important;
        box-shadow: 1px 0px 0px 0px #91be59;
    }
     
    .attachment .attachmentInfo .filename a {
        text-shadow:  0 -1px 0 #c4dda4;
        font: bold 12px/16px Arial,sans-serif;
        color: #314a0f !important;
    }
     
    .attachment .boxModelFixer .pairsJustified dt {
        color: white !important;
    }
     
    .attachment .thumbnail .genericAttachment {
        background: url("@imagePath/xenforo/icons/download.png") no-repeat scroll 0 0 transparent !important;
    }
    

    Attached Files:

    Chimpie New Member

    Gender:
    Male
    Score:
    +4 / 0 / -0
    Awesome work Shelley!

    Saeed New Member

    Gender:
    Male
    Score:
    +7 / 1 / -0
    Me likes!!!

    Vicros Member

    Gender:
    Male
    Score:
    +1 / 1 / -1
    Awesome work. Thanks.

    MCTSS Member

    Gender:
    Male
    Score:
    +7 / 3 / -0

    archet Member

    Score:
    +6 / 1 / -0

    MCTSS Member

    Gender:
    Male
    Score:
    +7 / 3 / -0
    Ya, Just figured it out :p

    kopukum New Member

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

    Vicros Member

    Gender:
    Male
    Score:
    +1 / 1 / -1
    One question though, where does the download image show up at? Because when i make an attached file to my posts it doesnt show up.

    Calvin New Member

    Gender:
    Male
    Score:
    +7 / 0 / -0
    This is very nice. Thanks a lot :)
    Would be awesome if you can add some more effect when we hover over the box!

    Arkshine New Member

    Gender:
    Male
    Score:
    +18 / 0 / -1
    Not sure if you have noticed, but on your forum it looks like :

    [IMG]

    Shelley Designer

    Gender:
    Female
    Score:
    +454 / 11 / -3
    Good catch. :) And fixed.

    Arkshine New Member

    Gender:
    Male
    Score:
    +18 / 0 / -1
    I confirm. This glitch almost traumatized me. :p

    Shelley Designer

    Gender:
    Female
    Score:
    +454 / 11 / -3
    To be honest, it was bugging the crap out of me but I ignored it since every time I was meaning to fix it, I either got distracted or focused on something else.

    yavuz Contributor

    Gender:
    Male
    Score:
    +33 / 1 / -0
    This looks much better compared to the default one, thanks shelley

Share This Page