sidebar enhancement (black)

sidebar enhancement (black) v1a

No permission to download
Where is the CSS for this, please?

That's odd. I'm sure I posted the css. I just checked on my site and it appears it's not there either so I'll have to replicated this later today and will post the css as soon as I finish up some stuff. Sorry about that.
 
Not to worry, Shelley - I can get what I need from the green variation that you posted. Thanks.
 
Hi Shelley, could you please help me? I built in a style your addon us it works beautifully. Now I have it installed in a different style but changed the image where I want to give a second. There lies my problem. See image ->
sample.png


www.afbe-clan.at - Minecraft Style <- not ready
 
Hi Shelley, could you please help me? I built in a style your addon us it works beautifully. Now I have it installed in a different style but changed the image where I want to give a second. There lies my problem. See image ->
sample.png


www.afbe-clan.at - Minecraft Style <- not ready

Haven't really tinkered much but I sliced two images and put in on a default style.

Code:
.sidebar .secondaryContent  {
    background: url("@imagePath/xenforo/gradients/mc-header.png") repeat-x scroll top center transparent !important;
}
 
}
.sidebar .section {
    background: url("@imagePath/xenforo/gradients/mc-body.png") repeat scroll top transparent !important;
}
 

Attachments

  • mc-body.webp
    mc-body.webp
    1.8 KB · Views: 3
  • mc-header.webp
    mc-header.webp
    2 KB · Views: 3
Many many thanks for your help!

Unfortunately, with an error.
sample2.png

Code:
/*SIDEBAR BLOCK ENHANCEMENTS*/
 
.sidebar .secondaryContent {
    background: url("@imagePath/xenforo/gradients/mc-header.png") repeat-x scroll top center transparent !important;
    border: 1px solid #161616;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(209, 209, 209, 0.4) inset, 0 0 0 1px rgba(209, 209, 209, 0.2) inset, 0 0px 0 rgba(209, 209, 209, 0.5);
    padding: 10px;
}
.sidebar .section {
    background: url("@imagePath/xenforo/gradients/mc-body.png") repeat scroll top transparent !important;
}
.sidebar h3, .sidebar h3 a  {
    color: #dcdcdc !important;
    font: bold 12px/14px Arial,sans-serif;
    text-shadow: 0 0 0 transparent, 0 -1px 0 #2d2d2d ;
    border-bottom: 1px solid #2d2d2d !important;
    box-shadow: 0 1px 0 0 #7d7d7d;
}
.sidebar .minorHeading a {
    color: #969696 !important;
}
.sidebar h3 a:hover {
    text-decoration: none !important;
    opacity: 0.5;
}
 
.sidebar .pairsJustified dt, .sidebar .section .secondaryContent .footnote, .sidebar .section .secondaryContent .minorHeading, .sidebar .avatarList  .userTitle{
    color: #c7c7c7 ;
    font:  11px/11px !important;
    text-shadow: 0 -1px 0 #2d2d2d ;
}
 
.sidebar .username, .sidebar .pairsJustified dd {
    color: #fbdf94 !important;
}
 
.sidebar .avatar img, sidebar .avatar .img.s {
    border: 1px solid #161616 !important;
}
 
/*SIDEBAR BLOCK ENHANCEMENTS*/

Edit: If nothing else works, it doesn't matter!
 
Top Bottom