PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.6.8
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.6.8
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 8.5.0 All 532 releases
chatbot / templates / template-00 / shortcode-backup.css

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

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