PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 7.8.1
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v7.8.1
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
chatbot / templates / template-01 / style.css

style.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 7.8.1, at templates/template-01/style.css

761 lines 12.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2
3 01. Ball content
4
5 02. wp Chat bot Message container
6
7 -A Link Item
8
9 -B Loading
10
11 03. wp Chat bot Message Editor
12
13 04. wp Chat bottom Tab Nav Editor
14
15 05. Tab Feature Product
16
17 06. Tab Cart
18
19 07. Product Details
20
21 */
22
23
24
25 /*********************
26
27 01. Ball content wrapper
28
29 **********************/
30
31 .wp-chatbot-board-container {
32
33 border-radius: 5px;
34
35 box-shadow: 0 5px 40px rgba(0, 0, 0, .10);
36
37 background: #deebe9 url("../../images/tpl-one-header.png") no-repeat top center;
38
39 background-size: contain;
40 box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
41 border-radius: 8px;
42 }
43
44
45
46 /******************************
47
48 02. wp Chat bot Message container
49
50 *********************************/
51
52
53
54 .wp-chatbot-header {
55
56 background-color: #70aca9;
57
58 }
59
60
61
62 .wp-chatbot-header h3 {
63
64 color: #ffffff;
65
66 font-size: 18px !important;
67
68 letter-spacing: 1px;
69
70 }
71
72
73
74 .wp-chatbot-content {
75
76
77
78 }
79
80
81
82 ul.wp-chatbot-messages-container > li {
83
84 margin-bottom: 10px;
85
86 padding-top: 0;
87
88 font-size: 14px;
89
90 }
91
92
93
94 ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
95
96 padding-left: 50px;
97
98 }
99
100
101
102 ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
103
104 padding-right: 50px;
105
106 }
107
108
109
110 ul.wp-chatbot-messages-container > li:first-child {
111
112 padding: 0;
113
114 }
115
116
117
118 ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
119
120 position: absolute;
121
122 border-radius: 50%;
123
124 overflow: hidden;
125
126 border: 2px solid #70aca9;
127
128 background-color: #70aca9;
129
130 width: 40px;
131
132 height: 40px;
133
134 top: 0;
135
136 }
137
138
139
140 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
141
142 left: 0;
143
144 }
145
146
147
148 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
149
150 right: 0;
151
152 }
153
154
155
156 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
157
158 display: table;
159
160 padding: 8px 15px;
161
162 max-width: 90%;
163
164 background-color: #fff;
165
166 border-radius: 10px;
167
168 line-height: 150%;
169
170 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
171
172 -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
173
174 -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
175
176 box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
177
178 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
179
180
181
182 }
183
184
185
186 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
187
188
189 box-shadow: none;
190
191 }
192
193
194
195 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
196
197 text-align: right;
198
199 float: right;
200
201 border-radius: 10px 10px 10px 10px;
202
203 color: #999;
204
205 }
206
207
208
209 /************ 02.A Link Item*************/
210
211 span.qcld-chatbot-product-category,
212
213 span.qcld-chatbot-support-items,
214
215 span.qcld-chatbot-wildcard,
216
217 span.qcld-chatbot-suggest-email,
218
219 span.qcld-chatbot-reset-btn,
220
221 #wp-chatbot-loadmore {
222
223 color: #000000;
224 background-size: 200% auto;
225 border: 1px solid #ffffff;
226 background-color: #ffffff7d;
227 display: inline-block;
228 margin: 3px auto;
229 padding: 6px 11px;
230 margin-right: 4px;
231
232 }
233
234
235
236 span.qcld-chatbot-product-category:hover,
237
238 span.qcld-chatbot-support-items:hover,
239
240 span.qcld-chatbot-wildcard:hover,
241
242 span.qcld-chatbot-suggest-email:hover,
243
244 span.qcld-chatbot-reset-btn:hover,
245
246 #wp-chatbot-loadmore:hover {
247
248 background-position: right center;
249
250 box-shadow: none;
251 background-color: #a1c4fd;
252 }
253
254
255
256 /************* 02.B Loading **************/
257
258 ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader {
259
260 background-color: #fff;
261
262 padding: 1px;
263
264 border-radius: 5px;
265
266 margin: 0 auto;
267
268 display: block;
269
270 }
271
272
273
274 /*******************************
275
276 03. wp Chat bot Message Editor
277
278 **********************************/
279
280 .wp-chatbot-editor-container {
281
282 border-top: 1px solid #fff;
283
284
285
286 }
287
288
289
290 .wp-chatbot-editor-container input {
291
292 color: #0a2d2b;
293
294 }
295
296
297
298 .wp-chatbot-editor-container input::placeholder {
299
300 color: #0a2d2b;
301
302 }
303
304
305
306 .wp-chatbot-editor-container input::-webkit-input-placeholder {
307
308 color: #0a2d2b;
309
310 }
311
312
313
314 .wp-chatbot-editor-container input::-moz-placeholder {
315
316 color: #0a2d2b;
317
318 }
319
320
321
322 .wp-chatbot-editor-container input:-ms-input-placeholder {
323
324 color: #0a2d2b;
325
326 }
327
328
329
330 .wp-chatbot-editor-container input:-moz-placeholder {
331
332 color: #0a2d2b;
333
334 }
335
336
337
338 /*******************************
339
340 04. wp Chat bottom Tab Nav Editor
341
342 **********************************/
343
344 .wp-chatbot-footer {
345
346 background: url("../../images/tpl-one-footer.png") repeat-x left top;
347
348 background-color: #9ec3c0;
349
350 border-radius: 0 0 5px 5px;
351
352 }
353
354
355
356 .wp-chatbot-tab-nav {
357
358 background-color: #9ec3c0;
359
360 }
361
362
363
364 .wp-chatbot-tab-nav ul li:before {
365
366 background: linear-gradient(transparent 50%, #9ec3c0 50%);
367
368 background-size: 200%, 100%;
369
370 }
371
372
373
374 /******************************************
375
376 05. Tab Feature Product
377
378 *********************************************/
379
380 .wp-chatbot-agent-profile {
381
382 position: relative;
383
384 padding-left: 35px;
385
386 padding-top: 30px;
387
388 box-sizing: border-box;
389
390 word-wrap: break-word;
391
392 list-style: none;
393
394 display: block;
395
396 clear: both;
397
398 line-height: 150%;
399
400 min-height: 50px;
401
402 margin: 0 0 10px 0;
403
404 }
405
406
407
408 .wp-chatbot-widget-title {
409
410 color: #353535;
411
412 text-align: center;
413
414 padding-bottom: 10px;
415
416 }
417
418
419
420 /*************************************
421
422 06. Tab Cart
423
424 **************************************/
425
426 .wp-chatbot-cart-header {
427
428 background-color: #F5F5F5;
429
430 }
431
432
433
434 .wp-chatbot-cart-single {
435
436 background-color: rgba(245, 245, 245, 0.1);
437
438 border-bottom: 1px solid #dddddd;
439
440 }
441
442
443
444 .wp-chatbot-cart-single:nth-child(2n+1) {
445
446 background-color: rgba(245, 245, 245, 0.5);
447
448 }
449
450
451
452 .wp-chatbot-cart-footer div a {
453
454 text-decoration: none;
455
456 background: #70aca9;
457
458 color: #ffffff;
459
460 }
461
462
463
464 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
465
466 background: #5a8c89;
467
468 }
469
470
471
472 /***********************************
473
474 07. Product Details
475
476 ************************************/
477
478 .wp-chatbot-product-details {
479
480 box-shadow: 0 0 10px #ccc;
481
482 background-color: #deebe9;
483
484 }
485
486
487
488 .wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore {
489
490 border: 1px solid #70aca9;
491
492 background: #70aca9;
493
494 color: #ffffff;
495
496 box-shadow: 0 0 2px #999;
497
498 }
499
500
501
502 .wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover {
503
504 background: #5a8c89;
505
506 color: #ffffff;
507
508 }
509
510
511
512 /*************************
513
514 Right-to-left text direction
515
516 **************************/
517
518 .wp-chatbot-rtl {
519
520 text-align: right;
521
522 direction: RTL;
523
524 }
525
526
527
528 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg, .wp-chatbot-rtl .wp-chatbot-agent-profile {
529
530 padding: 0 50px 0 0;
531
532 }
533
534
535
536 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
537
538 padding: 0;
539
540 }
541
542
543
544 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
545
546 display: table;
547
548 max-width: 90%;
549
550 float: right;
551
552 text-align: right;
553
554 }
555
556
557
558 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
559
560 .wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
561
562 right: 0;
563
564 left: auto;
565
566 }
567
568
569
570 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
571
572 padding: 0 0 0 50px;
573
574 }
575
576
577
578 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
579
580 left: 0;
581
582 right: auto;
583
584 }
585
586
587
588 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
589
590 display: table;
591
592 max-width: 90%;
593
594 float: left;
595
596 text-align: left;
597
598 }
599
600
601
602 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
603
604 margin-left: 0;
605
606 }
607
608
609
610 .wp-chatbot-rtl .wp-chatbot-editor-container input {
611
612 text-align: right;
613
614 direction: RTL;
615
616 }
617
618
619
620 .wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
621
622 margin: auto;
623
624 }
625
626 .wp-chatbot-editor-container button {
627 background: transparent url(../../images/send-button-new.png) no-repeat right !important;
628 }
629
630 .wp-chatbot-rtl .wp-chatbot-products-area ul li {
631
632 margin: 1%;
633
634 vertical-align: middle;
635
636 }
637
638 .wp-chatbot-tab-nav ul li a[data-option="support"] {
639 background-position: -169px -9px !important;
640 }
641
642 .wp-chatbot-template-01 .wpbot_card_caption span{
643 color: #0c0c0c !important;
644 }
645
646 @media screen and (max-width: 768px) {
647 .wp-chatbot-editor-container button {
648 right: 0;
649 }
650 .wp-chatbot-content {
651 height: calc(100vh - 220px) !important;
652 }
653 }
654
655
656
657
658
659
660 .wp-chatbot-template-001 .wpbot_card_image span {
661 display: none !important;
662 }
663 .wp-chatbot-template-001 .wpbot_card_image a {
664 display: flex !important;
665 gap: 6px !important;
666 }
667 .wp-chatbot-template-001 .wpbot_card_image.wpbot_card_image_saas a{
668 display: flex !important;
669 gap: 6px !important;
670 }
671 .wp-chatbot-template-001 .wpbot_card_image img{
672 max-width: 25px !important;
673 height: 25px !important;
674 border-radius: 50%;
675 }
676 .wp-chatbot-template-001 .wpbot_card_caption.wpbot_card_caption_saas span {
677 display: flex !important;
678 gap: 10px !important;
679 margin: 0 10px 0 0 !important;
680 }
681 .wp-chatbot-template-001 .wpbot_card_image.wpbot_card_image_saas .wpbot_card_caption.wpbot_card_caption_saas p {
682 display: flex;
683 }
684 .wp-chatbot-template-001 .wpb-search-result .wpbot_card_wraper {
685 box-shadow: inset 1px 1px 0 rgb(255 255 255 / 75%), inset 0 0 5px rgb(255 255 255 / 76%);
686 background: rgb(255 255 255 / 30%);
687 backdrop-filter: blur(0px);
688 isolation: isolate;
689 margin: 5px 0;
690 padding: 5px;
691 }
692 .wp-chatbot-template-001 .wpb-search-result .wpbot_card_wraper p.wpbot_card_caption_title{
693 margin: 0;
694 padding: 0;
695 color: rgb(29 115 180) !important;
696 font-weight: 600;
697 }
698 .wp-chatbot-template-001 .wpbot_card_caption.wpbot_card_caption_saas p.wpbot_card_description {
699 padding: 0 0 0 28px;
700 }
701 .wp-chatbot-template-001 .wpbot_card_caption p.wpbot_card_description {
702 margin: 0;
703 padding: 0;
704 }
705 .wp-chatbot-template-001 .wp-chatbot-template-001 .wpbot_card_caption h2 {
706 margin: 0;
707 padding: 0;
708 color: rgb(29 115 180) !important;
709 font-weight: 600;
710 font-size: 14px;
711 }
712
713 .wp-chatbot-template-001 .wpb-search-result .wpbot_card_wraper a{
714 text-decoration: none !important;
715 }
716
717 .wp-chatbot-template-001 .wpb-search-result .wpbot_card_wraper a p:first-child {
718 margin: 0;
719 padding: 0;
720 color: rgb(29 115 180) !important;
721 font-weight: 600;
722 }
723
724 .wp-chatbot-template-001 .wpb-search-result a p {
725 margin: 0;
726 }
727
728 .wp-chatbot-template-001 button.wp-chatbot-loadmore {
729 color: #000000;
730 background-size: 200% auto;
731 border: 1px solid #ffffff;
732 background-color: #9ec3c0;
733 display: inline-block;
734 margin: 3px auto;
735 padding: 6px 11px;
736 margin-right: 4px;
737 border: 1px solid #eee;
738 border-radius: 6px;
739 }
740
741 .wp-chatbot-avatar {
742 margin: 0 !important;
743 }
744
745 .wp-chatbot-editor-container button {
746 background: #9ec3c0 url(../../images/send-button-new.png) no-repeat center !important;
747 width: 14%;
748 }
749
750 .wp-chatbot-editor-container input {
751 width: 100%;
752 }
753 .wp-chatbot-editor-container {
754 border-top: 2px solid #9ec3c0;
755 background: #eeeeee47;
756 border-radius: 0;
757 }
758
759 .wp-chatbot-template-01 .wp-chatbot-board-container {
760 width: 460px;
761 }