@import "default.less"; /* HEADER */ /*-----------------------------------------------------------------------------*/ header{ padding-top: 15px; min-height: 85px; margin-bottom: 0; margin-top: 0; background-color: @bg-bright; #logo{ margin-top: -5px; } #top-nav{ li{ float: left; padding: 0 10px; border-right: 1px solid (@c-default*3); a{ color: @c-default; .transitions; &:hover{color: (@c-default*2);} } &.last{border-right: 0;} } } #search-form{ margin-top: 10px; fieldset{ float: right; .text-input{ width: 150px; float: left; margin: 0; .transitions; &:focus{width: 250px;} } .submit{ margin-left: 5px; } .icon{ float: left; display: block; margin-top: 2px; width: 20px; height: 20px; background: url(../images/icon-search.png) 0 0 no-repeat; } } #search-source{ clear: both; font-size: 10px; font-size: 1.0rem; margin-left: 20px; margin-top: 2px; a{ color:@c-default; .transitions; &.active,&:hover{ color: @c-link; } } } } nav{ background: url(../images/main-menu-bg.jpg) 0 0 repeat-x; border-top: 1px solid #c71d38; border-bottom: 1px solid #84000b; margin-top: 10px; margin-bottom:0; ul{ li{ float: left; a{ height: 14px; padding: 10px 0; line-height: 14px; width: 280px; display: block; font-weight: bold; text-align: center; color: @c-sbright; font-size: 14px; font-size: 1.4rem; &:hover, &.active{ background-color: #fff !important; color: @c-default; } } &.separate{ height: 15px; width: 1px; margin-top: 10px; background: url(../images/main-menu-sep.png) 0 0 no-repeat; } &#home a{ width: 50px; padding:10px 10px 10px 25px; background: url(../images/icon-home.png) 5px 0 no-repeat; &:hover, &.active{ background-position: 5px -32px; } } &.first a{ width: 285px; } } } } } /* PAGE */ /*-----------------------------------------------------------------------------*/ #page{ background-color: @bg-soft; overflow: hidden; >.container >.row > .content{ background-color: @bg-bright; -webkit-box-shadow: 0px 8px 5px 1px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 5px 1px rgba(0, 0, 0, 0.2); } #left{ margin: 20px; } #right{ position: relative; margin:25px 20px 20px; hr{margin: 5px 0 ;} } .description{ ul { list-style-type: disc; list-style-position: inside; } ol { list-style-type: decimal; list-style-position: inside; } ul ul, ol ul { list-style-type: circle; list-style-position: inside; margin-left: 15px; } ol ol, ul ol { list-style-type: lower-latin; list-style-position: inside; margin-left: 15px; } } } /* FOOTER */ /*-----------------------------------------------------------------------------*/ footer{ margin: 0; .breadcrumbs{ padding: 20px; background-color: #5B5B5B; color: @c-sbright; -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1); a{ color: @c-sbright; &:hover{ color: (@c-sbright*0.8); } .transitions; } } #footer-menu{ margin-top: 50px; ul{ overflow: hidden; margin: 0 auto; text-align: center; width: 445px; li{ overflow: hidden; float: left; border-right: 1px solid (@c-bright*0.7); a{ color: @c-bright; padding: 0 15px; .transitions; &:hover{ color: (@c-bright*1.2); } } &.last {border: 0;} } } } #copyright{ text-align: center; color: (@c-bright*0.8); margin: 20px 0; } }