Skip to Content

CSS File

URL: https://playhouse.com.ua/catalog/view/javascript/revolution/owl-carousel/owl.carousel.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Sat, 11 May 2024 21:58:48 GMT
Download Time: Less than a second
Cookies: None
Size: 3 KB
Rules: 24 style rules
Imports: 0 stylesheets
HTTP Headers:  6 headers
Links In:  2 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1/*

2 * Core Owl Carousel CSS File

3 * v1.3.3

4 */

5

6/* clearfix */

7.owl-carousel .owl-wrapper:after {

8 content: ".";

9 display: block;

10 clear: both;

11 visibility: hidden;

12 line-height: 0;

13 height: 0;

14}

15/* display none until init */

16.owl-carousel {

17 display: none;

18 position: relative;

19 width: 100%;

20 -ms-touch-action: pan-y;

21}

22.owl-carousel .owl-wrapper {

23 display: none;

24 position: relative;

25 -webkit-transform: translate3d(0px, 0px, 0px);

26}

27.owl-carousel .owl-wrapper-outer {

28 overflow: hidden;

29 position: relative;

30 width: 100%;

31 padding-top: 2px;

32 padding-bottom: 2px;

33}

34.owl-carousel .owl-wrapper-outer.autoHeight {

35 -webkit-transition: height 500ms ease-in-out;

36 -moz-transition: height 500ms ease-in-out;

37 -ms-transition: height 500ms ease-in-out;

38 -o-transition: height 500ms ease-in-out;

39 transition: height 500ms ease-in-out;

40}

...

</html>