PluginProbe ʕ •ᴥ•ʔ
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager / trunk
Folders – Unlimited Folders to Organize Media Library Folder, Pages, Posts, File Manager vtrunk
3.1.9 3.1.8 3.1.7 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 trunk 1.3.7 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9 2.9.1 2.9.2
folders / assets / css / help.css
folders / assets / css Last commit date
admin-setting.min.css 1 year ago design.min.css 7 months ago folder-icon.min.css 1 year ago folders.min.css 7 months ago help.css 1 month ago jstree.min.css 1 year ago media-clean.min.css 1 year ago media.min.css 1 year ago new-media.min.css 1 year ago overlayscrollbars.min.css 1 year ago page-post-media.min.css 7 months ago pricing-table.min.css 1 year ago progress.css 8 months ago replace-media.min.css 1 year ago select2.min.css 1 year ago settings.min.css 8 months ago spectrum.min.css 2 years ago star-rating-svg.min.css 1 year ago
help.css
437 lines
1 :root {
2 --premio-help-primary-color: #FA166B;
3 --premio-help-hover-color: #E11460;
4 }
5
6 /* Old CSS */
7 /* Help btn */
8 #wpfooter {
9 display: none;
10 }
11 .plugins-php .premio-help-wrap, .plugins-php .premio-help-button-wrap{
12 display: none;
13 }
14 .plugins-php #wpfooter {
15 display: block;
16 }
17
18 .premio-help-form {
19 position: fixed;
20 right: 25px;
21 border: 1px solid #e9edf0;
22 bottom: 100px;
23 background: #fff;
24 -webkit-border-radius: 10px;
25 -moz-border-radius: 10px;
26 border-radius: 10px;
27 width: 320px;
28 z-index: 1001;
29 direction: ltr;
30 visibility: hidden;
31 opacity: 0;
32 transition: .4s;
33 -webkit-transition: .4s;
34 -moz-transition: .4s;
35 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
36 }
37
38 .premio-help-form.active {
39 opacity: 1;
40 visibility: visible;
41 pointer-events: inherit
42 }
43
44 .premio-help-header {
45 background: #f4f4f4;
46 border-bottom: solid 1px #e9edf0;
47 padding: 8px 20px;
48 -webkit-border-radius: 10px;
49 border-radius: 10px 10px 0 0;
50 font-size: 16px;
51 text-align: center;
52 }
53
54 .premio-help-content {
55 margin-bottom: 10px;
56 padding: 20px 20px 10px
57 }
58
59 .premio-help-form p {
60 margin: 0 0 1em
61 }
62
63 .premio-form-field {
64 margin-bottom: 10px
65 }
66
67 .premio-form-field input,
68 .premio-form-field textarea {
69 -webkit-border-radius: 5px;
70 -moz-border-radius: 5px;
71 border-radius: 5px;
72 padding: 5px;
73 width: 100%;
74 box-sizing: border-box;
75 border: 1px solid #c5c5c5
76 }
77
78 .premio-form-field textarea {
79 height: 70px
80 }
81
82 .premio-help-button-submit {
83 border: none;
84 padding: 8px 0;
85 width: 100%;
86 background-color: var(--premio-help-primary-color);
87 color: #fff;
88 border-radius: 18px;
89 transition: 0.4s;
90 }
91 .premio-help-button-submit:hover{
92 background-color: var(--premio-help-hover-color);
93 }
94
95 .premio-help-form .error-message {
96 font-weight: 400;
97 font-size: 14px
98 }
99
100 .premio-help-form input.input-error,
101 .premio-help-form textarea.input-error {
102 border-color: #dc3232
103 }
104
105 p.error-p,
106 p.success-p {
107 margin: 0;
108 font-size: 14px;
109 text-align: center
110 }
111
112 /* Help From */
113 p.success-p {
114 color: green
115 }
116
117 p.error-p {
118 color: #dc3232
119 }
120
121 html[dir=rtl] .premio-help-button {
122 left: 20px;
123 right: auto
124 }
125
126 html[dir=rtl] .premio-help-form {
127 left: 85px;
128 right: auto
129 }
130
131 /* Old CSS */
132
133 .premio-footer-help {
134 position: absolute;
135 bottom: 0;
136 left: 0;
137 right: 0;
138 padding: 0 80px;
139 color: #50575e;
140 margin-top: 50px;
141 }
142
143 .premio-footer-help * {
144 box-sizing: border-box
145 }
146
147 .premio-help-wrap {
148 display: flex;
149 justify-content: space-between;
150 padding-left: 180px;
151 height: 60px;
152 }
153
154 .premio-help-menu {
155 display: flex;
156 gap: 24px;
157 padding: 20px 20px 10px;
158 }
159
160 .premio-help-menu a {
161 color: var(--premio-help-primary-color);
162 text-align: center;
163 /* font-family: Poppins; */
164 font-size: 12px;
165 font-style: normal;
166 font-weight: 600;
167 line-height: 140%;
168 text-decoration: none;
169 }
170 .premio-help-menu a:hover {
171 color: var(--premio-help-hover-color);
172 }
173
174 .premio-help-menu a:focus {
175 outline: none !important;
176 border: none !important;
177 box-shadow: none !important;
178 }
179
180 .premio-help-content p {
181 text-align: center;
182 font-size: 14px;
183 font-style: normal;
184 font-weight: 400;
185 line-height: 140%;
186 margin: 0 0 12px !important;
187 }
188
189 .premio-help-content p a {
190 color: var(--premio-help-primary-color);
191 font-weight: 700;
192 text-decoration: none;
193 transition: 0.4s;
194 }
195 .premio-help-content p a:hover{
196 color: var(--premio-help-hover-color);
197 }
198
199 .premio-help-button-wrap {
200 height: 64px;
201 width: 64px;
202 position: fixed;
203 bottom: 25px;
204 right: 25px;
205 }
206
207 .premio-help-button-wrap img {
208 height: 100%;
209 width: 100%;
210 margin: 0 auto;
211 }
212
213 .premio-help-button,
214 .premio-help-close-btn {
215 background-color: var(--premio-help-primary-color);
216 display: inline-block;
217 height: 64px;
218 width: 64px;
219 padding: 11px;
220 border-radius: 50%;
221 transition: 0.4s;
222 }
223 .premio-help-button:hover {
224 background-color: var(--premio-help-hover-color);
225 }
226
227 .premio-help-button.hide {
228 display: none;
229 }
230
231 .premio-help-close-btn {
232 background-color: #000 !important;
233 padding: 16px;
234 display: none;
235 }
236
237 .premio-help-close-btn.show {
238 display: inline-block;
239 }
240
241 .premio-help-button-wrap span.tooltiptext {
242 position: absolute;
243 background: #000;
244 font-size: 12px;
245 color: #fff;
246 top: -40px;
247 max-width: 140%;
248 text-align: center;
249 left: -14%;
250 border-radius: 5px;
251 direction: ltr;
252 visibility: visible;
253 opacity: 1;
254 padding: 8px 12px;
255 font-weight: 600;
256 }
257
258 .premio-help-button-wrap span.tooltiptext:after {
259 bottom: -9px;
260 content: "";
261 transform: translateX(-50%);
262 border-width: 10px 5px 0;
263 border-style: solid;
264 border-color: #000 transparent transparent;
265 left: 75%;
266 position: absolute;
267 }
268
269 .premio-form-field input,
270 .premio-form-field textarea {
271 min-height: 1px;
272 line-height: 1.4;
273 -webkit-border-radius: 5px;
274 -moz-border-radius: 5px;
275 border-radius: 5px;
276 padding: 5px 10px;
277 display: block;
278 width: 100%;
279 box-sizing: border-box;
280 border: 1px solid #c5c5c5;
281 }
282
283 .help-form-footer {
284 text-align: center;
285 }
286
287 .help-form-footer p {
288 margin: 0;
289 padding: 0;
290 }
291
292 .help-form-footer p+p {
293 margin: 0;
294 padding: 10px 0;
295 }
296
297 .premio-help-form input.input-error,
298 .premio-help-form textarea.input-error {
299 border-color: #dc3232;
300 }
301
302
303 .premio-help-absulate-content {
304 position: absolute;
305 right: 0;
306 bottom: 100%;
307 width: 200px;
308 visibility: hidden;
309 opacity: 0;
310 transform: translateY(10px);
311 /* optional slide effect */
312 transition: opacity 0.4s ease, transform 0.4s ease;
313 pointer-events: none;
314 /* prevent interaction when hidden */
315 }
316
317 /* .premio-help-button-wrap:hover .premio-help-absulate-content, */
318 .premio-help-absulate-content.active {
319 visibility: visible;
320 opacity: 1;
321 transform: translateY(0);
322 pointer-events: auto;
323 }
324
325 .premio-help-absulate-content-single {
326 opacity: 0;
327 visibility: hidden;
328 pointer-events: none;
329 transform: translateY(20px);
330 text-decoration: none !important;
331 }
332 .premio-help-absulate-content-single:focus {
333 box-shadow: none;
334 }
335
336 .premio-help-absulate-content.active .premio-help-absulate-content-single {
337 animation: slideInBottom 0.4s forwards ease;
338 pointer-events: auto;
339 visibility: visible;
340 }
341
342 .premio-help-absulate-content.hide .premio-help-absulate-content-single {
343 animation: slideOutTop 0.4s forwards ease;
344 }
345
346 @keyframes slideInBottom {
347 0% {
348 opacity: 0;
349 transform: translateY(20px);
350 visibility: visible;
351 }
352
353 100% {
354 opacity: 1;
355 transform: translateY(0);
356 visibility: visible;
357 }
358 }
359
360 @keyframes slideOutTop {
361 0% {
362 opacity: 1;
363 transform: translateY(0);
364 visibility: visible;
365 }
366
367 100% {
368 opacity: 0;
369 transform: translateY(20px);
370 visibility: hidden;
371 }
372 }
373
374 .premio-help-absulate-content a {
375 display: flex;
376 justify-content: end;
377 gap: 8px;
378 align-items: center;
379 margin-bottom: 8px;
380 }
381
382 .premio-help-absulate-content-single span {
383 background-color: var(--premio-help-primary-color);
384 color: #fff;
385 transition: 0.4s;
386 }
387
388 .premio-help-absulate-content-single:hover span{
389 background-color: var(--premio-help-hover-color);
390 }
391 .premio-help-absulate-content-single .icon-img {
392 padding: 16px;
393 height: 64px;
394 width: 64px;
395 display: inline-block;
396 border-radius: 50%;
397 }
398
399 .premio-help-absulate-content-single .icon-img.pro {
400 background: var(--Main-gradient, linear-gradient(180deg, #F69D01 0%, #F65901 100%));
401 }
402
403 .premio-help-absulate-content-single .text {
404 padding: 8px 16px;
405 border-radius: 8px;
406 box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
407 }
408
409 .premio-form-response p {
410 margin: 10px 0;
411 }
412
413 @media (max-width: 960px) {
414 .premio-help-wrap {
415 padding-left: 20px;
416 }
417 }
418
419 @media (max-width: 576px) {
420 .premio-help-menu {
421 gap: 8px;
422 padding: 0;
423 }
424
425 .premio-help-content {
426 padding: 0;
427 }
428 }
429
430 @media (max-width: 480px) {
431 .premio-help-menu {
432 display: none;
433 }
434 }
435
436
437