----
%%add-css [CSSThemeCleanBlue] /%
%%add-css
.pagename, .footer {
background: -webkit-linear-gradient(right, #CC8403, black);
background: linear-gradient(right, #CC8403, white);

border-radius:.25em;
font-family: inherit;
color:white;
height: 110px;   
}
/* hide the default jspwiki logo background: url([LeftMenuFooter/BottleTree.png]) */
a.logo { background:transparent; border:none; text-indent:-99em; }
a.logo b:before { content:""; }
a.logo {
    background: url([LeftMenuFooter/OutbackSoftwareVSML.png]);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 97px;
    width: 161px; 

    /* add a fancy button like effect */
    box-shadow:0 0 .25em white;
    border-radius:0em;
    background-color: rgba(255,255,255,0.15);
}
/%
[LeftMenuFooter]
[{Image src='LeftMenuFooter/OutbackSoftwareVSML.png'}]