94 lines
2.1 KiB
CSS
94 lines
2.1 KiB
CSS
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
|
/*
|
|
* Owl Carousel Owl Demo Theme
|
|
* v1.24
|
|
*/
|
|
.owl-theme {
|
|
/* Styling Next and Prev buttons */
|
|
/* preloading images */
|
|
}
|
|
.owl-theme .owl-controls {
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
}
|
|
.owl-theme .owl-controls {
|
|
/* Styling Pagination*/
|
|
/* If PaginationNumbers is true */
|
|
}
|
|
.owl-theme .owl-controls .owl-buttons div {
|
|
margin-top: 38px;
|
|
height: 20px;
|
|
width: 20px;
|
|
line-height: 0;
|
|
position: absolute;
|
|
top: 40%;
|
|
margin-top: -10px;
|
|
font-size: 0;
|
|
overflow: hidden;
|
|
}
|
|
.owl-theme .owl-controls .owl-buttons div:before {
|
|
padding-left: 2px;
|
|
color: #c0c0c0;
|
|
font-family: FontAwesome;
|
|
font-size: 20px;
|
|
line-height: 22px;
|
|
}
|
|
.owl-theme .owl-controls .owl-buttons div:hover:before {
|
|
color: #333;
|
|
}
|
|
.owl-theme .owl-controls .owl-next {
|
|
right: 10px;
|
|
}
|
|
.owl-theme .owl-controls .owl-next:before {
|
|
content: "";
|
|
}
|
|
.owl-theme .owl-controls .owl-prev {
|
|
left: 10px;
|
|
}
|
|
.owl-theme .owl-controls .owl-prev:before {
|
|
content: "";
|
|
}
|
|
.owl-theme .owl-controls .owl-pagination {
|
|
display: none;
|
|
}
|
|
.owl-theme .owl-controls .owl-page {
|
|
display: inline-block;
|
|
zoom: 1;
|
|
*display: inline;
|
|
/*IE7 life-saver */
|
|
}
|
|
.owl-theme .owl-controls .owl-page span {
|
|
display: block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin: 5px 7px;
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
|
opacity: 0;
|
|
-webkit-border-radius: 20px;
|
|
-moz-border-radius: 20px;
|
|
-ms-border-radius: 20px;
|
|
-o-border-radius: 20px;
|
|
border-radius: 20px;
|
|
background: #869791;
|
|
}
|
|
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
|
|
opacity: 1;
|
|
}
|
|
.owl-theme .owl-controls .owl-page span.owl-numbers {
|
|
height: auto;
|
|
width: auto;
|
|
color: #FFF;
|
|
padding: 2px 10px;
|
|
font-size: 12px;
|
|
-webkit-border-radius: 30px;
|
|
-moz-border-radius: 30px;
|
|
-ms-border-radius: 30px;
|
|
-o-border-radius: 30px;
|
|
border-radius: 30px;
|
|
}
|
|
.owl-theme .owl-item.loading {
|
|
min-height: 150px;
|
|
background: url(AjaxLoader.gif) no-repeat center center;
|
|
}
|