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-pager-buttons.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-pager-buttons.css
133 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 margin-left: 10px;
35 }
36
37 /* =controls
38 ---------------------------------------------------------*/
39 .strong-view .wpmslider-start,
40 .strong-view .wpmslider-stop,
41 .strong-view .wpmslider-next,
42 .strong-view .wpmslider-prev {
43 z-index: 5;
44 }
45 .strong-view .wpmslider-controls-auto,
46 .strong-view .wpmslider-controls-direction {
47 display: inline-block;
48 vertical-align: middle;
49 }
50 .strong-view .wpmslider-controls a {
51 box-shadow: none;
52 text-decoration: none;
53 }
54 .strong-view .wpmslider-controls a:hover, .strong-view .wpmslider-controls a:active, .strong-view .wpmslider-controls a:focus {
55 outline: 0;
56 }
57
58 .strong-view.controls-style-text .wpmslider-start,
59 .strong-view.controls-style-text .wpmslider-stop,
60 .strong-view.controls-style-text .wpmslider-next,
61 .strong-view.controls-style-text .wpmslider-prev {
62 display: inline-block;
63 cursor: pointer;
64 margin: 0 0.5em;
65 text-align: center;
66 transition: all 0.2s ease;
67 }
68
69 .strong-view.pager-style-buttons .wpmslider-pager {
70 line-height: 24px;
71 margin: 0 7px;
72 text-align: center;
73 }
74 .strong-view.pager-style-buttons .wpmslider-pager-link:before {
75 content: "";
76 -webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
77 mask: url('../svg/circle-regular.svg') center center no-repeat;
78 display: inline-block;
79 color: #999;
80 background: #999;
81 cursor: pointer;
82 width: 10px;
83 height: 20px;
84 text-align: center;
85 }
86 .strong-view.pager-style-buttons .wpmslider-pager-link:hover:before {
87 content: "";
88 -webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
89 mask: url('../svg/circle-solid.svg') center center no-repeat;
90 display: inline-block;
91 width: 10px;
92 height: 20px;
93 color: #111;
94 background: #111;
95 }
96 .strong-view.pager-style-buttons .wpmslider-pager-link.active:before {
97 content: "";
98 -webkit-mask: url('../svg/circle-solid.svg') center center no-repeat;
99 mask: url('../svg/circle-solid.svg') center center no-repeat;
100 display: inline-block;
101 width: 10px;
102 height: 20px;
103 }
104
105 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
106 position: absolute;
107 bottom: 0;
108 width: 100%;
109 line-height: 1;
110 padding-bottom: 15px;
111 text-align: center;
112 z-index: 5;
113 }
114 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-start,
115 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-stop,
116 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-prev,
117 .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls .wpmslider-next {
118 margin: 0 3px;
119 }
120
121 .strong-view.nav-position-outside .wpmslider-controls {
122 line-height: 1;
123 padding: 20px 0 20px;
124 text-align: center;
125 z-index: 5;
126 }
127 .strong-view.nav-position-outside .wpmslider-controls .wpmslider-start,
128 .strong-view.nav-position-outside .wpmslider-controls .wpmslider-stop,
129 .strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev,
130 .strong-view.nav-position-outside .wpmslider-controls .wpmslider-next {
131 margin: 0 3px;
132 }
133