PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.49
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.49
51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 51.1.47 51.1.49 All 37 releases
king-addons / includes / widgets / Card_Carousel / style.css

style.css in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.49, at includes/widgets/Card_Carousel/style.css

114 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .king-addons-card-carousel-items {
2 position: relative;
3 overflow: hidden;
4 }
5
6 .king-addons-card-carousel-items-wrap {
7 position: relative;
8 }
9
10 .king-addons-card-carousel-btn {
11 display: block;
12 width: auto;
13 transition: all 215ms;
14 }
15
16 .king-addons-card-carousel-button {
17 display: flex;
18 flex-flow: column;
19 }
20
21 .king-addons-card-carousel-card,
22 .king-addons-card-carousel-image {
23 overflow: hidden;
24 }
25
26 .king-addons-card-carousel-image img {
27 width: auto;
28 height: auto;
29 }
30
31 .king-addons-card-carousel-card-inner,
32 .king-addons-card-carousel-card {
33 display: flex;
34 width: 100%;
35 }
36
37 .king-addons-card-carousel-card-container-1,
38 .king-addons-card-carousel-card-container-2 {
39 display: flex;
40 flex-flow: column;
41 overflow: hidden;
42 height: auto;
43 width: auto;
44 }
45
46 /* !important is necessary */
47 .king-addons-card-carousel-autoplay-like-ticker,
48 .king-addons-card-carousel-autoplay-like-ticker-pag.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
49 transition-timing-function: linear !important;
50 }
51
52 .king-addons-card-carousel-cursor-pointer {
53 cursor: pointer;
54 }
55
56 /*noinspection DuplicatedCode*/
57 .king-addons-card-carousel-nav {
58 display: flex;
59 text-align: center;
60 justify-content: center;
61 max-width: 100%;
62 max-height: 100%;
63 width: auto;
64 height: auto;
65 position: absolute;
66 top: 50%;
67 z-index: 1;
68 }
69
70 .king-addons-card-carousel-nav-inner {
71 display: flex;
72 }
73
74 .king-addons-card-carousel-nav.swiper-button-disabled .king-addons-card-carousel-nav-inner {
75 opacity: 0.4;
76 }
77
78 .king-addons-card-carousel-image {
79 width: 100%;
80 height: 100%;
81 display: flex;
82 justify-content: center;
83 align-items: center;
84 align-self: center;
85 }
86
87 /*noinspection SpellCheckingInspection*/
88 .king-addons-card-carousel-imagedescription {
89 width: 100%;
90 }
91
92 .king-addons-card-carousel-card a.king-addons-card-carousel-card-link {
93 display: block;
94 background: 0 0;
95 }
96
97 /*noinspection DuplicatedCode*/
98 .king-addons-card-carousel-card .king-addons-card-carousel-card-link {
99 font-size: 0;
100 position: absolute;
101 z-index: 999;
102 top: 0;
103 left: 0;
104 width: 100%;
105 height: 100%;
106 white-space: nowrap;
107 text-indent: 200%;
108 opacity: 0;
109 }
110
111 .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper,
112 .swiper:not(.swiper-initialized) > .swiper-wrapper {
113 overflow: visible !important;
114 }