PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 6.6.0
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v6.6.0
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-01 / style.css

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

654 lines 9.2 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
41 }
42
43
44
45 /******************************
46
47 02. wp Chat bot Message container
48
49 *********************************/
50
51
52
53 .wp-chatbot-header {
54
55 background-color: #70aca9;
56
57 }
58
59
60
61 .wp-chatbot-header h3 {
62
63 color: #ffffff;
64
65 font-size: 18px !important;
66
67 letter-spacing: 1px;
68
69 }
70
71
72
73 .wp-chatbot-content {
74
75
76
77 }
78
79
80
81 ul.wp-chatbot-messages-container > li {
82
83 margin-bottom: 10px;
84
85 padding-top: 20px;
86
87 font-size: 14px;
88
89 }
90
91
92
93 ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
94
95 padding-left: 35px;
96
97 }
98
99
100
101 ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
102
103 padding-right: 35px;
104
105 }
106
107
108
109 ul.wp-chatbot-messages-container > li:first-child {
110
111 padding: 0;
112
113 }
114
115
116
117 ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
118
119 position: absolute;
120
121 border-radius: 50%;
122
123 overflow: hidden;
124
125 border: 2px solid #70aca9;
126
127 background-color: #70aca9;
128
129 width: 40px;
130
131 height: 40px;
132
133 top: 0;
134
135 }
136
137
138
139 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
140
141 left: 0;
142
143 }
144
145
146
147 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
148
149 right: 0;
150
151 }
152
153
154
155 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-bubble {
156
157 display: table;
158
159 padding: 8px 15px;
160
161 max-width: 90%;
162
163 background-color: #fff;
164
165 border-radius: 10px;
166
167 line-height: 150%;
168
169 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
170
171 -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
172
173 -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
174
175 box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
176
177 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
178
179
180
181 }
182
183
184
185 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
186
187 color: #3e3d3d;
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 #deebe9;
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