PluginProbe
Comments Extra Fields For Post,Pages and CPT / 5.0
Comments Extra Fields For Post,Pages and CPT v5.0
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 5.0, at css/wpcomment-style.css

592 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{
332 display:flex;
333 }
334
335 /*.nm-boxes-outer .pre_upload_image {*/
336 /* float: left;*/
337 /* margin-right: 5px;*/
338 /* position: relative;*/
339 /*}*/
340
341 .wpcomment-image-overlay{
342 position: absolute;
343 bottom: 0;
344 left:0;
345 opacity: 0;
346 width: 100%;
347 text-align: center;
348 }
349
350 .pre_upload_image:hover{
351 opacity: .7;
352 }
353
354 .pre_upload_image:hover .wpcomment-image-overlay{
355 opacity: 1;
356 background-image: url('share.png');
357 }
358
359 .wpcomment-popup-body.images{
360 text-align: center;
361 }
362
363 .nm-boxes-outer input[type=radio],
364 .nm-boxes-outer input[type=checkbox] {
365 display: none !important;
366 }
367
368 .nm-boxes-outer input+img {
369 cursor: pointer;
370 border: 2px solid transparent;
371 }
372
373 .nm-boxes-outer input:checked+img {
374 border: 2px solid #f00;
375 }
376
377 .wpcomment-col {
378 padding: 0 5px!important;
379 }
380
381 /* pricematrix */
382
383 .wpcomment-slider-container {
384 margin: 10px auto;
385 }
386
387 .wpcomment-pricematrix-range {
388 clear: both;
389 border-bottom: 1px #ccc dashed;
390 }
391
392 #wpcommentSlider,
393 .wpcomment-range-bs-slider {
394 width: 100%;
395 }
396
397 #wpcommentSlider .slider-selection {
398 background: #81bfde;
399 }
400
401 .wpcomment-delete-option-table {
402 color: red;
403 cursor: pointer;
404 }
405
406 /*
407 2- Helper Icon With Desciption CSS
408 */
409
410 #wpcomment_tooltip {
411 font-family: Ubuntu, sans-serif;
412 font-size: 0.875em;
413 text-align: center;
414 text-shadow: 0 1px rgba( 0, 0, 0, .5);
415 line-height: 1.5;
416 color: #fff;
417 background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
418 background: -moz-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
419 background: -ms-radial-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
420 background: -o-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
421 background: linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
422 -webkit-border-radius: 5px;
423 -moz-border-radius: 5px;
424 border-radius: 5px;
425 border-top: 1px solid #fff;
426 -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
427 -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
428 box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
429 position: absolute;
430 z-index: 10024;
431 padding: 15px;
432 overflow: visible;
433
434 }
435
436 #wpcomment_tooltip:after {
437 width: 0;
438 height: 0;
439 border-left: 10px solid transparent;
440 border-right: 10px solid transparent;
441 border-top: 10px solid #333;
442 border-top-color: rgba( 0, 0, 0, .7);
443 content: '';
444 position: absolute;
445 left: 50%;
446 bottom: -10px;
447 margin-left: -10px;
448 }
449
450 #wpcomment_tooltip.top:after {
451 border-top-color: transparent;
452 border-bottom: 10px solid #333;
453 border-bottom-color: rgba( 0, 0, 0, .6);
454 top: -20px;
455 bottom: auto;
456 }
457
458 #wpcomment_tooltip.left:after {
459 left: 10px;
460 margin: 0;
461 }
462
463 #wpcomment_tooltip.right:after {
464 right: 10px;
465 left: auto;
466 margin: 0;
467 }
468
469 /*variation quantity grid view css*/
470
471 .wpcomment-quantity-box-cols {
472 padding: 0px 0px 6px 0px;
473 border: 1px solid gray;
474 border-radius: 5px;
475 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
476 transition: 0.3s;
477 line-height: 15px;
478 font-size: 11px;
479 }
480
481 .wpcomment-quantity-qty-section input {
482 width: 20px;
483 }
484
485 .wpcomment-quantity-price-wrap {
486 display: block;
487 margin-top: -10px;
488 }
489
490 /** Hiding select options for variable products **/
491
492 /*option.wpcomment-variable-option{
493 display: none;
494 }*/
495
496 /* Iris color-picker **/
497
498 .iris-picker .iris-square {
499 margin-right: 8% !important;
500 }
501
502 /*====== Elementor Issue CSS ========*/
503
504 .woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart {
505 display: block !important;
506 }
507
508 .elementor-add-to-cart form.cart {
509 display: block !important;
510 }
511
512 /** ========= files uploaded filelist ======== */
513
514 .wpcomment-wrapper div.filelist {
515 display: flex;
516 }
517
518 div.filelist .u_i_c_box {
519 flex: 1;
520 }
521
522 .wpcomment-option-notice {
523 color: red;
524 padding: 5px;
525 font-size: 17px;
526 text-align: center;
527 }
528
529 .wpcomment-option-notice p {
530 margin: 0 !important;
531 }
532
533 .nm-horizontal-layout .wpcomment-instock,
534 .wpcomment-quantities-grid .wpcomment-instock {
535 display: block;
536 }
537
538 #powerTip {
539 white-space: inherit !important;
540 /*left: auto!important;*/
541 }
542
543 .wpcomment-wrapper .wpcomment-tooltip {
544 cursor: help;
545 }
546
547 @media only screen and (max-width: 600px) {
548 #powerTip {
549 /*width: 200px !important;*/
550 }
551 }
552
553 .woocommerce-js .wpcomment-flex-controller{
554 display: block !important;
555 }
556
557 /*Nicenumber =/- css*/
558 .wpcomment-number-plusminus {
559 display: inline-flex;
560 justify-content: stretch;
561 }
562
563 .wpcomment-number-plusminus input {
564 vertical-align: middle;
565 -moz-appearance: textfield !important;
566 box-sizing: content-box;
567 margin: 0;
568 text-align: center;
569 }
570
571 .wpcomment-number-plusminus input::-webkit-inner-spin-button,
572 .wpcomment-number-plusminus input::-webkit-outer-spin-button {
573 -webkit-appearance: none !important;
574 margin: 0;
575 }
576
577 .wpcomment-ul{
578 padding:0;
579 }
580
581 .wpcomment-li{
582 list-style:none;
583 }
584
585 .wpcomment-file-wrapper{
586 text-align:center;
587 }
588
589 .wpcomment-heading{
590 font-weight: 600;
591 font-size:20px;
592 }