Current Path :
/
home
/
zrcdevco
/
public_html
/
zrcprod
/
templates
/
luminate
/
less
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/public_html/zrcprod/templates/luminate/less/global.less
// Global Elements /* main body */ #slider { position: relative; top: -50px; } .main-image { height: 100%; position: relative; z-index: 1; .inner { height: 50%; position: relative; z-index: 1; } .background-image { height: 746px; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; overflow: hidden; padding-top: 0; padding-bottom: 0; position: relative; table-layout: fixed; } } .main-image.inner { .background-image { height: 256px; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; overflow: hidden; padding-top: 0; padding-bottom: 0; position: relative; table-layout: fixed; } } .main-homepage-text { color: @white; text-align: center; position: relative; top: 40%; } p.readmore a { padding-left: 0; border: none; color: @brown; } p.readmore a:hover { background-color: transparent; color: @brownlighter; } p.img_caption { background-color: #cecece; padding: 5px; color: @brownlighter; font-size: @caption; font-style: italic; } dt.article-info-term { display: none; } .item { margin-top: 20px } .page-header { padding-bottom: 0; margin: 0; border-bottom: 0; h2 { margin: 0; } } .blog.image-only { padding-bottom: 30px; .pull-left.item-image { a { opacity: 0.7; } a:hover { opacity: 1 } } } .item-page { padding-bottom: 30px; .pull-left.item-image { float: none !important; text-align: center; padding-bottom: 30px; } h4 { margin-left: 0; } } /* main nav */ .navbar-nav { float: right; } .navbar-collapse.collapse { ul.nav { li { a { color: @greylighter; } a:hover { background-color: @navgrey; } } } } .dropdown-menu { background-color: @navgrey; } /* logo */ .logo.pull-left { a.navbar-brand { color: @logogrey; } } /* blocks */ div#bottom1 { padding: 50px 0 0 0; } div#bottom1 { .bg1 { background: @bg1; .module-content { padding: 100px 40px; text-align: center; } } } div#bottom1 { .bg2 { background: @bg2; .module-content { padding: 100px 40px; text-align: center; } } } div#bottom1 { .bg3 { background: @bg3; .module-content { padding: 100px 40px; text-align: center; } } } div#bottom1 { .bg4 { background: @bg4; .module-content { padding: 100px 40px; text-align: center; } } } div#bottom2 { padding: 60px 0 15px; text-align: center; background: @grey; color: @browndarker; i { padding: 0 15px; } i:hover { color: #B3B3B3; } } div#bottom1 i.fa:hover { font-size: @h1; color: @browndarker; } div#below-content { padding-top: 50px; } .main-homepage-text { h1 { font-family: @raleway; font-size: @h1; color: @white; } } /* pagination */ .pagination { height: 30px; } .pagination.hidden-xs { ul { list-style: none; height: 30px; padding-left: 10px; li { float: left; margin: 5px; } } } /* aside sidebar */ aside.sidebar-right { h4 { margin-left: 0; } ul { list-style: none; padding-left: 0; } } /* system alert message */ div#message-component { background-color: @brown; .alert.alert-error { p { color: @white; } } .alert.alert-message { h4.alert-heading { color: @white; } p { color: @white; } } } /* media queries */ @media (max-width: 980px) { #slider { top: -110px; } }