----
*[TitleBox]
*[LeftMenu]
*[LeftMenuFooter]
* [Unused pages|UnusedPages]
* [Undefined pages|UndefinedPages]
* [Page Index]
* [SystemInfo]
%%add-css
.pagename{
background: -webkit-linear-gradient(right, #CC8403, white);
background: linear-gradient(right, #CC8403, white);
border-radius:.25em;
font-family: inherit;
color:#333333;
}
.footer {
background: -webkit-linear-gradient(left, #CC8403, white);
background: linear-gradient(left, #CC8403, white);
border-radius:.25em;
font-family: inherit;
color:#333333;
}
a.logo {
background: url([LeftMenuFooter/OutbackSoftwareVSML.png]);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 90px;
width: 150px;
/* add a fancy button like effect */
box-shadow:0 0 .25em white;
border-radius:0em;
background-color: rgba(255,255,255,0.15);
}
/%