update
This commit is contained in:
@@ -0,0 +1,155 @@
|
||||
/***************************************************
|
||||
Mixins Themes
|
||||
/***************************************************/
|
||||
/* Mixin Normal*/
|
||||
/* Mixin Clear */
|
||||
/* Mixin Border */
|
||||
/*background RGBA
|
||||
============================================*/
|
||||
/***************************************************
|
||||
Mixins RTL Themes
|
||||
/***************************************************/
|
||||
/************************************
|
||||
Override Bootstrap
|
||||
*************************************/
|
||||
/**
|
||||
* Web Application Prefix Apply For Making Owner Styles
|
||||
*/
|
||||
/**
|
||||
* Blocks Layout Selectors
|
||||
*/
|
||||
/***********************************************************************/
|
||||
/*
|
||||
* Owl Carousel Owl Demo Theme
|
||||
* v1.3.3
|
||||
*/
|
||||
.owl-row {
|
||||
margin-left: -15px;
|
||||
margin-right: -15px; }
|
||||
@media (max-width: 991px) {
|
||||
.owl-row {
|
||||
margin-left: -7px;
|
||||
margin-right: -7px; } }
|
||||
|
||||
.owl-carousel .owl-item {
|
||||
padding: 0 15px; }
|
||||
@media (max-width: 991px) {
|
||||
.owl-carousel .owl-item {
|
||||
padding: 0 7px; } }
|
||||
|
||||
/* Styling Next and Prev buttons */
|
||||
.owl-theme .owl-buttons {
|
||||
width: 65px;
|
||||
position: absolute;
|
||||
top: -60px;
|
||||
overflow: hidden;
|
||||
right: 15px; }
|
||||
.rtl .owl-theme .owl-buttons {
|
||||
left: 15px;
|
||||
right: auto; }
|
||||
@media (max-width: 991px) {
|
||||
.owl-theme .owl-buttons {
|
||||
right: 7px; }
|
||||
.rtl .owl-theme .owl-buttons {
|
||||
left: 7px;
|
||||
right: auto; } }
|
||||
@media (max-width: 360px) {
|
||||
.owl-theme .owl-buttons {
|
||||
display: none; } }
|
||||
.owl-theme .owl-buttons div {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
line-height: 28px;
|
||||
color: transparent;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
border: 1px solid #eee;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-o-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
-webkit-border-radius: 15px;
|
||||
-moz-border-radius: 15px;
|
||||
-ms-border-radius: 15px;
|
||||
-o-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
position: relative;
|
||||
color: transparent; }
|
||||
.owl-theme .owl-buttons div:before {
|
||||
content: "\f0da";
|
||||
font-family: "FontAwesome";
|
||||
color: #999999;
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-o-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0; }
|
||||
.owl-theme .owl-buttons div.owl-prev {
|
||||
float: left; }
|
||||
.owl-theme .owl-buttons div.owl-prev:before {
|
||||
content: "\f0d9"; }
|
||||
.owl-theme .owl-buttons div.owl-next {
|
||||
float: right; }
|
||||
@media (min-width: 992px) {
|
||||
.owl-theme .owl-buttons div:hover {
|
||||
background: #5cd468;
|
||||
border-color: #5cd468;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-o-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease; }
|
||||
.owl-theme .owl-buttons div:hover:before {
|
||||
color: #fff; }
|
||||
.owl-theme .owl-buttons div:hover:before {
|
||||
color: #FFFFFF; } }
|
||||
|
||||
/* Use it for non-touch hover action */
|
||||
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
text-decoration: none; }
|
||||
|
||||
/* Styling Pagination*/
|
||||
.owl-theme .owl-controls .owl-pagination {
|
||||
margin: 10px 0; }
|
||||
.owl-theme .owl-controls .owl-page {
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
/*IE7 life-saver */ }
|
||||
.owl-theme .owl-controls span {
|
||||
display: block;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: 0 3px;
|
||||
border-radius: 100%;
|
||||
background-color: #000000;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
zoom: 1;
|
||||
background-color: transparent\9; }
|
||||
|
||||
.owl-theme .owl-controls .owl-page.active span,
|
||||
.owl-theme .owl-controls.clickable .owl-page:hover span {
|
||||
background-color: #000000;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
zoom: 1;
|
||||
background-color: transparent\9; }
|
||||
|
||||
/* If PaginationNumbers is true */
|
||||
.owl-theme .owl-controls .owl-page span.owl-numbers {
|
||||
height: auto;
|
||||
width: auto;
|
||||
color: #FFF;
|
||||
padding: 2px 10px;
|
||||
font-size: 12px;
|
||||
border-radius: 30px; }
|
||||
|
||||
/* preloading images */
|
||||
.owl-item.loading {
|
||||
min-height: 150px;
|
||||
background: url(../img/AjaxLoader.gif) no-repeat center center; }
|
||||
|
||||
/*# sourceMappingURL=owl.theme.css.map */
|
||||
Reference in New Issue
Block a user