@import "variables.less"; //global body{ .set-font(400); font-size: 15px; background-color: #f5f5f5; } a{ color: @color_blue; &:hover{ color: lighten(@color_blue, 10%) } } p{ font-size: 15px; line-height: 22px; } // margin .margin-5{ margin-top: 5px!important; margin-bottom: 5px!important; } .margin-10{ margin-top: 10px!important; margin-bottom: 10px!important; } .margin-20{ margin-top: 20px!important; margin-bottom: 20px!important; } .margin-30{ margin-top: 30px!important; margin-bottom: 30px!important; } .m-r-30px{ margin-right: 30px!important; } .padding-5{ padding: 5px!important; } .padding-15{ padding: 15px!important; } .padd-bot-20{ padding-bottom: 20px!important; } .padd-bot-30{ padding-bottom: 30px!important; } .padd-top-30 { padding-top: 30px!important; } //Text h1, h2,h3, h4, h5 { .set-font(700); color: @color_blue; a{ text-decoration: none; color: inherit; } } h1, h2.indexh1 { font-size: 28px; } h2 { font-size: 21px; } h3 { font-size: 18px; } .color-lblue{ color: @color_lblue; } .text-red{ color: @color_red; } .text-orange { color: #ffa685; } .text-blue{ color: @color_blue; } .text-white{ color: white; } .text-center{ text-align: center; } .text-right{ text-align: right; } .text-justify{ text-align: justify; } .text-mutted{ color: #777; } .label{ color: grey!important; font-size: 14px; font-weight: 400; line-height: 22px; margin: 14px 0; } //btn\ .btn-group{ margin: 10px 0; } .btn{ text-decoration: none; background-color: transparent; cursor: pointer; display: inline-block; min-height: 28px; //text-shadow: 0.5px 0.9px 2px rgba(35, 31, 32, 0.35); .set-font(400); font-size: 14px; line-height: 20px; border: none; padding: 5px 30px 5px; } .btn-sm{ padding-left: 8px; padding-right: 8px; padding-top: 3px; padding-bottom: 3px; } .radus{ border-radius: 3px!important; } .btn-width{ padding: 5px 0; text-align: center; width: 100%; } .btn-big{ font-size: 18px; padding: 10px 30px; } .btn-red{ background-color: @color_red; color: white; &:hover{ background-color: lighten(@color_red, 10%); } &:active{ background-color: darken(@color_red, 10%) } } .btn-green{ background-color: @color_lgreen; color: white; &:hover{ background-color: lighten(@color_lgreen, 10%); } &:active{ background-color: darken(@color_lgreen, 10%) } } .btn-glear{ border: 1px solid @color_lgreen; color: @color_lgreen; &:hover{ border-color: lighten(@color_lgreen, 20%); color: lighten(@color_lgreen, 20%); } &:active{ border-color: darken(@color_lgreen, 10%); color: darken(@color_lgreen, 10%); } } .btn-clear{ border: 1px solid @color_blue; color: @color_blue; &:hover{ border-color: lighten(@color_blue, 20%); color: lighten(@color_blue, 20%); } &:active{ border-color: darken(@color_blue, 10%); color: darken(@color_blue, 10%); } } .btn-blue{ background-color: @color_blue; color: white; &:hover{ background-color: lighten(@color_blue, 10%); } &:active{ background-color: darken(@color_blue, 10%) } } .btn-llblue{ background-color: @color_llblue; color: white; &:hover{ background-color: lighten(@color_llblue, 10%); } &:active{ background-color: darken(@color_llblue, 10%) } } //inputgroups input[type='text'], input[type='number'], input[type='password'], input[type='email'], input[type='date'], input[type='tel'], select{ width: 100%; height: 28px; padding: 0 0 0 15px; background: #fff; border: 1px solid grey; } textarea{ width: 100%; padding: 10px 15px 15px; background: #fff; border: 1px solid grey; .set-font(400); } .input-invert{ box-shadow: inset 0 1px 2px rgba(35, 31, 32, 0.35); border: none; } .input-group{ input{width: 60% !important;}; .btn-width{width: 35% !important;} } .input-groupZ{ input{width: 20% !important; margin-left: 2%;}; .btn-width{width: 78% !important;} } //header .container-fluid{ max-width: 1170px; } .logo-p{ color: #8f9ac4; font-size: 14px; } .hidden{ display: none; } .contacts{ >div{ position: relative; margin-bottom: 10px; } i{ position: absolute; top: 0; display: inline-block; } p{ display: inline-block; margin-left: 30px; font-size: 14px; line-height: 16px; } } .navbar{ background-color: @color_dblue; color: white; padding-top: 20px; } .fast-leeds{ width: 80%; } div.menue{ >ul{ padding: 0; margin: 0; list-style-type: none; background: #3e4b7b; >li{ display: inline-block; font-size: 16px; font-weight: 400; line-height: 24px; >ul{ display: none; box-shadow: 0 0 13px rgba(35, 31, 32, 0.5); position: absolute; left: 0; top: 50px; width: 100%; background: radial-gradient(circle at 100% 50%, transparent 20%, rgba(255,255,255,.02) 21%, rgba(255,255,255,.02) 34%, transparent 35%, transparent), radial-gradient(circle at 0% 50%, transparent 20%, rgba(255,255,255,.02) 21%, rgba(255,255,255,.02) 34%, transparent 35%, transparent) 0 -50px; background-color: #3e4b7b; background-size:75px 100px; padding: 10px 10px 10px 0; min-height: 300px; max-height: 90vh; overflow: auto; z-index: 999; >li{ div{ display: none; position: absolute; left: 45%; top: 0; width: 50%; float: right; padding: 10px 10px; border-left: 1px solid lighten(@color_blue, 10%); } a{ padding: 10px 15px; text-decoration: none; color: white; font-size: 15px; display: inline-block; min-width: 40%; &:hover{ background-color: lighten(@color_blue , 10%) } } &:hover>div{ display: inline-block; } } } >a{ /*color: #fefeff;*/ text-decoration: none; color: @color_lblue; display: block; padding: 13px 14px; } &:hover>ul{ display: block; } &:hover>a { color: white; background-color: @color_blue; }; &.active>a{ color: white; /*border-bottom: 2px solid white;*/ } } } } .jaitsa{ background-color: white; .box-s; padding: 20px 15px; margin-top: 20px; p{ font-size: 14px; font-weight: 400; line-height: 22px; margin-left: -20px; } } .col-1-5{ padding: 0 15px; float: left; width: 20%; } .breadcrumbs{ ul li{ display: inline-block; margin-right: 20px; position: relative; a{ display: block; &:after{ content: "ยป"; font-size: 20px; display: inline-block; position: absolute; right: -18px; top: -3px; color: #777; } } } } .pagination ul, ol.quip-pagination{ margin: 10px; text-align: center; } .pagination ul li, ol.quip-pagination li { margin: 5px; display: inline-block; a{.btn; .btn-clear; padding: 5px 10px;} &.active a{ background-color: @color_blue; color: white; } } .borderuslug {border: 1px solid #ddd; padding: 15px; min-height: 450px;} .borderuslug img { max-width: 180px; display: block; margin: 0 auto; } span.text-orange.myraiting { font-size: 12px; } @import "second.less";