[Xenforo] Attachment Enhancement

Discussion in 'Xenforo' started by Shelley, Jan 16, 2012.

  1. Amused

    Shelley Designated Designer

    Likes Received:
    570
    Software You Use:
    XenForo
    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.


    Preview: Live preview here

    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:

  2. Angelic

    Azhria Lilu Barry & Brad Bodyswapping?

    Likes Received:
    925
    Software You Use:
    IPB, XenForo
    "green monstrosity" *sniggers*

    Nice idea though :D

Share This Page