%PDF- %PDF-
| Direktori : /home/cargonizer/domains/cargonizer.com.tr/private_html/master/sass/gui/ |
| Current File : /home/cargonizer/domains/cargonizer.com.tr/private_html/master/sass/gui/_sliders.scss |
/* Home Slider - Revolution Slider */
.slider-container {
background: #171717;
height: 500px;
overflow: hidden;
width: 100%;
direction: ltr;
.tparrows {
border-radius: 6px;
}
.slider-single-slide {
.tparrows {
display: none;
}
}
.top-label {
color: #FFF;
font-size: 24px;
font-weight: 300;
}
.main-label {
color: #FFF;
font-size: 62px;
line-height: 62px;
font-weight: 800;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.featured-label {
color: #FFF;
font-size: 52px;
line-height: 52px;
font-weight: 800;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
.bottom-label {
color: #FFF;
font-size: 20px;
line-height: 20px;
font-weight: 300;
}
.blackboard-text {
color: #BAB9BE;
font-size: 46px;
line-height: 46px;
font-family: $font-secondary;
text-transform: uppercase;
}
.btn-slider-action {
font-size: 22px;
font-weight: 600;
line-height: 20px;
padding: 20px 25px;
}
.top-label-dark, .main-label-dark, .bottom-label-dark {
color: #333;
}
.tp-caption-dark a {
color: #333;
&:hover {
color: #333;
}
}
.tp-caption-overlay {
background: #000;
padding: 10px;
}
.tp-caption-overlay-opacity {
background: rgba(0,0,0,0.4);
padding: 10px;
}
.tp-opacity-overlay {
background: rgba(0,0,0,0.85);
}
&.transparent {
background-color: transparent;
}
&.light {
background-color: #EAEAEA;
.tp-bannershadow {
opacity: 0.05;
top: 0;
bottom: auto;
z-index: 1000;
}
.featured-label, .top-label, .main-label, .bottom-label {
color: #333;
}
.tp-caption a {
color: #333;
&:hover {
color: #333;
}
}
}
}
/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
overflow: hidden;
}
/* Slider With Overlay */
.slider-with-overlay {
position: relative;
.slider-container {
z-index: auto;
}
}
/* Slider Contact Form */
.slider-contact-form {
margin: -45px 0 25px;
.featured-box {
text-align: $left;
}
label.error {
display: none !important;
}
.alert {
padding: 6px;
text-align: center;
}
textarea {
resize: none;
}
}
/* Responsive */
@media (min-width: 992px) {
.slider-contact-form {
margin: 0;
position: absolute;
top: 20px;
z-index: 99;
width: 100%;
}
}
/* Boxed */
html.boxed {
.slider-container {
width: 100% !important;
left: auto !important;
}
}
/* Home Slider - Nivo Slider */
.nivo-slider {
position: relative;
.theme-default {
.nivoSlider {
border-radius: 10px 10px 0px 0px;
box-shadow: none;
margin-top: 10px;
img {
border-radius: corner-values(10px 10px 0px 0px);
}
}
.nivo-controlNav {
margin-top: -72px;
position: absolute;
z-index: 100;
#{$right}: 5px;
bottom: -17px;
}
.nivo-caption {
padding-#{$left}: 20px;
}
}
}