PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.6.8
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.6.8
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 8.5.2 8.5.0 All 532 releases
chatbot / templates / template-02 / shortcode.css

shortcode.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.6.8, at templates/template-02/shortcode.css

1,015 lines 12.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2
3 1.ShortCode Grid
4
5 2.wp Chat bot Message container
6
7 3.Sidebar
8
9 -Widget
10
11 -Agent
12
13 */
14
15 /**********************************************************************************
16
17 1. ShortCode Grid
18
19 **********************************************************************************/
20
21 .chatbot-shortcode-template-02 {
22
23 font-family: "quicksandregular", "Helvetica Neue", Helvetica, Aria;
24
25 height: auto;
26
27 max-width: 1100px;
28
29 margin: 0 auto;
30
31 position: relative;
32
33 box-sizing: border-box;
34
35 border-radius: 5px;
36
37 background: #ffffff;
38
39 }
40
41
42
43 .chatbot-shortcode-row {
44
45 font-size: 0;
46
47 }
48
49
50
51 .chatbot-shortcode-template-02 .wp-chatbot-container, .chatbot-shortcode-template-02 .chatbot-sidebar {
52
53 display: inline-block;
54
55 vertical-align: middle;
56
57 box-sizing: border-box;
58
59 font-size: 14px;
60
61 }
62
63
64
65 .chatbot-shortcode-template-02 .chatbot-sidebar {
66
67 width: 30%;
68
69 padding: 15px;
70
71 font-size: 14px;
72
73 line-height: 1.8;
74
75 position: relative;
76
77 }
78
79
80
81 @keyframes Gradient {
82
83 0% {
84
85 background-position: 0% 50%;
86
87 }
88
89 50% {
90
91 background-position: 100% 50%;
92
93 }
94
95 100% {
96
97 background-position: 0% 50%;
98
99 }
100
101 }
102
103
104
105 .chatbot-shortcode-template-02 .wp-chatbot-container {
106
107 width: 70%;
108
109 background-color: #000;
110
111 background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB) !important;
112
113 background-size: 400% 400% !important;
114
115 animation: Gradient 15s ease infinite !important;
116
117 }
118
119
120
121 .chatbot-shortcode-template-02 .chatbot-left-sidebar {
122
123 background-color: #23A6D5;
124
125 }
126
127
128
129 .chatbot-left-sidebar-inner {
130
131 overflow-y: auto;
132
133 max-height: 400px;
134
135 }
136
137
138
139 /***************************************************************************************************
140
141 2. wp Chat bot Message container
142
143 ****************************************************************************************************/
144
145 .wp-chatbot-header {
146
147 background: rgba(109, 203, 227, 0.50);
148
149 height: auto;
150
151 }
152
153
154
155 .wp-chatbot-header h3 {
156
157 color: #ffffff;
158
159 font-size: 18px !important;
160
161 font-weight: 700;
162
163 line-height: 1.2;
164
165 letter-spacing: 1px;
166
167 }
168
169
170
171 .wp-chatbot-comment-loader {
172
173 margin: 0 auto;
174
175 display: block;
176
177 }
178
179
180
181 ul.wp-chatbot-messages-container {
182
183 padding: 0;
184
185 margin: 0;
186
187 overflow: visible;
188
189 }
190
191
192
193 ul.wp-chatbot-messages-container > li {
194
195 font-size: 14px;
196
197 margin: 0 30px 10px 30px;
198
199 }
200
201
202
203 ul.wp-chatbot-messages-container > li.wp-chat-user-msg:after, ul.wp-chatbot-messages-container > li .wp-chatbot-products:after {
204
205 clear: both;
206
207 display: block;
208
209 content: "";
210
211 height: 1px;
212
213 }
214
215
216
217 #wp-chatbot-messages-container .wp-chatbot-avatar img, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar img {
218
219 width: 25px !important;
220
221 height: 25px !important;
222
223 }
224
225
226
227 ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
228
229 position: absolute;
230
231 border-radius: 50%;
232
233 overflow: hidden;
234
235 border: 2px solid rgba(255, 255, 255, 0.62);
236
237 width: 25px;
238
239 height: 25px;
240
241 margin-top: -17px;
242
243 top: 50%;
244
245 }
246
247
248
249 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
250
251 left: -35px;
252
253 }
254
255
256
257 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
258
259 right: -35px;
260
261 }
262
263
264
265 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
266
267 padding: 8px 15px;
268
269 display: block;
270
271 background-color: rgba(255, 255, 255, 0.70);
272
273 position: relative;
274
275 box-sizing: border-box;
276
277 border-radius: 2px;
278
279 color: #000;
280
281 line-height: 150%;
282
283 }
284
285
286
287 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph:before, .wp-chatbot-bubble:before {
288
289 content: "";
290
291 position: absolute;
292
293 top: 50%;
294
295 width: 0;
296
297 height: 0;
298
299 margin-top: -7px;
300
301
302
303 }
304
305
306
307 ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph:before {
308
309 right: -10px;
310
311 border-top: 7px solid transparent;
312
313 border-left: 10px solid rgba(255, 255, 255, 0.70);
314
315 border-bottom: 7px solid transparent;
316
317 }
318
319
320
321 ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph:before, .wp-chatbot-bubble:before {
322
323 left: -10px;
324
325 border-top: 7px solid transparent;
326
327 border-right: 10px solid rgba(255, 255, 255, 0.70);
328
329 border-bottom: 7px solid transparent;
330
331 }
332
333
334
335 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
336
337 text-align: right;
338
339 }
340
341
342
343 /********* Footer ****************/
344
345 .wp-chatbot-footer {
346
347 border-radius: 5px;
348
349 }
350
351
352
353 /******Message Editor ***********/
354
355
356
357 .wp-chatbot-editor-area {
358
359 border-top: 1px solid #deebe9;
360
361 border-radius: 0 0 5px 5px;
362
363 margin: 0;
364
365 padding: 6px 15px;
366
367
368
369 }
370
371
372
373 .wp-chatbot-editor-area input {
374
375 display: inline-block;
376
377 border: none;
378
379 height: 50px;
380
381 font-family: 'Montserrat', sans-serif;
382
383 width: 80%;
384
385 background-color: transparent;
386
387 color: #FFF !important;
388
389 font-size: 14px;
390
391 margin: 0;
392
393 padding: 0;
394
395 }
396
397
398
399 .wp-chatbot-editor-area input:focus {
400
401 outline: none;
402
403 border: none;
404
405 box-shadow: none;
406
407 background: none;
408
409 }
410
411
412
413 input.wp-chatbot-editor::placeholder {
414
415 color: #ffffff;
416
417 }
418
419
420
421 .wp-chatbot-editor-area button {
422
423 display: inline-block;
424
425 height: 50px;
426
427 background: transparent url("../../images/send-button.png") no-repeat center;
428
429 color: transparent;
430
431 width: 20%;
432
433 cursor: pointer;
434
435 margin: 0 0 0 -8px;
436
437 padding: 0;
438
439 border: none;
440
441 outline: none;
442
443 font-size: 0 !important;
444
445 }
446
447
448
449 .wp-chatbot-editor-area button:hover {
450
451 background: transparent url("../../images/send-button.png") no-repeat center;
452
453 }
454
455
456
457 .wp-chatbot-editor-area button:focus {
458
459 outline: none;
460
461 border: none;
462
463 box-shadow: none;
464
465 background: transparent url("../../images/send-button.png") no-repeat center;
466
467 }
468
469
470
471 /*******************************************************************************************
472
473 sidebar element
474
475 *******************************************************************************************/
476
477 .wp-chatbot-agent-profile {
478
479 position: relative;
480
481 box-sizing: border-box;
482
483 word-wrap: break-word;
484
485 list-style: none;
486
487 display: block;
488
489 clear: both;
490
491 line-height: 150%;
492
493 min-height: 50px;
494
495 margin: 0 0 10px 0;
496
497 }
498
499
500
501 .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
502
503 display: none;
504
505 }
506
507
508
509 /***********Widget*************/
510
511 .wp-chatbot-widget {
512
513 margin-bottom: 30px;
514
515 margin-right: 10px;
516
517 }
518
519
520
521 .wp-chatbot-widget:last-child {
522
523 margin-bottom: 0;
524
525 }
526
527
528
529 .wp-chatbot-widget h3.wp-chatbot-widget-title {
530
531 color: #ffffff;
532
533 margin: 7px 0 10px;
534
535 padding: 0 0 5px;
536
537 font-size: 18px;
538
539 font-weight: 700;
540
541 line-height: 1.2;
542
543 letter-spacing: 1px;
544
545 border-bottom: 1px solid #e6e6e6;
546
547 }
548
549
550
551 /************Agent***********/
552
553
554
555 .chatbot-agent {
556
557 position: relative;
558
559 padding-left: 35px;
560
561 }
562
563
564
565 .chatbot-left-sidebar > .wp-chatbot-widget:first-child {
566
567 margin-bottom: 0;
568
569 position: absolute;
570
571 top: -18px;
572
573
574
575 }
576
577
578
579 h3.chatbot-agent-name {
580
581 color: #ffffff;
582
583 margin: 0 !important;
584
585 font-size: 14px !important;
586
587 font-weight: 700;
588
589 opacity: 0;
590
591 left: 0;
592
593 background-color: #23A6D5;
594
595 padding: 6px 8px;
596
597 transition: all 1s;
598
599 }
600
601
602
603 .chatbot-left-sidebar > .wp-chatbot-widget:hover h3.chatbot-agent-name {
604
605 opacity: 1;
606
607 left: 100%;
608
609 }
610
611
612
613 .chatbot-agent img {
614
615 box-shadow: none !important;
616
617 width: 30px;
618
619 height: auto;
620
621 position: absolute;
622
623 left: 0;
624
625 cursor: pointer;
626
627 border: 2px solid #23A6D5;
628
629 border-radius: 50% !important;
630
631 }
632
633
634
635 .chatbot-agent-name {
636
637 margin: 5px 0;
638
639 padding: 0;
640
641 color: #999999;
642
643 }
644
645
646
647 .wp-chatbot-widget ul.wp-chatbot-products, .wp-chatbot-products-area {
648
649 margin: 0 !important;
650
651 }
652
653
654
655 /**********************************
656
657 Reset
658
659 **********************************/
660
661 /********* Order List *******/
662
663 .wp-chatbot-cart-header {
664
665 background-color: #F5F5F5;
666
667 }
668
669
670
671 .wp-chatbot-cart-container div p {
672
673 text-align: left !important;
674
675 color: #ffffff !important;
676
677 }
678
679
680
681 .wp-chatbot-cart-single {
682
683 background-color: rgba(245, 245, 245, 0.1);
684
685 border-bottom: 1px solid #dddddd;
686
687 }
688
689
690
691 .wp-chatbot-cart-single:nth-child(2n+1) {
692
693 background-color: rgba(245, 245, 245, 0.5);
694
695 }
696
697
698
699 .wp-chatbot-cart-container input[type="number"] {
700
701 width: 40px;
702
703 }
704
705
706
707 .wp-chatbot-cart-footer div a {
708
709 text-decoration: none;
710
711 background: #6dcbe3;
712
713 color: #ffffff !important;
714
715 }
716
717
718
719 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
720
721 background: #559db0 !important;
722
723 }
724
725
726
727 /****** Product Details*******/
728
729 .wp-chatbot-product-details {
730
731 box-shadow: 0 0 10px #ccc;
732
733 background-color: #f5f5f5;
734
735 }
736
737
738
739 .wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore {
740
741 border: 1px solid #6dcbe3;
742
743 background: #6dcbe3;
744
745 color: #ffffff;
746
747 box-shadow: 0 0 2px #999;
748
749 }
750
751
752
753 .wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover {
754
755 background: #559db0;
756
757 color: #ffffff;
758
759 }
760
761
762
763 #wp-chatbot-shortcode-template-container a.wp-chatbot-product-close {
764
765 position: absolute;
766
767 top: 0;
768
769 right: 0;
770
771 background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center;
772
773 background-size: 27px;
774
775 width: 50px;
776
777 height: 50px;
778
779 }
780
781
782
783 #wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover {
784
785 background-color: red;
786
787 }
788
789
790
791 #wp-chatbot-shortcode-template-container .wp-chatbot-product-details {
792
793 box-shadow: none;
794
795 }
796
797
798
799 #wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title {
800
801 margin: 0 0 10px !important;
802
803 color: #999999;
804
805 padding: 0 0 5px;
806
807 font-size: 18px;
808
809 font-weight: 700;
810
811 line-height: 1.2;
812
813 letter-spacing: 1px;
814
815 }
816
817
818
819 /*********************************/
820
821 .wp-chatbot-msg .wp-chatbot-products-area ul li {
822
823 width: 31%;
824
825 margin-right: 2%;
826
827 }
828
829
830
831 .wp-chatbot-msg .wp-chatbot-products-area ul li:nth-child(2n+2) {
832
833 margin-left: 0;
834
835 }
836
837
838
839 .wp-chatbot-msg .wp-chatbot-products-area ul li:nth-child(3n+3) {
840
841 margin-right: 0;
842
843 }
844
845 /*************************
846
847 Right-to-left text direction
848
849 **************************/
850
851 .wp-chatbot-rtl {
852
853 text-align: right;
854
855 direction: RTL;
856
857 }
858
859
860
861 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
862
863 padding: 0;
864
865 }
866
867
868
869 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
870
871 text-align: right;
872
873 }
874
875
876
877 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph:before,
878
879 .wp-chatbot-rtl .wp-chatbot-bubble:before {
880
881 right: -10px;
882
883 left: auto;
884
885 border-top: 7px solid transparent;
886
887 border-left: 10px solid rgba(255, 255, 255, 0.70);
888
889 border-right: none;
890
891 border-bottom: 7px solid transparent;
892
893 }
894
895
896
897 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph:before {
898
899 left: -10px;
900
901 right: auto;
902
903 border-top: 7px solid transparent;
904
905 border-right: 10px solid rgba(255, 255, 255, 0.70);
906
907 border-left: none;
908
909 border-bottom: 7px solid transparent;
910
911 }
912
913
914
915 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
916
917 .wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
918
919 right: -30px;
920
921 left: auto;
922
923 }
924
925
926
927 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
928
929 left: -30px;
930
931 right: auto;
932
933 }
934
935
936
937 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
938
939 text-align: left;
940
941 }
942
943
944
945 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
946
947 margin-left: 0;
948
949 }
950
951
952
953 .wp-chatbot-rtl .wp-chatbot-editor-container input {
954
955 text-align: right;
956
957 direction: RTL;
958
959 }
960
961
962
963 .wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
964
965 margin: auto;
966
967 }
968
969
970
971 .wp-chatbot-rtl .wp-chatbot-products-area ul li {
972
973 margin: 1%;
974
975 vertical-align: middle;
976
977 }
978
979
980
981 @media screen and (max-width: 767px) {
982
983 .chatbot-shortcode-template-02 {
984
985 display: block;
986
987 }
988
989
990
991 .chatbot-shortcode-template-02 .chatbot-shortcode-row {
992
993 display: block;
994
995 }
996
997
998
999 .chatbot-shortcode-template-02 .wp-chatbot-container {
1000
1001 display: block !important;
1002
1003 width: 100% !important;
1004
1005 margin-bottom: 30px;
1006
1007 }
1008
1009 }
1010
1011
1012
1013
1014
1015