PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 3.3.5
Strong Testimonials v3.3.5
3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.0.1 2.30.9 2.31.10 2.32 2.32.1 2.32.2 2.32.3 2.32.4 2.33 2.34 2.35 2.36 2.37 2.38 2.38.1 2.39 2.39.1 2.39.2 2.39.3 2.40.0 2.40.1 2.40.2 2.40.3 2.40.4 2.40.5 2.40.6 2.40.7 2.41.0 2.41.1 2.50.0 2.50.1 2.50.2 2.50.3 2.50.4 2.51.0 2.51.1 2.51.2 2.51.3 2.51.4 2.51.5 2.51.6 2.51.7 2.51.8 2.51.9 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.20 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.17 3.2.18 3.2.19 3.2.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0
strong-testimonials / assets / public / css / slider-controls-sides-buttons2.css
strong-testimonials / assets / public / css Last commit date
animate.min.css 1 year ago columns.css 1 year ago grid.css 1 year ago lazyload.css 1 year ago masonry.css 1 year ago rating-display.css 1 year ago rating-form.css 1 year ago slider-controls-full-buttons.css 1 year ago slider-controls-full-buttons2.css 1 year ago slider-controls-full-buttons3.css 1 year ago slider-controls-full-text.css 1 year ago slider-controls-sides-buttons-pager-buttons.css 1 year ago slider-controls-sides-buttons-pager-text.css 1 year ago slider-controls-sides-buttons.css 1 year ago slider-controls-sides-buttons2-pager-buttons.css 1 year ago slider-controls-sides-buttons2-pager-text.css 1 year ago slider-controls-sides-buttons2.css 1 year ago slider-controls-sides-buttons3-pager-buttons.css 1 year ago slider-controls-sides-buttons3-pager-text.css 1 year ago slider-controls-sides-buttons3.css 1 year ago slider-controls-sides-inside-buttons-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons-pager-text.css 1 year ago slider-controls-sides-inside-buttons.css 1 year ago slider-controls-sides-inside-buttons2-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons2-pager-text.css 1 year ago slider-controls-sides-inside-buttons2.css 1 year ago slider-controls-sides-inside-buttons3-pager-buttons.css 1 year ago slider-controls-sides-inside-buttons3-pager-text.css 1 year ago slider-controls-sides-inside-buttons3.css 1 year ago slider-controls-sides-outside-buttons-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons-pager-text.css 1 year ago slider-controls-sides-outside-buttons.css 1 year ago slider-controls-sides-outside-buttons2-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons2-pager-text.css 1 year ago slider-controls-sides-outside-buttons2.css 1 year ago slider-controls-sides-outside-buttons3-pager-buttons.css 1 year ago slider-controls-sides-outside-buttons3-pager-text.css 1 year ago slider-controls-sides-outside-buttons3.css 1 year ago slider-controls-simple-buttons-pager-buttons.css 1 year ago slider-controls-simple-buttons-pager-text.css 1 year ago slider-controls-simple-buttons.css 1 year ago slider-controls-simple-buttons2-pager-buttons.css 1 year ago slider-controls-simple-buttons2-pager-text.css 1 year ago slider-controls-simple-buttons2.css 1 year ago slider-controls-simple-buttons3-pager-buttons.css 1 year ago slider-controls-simple-buttons3-pager-text.css 1 year ago slider-controls-simple-buttons3.css 1 year ago slider-controls-simple-text-pager-buttons.css 1 year ago slider-controls-simple-text-pager-text.css 1 year ago slider-controls-simple-text.css 1 year ago slider-pager-buttons.css 1 year ago slider-pager-text.css 1 year ago
slider-controls-sides-buttons2.css
201 lines
1 /* =bxSlider structure
2 ---------------------------------------------------------*/
3 .strong-view .wpmslider-wrapper {
4 position: relative;
5 margin: 0 auto;
6 padding: 0;
7 *zoom: 1;
8 -ms-touch-action: pan-y;
9 touch-action: pan-y;
10 direction: ltr;
11 }
12 .strong-view .wpmslider {
13 margin: 0;
14 padding: 0;
15 }
16 .strong-view .wpmslider-viewport {
17 /* fix other elements on the page moving (on Chrome) */
18 -webkit-transform: translatez(0);
19 }
20
21 /* =pager
22 ---------------------------------------------------------*/
23 .strong-view .wpmslider-pager {
24 display: inline-block;
25 }
26 .strong-view.rtl .wpmslider-pager {
27 direction: rtl;
28 }
29 .strong-view .wpmslider-pager-item {
30 display: inline-block;
31 }
32 .strong-view .wpmslider-pager-link {
33 text-decoration: none;
34 }
35
36 /* =controls
37 ---------------------------------------------------------*/
38 .strong-view .wpmslider-start,
39 .strong-view .wpmslider-stop,
40 .strong-view .wpmslider-next,
41 .strong-view .wpmslider-prev {
42 z-index: 5;
43 }
44 .strong-view .wpmslider-controls-auto,
45 .strong-view .wpmslider-controls-direction {
46 display: inline-block;
47 vertical-align: middle;
48 }
49 .strong-view .wpmslider-controls a {
50 box-shadow: none;
51 text-decoration: none;
52 }
53 .strong-view .wpmslider-controls a:hover, .strong-view .wpmslider-controls a:active, .strong-view .wpmslider-controls a:focus {
54 outline: 0;
55 }
56
57 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
58 position: absolute;
59 bottom: 0;
60 width: 100%;
61 line-height: 1;
62 padding-bottom: 15px;
63 text-align: center;
64 z-index: 5;
65 }
66 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-start,
67 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-stop,
68 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-prev,
69 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-next {
70 margin: 0 3px;
71 }
72
73 .strong-view.nav-position-outside .wpmslider-controls {
74 line-height: 1;
75 padding: 20px 0 20px;
76 text-align: center;
77 z-index: 5;
78 }
79 .strong-view.nav-position-outside .wpmslider-controls .wpmslider-start,
80 .strong-view.nav-position-outside .wpmslider-controls .wpmslider-stop,
81 .strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev,
82 .strong-view.nav-position-outside .wpmslider-controls .wpmslider-next {
83 margin: 0 3px;
84 }
85
86 .strong-view.controls-style-buttons2 .wpmslider-start,
87 .strong-view.controls-style-buttons2 .wpmslider-stop,
88 .strong-view.controls-style-buttons2 .wpmslider-next,
89 .strong-view.controls-style-buttons2 .wpmslider-prev {
90 display: inline-block;
91 background: #C0C0C0;
92 border-radius: 5px;
93 color: #FFF;
94 cursor: pointer;
95 font-size: 16px;
96 line-height: 27px;
97 width: 27px;
98 height: 27px;
99 text-align: center;
100 transition: all 0.2s ease;
101 }
102 .strong-view.controls-style-buttons2 .wpmslider-start:before {
103 content: "";
104 background:#fff;
105 position: relative;
106 -webkit-mask: url('../svg/play-solid.svg') center center no-repeat;
107 mask: url('../svg/play-solid.svg') center center no-repeat;
108 top:3px;
109 display: inline-block;
110 width: 20px;
111 height: 20px;
112 left: 1px;
113 }
114 .strong-view.controls-style-buttons2 .wpmslider-stop:before {
115 content: "";
116 background:#fff;
117 -webkit-mask: url('../svg/pause-solid.svg') center center no-repeat;
118 mask: url('../svg/pause-solid.svg') center center no-repeat;
119 display: inline-block;
120 width: 20px;
121 height: 20px;
122 position: relative;
123 top:3px;
124 }
125 .strong-view.controls-style-buttons2 .wpmslider-start:hover,
126 .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
127 .strong-view.controls-style-buttons2 .wpmslider-next:hover,
128 .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
129 background: #333;
130 }
131 .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
132 content: "";
133 -webkit-mask: url('../svg/chevron-left-solid.svg') center center no-repeat;
134 mask: url('../svg/chevron-left-solid.svg') center center no-repeat;
135 background:#fff;
136 position: relative;
137 left: -1px;
138 display: inline-block;
139 width: 20px;
140 height: 20px;
141 top: 3px;
142 }
143 .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
144 content: "";
145 -webkit-mask: url('../svg/chevron-right-solid.svg') center center no-repeat;
146 mask: url('../svg/chevron-right-solid.svg') center center no-repeat;
147 position: relative;
148 left: 1px;
149 display: inline-block;
150 width: 20px;
151 background: #fff;
152 height: 20px;
153 top: 3px;
154 }
155 .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
156 content: "";
157 -webkit-mask: url('../svg/chevron-right-solid.svg') center center no-repeat;
158 mask: url('../svg/chevron-right-solid.svg') center center no-repeat;
159 position: relative;
160 left: 1px;
161 display: inline-block;
162 width: 20px;
163 background: #fff;
164 height: 20px;
165 top: 3px;
166 }
167 .strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
168 content: "";
169 -webkit-mask: url('../svg/chevron-left-solid.svg') center center no-repeat;
170 mask: url('../svg/chevron-left-solid.svg') center center no-repeat;
171 background:#fff;
172 position: relative;
173 left: -1px;
174 display: inline-block;
175 width: 20px;
176 height: 20px;
177 top: 3px;
178 }
179
180 .strong-view.controls-type-sides .wpmslider-controls {
181 height: 0;
182 }
183 .strong-view.controls-type-sides .wpmslider-prev,
184 .strong-view.controls-type-sides .wpmslider-next {
185 position: absolute;
186 top: calc(50% - 14px);
187 margin: 0;
188 }
189 .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
190 left: 10px;
191 }
192 .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
193 right: 10px;
194 }
195 .strong-view.controls-type-sides.rtl .wpmslider-prev {
196 right: 10px;
197 }
198 .strong-view.controls-type-sides.rtl .wpmslider-next {
199 left: 10px;
200 }
201