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 / style.css

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

565 lines 8.8 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 05. Tab Feature Product
15
16 06. Tab Cart
17
18 07. Product Details
19
20 */
21
22 /*********************
23
24 01. ball content wrapper
25
26 **********************/
27
28 .wp-chatbot-board-container {
29 background: #ffffff;
30 border-radius: 5px;
31 box-shadow: 0 5px 40px rgba(0, 0, 0, .30);
32 overflow: hidden;
33 }
34
35 .wp-chatbot-board-container:after {
36 content: "";
37 position: absolute;
38 right: 0;
39 bottom: -26px;
40 width: 0;
41 height: 0;
42 border-left: 30px solid transparent;
43 border-right: 0 solid transparent;
44 border-top: 30px solid #ffffff;
45
46 }
47
48 /******************************
49
50 02. wp Chat bot Message container
51
52 *********************************/
53
54 .wp-chatbot-header {
55
56 background: #1f8ceb;
57
58 }
59
60 .wp-chatbot-header h3 {
61
62 color: #ffffff;
63
64 font-size: 18px !important;
65
66 letter-spacing: 1px;
67
68 }
69
70 .wp-chatbot-content {
71
72 background: url("../../images/message-bg.png") no-repeat top center;
73
74 }
75
76 ul.wp-chatbot-messages-container li {
77
78 font-size: 14px;
79
80 }
81
82 ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
83
84 padding-left: 50px;
85
86 }
87
88 ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
89
90 padding-right: 50px;
91
92 }
93
94 ul.wp-chatbot-messages-container > li .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
95
96 position: absolute;
97
98 top: 0;
99
100 width: 40px;
101
102 height: 40px;
103
104 overflow: hidden;
105
106 border-radius: 50%;
107
108 }
109
110 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
111
112 left: 0;
113
114 }
115
116 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
117
118 right: 0;
119
120 }
121
122 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
123
124 padding: 8px 15px;
125
126 max-width: 90%;
127
128 box-shadow: 0 2px 8px #bfbfbf;
129
130 line-height: 150%;
131
132 display: table;
133
134 }
135
136 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
137
138 text-align: right;
139
140 float: right;
141
142 }
143
144 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
145
146 background-color: #eaf1f6;
147
148 color: #494949;
149
150 margin-left: 10%;
151
152 border-radius: 10px 10px 0 10px;
153
154 }
155
156 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
157
158 background-color: #1f8ceb;
159
160 color: #ffffff;
161
162 border-radius: 0 10px 10px 10px;
163 width: 100%;
164 }
165
166 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
167
168 background-color: transparent;
169
170 color: #494949;
171
172 }
173
174 /************ 02 (A). Link Item *************/
175
176 span.qcld-chatbot-product-category,
177 span.qcld-chatbot-support-items,
178 span.qcld-chatbot-wildcard,
179 span.qcld-chatbot-suggest-email,
180 span.qcld-chatbot-reset-btn,
181 #wp-chatbot-loadmore, .wp-chatbot-loadmore {
182
183 color: #000000;
184 background-size: 200% auto;
185 border: 1px solid #ffffff;
186 background-color: #ffffff7d;
187 display: inline-block;
188 margin: 3px auto;
189 padding: 6px 11px;
190
191
192 }
193
194 span.qcld-chatbot-product-category:hover,
195 span.qcld-chatbot-support-items:hover,
196 span.qcld-chatbot-wildcard:hover,
197 span.qcld-chatbot-suggest-email:hover,
198 span.qcld-chatbot-reset-btn:hover,
199 #wp-chatbot-loadmore:hover, .wp-chatbot-loadmore:hover {
200
201 background-position: right center;
202
203 box-shadow: none;
204 background-color: #a1c4fd;
205
206 }
207
208 /**************** 02. (B) Loading **********/
209
210 ul.wp-chatbot-messages-container > li .wp-chatbot-paragraph img.wp-chatbot-comment-loader {
211
212 background-color: #fff;
213
214 padding: 1px;
215
216 border-radius: 5px;
217
218 margin: 0 auto;
219
220 display: block;
221
222 }
223
224 /*******************************
225
226 03. wp Chat bot Message Editor
227
228 **********************************/
229
230 .wp-chatbot-editor-container {
231
232 background-color: #f2f6f9;
233
234 }
235
236 .wp-chatbot-editor-container input, .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 {
237
238 color: #565867;
239
240 }
241
242 /*******************************
243
244 04. wp Chat bottom Tab Nav Editor
245
246 **********************************/
247
248 .wp-chatbot-footer {
249
250 padding: 0;
251
252 }
253
254 .wp-chatbot-tab-nav ul li a[data-option="recent"] {
255
256 background-position: -7px -47px;
257
258 }
259
260 .wp-chatbot-tab-nav ul li a[data-option="cart"] {
261
262 background-position: -47px -47px;
263
264 }
265
266 .wp-chatbot-tab-nav ul li a[data-option="chat"] {
267
268 background-position: -82px -42px;
269
270 }
271
272 .wp-chatbot-tab-nav ul li a[data-option="help"] {
273
274 background-position: -129px -47px;
275
276 }
277
278
279
280 .wp-chatbot-tab-nav ul li a[data-option="chat"]:after {
281
282 content: "";
283
284 position: absolute;
285
286 border-radius: 50%;
287
288 border: 3px solid #1f8ceb;
289
290 left: -9px;
291
292 right: -9px;;
293
294 bottom: -9px;
295
296 top: -9px;
297
298 }
299
300 .wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before, .wp-chatbot-tab-nav ul li:hover a:before {
301
302 border: 2px solid #1f8ceb;
303
304 }
305
306 /***************************
307
308 05. Tab Feature Product
309
310 ***************************/
311
312 .wp-chatbot-agent-profile {
313
314 position: relative;
315
316 padding-left: 50px;
317
318 box-sizing: border-box;
319
320 word-wrap: break-word;
321
322 list-style: none;
323
324 display: block;
325
326 clear: both;
327
328 line-height: 150%;
329
330 min-height: 50px;
331
332 margin: 0 0 10px 0;
333
334 }
335
336 .wp-chatbot-widget-title {
337
338 color: #353535;
339
340 text-align: center;
341
342 padding-bottom: 10px;
343
344 }
345
346 /**************************
347
348 06. Tab Cart
349
350 *************************/
351
352 .wp-chatbot-cart-header {
353
354 background-color: #F5F5F5;
355
356 }
357
358 .wp-chatbot-cart-single {
359
360 background-color: rgba(245, 245, 245, 0.1);
361
362 border-bottom: 1px solid #dddddd;
363
364 }
365
366 .wp-chatbot-cart-single:nth-child(2n+1) {
367
368 background-color: rgba(245, 245, 245, 0.5);
369
370 }
371
372 .wp-chatbot-cart-footer div a {
373
374 text-decoration: none;
375
376 background: #1f8ceb;
377
378 color: #ffffff;
379
380 }
381
382 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
383
384 background: #1c7ed4;
385
386 }
387
388 /**************************
389
390 07. Product Details
391
392 ***************************/
393
394 .wp-chatbot-product-details {
395
396 box-shadow: 0 0 10px #ccc;
397
398 background-color: #ffffff;
399
400 }
401
402 .wp-chatbot-product-cart-button input[type="button"] {
403
404 border: 1px solid #e4e5e7;
405
406 background: #1f8ceb;
407
408 color: #ffffff;
409
410 box-shadow: 0 0 2px #999;
411
412 }
413
414 .wp-chatbot-product-cart-button input[type="button"]:hover {
415
416 background: #1c7ed4;
417
418 color: #ffffff;
419
420 }
421
422 /*************************
423
424 Right-to-left text direction
425
426 **************************/
427
428 .wp-chatbot-rtl {
429
430 text-align: right;
431
432 direction: RTL;
433
434 }
435
436 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg, .wp-chatbot-rtl .wp-chatbot-agent-profile {
437
438 padding: 0 50px 0 0;
439
440 }
441
442 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg.wp-chatbot-msg-flat {
443
444 padding: 0;
445
446 }
447
448 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg > .wp-chatbot-paragraph {
449
450 display: table;
451
452 max-width: 90%;
453
454 float: right;
455
456 text-align: right;
457
458 }
459
460 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar,
461 .wp-chatbot-rtl .wp-chatbot-agent-profile .wp-chatbot-widget-avatar {
462
463 right: 0;
464
465 left: auto;
466
467 }
468
469 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
470
471 padding: 0 0 0 50px;
472
473 }
474
475 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
476
477 left: 0;
478
479 right: auto;
480
481 }
482
483 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg > .wp-chatbot-paragraph {
484
485 display: table;
486
487 max-width: 90%;
488
489 float: left;
490
491 text-align: left;
492
493 }
494
495 .wp-chatbot-rtl ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
496
497 margin-left: 0;
498
499 }
500
501 .wp-chatbot-rtl .wp-chatbot-editor-container input {
502
503 text-align: right;
504
505 direction: RTL;
506
507 }
508
509 .wp-chatbot-rtl .wp-chatbot-products-area ul li:nth-child(2n+2) {
510
511 margin: auto;
512
513 }
514
515 .wp-chatbot-rtl .wp-chatbot-products-area ul li {
516
517 margin: 1%;
518
519 vertical-align: middle;
520
521 }
522
523 .wpb-search-result {
524 }
525
526 .wpb-search-result p {
527 }
528
529 .wpb-search-result a {
530 display: block;
531 background: #eee;
532 padding: 4px 5px;
533 line-height: 20px;
534 padding-left: 20px;
535 margin-bottom: 5px;
536 }
537
538 .wpb-search-result a:before {
539 content: ">";
540 font-style: normal;
541 font-weight: normal;
542 text-decoration: inherit;
543 color: #000;
544 font-size: 18px;
545 position: absolute;
546 left: 68px;
547 line-height: 1;
548 font-weight: bold;
549 color: #7d7b7b;
550 }
551 .wpbot-saas-live-chat{
552 width: 310px !important;
553 height: 500px;
554 box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
555 display:none;
556 }
557 .wpchat_header_left{
558 display:inline-block;
559 }
560 .wpchat_header_left span{ font-size: 22px;
561 padding: 0px 10px; }
562 .wpchat_header_right {
563 float: right;
564 margin-right: 12px;
565 }