Current Directory: /home/astoriaah/www/old15/templates/client/less/layout
Viewing File: /home/astoriaah/www/old15/templates/client/less/layout/top.less
/* Topwrap
-----------------------------------------------------------------------------*/
#topwrap {
/* Smaller font size */
font-size: 90%;
/* Small top padding */
padding: 20px 0 8px 0;
/* Variable for entire bg row */
background: @topBG;
/* Top border */
border-top: @topBorderTop;
/* Bottom border */
border-bottom: @topBorderBottom;
/* Top Text colour */
color: @toptextcolor;
a {
/* The top link colour */
color: @topLinkColor;
text-transform:uppercase;
&:hover {
/* The top link hover colour */
color: @toplinkcolorhover;
}
}
.container {
/* bg on main top container */
background: @topContainerBG;
/* Top border */
border-top: @topContainerTopBorder;
/* Bottom border */
border-bottom: @topContainerBottomBorder;
/* Top row padding */
padding: 0;
&.panel-padding {
padding-right: 30px !important;
position:relative
}
@media screen and (min-width: (@screen-lg + 100)) {
&.panel-padding {
padding-right: 0px !important;
position:relative
}
}
}
h1,h2,h3,h4,h5,h6 {
color: @topheadingcolor;
}
ul {
padding:0;
margin: 0;
li {
@media screen and (max-width: @grid-float-breakpoint) {
line-height:1em
}
a{
float: left;
margin: 0 10px 10px 0;
padding: 3px 8px;
@media screen and (max-width: @grid-float-breakpoint) {
padding:0 8px
}
color:@toplinkcolor;
&:hover {
background: none;
color:@toplinkcolorhover;
}
}
}
}
ul.nav {
li.active > a,
li.active a:hover {
background: none;
color: @secondary;
}
}
}
#top4 {
ul {
float: right;
margin-right: -10px;
@media (max-width:@screen-sm) {
float:left;
margin-right: 0;
}
}
ul li {
float: left;
margin: 0;
}
}