PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.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 / qc-rating-feature / css / style.css

style.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.7.7, at qc-rating-feature/css/style.css

265 lines 5.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* WPBot design tokens — change colors here to theme the whole admin UI */
2 :root {
3 --woobot-primary: #5B4E96;
4 --woobot-primary-color: #5B4E96;
5 --woobot-primary-dark: #463a7a;
6 --woobot-primary-soft: #f3f1fa;
7 --woobot-primary-border: #e4e0f2;
8 --woobot-surface: #ffffff;
9 --woobot-page-bg: #F5F7FD;
10 --woobot-text: #2d2a3a;
11 --woobot-muted: #6b6680;
12 --woobot-danger: #e25563;
13 --woobot-nav-muted: #988FBD;
14 --woobot-primary-rgb: 91, 78, 150;
15 }
16 .qc-review-notice{
17 padding: 15px 15px 15px 0;
18 background-color: #222;
19 border-radius: 5px;
20 margin: 20px 20px 0 0;
21 border-left: 4px solid transparent;
22 box-shadow: 0px 4px 6px 1px #333;
23 margin-bottom: 12px;
24 }
25 .qc-review-notice:after{
26 content: '';
27 display: table;
28 clear: both;
29 }
30 .qc-review-thumbnail{
31 width: 114px;
32 float: left;
33 text-align: center;
34 border-right: 4px solid transparent;
35 }
36 .qc-review-thumbnail img{
37 width: 92px;
38 vertical-align: middle;
39 }
40 .qc-review-text a{
41 text-decoration: underline;
42 }
43 .qc-small-thumb img{
44 width: 57px;
45 }
46 .qc-small-thumb{
47 line-height: unset;
48 }
49 .qc-review-text{
50 overflow: hidden;
51 }
52 .qc-review-text p {
53 color: #555 !important;
54 }
55 .qc-review-text h3{
56 font-size: 24px;
57 margin: 0 0 5px;
58 font-weight: 400;
59 line-height: 1.3;
60 }
61 .qc-review-text p{
62 font-size: 13px;
63 margin: 0 0 5px;
64 }
65 .qc-review-ul{
66 margin: 0;
67 padding: 0;
68 }
69 .qc-review-ul li{
70 display: inline-block;
71 margin-right: 15px;
72 margin-bottom: 6px;
73 }
74 .qc-review-ul li a{
75 display: inline-block;
76 text-decoration: none;
77 padding-left: 26px;
78 position: relative;
79 font-size: 14px;
80 line-height: 17px;
81 }
82
83 .wpbot-notice-content{
84 padding: 10px 0px;
85 }
86 .qcbot-blackfriday{ background: yellow;
87 border: 1px solid #eaea02;}
88 .qc-review-text-blackfriday p{color: #0101e6;
89 font-size: 14px;}
90 .qc-review-thumbnail-black{float: left;
91 width: 33px;}
92 .qc-review-thumbnail-black img{ width: 24px;}
93
94 div#promotion-wpchatbot {
95 background: #c13825 !important;
96 padding: 0 !important;
97 padding-right: 0 !important;
98 }
99
100
101 div#promotion-wpchatbot .notice-dismiss:before {
102 color: #fff !important;
103 }
104
105 .qc-review-notice {
106 padding: 15px 15px 15px 0;
107 background-color: #ffffff;
108 border-radius: 5px;
109 margin: 20px 20px 0 0;
110 border-left: 4px solid transparent;
111 box-shadow: 0px 4px 6px 1px #ebebeb;
112 margin-bottom: 12px;
113 z-index: 9999;
114 position: relative;
115 }
116
117 .qc-review-notice {
118 display: flex;
119 align-items: center;
120 }
121
122 div#promotion-wpchatbot {
123 margin: 0;
124 padding: 0;
125 border: none;
126 max-width: initial !important;
127 padding: 0 !important;
128 margin: 20px 20px 20px 0 !important;
129 padding: 15px 15px 15px 0 !important;
130 border: none !important;
131 border-radius: 6px !important;
132 box-shadow: 0px 4px 6px 1px #ebebeb !important;
133 width: 98%;
134 }
135 .qc-review-ul li a {
136 color: var(--woobot-primary);
137 border: 1px solid #eee;
138 padding: 5px 15px;
139 border-radius: 4px;
140 font-weight: 600;
141 font-size: 13px;
142 display: flex;
143 }
144 .qc-review-ul li a:hover {
145 color: #fff;
146 border: 1px solid var(--woobot-primary) !important;
147 background: var(--woobot-primary) !important;
148 padding: 5px 15px;
149 border-radius: 4px;
150 font-weight: 600;
151 font-size: 13px;
152 display: flex;
153 }
154 .wpbot-notice-content {
155 padding: 10px 0px;
156 display: flex
157 ;
158 }
159 .qc-review-text p {
160 font-size: 13px;
161 margin: 0;
162 padding: 0;
163 }
164 ul.qc-review-ul {
165 margin: 8px 0 0 0;
166 }
167 .qc-review-ul li a span {
168 font-size: 14px;
169 margin: 0;
170 padding: 0;
171 line-height: 20px;
172 }
173
174 .qc-review-ul li {
175 margin-right: 2px;
176 margin-bottom: 0;
177 }
178
179 .qc-review-ul li a:hover{
180 background: #337ab7;
181 color: #fff;
182 }
183 .qc-review-ul li {
184 margin-bottom: 0;
185 }
186
187
188 .notice.is-dismissible.qcbot-feedback {
189 display: flex;
190 column-gap: 15px;
191 row-gap: 10px;
192 background: #fff;
193 padding: 15px 15px;
194 margin: 20px 20px 20px 0;
195 border-radius: 16px;
196 align-items: center;
197 justify-content: space-between;
198 border: none;
199 }
200 .notice.is-dismissible.qcbot-feedback .wpbot-notice-content {
201 padding: 0;
202 }
203 .notice.is-dismissible.qcbot-feedback .qc-review-thumbnail {
204 width: 70px;
205 }
206 .notice.is-dismissible.qcbot-feedback .wpbot-notice-content {
207 padding: 10px 0px;
208 display: flex;
209 align-items: center;
210 }
211
212 /* AI Review Generator Styles */
213 .qc-ai-review-wrapper {
214 position: relative;
215 transition: all 0.3s ease-in-out;
216 }
217 .qc-ai-review-wrapper.loading::before {
218 content: '';
219 position: absolute;
220 top: 0;
221 left: 0;
222 right: 0;
223 bottom: 0;
224 background: rgba(255, 255, 255, 0.7);
225 z-index: 10;
226 border-radius: 8px;
227 }
228 .qc-ai-review-wrapper.loading::after {
229 content: '';
230 position: absolute;
231 top: 50%;
232 left: 50%;
233 width: 24px;
234 height: 24px;
235 margin: -12px 0 0 -12px;
236 border: 3px solid var(--woobot-primary);
237 border-top: 3px solid transparent;
238 border-radius: 50%;
239 animation: qc-ai-spinner 0.8s linear infinite;
240 z-index: 11;
241 }
242 @keyframes qc-ai-spinner {
243 0% { transform: rotate(0deg); }
244 100% { transform: rotate(360deg); }
245 }
246 #qc-write-review-ai {
247 transition: background-color 0.2s ease, border-color 0.2s ease;
248 }
249 #qc-write-review-ai:hover {
250 background-color: #463c77 !important;
251 border-color: #463c77 !important;
252 color: #fff !important;
253 }
254 #qc-copy-review-btn.copied {
255 background: #46b450 !important;
256 border-color: #46b450 !important;
257 color: #fff !important;
258 }
259 #qc-copy-review-btn.copied span {
260 color: #fff !important;
261 }
262
263 .qc-ai-review-actions span.dashicons.dashicons-clipboard, .qc-ai-review-actions span.dashicons.dashicons-external {
264 line-height: 22px !important;
265 }