PluginProbe
Comments Extra Fields For Post,Pages and CPT / 4.2
Comments Extra Fields For Post,Pages and CPT v4.2
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.2 2.3 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 5.0 5.1 5.2
wp-comment-fields / css / wpcomment-style.css

wpcomment-style.css in Comments Extra Fields For Post,Pages and CPT 4.2, at css/wpcomment-style.css

588 lines 10.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** PPOM CSS **/
2
3 .wpcomment-wrapper {
4 padding: 0 !important;
5 clear: both;
6 margin-bottom: 15px;
7 width: 100%;
8 }
9
10 .wpcomment-wrapper span.show_description {
11 font-size: 11px;
12 color: #999;
13 padding-left: 5px;
14 }
15
16 .wpcomment-wrapper span.show_required {
17 color: red;
18 }
19
20 /** https://wordpress.org/support/topic/multiple-css-change-requests/ **/
21
22 /*.wpcomment-wrapper textarea{
23 height: inherit !important;
24 min-height: inherit !important;
25 min-width: inherit !important;
26 }*/
27
28 /** hiding prices for related products **/
29
30 .related.products .amount-options {
31 display: none;
32 }
33
34 /** hiding prices for upsell products **/
35
36 .upsells .amount-options {
37 display: none;
38 }
39
40 /** price container **/
41
42 #wpcomment-price-container {}
43
44 #wpcomment-price-container ul li {
45 list-style: none;
46 line-height: 4px;
47 }
48
49 /*#wpcomment-price-container {
50 text-align: center;
51 background: #00DD88;
52 background: -moz-linear-gradient(center top , #00DD88 0%, #00CC00 100%) repeat scroll 0 0 transparent;
53 border-radius: 15px;
54 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
55 margin: 5px 0 10px 15px;
56 position: absolute;
57 right: -580px;
58 width: 350px;
59 min-height: 50px;
60 display: none;
61 z-index: 100;
62 }*/
63
64 #wpcomment-price-cloner-wrapper {
65 display: none;
66 }
67
68 /** Ends price container **/
69
70 /** ========= palettes input design ========== **/
71
72 .wpcomment-palettes label>input {
73 visibility: hidden;
74 position: absolute;
75 }
76
77 .wpcomment-single-palette {
78 margin: 2px;
79 }
80
81 .wpcomment-palettes label>input+.wpcomment-single-palette {
82 cursor: pointer;
83 text-align: center;
84 width: 60px;
85 height: 60px;
86 float: left;
87 border: 2px solid transparent;
88 position: relative;
89 color: #c73c3c;
90 transition: 0.5s all;
91 -webkit-transition: 0.5s all;
92 }
93
94 .wpcomment-palettes label>input:checked+.wpcomment-single-palette {
95 border: 2px solid #000;
96 margin-right: 10px;
97 }
98
99 .wpcomment-palettes .amount {
100 position: absolute;
101 /*background-color: rgba(0,0,0,0.5);*/
102 bottom: 0;
103 text-align: center;
104 left: 0;
105 width: 100%;
106 }
107
108 .wpcomment-single-palette:hover {
109 -moz-box-shadow: 0px 0px 5px white;
110 -webkit-box-shadow: 0px 0px 5px white;
111 box-shadow: 0px 0px 8px white;
112 z-index: 999;
113 }
114
115 /** ========= Ends palettes ============*/
116
117 /** ========= Image upload =============*/
118
119 .wpcomment_upload_image_box {
120 /*border: 1px dashed;
121 background: #eee;
122 text-align: center;*/
123 }
124
125 .wpcomment_upload_image_box .pre_upload_image {
126 /*width: 100px;
127 height: 100px;*/
128 overflow: hidden;
129 float: left;
130 text-align: center;
131 background-color: #FFF;
132 margin: 5px;
133 cursor: pointer;
134 position: relative;
135 max-width: 100px;
136 }
137
138 .wpcomment_upload_image_box .input_image {
139 /*position: absolute;*/
140 bottom: 0;
141 background-color: #fff;
142 width: 100%;
143 }
144
145 .p_u_i_name {
146 background-color: #E0DFDF;
147 overflow: hidden;
148 margin: 0 auto;
149 font-size: 13px;
150 padding: 5px;
151 }
152
153 .nm-imagetools .fa {
154 color: black;
155 }
156
157 /** ======== audio/video ======== **/
158
159 .wpcomment_audio_box .wpcomment_audio {
160 text-align: center;
161 }
162
163 /** ========== File ========== **/
164
165 .wpcomment-file-container {
166 background-color: #ccc;
167 padding: 25px;
168 }
169
170 .modal-body {
171 position: relative;
172 overflow-y: auto;
173 max-height: 400px;
174 padding: 15px;
175 }
176
177 .wpcomment-dragdrop-text {
178 display: block;
179 font-style: italic;
180 }
181
182 .wpcomment-file-cb {
183 display: none !important
184 }
185
186 /** ========= Ends Image upload =============*/
187
188 /** ========== prices handler ==============**/
189
190 .wpcomment-option-price-list li>span:first-child {
191 padding: 10px;
192 float: left;
193 clear: both;
194 }
195
196 .wpcomment-option-price-list li>span:last-child {
197 padding: 10px;
198 float: right;
199 }
200
201 /** ==== variation quantity === */
202
203 .wpcomment-wrapper table td {
204 text-align: center !important;
205 }
206
207 /** ========= PPOM Conditional Fields =========== */
208
209 .wpcomment-c-hide{
210 display:none;
211 }
212
213 .wpcomment-c-show{
214 display:block;
215 }
216
217 /*div[class^="wpcomment-locked-"],*/
218 /*div[class*=" wpcomment-locked-"] {*/
219 /* display: none;*/
220 /*}*/
221
222 /** =========== Bulkquantity =============== */
223
224 #wpcomment-input-bulkquantity input[type=range] {
225 -webkit-appearance: none;
226 margin-top: 0.5rem;
227 width: 100%;
228 border: none !important;
229 background: transparent;
230 padding: 0;
231 }
232
233 #wpcomment-input-bulkquantity input[type=range]:focus {
234 outline: none;
235 }
236
237 #wpcomment-input-bulkquantity input[type=range]::-webkit-slider-runnable-track {
238 width: 100%;
239 height: 0.3rem;
240 cursor: pointer;
241 animate: 0.2s;
242 background: #eee;
243 border-radius: 5px;
244 }
245
246 #wpcomment-input-bulkquantity input[type=range]::-webkit-slider-thumb {
247 height: 1rem;
248 width: 1rem;
249 border-radius: 0.5rem;
250 background: #0275d8;
251 cursor: pointer;
252 -webkit-appearance: none;
253 margin-top: -0.35rem;
254 }
255
256 #wpcomment-input-bulkquantity input[type=range]::-moz-range-track {
257 width: 100%;
258 height: 0.3rem;
259 cursor: pointer;
260 animate: 0.2s;
261 background: #eee;
262 border-radius: 5px 10px;
263 }
264
265 #wpcomment-input-bulkquantity input[type=range]::-moz-range-thumb {
266 height: 1rem;
267 width: 1rem;
268 border-radius: 0.5rem;
269 background: #0275d8;
270 cursor: pointer;
271 }
272
273 #wpcomment-input-bulkquantity input[type=range]::-ms-track {
274 width: 100%;
275 height: 0.9rem;
276 cursor: pointer;
277 animate: 0.2s;
278 background: transparent;
279 color: transparent;
280 }
281
282 #wpcomment-input-bulkquantity input[type=range]::-ms-fill-lower {
283 background: #e1e1e1;
284 border-radius: 10px 5px;
285 }
286
287 #wpcomment-input-bulkquantity input[type=range]::-ms-fill-upper {
288 background: #eee;
289 border-radius: 10px;
290 }
291
292 #wpcomment-input-bulkquantity input[type=range]::-ms-thumb {
293 height: 1rem;
294 width: 1rem;
295 border-radius: 0.5rem;
296 background: #0275d8;
297 cursor: pointer;
298 }
299
300 #wpcomment-input-bulkquantity input[type=range]:focus::-ms-fill-lower {
301 background: #eee;
302
303 }
304
305 #wpcomment-input-bulkquantity datalist {
306 display: flex;
307 justify-content: space-between;
308 height: 6px;
309 overflow: hidden;
310 margin-top: -6px;
311 }
312
313 #wpcomment-input-bulkquantity datalist option::before {
314 content: '';
315 display: block;
316 width: 0;
317 border-right: 1px solid #DDD;
318 height: 10px;
319 padding-left: 3px;
320 text-indent: 0;
321 }
322
323 /* ========== Croppie ========== */
324
325 .wpcomment-croppie-btn {
326 display: none;
327 }
328
329 /* ========== Pre Images style ========== */
330
331 .nm-boxes-outer .pre_upload_image {
332 float: left;
333 margin-right: 5px;
334 position: relative;
335 }
336
337 .wpcomment-image-overlay{
338 position: absolute;
339 bottom: 0;
340 left:0;
341 opacity: 0;
342 width: 100%;
343 text-align: center;
344 }
345
346 .pre_upload_image:hover{
347 opacity: .7;
348 }
349
350 .pre_upload_image:hover .wpcomment-image-overlay{
351 opacity: 1;
352 background-image: url('share.png');
353 }
354
355 .wpcomment-popup-body.images{
356 text-align: center;
357 }
358
359 .nm-boxes-outer input[type=radio],
360 .nm-boxes-outer input[type=checkbox] {
361 display: none;
362 }
363
364 .nm-boxes-outer input+img {
365 cursor: pointer;
366 border: 2px solid transparent;
367 }
368
369 .nm-boxes-outer input:checked+img {
370 border: 2px solid #f00;
371 }
372
373 .wpcomment-col {
374 padding: 0 5px!important;
375 }
376
377 /* pricematrix */
378
379 .wpcomment-slider-container {
380 margin: 10px auto;
381 }
382
383 .wpcomment-pricematrix-range {
384 clear: both;
385 border-bottom: 1px #ccc dashed;
386 }
387
388 #wpcommentSlider,
389 .wpcomment-range-bs-slider {
390 width: 100%;
391 }
392
393 #wpcommentSlider .slider-selection {
394 background: #81bfde;
395 }
396
397 .wpcomment-delete-option-table {
398 color: red;
399 cursor: pointer;
400 }
401
402 /*
403 2- Helper Icon With Desciption CSS
404 */
405
406 #wpcomment_tooltip {
407 font-family: Ubuntu, sans-serif;
408 font-size: 0.875em;
409 text-align: center;
410 text-shadow: 0 1px rgba( 0, 0, 0, .5);
411 line-height: 1.5;
412 color: #fff;
413 background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
414 background: -moz-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
415 background: -ms-radial-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
416 background: -o-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
417 background: linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
418 -webkit-border-radius: 5px;
419 -moz-border-radius: 5px;
420 border-radius: 5px;
421 border-top: 1px solid #fff;
422 -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
423 -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
424 box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
425 position: absolute;
426 z-index: 10024;
427 padding: 15px;
428 overflow: visible;
429
430 }
431
432 #wpcomment_tooltip:after {
433 width: 0;
434 height: 0;
435 border-left: 10px solid transparent;
436 border-right: 10px solid transparent;
437 border-top: 10px solid #333;
438 border-top-color: rgba( 0, 0, 0, .7);
439 content: '';
440 position: absolute;
441 left: 50%;
442 bottom: -10px;
443 margin-left: -10px;
444 }
445
446 #wpcomment_tooltip.top:after {
447 border-top-color: transparent;
448 border-bottom: 10px solid #333;
449 border-bottom-color: rgba( 0, 0, 0, .6);
450 top: -20px;
451 bottom: auto;
452 }
453
454 #wpcomment_tooltip.left:after {
455 left: 10px;
456 margin: 0;
457 }
458
459 #wpcomment_tooltip.right:after {
460 right: 10px;
461 left: auto;
462 margin: 0;
463 }
464
465 /*variation quantity grid view css*/
466
467 .wpcomment-quantity-box-cols {
468 padding: 0px 0px 6px 0px;
469 border: 1px solid gray;
470 border-radius: 5px;
471 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
472 transition: 0.3s;
473 line-height: 15px;
474 font-size: 11px;
475 }
476
477 .wpcomment-quantity-qty-section input {
478 width: 20px;
479 }
480
481 .wpcomment-quantity-price-wrap {
482 display: block;
483 margin-top: -10px;
484 }
485
486 /** Hiding select options for variable products **/
487
488 /*option.wpcomment-variable-option{
489 display: none;
490 }*/
491
492 /* Iris color-picker **/
493
494 .iris-picker .iris-square {
495 margin-right: 8% !important;
496 }
497
498 /*====== Elementor Issue CSS ========*/
499
500 .woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart {
501 display: block !important;
502 }
503
504 .elementor-add-to-cart form.cart {
505 display: block !important;
506 }
507
508 /** ========= files uploaded filelist ======== */
509
510 .wpcomment-wrapper div.filelist {
511 display: flex;
512 }
513
514 div.filelist .u_i_c_box {
515 flex: 1;
516 }
517
518 .wpcomment-option-notice {
519 color: red;
520 padding: 5px;
521 font-size: 17px;
522 text-align: center;
523 }
524
525 .wpcomment-option-notice p {
526 margin: 0 !important;
527 }
528
529 .nm-horizontal-layout .wpcomment-instock,
530 .wpcomment-quantities-grid .wpcomment-instock {
531 display: block;
532 }
533
534 #powerTip {
535 white-space: inherit !important;
536 /*left: auto!important;*/
537 }
538
539 .wpcomment-wrapper .wpcomment-tooltip {
540 cursor: help;
541 }
542
543 @media only screen and (max-width: 600px) {
544 #powerTip {
545 /*width: 200px !important;*/
546 }
547 }
548
549 .woocommerce-js .wpcomment-flex-controller{
550 display: block !important;
551 }
552
553 /*Nicenumber =/- css*/
554 .wpcomment-number-plusminus {
555 display: inline-flex;
556 justify-content: stretch;
557 }
558
559 .wpcomment-number-plusminus input {
560 vertical-align: middle;
561 -moz-appearance: textfield !important;
562 box-sizing: content-box;
563 margin: 0;
564 text-align: center;
565 }
566
567 .wpcomment-number-plusminus input::-webkit-inner-spin-button,
568 .wpcomment-number-plusminus input::-webkit-outer-spin-button {
569 -webkit-appearance: none !important;
570 margin: 0;
571 }
572
573 .wpcomment-ul{
574 padding:0;
575 }
576
577 .wpcomment-li{
578 list-style:none;
579 }
580
581 .wpcomment-file-wrapper{
582 text-align:center;
583 }
584
585 .wpcomment-heading{
586 font-weight: 600;
587 font-size:20px;
588 }