Current Directory: /home/astoriaah/www/old15/templates/client/less/layout
Viewing File: /home/astoriaah/www/old15/templates/client/less/layout/footer.less
/* Footer
-----------------------------------------------------------------------------*/
#footerwrap {
float: left;
width: 100%;
z-index: 10;
text-transform:uppercase;
/* Smaller font size */
font-size: 90%;
background:@footerBG;
/* Variable for entire bg row */
//background: @footerBG;
/* footer border */
border-bottom: @footerBorderfooter;
/* Top border */
border-top: @footerBorderTop;
/* footer Text colour */
color: @footertextcolor !important;
p {
color: @footertextcolor !important;
}
margin:0;
a {
/* The footer link colour */
color: @footerlinkcolor;
;
border-bottom:4px solid transparent;
.border-radius(0);
&:hover {
/* The footer link hover colour */
color: @footerlinkcolorhover;
border-bottom:4px solid @footerlinkcolorhover;
background: none
}
}
ul {
list-style-type:none
}
li {
.flatlist;
margin:0
}
h1,h2,h3,h4,h5,h6 {
color: @footerheadingcolor;
}
.nav {
> li {
&.active a{
background:none;
color:#fff
}
a {
padding:10px 20px 0 0;
&:hover {
border:0
}
}
}
}
.container {
margin-top:0px;
margin-bottom:60px;
padding:0 0 60px;
ul {margin:0}
}
.zen-module-title {
background:none !important
}
.moduletable {
padding-bottom:0;
margin-bottom:0
}
}
/* Copyright
-----------------------------------------------------------------------------*/
#zen-copyright {
float: right;
text-align:right;
text-transform:uppercase;
color:#999;
font-size:90%;
line-height:3.6em
}