PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 3.3.2
Strong Testimonials v3.3.2
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 / css / admin-upsells.css
strong-testimonials / assets / css Last commit date
admin-global.css 1 month ago admin-global.min.css 1 year ago admin-upsells.css 1 year ago admin-upsells.min.css 1 year ago admin.css 1 month ago admin.min.css 1 month ago blocks.min.css 1 year ago challenge.css 1 year ago challenge.min.css 1 year ago
admin-upsells.css
314 lines
1 /* ----------------------------------------------------------------------------
2 * Welcome Page CSS
3 * ------------------------------------------------------------------------- */
4 .wpmst .wp-badge {
5 background-color: transparent;
6 background-image: url( ../../images/logo-dark.webp );
7 }
8
9
10 /* Lite vs PRO Section */
11
12 .lite-vs-pro-section .wp-badge{
13 display:inline-block;
14 vertical-align:middle;
15 position:relative;
16 margin-right:2.5%;
17 }
18
19 .lite-vs-pro-section h3 {
20 display:inline-block;
21 vertical-align:middle;
22 position:relative;
23 margin:0 2.5% 0 25px;
24 }
25
26 .wpchill-plans-table {
27 display : flex;
28 }
29
30 .wpchill-plans-table.table-header {
31 margin-top : 50px;
32 }
33
34 .wpchill-plans-table.table-header .wpchill-pricing-package:last-child:before {
35 content : 'Current package';
36 width : auto;
37 display : inline-block;
38 opacity : 1;
39 position : absolute;
40 top : -1px;
41 background : #41495b;
42 text-align : center;
43 left : 0;
44 right : 0;
45 color : #fff;
46 font-size : 15px;
47 text-transform : uppercase;
48 padding : 10px 5px;
49 transform : translateY(-100%);
50 }
51
52 .wpchill-plans-table .wpchill-pricing-package {
53 text-align : center;
54 border-left : 1px solid #ebebeb;
55 border-top : 1px solid #ebebeb;
56 line-height : 1.5;
57 height : 50px;
58 display : -ms-flexbox;
59 display : flex;
60 -ms-flex-align : center;
61 align-items : center;
62 -ms-flex-pack : center;
63 justify-content : center;
64 padding-left : 10px;
65 padding-right : 10px;
66 background : #fff;
67 }
68
69 .wpchill-plans-table .wpchill-pricing-package.wpchill-title {
70 font-weight : 400;
71 color : #666;
72 font-size : 1.25rem;
73 height : auto;
74 -ms-flex-direction : column;
75 flex-direction : column;
76 padding-top : 30px;
77 padding-bottom : 30px;
78 justify-content : space-between;
79 position : relative;
80 }
81
82 .wpchill-plans-table .wpchill-pricing-package.wpchill-title.wpchill-modula-lite {
83 justify-content: center;
84 }
85
86 .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.description {
87 font-style : italic;
88 font-size : 13px;
89 margin-bottom: 40px;
90 }
91
92 .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p:last-child {
93 font-size : 30px;
94 margin: 0 0 40px 0;
95 }
96 .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p.old-price {
97 margin: 0;
98 position: relative;
99 }
100
101 .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p.old-price:after {
102 content: "";
103 height: 2px;
104 width: 60px;
105 background: red;
106 display: block;
107 position: absolute;
108 left: 50%;
109 top: 52%;
110 transform: translate(-50%,-50%);
111 }
112
113 .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.wpchill-name {
114 margin : 0;
115 font-size : 36px;
116 }
117
118 .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.wpchill-price sup {
119 top: 2px;
120 position: relative;
121 font-size: 15px;
122 }
123
124 .wpchill-plans-table .wpchill-pricing-package.wpchill-empty {
125 background : transparent;
126 border-color : transparent;
127 }
128
129 .wpchill-plans-table .wpchill-pricing-package.feature-name {
130 justify-content : space-between;
131 font-weight : 700;
132 text-align : left;
133 }
134
135 .wpchill-plans-table .wpchill-pricing-package .dashicons-saved {
136 color : green;
137 }
138
139 .wpchill-plans-table .wpchill-pricing-package .dashicons-no-alt {
140 color : #cdcdcd;
141 }
142
143 /**
144 Featured section
145 */
146
147 .featured-section.features .row {
148 display: inline-block;
149 width: 97%;
150 padding: 15px;
151 border-bottom: 1px solid rgba(0, 0, 0, .06);
152 }
153
154 .featured-section.features .row .dashicons-yes {
155 color: #2cbe4e;
156 }
157
158 .featured-section.features .row .dashicons-no-alt {
159 color: #FF3D2E;
160 }
161
162 .featured-section.features .row > div {
163 display: inline-block;
164 float: left;
165 width: 15%;
166 text-align: center;
167 }
168
169 .featured-section.features .row > .feature {
170 width: 70%;
171 text-align: left;
172 }
173
174 .featured-section .free-pro-table {
175 border-spacing: 0;
176 width: 100%;
177 margin-top:40px;
178 }
179
180 .featured-section .free-pro-table th {
181 padding-bottom: 20px;
182 }
183
184 .featured-section .free-pro-table td {
185 border-top: 1px solid #ccc;
186 padding: 10px 0;
187 }
188
189 .featured-section .free-pro-table thead tr th:nth-child(2) {
190 color:green;
191 }
192
193 .featured-section .free-pro-table thead tr th:nth-child(3) {
194 color:blue;
195 }
196
197 .featured-section .free-pro-table tbody tr:not(:last-child) td:nth-child(2) {
198 background-color:#fefff0;
199 }
200
201 .featured-section .free-pro-table tbody tr:not(:last-child) td:nth-child(3){
202 background-color:#fff;
203 }
204
205 .featured-section .free-pro-table h3 {
206 margin: 0;
207 }
208
209 .featured-section .free-pro-table td p {
210 margin: 0;
211 }
212
213 .featured-section .free-pro-table .lite-feature,
214 .featured-section .free-pro-table .pro-feature{
215 text-align: center;
216 width: 20%;
217 }
218
219 .featured-section .free-pro-table .dashicons-yes {
220 color: #00A878;
221 }
222
223 .featured-section .free-pro-table .dashicons {
224 width:30px;
225 height:30px;
226 font-size:30px;
227 }
228
229 .featured-section .free-pro-table .dashicons-no-alt {
230 color: #ff3439;
231 }
232
233 .featured-section .free-pro-table .dashicons-before:before,
234 .featured-section .free-pro-table .dashicons-before:before {
235 font-size: 35px;
236 height: 35px;
237 width: 35px;
238 }
239 .featured-section .button-hero .dashicons{
240 font-size:16px;
241 vertical-align:middle;
242 line-height:26px;
243 }
244
245 .featured-section .ti-about-page-text-center {
246 text-align: center;
247 }
248 .free-pro-table .text-right {
249 text-align: right;
250 }
251
252 .modula-license-label {
253 display: block;
254 }
255
256 .modula-license-label p.green strong {
257 color:green;
258 }
259
260 .modula-license-label p.orange strong {
261 color:orange;
262 }
263
264 .modula-license-label p.red strong {
265 color:red;
266 }
267
268 /* Tabs tooltips */
269 .wpmtst-tooltip {
270 position: relative;
271 display: inline-block;
272 float: left;
273 margin-right: 10px;
274 }
275
276 .wpmtst-tooltip > span {
277 cursor: pointer;
278 color: #0073aa;
279 text-decoration: underline;
280 margin-left: 5px;
281 }
282
283 .wpmtst-tooltip .wpmtst-tooltip-content {
284 display: none;
285 position: absolute;
286 top: 50%;
287 right: -10px;
288 transform: translate( 100% ,-50% );
289 width: 300px;
290 background: #000;
291 color: #fff;
292 padding: 10px;
293 box-sizing: border-box;
294 z-index: 99;
295 }
296
297 .wpmtst-tooltip .wpmtst-tooltip-content:before {
298 content: '';
299 width: 0px;
300 height: 0px;
301 border-style: solid;
302 border-width: 8px 8px 8px 0;
303 border-color: transparent #000 transparent transparent;
304 display: block;
305 position: absolute;
306 top: 50%;
307 left: -8px;
308 transform: translateY( -50% );
309 }
310
311 .wpmtst-tooltip:hover .wpmtst-tooltip-content {
312 display: block;
313 }
314