Attachment Enhancement

Attachment Enhancement

Code:
.attachedFiles {
    border: 1px solid #80bdd7 !important;
    margin: 1em 0px 1em 0 !important;
}

.attachedFiles .attachedFilesHeader {

    background: none repeat-x scroll center top #c6ecf4 !important;
    border-bottom: 0px solid #A5CAE4 !important;
    color: #265154 !important;
    font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
    font-size: 11px;
}

.attachedFiles .attachmentList {
    background: none repeat-x scroll center top #c6ecf4 !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 #42b8be !important;
    border: 1px solid #005180 !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 #034351 !important;
    padding: 5px;
}

.attachment .thumbnail {
    border-right: 1px solid #196b7d !important;
    box-shadow: 1px 0px 0px 0px #59b3be;
}

.attachment .attachmentInfo .filename a {
    text-shadow:  0 -1px 0 #a4d8dd;
    font: bold 12px/16px Arial,sans-serif;
    color: #0f394a !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;
}
I hope @Shelley doesn't mind but I made this blue. If anyone wishes to use this.

Untitled-5.webp
 

Attachments

  • attach-gradient.webp
    attach-gradient.webp
    96 bytes · Views: 1
Top Bottom