PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 3.4.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v3.4.2
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 8.5.2 All 533 releases
chatbot / templates / template-00 / shortcode.css

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

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