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-global.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-global.css
208 lines
1 /* Tabs tooltips */
2 .wpmtst-tooltip {
3 position : relative;
4 display : inline-block;
5 }
6
7 .wpmtst-tooltip > span {
8 cursor : pointer;
9 color : #0073aa;
10 text-decoration : underline;
11 margin-left : 5px;
12 }
13
14 .wpmtst-tooltip .wpmtst-tooltip-content {
15 display : none;
16 position : absolute;
17 top : 50%;
18 right : -10px;
19 transform : translate(100%, -50%);
20 width : 300px;
21 background : #000;
22 color : #fff;
23 padding : 10px;
24 box-sizing : border-box;
25 z-index : 99;
26 }
27
28 .wpmtst-tooltip .wpmtst-tooltip-content:before {
29 content : '';
30 width : 0px;
31 height : 0px;
32 border-style : solid;
33 border-width : 8px 8px 8px 0;
34 border-color : transparent #000 transparent transparent;
35 display : block;
36 position : absolute;
37 top : 50%;
38 left : -8px;
39 transform : translateY(-50%);
40 }
41
42 .wpmtst-tooltip:hover .wpmtst-tooltip-content {
43 display : block;
44 }
45
46 /**
47 End Tooltips
48 */
49
50 .wpmtst-inline-block {
51 display : inline-block;
52 }
53
54 .wpmts-settings-columns {
55 display : flex;
56 }
57
58 .wpmts-settings-columns > form {
59 flex-grow : 1;
60 }
61
62 /**
63 Start Upsells
64 */
65
66 #wpmtst-importer-upsell.postbox .inside {
67 margin : 0;
68 padding : 0;
69 }
70
71 #wpmtst-importer-upsell .wpmtst-alert {
72 padding : 10px;
73 }
74
75 #wpmtst-importer-upsell .wpmtst-alert > *:last-child {
76 text-align : center;
77 }
78
79 #wpmtst-importer-upsell .hndle {
80 display : none;
81 }
82
83 .wpmtst-alert {
84 padding : 20px;
85 background : #EDF8FC;
86 color : #3c434a;
87 position : relative;
88 border: 1px solid #DDD;
89
90 }
91
92 .wpmtst-alert__upgrade-btn {
93 position : absolute;
94 right : 0.5rem;
95 top : 50%;
96 transform : translateY(-50%) !important;
97 }
98
99 .wpmtst-alert > *:last-child {
100 margin-bottom : 0 !important;
101 }
102
103 .wpmtst-alert ul {
104 padding-left : 30px;
105 }
106
107 .wpmtst-alert ul li {
108 position : relative;
109 list-style-type : none !important;
110 text-align : left;
111 }
112
113 .wpmtst-alert ul li::before {
114 font-family : Dashicons;
115 content : "\f147";
116 position : absolute;
117 left : -30px;
118 font-size : 14px;
119 color : green;
120 background-color : #FFF;
121 padding : 0 3px;
122 border-radius : 50%;
123 border : 1px solid #DDD;
124 top : -1px;
125 }
126
127 .wpmts-settings-columns .wpmtst-settings-upsell {
128 width : 25%;
129 padding-left : 30px;
130 flex-grow : 0;
131 flex-shrink : 0;
132 }
133
134 .wpmtst-settings-upsell .wpmtst-alert ul {
135 list-style : none;
136 padding : 20px;
137 margin : 0;
138 }
139
140 .wpmtst-settings-upsell .wpmtst-alert ul li {
141 margin-bottom : 10px;
142 }
143
144 .wpmts-settings-columns .wpmtst-alert {
145 background : #fff;
146 }
147
148 span.wpmtst-upsell-badge {
149 font-size : 10px;
150 background : #f4daa4;
151 padding : 2px 5px;
152 display : inline-block;
153 margin-left : 10px;
154 border-radius : 10px;
155 }
156
157 .wpmtst-upsell-checkmark:before {
158 content : "\2713";
159 padding-right : 10px;
160 }
161
162 .wpmtst-master-license > * {
163 margin-bottom:10px;
164 display:block;
165 }
166
167 .wpmtst-disabled {
168 pointer-events: none;
169 }
170
171 /* Admin Tab Navigation */
172 .wpmtst-nav-wrapper {
173 border-bottom : 0 !important;
174 background-color : #fff;
175 height : 50px;
176 display : table;
177 width : calc(100% + 20px);
178 margin-top: 10px;
179 }
180
181 .wpmtst-nav-tab-wrapper {
182 border-bottom: 1px solid #c3c4c7;
183 }
184
185 .wpmtst-nav-tab-wrapper .wpmtst-nav-tab {
186 float : left;
187 border-left : 1px solid #f1f1f1;
188 border-right : 1px solid #f1f1f1;
189 border-top : 0;
190 color : #6b6e72;
191 background : none;
192 line-height : 50px;
193 font-size : 13px;
194 padding : 0 15px;
195 margin : 0;
196 text-decoration : none;
197 white-space : nowrap;
198 font-weight : 600;
199 }
200
201 .wpmtst-nav-tab-wrapper .wpmtst-nav-tab.wpmtst-nav-tab-active {
202 background-color : #f1f1f1;
203 border-left : 0;
204 border-right : 0;
205 border-top : 0;
206 color : #000;
207 }
208