Current Directory: /home/astoriaah/www/old15/templates/client/less/layout
Viewing File: /home/astoriaah/www/old15/templates/client/less/layout/banner.less
/* Colour behind banner
-----------------------------------------------------------------------------*/
#bannerwrap {
/* Variable for entire bg row */
background: @bannerBG;
/* Bottom border */
border-bottom: @bannerBorderBottom;
/* Top border */
border-top: @bannerBorderTop;
a {
/* The banner link colour */
color: @bannerlinkcolor;
&:hover {
/* The banner link hover colour */
color: @bannerlinkcolorhover;
}
}
h1,h2,h3,h4,h5,h6 {
color: @bannerheadingcolor;
}
img {
margin-bottom:0
}
.container {
/* bg on main banner container */
background: @bannerContainerBG;
/* banner border */
border-top: @bannerContainerTopBorder;
/* Bottom border */
border-bottom: @bannerContainerBottomBorder;
/* banner padding */
padding: @bannerpadding;
}
.zentools .clear {
height:0;
}
.moduletable {
padding-bottom:0
}
// Removes the padding around modules published to the banner
.allitems {
background:#333;
background:rgba(0,0,0,0.6);
padding:8px !important;
top:80px;
a {
color:#fff
}
}
.slideshowstandard .slide-controller {
margin-left:30px;
bottom:40px;
}
.flex-direction-nav {
float:right;
li a {
margin-top:-30px !important;
background:#333 !important;
background:rgba(0,0,0,0.6) !important;
color:#fff;
width:30px;
height:30px;
text-align:center;
i {
}
&:hover {
text-decoration:none;
color:#fff;
background:@primary !important
}
:before {
}
&.prev {
left:auto;
right:100px;
bottom:-10px;
&:before {
margin-right:0px !important;
}
}
&.next {
margin-left:0px !important;
right:60px;
bottom:-10px;
&:before {
margin-right:-5px !important;
}
}
}
}
}