PluginProbe
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More / 1.0.6
Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More v1.0.6
trunk 1.0.0 1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
search-replace-wpcode / src / admin / jconfirm.css

jconfirm.css in Search & Replace Everything by WPCode – Find and Replace Media, Text, Links, and More 1.0.6, at src/admin/jconfirm.css

458 lines 13.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 body div.jconfirm *,
3 body div.jconfirm *::before,
4 body div.jconfirm *::after {
5 -webkit-box-sizing: border-box;
6 -moz-box-sizing: border-box;
7 box-sizing: border-box;
8 }
9
10 body div.jconfirm .jconfirm-box-container .jconfirm-box {
11 display: grid;
12 grid-template-columns: repeat(2, 1fr);
13 justify-items: center;
14 animation: none;
15 background: #ffffff;
16 border-radius: 6px;
17 border-top-style: solid;
18 border-top-width: 4px;
19 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
20 padding-top: 34px;
21 }
22
23 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c,
24 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane,
25 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons {
26 grid-column: 1 / -1;
27 }
28
29 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default {
30 border-top-width: 0;
31 padding-top: 25px;
32 }
33
34 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default .jconfirm-title-c {
35 margin-bottom: 20px;
36 }
37
38 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default .jconfirm-title-c .jconfirm-icon-c {
39 font-size: 44px;
40 margin-bottom: -6px;
41 }
42
43 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default button.btn-confirm {
44 background-color: #e27730;
45 border-color: #e27730;
46 }
47
48 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-default button.btn-confirm:hover {
49 background-color: #cd6622;
50 border-color: #cd6622;
51 }
52
53 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red {
54 border-top-color: #d63638 !important;
55 }
56
57 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
58 color: #d63638 !important;
59 }
60
61 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red button.btn-confirm {
62 background-color: #d63638;
63 border-color: #d63638;
64 }
65
66 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-red button.btn-confirm:hover {
67 background-color: #b32d2e;
68 border-color: #b32d2e;
69 }
70
71 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange {
72 border-top-color: #e27730 !important;
73 }
74
75 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
76 color: #e27730 !important;
77 }
78
79 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange button.btn-confirm {
80 background-color: #e27730;
81 border-color: #e27730;
82 }
83
84 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-orange button.btn-confirm:hover {
85 background-color: #cd6622;
86 border-color: #cd6622;
87 }
88
89 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow {
90 border-top-color: #ffb900 !important;
91 }
92
93 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow .jconfirm-title-c .jconfirm-icon-c {
94 color: #ffb900 !important;
95 }
96
97 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow button.btn-confirm {
98 background-color: #ffb900;
99 border-color: #ffb900;
100 }
101
102 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-yellow button.btn-confirm:hover {
103 background-color: #ffaa00;
104 border-color: #ffaa00;
105 }
106
107 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue {
108 border-top: 0 !important;
109 }
110
111 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
112 color: var(--wsrw-color-primary) !important;
113 }
114
115 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue button.btn-confirm {
116 background-color: var(--wsrw-color-primary);
117 border-color: var(--wsrw-color-primary);
118 }
119
120 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-blue button.btn-confirm:hover {
121 background-color: var(--wsrw-button-primary-bg-hover);
122 border-color: var(--wsrw-button-primary-bg-hover);
123 }
124
125 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green {
126 border-top-color: #00a32a !important;
127 }
128
129 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
130 color: #00a32a !important;
131 }
132
133 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green button.btn-confirm {
134 background-color: #00a32a;
135 border-color: #00a32a;
136 }
137
138 body div.jconfirm .jconfirm-box-container .jconfirm-box.jconfirm-type-green button.btn-confirm:hover {
139 background-color: #008a20;
140 border-color: #008a20;
141 }
142
143 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon {
144 color: transparent;
145 height: 14px;
146 opacity: 1;
147 right: 10px;
148 top: 10px;
149 width: 14px;
150 }
151 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon .close-icon-svg{
152 width: 15px; /* adjust size as needed */
153 height: 14px; /* adjust size as needed */
154 background-image: url('../admin/images/close.svg'); /* place your SVG file path here */
155 background-size: cover;
156 display: inline-block;
157 }
158
159 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-closeIcon:hover:after {
160 color: #777777 !important;
161 }
162
163 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c {
164 margin: 0 0 20px 0;
165 padding: 0;
166 font-weight: 600;
167 }
168
169 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
170 font-size: 47px;
171 margin: 0;
172 -ms-transform: none !important;
173 transform: none !important;
174 -webkit-transition: none !important;
175 transition: none !important;
176 }
177
178 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-icon-c + .jconfirm-title {
179 margin-top: 20px;
180 }
181
182 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-title {
183 color: #444444;
184 display: block;
185 line-height: 30px;
186 }
187
188 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane {
189 display: block;
190 margin-bottom: 20px;
191 }
192
193 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content {
194 color: #444444;
195 font-size: 16px;
196 line-height: 24px;
197 margin-bottom: 0;
198 overflow: inherit;
199 }
200
201 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content.lite-upgrade p {
202 color: #777777;
203 font-size: 18px;
204 padding: 0 20px;
205 }
206
207 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p {
208 font-size: inherit;
209 line-height: inherit;
210 margin: 0 0 16px;
211 }
212
213 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p:last-of-type {
214 margin: 0;
215 }
216
217 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.large {
218 font-size: 18px;
219 }
220
221 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content p.small {
222 font-size: 14px;
223 }
224
225 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=text],
226 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=number],
227 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=email],
228 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=url],
229 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=password],
230 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=search],
231 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content input[type=tel],
232 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content textarea,
233 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content select {
234 margin: 10px 2px;
235 width: calc(100% - 4px);
236 }
237
238 body div.jconfirm .jconfirm-box-container .jconfirm-box .already-purchased {
239 display: block;
240 grid-row: 5;
241 grid-column: 1 / -1;
242 color: #bbbbbb;
243 font-size: 14px;
244 margin-top: 15px;
245 text-decoration: underline;
246 text-align: center;
247 }
248
249 body div.jconfirm .jconfirm-box-container .jconfirm-box .already-purchased:hover {
250 color: #777777;
251 text-decoration: underline;
252 }
253
254 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note {
255 grid-row: 4;
256 grid-column: 1 / -1;
257 margin: 25px 0 0 0;
258 text-align: center;
259 }
260
261 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note p {
262 background-color: #fcf9e8;
263 color: #777777;
264 font-size: 16px;
265 margin: 0 -30px;
266 padding: 22px 52px 12px 52px;
267 position: relative;
268 }
269
270 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note p:after {
271 top: -16px;
272 background-color: #ffffff;
273 border-radius: 50%;
274 color: #00a32a;
275 content: "\f058";
276 display: inline-block;
277 font: normal normal normal 14px FontAwesome;
278 font-size: 26px;
279 margin-right: -18px;
280 padding: 5px 6px;
281 position: absolute;
282 right: 50%;
283 text-rendering: auto;
284 -webkit-font-smoothing: antialiased;
285 -moz-osx-font-smoothing: grayscale;
286 }
287
288 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note span {
289 color: #00a32a;
290 font-weight: 700;
291 }
292
293 body div.jconfirm .jconfirm-box-container .jconfirm-box .discount-note a {
294 color: #777777;
295 display: block;
296 margin-top: 12px;
297 }
298
299 body div.jconfirm .jconfirm-box-container .jconfirm-box .feature-video {
300 margin: 30px 0 0 0;
301 }
302
303 body div.jconfirm .jconfirm-box-container .jconfirm-box .pro-feature-video {
304 margin: 15px 0 10px 0;
305 }
306
307 body div.jconfirm .jconfirm-box-container .jconfirm-box input[type=text]:not(.choices__input) {
308 display: block;
309 width: 99%;
310 border: 1px solid #d6d6d6;
311 padding: 10px !important;
312 box-shadow: none;
313 margin: 10px 1px 1px 1px !important;
314 line-height: 1 !important;
315 outline: 0;
316 }
317
318 body div.jconfirm .jconfirm-box-container .jconfirm-box input[type=text]:not(.choices__input):focus {
319 border-color: #007cba;
320 box-shadow: 0 0 0 1px #007cba;
321 }
322
323 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons {
324 margin-top: -10px;
325 }
326
327 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button {
328 min-width: 83px;
329 background: #f8f8f8;
330 border: 1px solid #cccccc;
331 border-radius: 4px;
332 color: #777777;
333 font-size: 16px;
334 font-weight: 600;
335 line-height: 20px;
336 outline: none;
337 padding: 11px 17px;
338 text-transform: none;
339 margin: 10px;
340 transition-property: all;
341 transition-duration: 0.15s;
342 transition-timing-function: ease-out;
343 }
344
345 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button:hover {
346 background: #eeeeee;
347 border-color: #cccccc;
348 }
349
350 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button[disabled] {
351 cursor: no-drop;
352 pointer-events: none;
353 opacity: .25;
354 }
355
356 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-confirm {
357 color: #ffffff;
358 }
359
360 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.hidden + button {
361 margin-left: 0;
362 margin-right: 0;
363 }
364
365 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-block {
366 display: block;
367 margin: 0 0 10px 0 !important;
368 text-align: center;
369 width: 100%;
370 }
371
372 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn-normal-case {
373 text-transform: none !important;
374 }
375
376 body div.jconfirm .jconfirm-box-container .jconfirm-box .jconfirm-buttons button i {
377 margin: 0 10px 0 0;
378 }
379
380 body div.jconfirm .jconfirm-box-container .jconfirm-box .error {
381 color: #d63638;
382 display: none;
383 }
384
385 body div.jconfirm .jconfirm-box-container .jconfirm-box button[disabled] {
386 cursor: no-drop;
387 }
388
389 .choices {
390 font-size: 16px;
391 text-align: start;
392 }
393
394 body .jconfirm.has-video div.jconfirm-box-container .jconfirm-box {
395 padding-bottom: 0;
396 padding-top: 30px;
397 }
398
399 body .jconfirm.has-video div.jconfirm-box-container .already-purchased {
400 display: block;
401 grid-row: 4;
402 grid-column: 1 / 2;
403 margin-top: 0;
404 }
405
406 body .jconfirm.has-video div.jconfirm-box-container .already-purchased:hover {
407 color: #777777;
408 }
409
410 body .jconfirm.has-video div.jconfirm-box-container .discount-note {
411 grid-row: 5;
412 margin: 20px 0 0;
413 }
414
415 body .jconfirm.has-video div.jconfirm-box-container .discount-note p {
416 margin: 0 -30px;
417 padding: 20px 52px;
418 border-radius: 0 0 6px 6px;
419 }
420
421 body .jconfirm.has-video div.jconfirm-box-container .discount-note p:after {
422 display: none;
423 }
424
425 body .jconfirm.has-video div.jconfirm-box-container .feature-video, body .jconfirm.has-video div.jconfirm-box-container .pro-feature-video {
426 grid-row: 1 / span 4;
427 grid-column-start: 2;
428 margin-top: 0;
429 margin-left: 15px;
430 }
431
432 body .jconfirm.has-video div.jconfirm-box-container .jconfirm-title-c,
433 body .jconfirm.has-video div.jconfirm-box-container .jconfirm-content-pane,
434 body .jconfirm.has-video div.jconfirm-box-container .jconfirm-buttons {
435 grid-column: 1 / 2;
436 }
437
438 body .jconfirm.upgrade-modal .jconfirm-box-container div.jconfirm-box {
439 padding-bottom: 30px;
440 }
441
442 body .jconfirm.upgrade-modal .jconfirm-box-container div.jconfirm-box .pro-feature-video {
443 margin-bottom: 0;
444 }
445
446 body .jconfirm.upgrade-modal .jconfirm-box-container div.jconfirm-box .jconfirm-buttons {
447 padding-bottom: 0;
448 }
449
450 @media screen and (max-width: 1023px) {
451 body .jconfirm.has-video div.jconfirm-box {
452 grid-template-columns: repeat(1, 1fr);
453 }
454
455 body .jconfirm.has-video .feature-video, body .jconfirm.has-video .pro-feature-video {
456 display: none;
457 }
458 }