PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.6.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.6.7
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 8.6.7, at templates/template-00/shortcode.css

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