Höhe fewo Slider
doppelt so hoch 480 px git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3365 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
c146571ad4
commit
fb96c3505a
4 changed files with 39 additions and 32 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#}
|
||||
|
||||
<section class="section fullscreen background padding-0 margin-bottom-20">
|
||||
<div id="myCarousel" class="carousel slide">
|
||||
<div id="myCarousel " class="carousel slide fewo">
|
||||
<!-- Indicators -->
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
|
||||
|
|
|
|||
|
|
@ -150,6 +150,9 @@ body.modal-open {
|
|||
background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
.fewo .fill {
|
||||
height: 480px;
|
||||
}
|
||||
.start-slider {
|
||||
padding-top: 148px;
|
||||
.home-message{
|
||||
|
|
|
|||
|
|
@ -1,10 +1,4 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
|
||||
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
|
||||
@import url(https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css);
|
||||
@import url(../../app/css/font-awesome-4.7.0.css);
|
||||
@import url(../../app/css/bootstrap-select-1.12.0.css);
|
||||
@import url(../../app/css/owl-carousel.css);
|
||||
@import url(../../app/css/prettyPhoto.css);
|
||||
@charset "UTF-8";
|
||||
/*
|
||||
|
||||
0. =BOOTSTRAP FRAMEWORK REFERENCE IMPORTS
|
||||
|
|
@ -21,6 +15,13 @@ A customized "theme_custom_bootstrap.css" is also loaded by the theme in a preco
|
|||
/* ==================================================================
|
||||
FONTS
|
||||
================================================================== */
|
||||
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
|
||||
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
|
||||
@import url(https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css);
|
||||
@import url(../../app/css/font-awesome-4.7.0.css);
|
||||
@import url(../../app/css/bootstrap-select-1.12.0.css);
|
||||
@import url(../../app/css/owl-carousel.css);
|
||||
@import url(../../app/css/prettyPhoto.css);
|
||||
/*
|
||||
2) RESET
|
||||
===============================================================
|
||||
|
|
@ -2100,6 +2101,9 @@ body.modal-open {
|
|||
background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
.fewo .fill {
|
||||
height: 480px;
|
||||
}
|
||||
.start-slider {
|
||||
padding-top: 148px;
|
||||
}
|
||||
|
|
@ -2132,7 +2136,7 @@ body.modal-open {
|
|||
.carousel-indicators li {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
background-color: #ffffff;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ffc926;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
|
||||
|
|
@ -2142,7 +2146,7 @@ body.modal-open {
|
|||
width: 26px;
|
||||
height: 26px;
|
||||
background-color: #ffc926;
|
||||
border: 1px solid #ffffff;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
|
@ -2163,7 +2167,7 @@ a.carousel-control .glyphicon {
|
|||
.px-bullet {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
background-color: #ffffff;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ffc926;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
|
|
@ -2173,11 +2177,11 @@ a.carousel-control .glyphicon {
|
|||
}
|
||||
.px-bullet:hover {
|
||||
background-color: #ffc926;
|
||||
border: 1px solid #ffffff;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
.px-bullet-selected {
|
||||
background-color: #ffc926;
|
||||
border: 1px solid #ffffff;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#ui-datepicker-div {
|
||||
z-index: 1000 !important;
|
||||
|
|
@ -2452,18 +2456,18 @@ i {
|
|||
font-family: 'Oswald', serif;
|
||||
font-weight: 400;
|
||||
color: #5a5a5a;
|
||||
border-color: #ffffff;
|
||||
border-color: #fff;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.table > thead > tr > th {
|
||||
background-color: #d8d8d8;
|
||||
border: 1px solid #ffffff;
|
||||
border: 1px solid #fff;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.table > tbody > tr > td {
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #ffffff;
|
||||
border: 1px solid #fff;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
@ -2509,7 +2513,7 @@ i {
|
|||
font-size: 20px;
|
||||
float: left;
|
||||
background: #ffc926;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
border-radius: 50%;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
|
@ -2759,7 +2763,7 @@ nav hr {
|
|||
background-color: transparent;
|
||||
}
|
||||
.dropdown-menu li {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
padding: 10px 12px 5px !important;
|
||||
font-size: 14px;
|
||||
line-height: 28px;
|
||||
|
|
@ -2772,7 +2776,7 @@ nav hr {
|
|||
}
|
||||
.dropdown-menu > li:hover,
|
||||
.dropdown-menu > li:focus {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background: #ffc926;
|
||||
}
|
||||
.yamm .dropdown-menu li h3 {
|
||||
|
|
@ -3110,7 +3114,7 @@ footer.clearfix {
|
|||
background-color: #777777;
|
||||
padding: 30px 0 30px;
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.footer .left-img {
|
||||
float: left;
|
||||
|
|
@ -3137,8 +3141,8 @@ footer.clearfix {
|
|||
}
|
||||
.footer .form-control {
|
||||
background-color: #919191;
|
||||
border-color: #ffffff;
|
||||
color: #ffffff;
|
||||
border-color: #fff;
|
||||
color: #fff;
|
||||
height: 45px;
|
||||
margin: 0 6px 0 0;
|
||||
-webkit-border-radius: 50px;
|
||||
|
|
@ -3205,14 +3209,14 @@ footer.clearfix {
|
|||
background-color: #e5aa30;
|
||||
}
|
||||
.footer .form-control::-moz-placeholder {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
.footer .form-control:-ms-input-placeholder {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.footer .form-control::-webkit-input-placeholder {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.footer .btn-primary {
|
||||
height: 45px !important;
|
||||
|
|
@ -3229,7 +3233,7 @@ footer.clearfix {
|
|||
background-color: #5e5e5e;
|
||||
padding: 30px 0;
|
||||
font-size: 15px;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
}
|
||||
.copyrights p {
|
||||
margin: 0;
|
||||
|
|
@ -3243,7 +3247,7 @@ footer.clearfix {
|
|||
margin-left: 7px;
|
||||
}
|
||||
.link-footer a:hover i {
|
||||
color: #ffffff !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
/*
|
||||
13) SIDEBAR WIDGETS
|
||||
|
|
@ -3334,7 +3338,7 @@ footer.clearfix {
|
|||
height: 26px;
|
||||
border-radius: 50%;
|
||||
line-height: 26px;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
padding-left: 8px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
|
@ -3964,7 +3968,7 @@ a,
|
|||
left: 0;
|
||||
top: 3px;
|
||||
margin-left: -20px;
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
|
||||
|
|
@ -4134,7 +4138,7 @@ a,
|
|||
height: 17px;
|
||||
left: 0;
|
||||
margin-left: -20px;
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 50%;
|
||||
background-color: #fff;
|
||||
-webkit-transition: border 0.15s ease-in-out;
|
||||
|
|
@ -4246,7 +4250,6 @@ input[type="radio"] .styled:checked + label::after {
|
|||
18) FONT TRIPS
|
||||
===============================================================
|
||||
*/
|
||||
@charset "UTF-8";
|
||||
@font-face {
|
||||
font-family: "trips";
|
||||
src: url("../fonts/trips.eot");
|
||||
|
|
@ -5679,3 +5682,4 @@ input[type="radio"] .styled:checked + label::after {
|
|||
.icon-previous11:before {
|
||||
content: "\e174";
|
||||
}
|
||||
/*# sourceMappingURL=custom.css.map */
|
||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue