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 / challenge.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
challenge.css
87 lines
1 .post-type-wpm-testimonial .wpmtst-challenge-wrap {
2 position: fixed;
3 right: 20px;
4 bottom: 0;
5 width: 230px;
6 z-index: 100110;
7 border-top-left-radius: 4px;
8 border-top-right-radius: 4px;
9 box-shadow: 0 0 30px rgb(0 0 0 / 15%);
10 background-color: white;
11 padding: 20px 0 0;
12 }
13
14 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-header,
15 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-list {
16 padding: 0 20px;
17 }
18
19 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-marker {
20 width: 16px;
21 height: 16px;
22 display: inline-block;
23 border-radius: 50%;
24 border: 2px solid #b6b6b6;
25 box-sizing: border-box;
26 position: relative;
27 bottom: -3px;
28 margin-right: 5px;
29 }
30
31 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-footer-button {
32 text-align: center;
33 background-color: #2d2d2d;
34 text-align: center;
35 padding: 10px;
36 min-height: 24.4px;
37 }
38
39 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-footer {
40 padding: 10px 20px;
41 background-color: #222222;
42 box-sizing: border-box;
43 display: flex;
44 justify-content: space-between;
45 align-items: center;
46 line-height: 20px;
47 color: #fff;
48 }
49 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-footer h3,
50 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-footer p {
51 color: #fff;
52 margin: 0;
53 }
54
55 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-challenge-logo {
56 width: 100%;
57 max-width: 60px;
58 margin-right: 10px;
59 }
60 .post-type-wpm-testimonial .wpmtst-challenge-wrap .wpmtst-btn.wpmtst-challenge-btn {
61 text-decoration: none;
62 color: #fff;
63 background-color: #2a9d8f;
64 min-height: initial;
65 font-size: 11px;
66 font-weight: 600;
67 line-height: 15px;
68 padding: 5px 10px;
69 border: none;
70 border-radius: 2px;
71 display: inline-block;
72 }
73
74 .post-type-wpm-testimonial .wpmtst-challenge-wrap #wpmtst-challenge-close {
75 position: absolute;
76 right: 10px;
77 top: 10px;
78 border-radius: 50%;
79 border: 2px solid #b6b6b6;
80 box-sizing: border-box;
81 font-size: 11px;
82 color: #b6b6b6;
83 width: unset;
84 height: unset;
85 padding: 1px;
86 cursor: pointer;
87 }