PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 3.3.4
Strong Testimonials v3.3.4
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-inside-buttons-pager-text.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-inside-buttons-pager-text.css
258 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 }
11 .strong-view .wpmslider {
12 margin: 0;
13 padding: 0;
14 }
15 .strong-view .wpmslider-viewport {
16 /* fix other elements on the page moving (on Chrome) */
17 -webkit-transform: translatez(0);
18 }
19
20 /* =pager
21 ---------------------------------------------------------*/
22 .strong-view .wpmslider-pager {
23 display: inline-block;
24 }
25 .strong-view .wpmslider-pager-item {
26 display: inline-block;
27 }
28 .strong-view .wpmslider-pager-link {
29 text-decoration: none;
30 }
31
32 /* =controls
33 ---------------------------------------------------------*/
34 .strong-view .wpmslider-start,
35 .strong-view .wpmslider-stop,
36 .strong-view .wpmslider-next,
37 .strong-view .wpmslider-prev {
38 z-index: 5;
39 }
40 .strong-view .wpmslider-controls-auto,
41 .strong-view .wpmslider-controls-direction {
42 display: inline-block;
43 vertical-align: middle;
44 }
45 .strong-view .wpmslider-controls a {
46 box-shadow: none;
47 text-decoration: none;
48 }
49 .strong-view .wpmslider-controls a:hover, .strong-view .wpmslider-controls a:active, .strong-view .wpmslider-controls a:focus {
50 outline: 0;
51 }
52
53 .strong-view.controls-style-buttons .wpmslider-start,
54 .strong-view.controls-style-buttons .wpmslider-stop,
55 .strong-view.controls-style-buttons .wpmslider-next,
56 .strong-view.controls-style-buttons .wpmslider-prev {
57 display: inline-block;
58 color: #999;
59 cursor: pointer;
60 font-size: 24px;
61 line-height: 24px;
62 width: 24px;
63 height: 24px;
64 text-align: center;
65 transition: all 0.2s ease;
66 }
67 .strong-view.controls-style-buttons .wpmslider-start,
68 .strong-view.controls-style-buttons .wpmslider-stop {
69 margin: 0 7px;
70 }
71 .strong-view.controls-style-buttons .wpmslider-start:before,
72 .strong-view.controls-style-buttons .wpmslider-stop:before {
73 position: relative;
74 top: -1px;
75 }
76 .strong-view.controls-style-buttons .wpmslider-start:before {
77 content: "";
78 position: relative;
79 background: #999;
80 -webkit-mask: url('../svg/play-solid.svg') center center no-repeat;
81 mask: url('../svg/play-solid.svg') center center no-repeat;
82 top:3px;
83 display: inline-block;
84 width: 20px;
85 height: 20px;
86 left: 1px;
87 }
88 .strong-view.controls-style-buttons .wpmslider-stop:before {
89 content: "";
90 background:#999;
91 -webkit-mask: url('../svg/pause-solid.svg') center center no-repeat;
92 mask: url('../svg/pause-solid.svg') center center no-repeat;
93 display: inline-block;
94 width: 20px;
95 height: 20px;
96 position: relative;
97 top:3px;
98 }
99 .strong-view.controls-style-buttons .wpmslider-start:hover,
100 .strong-view.controls-style-buttons .wpmslider-stop:hover,
101 .strong-view.controls-style-buttons .wpmslider-next:hover,
102 .strong-view.controls-style-buttons .wpmslider-prev:hover {
103 color: #111;
104 }
105 .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev {
106 left: -32px;
107 }
108 .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
109 content: "";
110 -webkit-mask: url('../svg/chevron-left-solid.svg') center center no-repeat;
111 mask: url('../svg/chevron-left-solid.svg') center center no-repeat;
112 background:#999;
113 position: relative;
114 left: -1px;
115 display: inline-block;
116 width: 20px;
117 height: 20px;
118 top: 3px;
119 }
120 .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next {
121 right: -32px;
122 }
123 .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
124 content: "";
125 -webkit-mask: url('../svg/chevron-right-solid.svg') center center no-repeat;
126 mask: url('../svg/chevron-right-solid.svg') center center no-repeat;
127 position: relative;
128 left: 1px;
129 display: inline-block;
130 width: 20px;
131 background: #999;
132 height: 20px;
133 top: 3px;
134 }
135 .strong-view.controls-style-buttons.rtl .wpmslider-prev {
136 right: -32px;
137 }
138 .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
139 content: "";
140 -webkit-mask: url('../svg/chevron-right-solid.svg') center center no-repeat;
141 mask: url('../svg/chevron-right-solid.svg') center center no-repeat;
142 position: relative;
143 left: 1px;
144 display: inline-block;
145 width: 20px;
146 background: #999;
147 height: 20px;
148 top: 3px;
149 }
150 .strong-view.controls-style-buttons.rtl .wpmslider-next {
151 left: -32px;
152 }
153 .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
154 content: "";
155 -webkit-mask: url('../svg/chevron-left-solid.svg') center center no-repeat;
156 mask: url('../svg/chevron-left-solid.svg') center center no-repeat;
157 background:#999;
158 position: relative;
159 left: -1px;
160 display: inline-block;
161 width: 20px;
162 height: 20px;
163 top: 3px;
164 }
165
166 .strong-view.controls-style-text .wpmslider-start,
167 .strong-view.controls-style-text .wpmslider-stop,
168 .strong-view.controls-style-text .wpmslider-next,
169 .strong-view.controls-style-text .wpmslider-prev {
170 display: inline-block;
171 cursor: pointer;
172 margin: 0 0.5em;
173 text-align: center;
174 transition: all 0.2s ease;
175 }
176
177 .strong-view .wpmslider-pager {
178 line-height: 24px;
179 margin: 0 7px;
180 text-align: center;
181 }
182 .strong-view .wpmslider-pager-link {
183 display: inline-block;
184 }
185 .strong-view .wpmslider-pager-link.active {
186 color: #111;
187 font-weight: 700;
188 }
189 .strong-view.pager-style-text .wpmslider-pager-link {
190 padding: 0 0.3em;
191 }
192
193 .strong-view.nav-position-inside:not(.controls-type-sides-inside) .wpmslider-controls {
194 position: absolute;
195 bottom: 0;
196 width: 100%;
197 line-height: 1;
198 padding-bottom: 15px;
199 text-align: center;
200 z-index: 5;
201 }
202
203 .strong-view.nav-position-outside .wpmslider-controls {
204 line-height: 1;
205 padding: 10px 0 20px;
206 text-align: center;
207 z-index: 5;
208 }
209
210 .strong-view.controls-type-sides-inside .wpmslider-controls {
211 height: 0;
212 }
213 .strong-view.controls-type-sides-inside .wpmslider-prev,
214 .strong-view.controls-type-sides-inside .wpmslider-next {
215 position: absolute;
216 top: calc(50% - 14px);
217 }
218 .strong-view.controls-type-sides-inside:not(.rtl) .wpmslider-prev {
219 left: 8px;
220 }
221 .strong-view.controls-type-sides-inside:not(.rtl) .wpmslider-next {
222 right: 8px;
223 }
224 .strong-view.controls-type-sides-inside.rtl .wpmslider-prev {
225 right: 8px;
226 }
227 .strong-view.controls-type-sides-inside.rtl .wpmslider-next {
228 left: 8px;
229 }
230
231 .strong-view.controls-type-sides-inside .wpmslider-controls {
232 height: 0;
233 }
234 .strong-view.controls-type-sides-inside.pager-style-text .wpmslider-controls, .strong-view.controls-type-sides-inside.pager-style-buttons .wpmslider-controls {
235 height: auto;
236 }
237 .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-controls-direction {
238 display: inline;
239 }
240 .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-pager {
241 position: absolute;
242 bottom: 0;
243 display: inline-block;
244 padding-bottom: 15px;
245 width: 100%;
246 }
247 .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-prev,
248 .strong-view.controls-type-sides-inside.nav-position-inside .wpmslider-next {
249 position: absolute;
250 top: calc(50% - 14px);
251 }
252 .strong-view.controls-type-sides-inside.nav-position-outside .wpmslider-prev,
253 .strong-view.controls-type-sides-inside.nav-position-outside .wpmslider-next {
254 position: absolute;
255 /* subtract pager height */
256 top: calc(50% - 55px + 14px);
257 }
258