PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 5.4.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v5.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-backup.css

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

559 lines 7.6 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
100
101 .wp-chatbot-header h3 {
102
103 color: #999999;
104
105 }
106
107
108
109 .wp-chatbot-content {
110
111
112
113 }
114
115
116
117 ul.wp-chatbot-messages-container > li {
118
119 margin-bottom: 10px;
120
121 padding-top: 30px;
122
123 }
124
125
126
127 ul.wp-chatbot-messages-container > li.wp-chatbot-msg {
128
129 padding-left: 35px;
130
131 }
132
133
134
135 ul.wp-chatbot-messages-container > li.wp-chat-user-msg {
136
137 padding-right: 35px;
138
139 }
140
141
142
143 ul.wp-chatbot-messages-container > li:first-child {
144
145 padding: 0;
146
147 }
148
149
150
151 ul.wp-chatbot-messages-container > li > .wp-chatbot-avatar {
152
153 position: absolute;
154
155 border-radius: 50%;
156
157 overflow: hidden;
158
159 border: 2px solid #70aca9;
160
161 background-color: #70aca9;
162
163 width: 40px;
164
165 height: 40px;
166
167 }
168
169
170
171 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-avatar {
172
173 top: 0;
174
175 left: 0;
176
177 }
178
179
180
181 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-avatar {
182
183 top: 0;
184
185 right: 0;
186
187 }
188
189
190
191 ul.wp-chatbot-messages-container > li > .wp-chatbot-paragraph {
192
193 padding: 10px;
194
195 max-width: 90%;
196
197 background-color: #fff;
198
199 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7)"; /*IE 8*/
200
201 -moz-box-shadow: 1px 1px 1px #77bdb7; /*FF 3.5+*/
202
203 -webkit-box-shadow: 1px 1px 1px #77bdb7; /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
204
205 box-shadow: 1px 1px 1px #77bdb7; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
206
207 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#77bdb7); /*IE 5.5-7*/
208
209 }
210
211
212
213 ul.wp-chatbot-messages-container li:first-child.wp-chatbot-msg .wp-chatbot-paragraph {
214
215 color: #3e3d3d;
216
217 box-shadow: none;
218
219 }
220
221
222
223 ul.wp-chatbot-messages-container > li.wp-chat-user-msg .wp-chatbot-paragraph {
224
225 text-align: right;
226
227 float: right;
228
229 border-radius: 10px 10px 10px 10px;
230
231 color: #999;
232
233 }
234
235
236
237 ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph {
238
239 color: #70aca9;
240
241 border-radius: 10px 10px 10px 10px;
242
243 }
244
245
246
247 .wp-chatbot-footer {
248
249 border-radius: 5px;
250
251 }
252
253
254
255 .wp-chatbot-editor-area {
256
257 border-top: 1px solid #deebe9;
258
259 border-radius: 0 0 5px 5px;
260
261 margin: 0;
262
263 padding: 6px 15px;
264
265 }
266
267
268
269 .wp-chatbot-editor-area input {
270
271 display: inline-block;
272
273 border: none;
274
275 height: 50px;
276
277 font-family: 'Montserrat', sans-serif;
278
279 width: 80%;
280
281 background-color: transparent;
282
283 color: #565867;
284
285 font-size: 14px;
286
287 margin: 0;
288
289 padding: 0;
290
291 }
292
293
294
295 .wp-chatbot-editor-area input:focus {
296
297 outline: none;
298
299 border: none;
300
301 box-shadow: none;
302
303 background: none;
304
305 }
306
307
308
309 .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 {
310
311 color: #565867;
312
313 }
314
315
316
317 .wp-chatbot-editor-area button {
318
319 display: inline-block;
320
321 height: 50px;
322
323 background: transparent url("../../images/send-button.png") no-repeat center;
324
325 color: transparent;
326
327 width: 20%;
328
329 cursor: pointer;
330
331 margin: 0 0 0 -8px;
332
333 padding: 0;
334
335 border: none;
336
337 outline: none;
338
339 }
340
341
342
343 .wp-chatbot-editor-area button:hover {
344
345 background: transparent url("../../images/send-button.png") no-repeat center;
346
347 }
348
349
350
351 .wp-chatbot-editor-area button:focus {
352
353 outline: none;
354
355 border: none;
356
357 box-shadow: none;
358
359 background: transparent url("../../images/send-button.png") no-repeat center;
360
361 }
362
363
364
365 /*******************************************************************************************
366
367 sidebar element
368
369 *******************************************************************************************/
370
371 /********* Cart *******/
372
373
374
375 .wp-chatbot-cart-header {
376
377 background-color: #F5F5F5;
378
379 }
380
381
382
383 .wp-chatbot-cart-single {
384
385 background-color: rgba(245, 245, 245, 0.1);
386
387 border-bottom: 1px solid #dddddd;
388
389 }
390
391
392
393 .wp-chatbot-cart-single:nth-child(2n+1) {
394
395 background-color: rgba(245, 245, 245, 0.5);
396
397 }
398
399
400
401 .wp-chatbot-cart-footer div a {
402
403 text-decoration: none;
404
405 background: #6dcbe3;
406
407 color: #ffffff !important;
408
409 }
410
411
412
413 .wp-chatbot-cart-footer div a:hover, .wp-chatbot-cart-footer div:last-child a {
414
415 background: #559db0 !important;
416
417 }
418
419
420
421 /****** ********************************************************************************
422
423 04. Product Details
424
425 ***************************************************************************************/
426
427 .wp-chatbot-product-details {
428
429 box-shadow: 0 0 10px #ccc;
430
431 background-color: #f5f5f5;
432
433 }
434
435
436
437 .wp-chatbot-product-cart-button input[type="button"], #wp-chatbot-loadmore {
438
439 border: 1px solid #6dcbe3;
440
441 background: #6dcbe3;
442
443 color: #ffffff;
444
445 box-shadow: 0 0 2px #999;
446
447 }
448
449
450
451 .wp-chatbot-product-cart-button input[type="button"]:hover, #wp-chatbot-loadmore:hover {
452
453 background: #559db0;
454
455 color: #ffffff;
456
457 }
458
459
460
461 #wp-chatbot-shortcode-template-container a.wp-chatbot-product-close {
462
463 position: absolute;
464
465 top: 0;
466
467 right: 0;
468
469 background: #6dcbe3 url("../../images/wp-boat-product-close-icon.png") no-repeat center;
470
471 background-size: 27px;
472
473 width: 50px;
474
475 height: 50px;
476
477 }
478
479
480
481 #wp-chatbot-shortcode-template-container a.wp-chatbot-product-close:hover {
482
483 background-color: red;
484
485 }
486
487
488
489 #wp-chatbot-shortcode-template-container .wp-chatbot-product-details {
490
491 box-shadow: none;
492
493 }
494
495
496
497 #wp-chatbot-shortcode-template-container h2#wp-chatbot-product-title {
498
499 margin: 0 0 10px !important;
500
501 color: #999999;
502
503 padding: 0 0 5px;
504
505 font-size: 18px;
506
507 font-weight: 700;
508
509 line-height: 1.2;
510
511 letter-spacing: 1px;
512
513 }
514
515
516
517 @media screen and (max-width: 1024px) {
518
519 .chatbot-left-sidebar {
520
521 display: none !important;
522
523 }
524
525 }
526
527
528
529 @media screen and (max-width: 767px) {
530
531 .chatbot-shortcode-template-01 {
532
533 display: block;
534
535 }
536
537
538
539 .chatbot-shortcode-template-01 .chatbot-shortcode-row {
540
541 display: block;
542
543 }
544
545
546
547 .chatbot-shortcode-template-01 .wp-chatbot-container, .chatbot-shortcode-template-01 .chatbot-sidebar {
548
549 display: block !important;
550
551 width: 100% !important;
552
553 margin-bottom: 30px;
554
555 }
556
557 }
558
559