PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.0.0
Forumax – AI Powered Advanced Community Forum Plugin v2.0.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / build / search / index.css

index.css in Forumax – AI Powered Advanced Community Forum Plugin 2.0.0, at build/search/index.css

476 lines 10.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!***********************************************************************************************************************************************************************************************************************************************!*\
2 !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/search/editor.scss ***!
3 \***********************************************************************************************************************************************************************************************************************************************/
4 :root {
5 --rob: "Roboto", sans-serif;
6 --great: "Great Vibes", cursive;
7 --bg_gradient: linear-gradient(45deg, #F5FDFF, #FEEFEC);
8 --bbpc_brand_color: var(--bbpc_brand_color_opt,#0866ff);
9 --h_title: #1d2746;
10 --p_color: #6b707f;
11 --bs-white: #fff;
12 --black_25: #f9f9f9;
13 --black_50: #f2f2f2;
14 --black_75: #eeeeee;
15 --black_90: #e0e6f0;
16 --black_100: #d6d9dc;
17 --black_150: #c8ccd0;
18 --black_200: #bbc0c4;
19 --black_300: #9fa6ad;
20 --black_350: #9199a1;
21 --black_400: #848d95;
22 --black_500: #6a737c;
23 --black_600: #535a60;
24 --black_700: #3c4146;
25 --black_750: #2f3337;
26 --black_800: #242729;
27 --black_900: #0c0d0e;
28 --bbpc_color: #078669;
29 --baseColor2: #4a6ee0;
30 --bs_white: #fff;
31 }
32
33 /*font Variables*/
34
35 /**=== Functions ===**/
36
37 .col-md-offset-right-1,
38 .col-lg-offset-right-1 {
39 margin-right: 8.33333333%;
40 }
41
42 .ama-search-widget {
43 position: relative;
44 margin-left: auto;
45 margin-right: auto;
46 }
47
48 .ama-search-widget .header_search_keyword {
49 text-align: left;
50 display: flex;
51 flex-wrap: wrap;
52 align-items: center;
53 font-weight: 500;
54 justify-content: center;
55 margin-top: 10px;
56 }
57
58 .ama-search-widget .header_search_keyword span {
59 font-size: 14px;
60 margin-right: 10px;
61 }
62
63 .ama-search-widget .header_search_keyword ul {
64 margin: 0;
65 }
66
67 .ama-search-widget .header_search_keyword ul li {
68 display: inline-block;
69 margin: 0 3px 0;
70 }
71
72 .ama-search-widget .header_search_keyword ul li a {
73 display: block;
74 font-size: 13px;
75 padding: 0 19px;
76 border-radius: 45px;
77 background: var(--bbpc_color);
78 color: #fff;
79 font-weight: normal;
80 }
81
82 .ama-search-widget .header_search_keyword ul li a.header-search-form__keywords-label {
83 color: var(--black_800);
84 }
85
86 .ama-search-widget .search-box {
87 z-index: 99;
88 position: relative;
89 }
90
91 .ama-search-widget .search-box svg {
92 position: absolute;
93 right: 8px;
94 top: 49.59999%;
95 transform: translateY(-50%);
96 line-height: 22px;
97 padding: 10px;
98 border-radius: 4px;
99 border-left-color: transparent;
100 box-sizing: border-box;
101 color: var(--bbpc_brand_color);
102 }
103
104 .ama-search-widget .search-box input#searchInput {
105 border: 0 solid transparent;
106 box-shadow: none;
107 }
108
109 .ama-search-widget .search-box input {
110 width: 100%;
111 border-radius: 4px;
112 line-height: 35px;
113 text-indent: 15px;
114 padding-right: 43px;
115 }
116
117 .ama-search-widget .search-box #searchInput + .spinner {
118 position: absolute;
119 right: 45px;
120 top: 50% !important;
121 transform: translateY(-55%);
122 display: none;
123 background: #fff;
124 z-index: 999;
125 }
126
127 .ama-search-widget .search-box #searchInput + .spinner img {
128 width: 22px;
129 }
130
131 .ama-search-widget .elementor img {
132 height: auto;
133 max-width: 100%;
134 border: none;
135 border-radius: 0;
136 box-shadow: none;
137 }
138
139 ul.list-unstyled {
140 padding-left: 0;
141 }
142
143 .ama-search-keyword-wrapper .header_search_keyword ul li a {
144 color: var(--black_600);
145 background: var(--black_50);
146 font-weight: normal;
147 }
148
149 /* ------- Forum & Search -------- */
150
151 .single-forum-post-widget .post-category img {
152 width: 15px;
153 height: auto;
154 }
155
156 .single-filter-item a {
157 color: var(--black_600);
158 }
159
160 /** === Doc search form result === **/
161
162 #bbpc-search-result {
163 position: absolute;
164 width: 100%;
165 background: var(--bs-white);
166 font-size: 14px;
167 font-weight: 400;
168 display: none;
169 transition: all 0.4s;
170 margin-top: 2px;
171 border: 1px solid var(--black_50);
172 border-radius: 4px;
173 box-shadow: 0 3px 4px 0 rgba(4, 73, 89, 0.06);
174 padding: 20px 25px;
175 top: 45px;
176 }
177
178 #bbpc-search-result::before {
179 content: "";
180 width: 12px;
181 height: 12px;
182 background: var(--bs-white);
183 position: absolute;
184 top: -6px;
185 transform: rotate(45deg);
186 left: 40px;
187 border-left: 1px solid var(--black_50);
188 border-top: 1px solid var(--black_50);
189 }
190
191 #bbpc-search-result .searchbar-tabs {
192 padding: 0 10px 15px 0;
193 }
194
195 #bbpc-search-result a {
196 text-decoration: none;
197 }
198
199 #bbpc-search-result.ajax-search {
200 display: block;
201 }
202
203 #bbpc-search-result .not-found-text,
204 #bbpc-search-result .bbpc-not-found-text {
205 display: none;
206 font-weight: 700;
207 font-size: 20px;
208 margin: 12px 0 5px;
209 letter-spacing: 0.1px;
210 }
211
212 .search-results-tab .bbpc-search-title {
213 font-size: 16px;
214 color: var(--h_title);
215 display: block;
216 border-bottom: 1px solid var(--black_50);
217 font-weight: 500;
218 text-align: left;
219 padding-left: 8px;
220 margin: 12px 0 0;
221 padding-bottom: 8px;
222 text-transform: capitalize;
223 }
224
225 /*
226 keywords
227 */
228
229 .bbpc-search-keyword {
230 display: block;
231 text-align: center;
232 margin: 15px 0 5px;
233 }
234
235 .bbpc-search-keyword.left {
236 text-align: left;
237 }
238
239 .bbpc-search-keyword.right {
240 text-align: right;
241 }
242
243 .bbpc-search-keyword ul {
244 list-style: none;
245 margin: 0 2px;
246 padding: 0;
247 display: inline-block;
248 }
249
250 .bbpc-search-keyword ul li {
251 list-style: none;
252 margin: 0 2px;
253 padding: 0;
254 display: inline-block;
255 }
256
257 .bbpc-search-keyword ul li a {
258 color: #fff;
259 background: rgba(2, 1, 1, 0.2117647059);
260 font-size: 14px;
261 text-transform: capitalize;
262 padding: 4px 12px;
263 border-radius: 15px;
264 font-weight: 400;
265 text-decoration: none !important;
266 }
267
268 .bbpc_search_form_wrapper {
269 position: relative;
270 }
271
272 .bbpc_search_form_wrapper .input-wrapper {
273 position: relative;
274 }
275
276 .bbpc_search_form_wrapper .input-wrapper .spinner {
277 position: absolute;
278 right: 30px;
279 top: 50%;
280 transform: translateY(-55%);
281 display: none;
282 background: #fff;
283 z-index: 999;
284 border-radius: 50%;
285 height: 21px;
286 width: 21px;
287 line-height: 0;
288 }
289
290 .bbpc_search_form_wrapper .input-wrapper .spinner img {
291 width: 22px;
292 }
293
294 .bbpc_search_form_wrapper .input-wrapper input {
295 width: 100%;
296 padding: 0.75em;
297 }
298
299 .bbpc_search_form_wrapper .input-wrapper input::-webkit-search-cancel-button {
300 -webkit-appearance: auto;
301 position: absolute;
302 right: 30px;
303 }
304
305 .bbpc_search_form_wrapper .input-wrapper .submit-btn-left {
306 position: absolute;
307 right: 0;
308 top: 0;
309 bottom: 0;
310 display: flex;
311 margin: auto;
312 align-items: center;
313 }
314
315 .bbpc_search_form_wrapper .input-wrapper .submit-btn-right {
316 position: absolute;
317 left: 0;
318 top: 2px;
319 bottom: 2px;
320 margin: auto;
321 display: flex;
322 height: -moz-fit-content;
323 height: fit-content;
324 }
325
326 .bbpc_search_form_wrapper .input-wrapper button {
327 background: transparent;
328 border: none;
329 outline: none;
330 cursor: pointer;
331 padding: 0;
332 margin: 0;
333 color: black;
334 }
335
336 .bbpc_search_form_wrapper .input-wrapper button svg {
337 width: auto;
338 max-width: 100%;
339 height: auto;
340 max-height: 80%;
341 }
342
343 .bbpc_search_form_wrapper .search-result-item {
344 padding: 10px 15px;
345 display: flex;
346 align-items: center;
347 width: 100%;
348 flex: 100%;
349 transition: all 0.3s;
350 }
351
352 .bbpc_search_form_wrapper .search-result-item a {
353 color: var(--p_color);
354 }
355
356 .bbpc_search_form_wrapper .search-result-item:hover {
357 background: rgba(143, 187, 237, 0.1);
358 }
359
360 .searchbar-tabs .tab-item {
361 font-size: 14px;
362 font-weight: 500;
363 padding: 11px 8px;
364 margin-right: 20px;
365 border: none;
366 background: 0 0;
367 color: var(--black_400);
368 text-transform: capitalize;
369 cursor: pointer;
370 }
371
372 .searchbar-tabs .tab-item.active {
373 color: var(--bbpc_brand_color);
374 border-bottom: 3px solid var(--bbpc_brand_color);
375 }
376
377 .searchbar-tabs .tab-item:hover {
378 text-decoration: none;
379 outline: none;
380 }
381
382 .searchbar-tabs .tab-item:focus {
383 text-decoration: none;
384 outline: none;
385 }
386
387 .forum-card .forum-card-thumbnail-area {
388 padding: 0 !important;
389 }
390
391 body.body_dark input#searchInput.input_focused {
392 background: #fff;
393 }
394
395 body.body_dark .not-found-text, body.body_dark .bbpc-not-found-text {
396 color: black;
397 }
398
399 /** === Focus Search Form === **/
400
401 body.bbpc-search-overlay {
402 opacity: 1;
403 visibility: visible;
404 }
405
406 body:not(.bbpc-search-overlay) #bbpc-search-result.ajax-search {
407 display: none;
408 }
409
410 .bbpc-search-overlay.active {
411 display: none;
412 position: fixed;
413 top: 0;
414 left: 0;
415 width: 100%;
416 height: 100%;
417 background: rgba(0, 0, 0, 0.4); /* Semi-transparent black overlay */
418 justify-content: center;
419 align-items: center;
420 z-index: 99;
421 transition: 0.3s all;
422 }
423
424 .bbpc-search-keyword-upsell {
425 position: relative;
426 display: flex;
427 justify-content: center;
428 align-items: center;
429 margin: 15px auto 0;
430 background: #f9f9f9;
431 padding: 10px;
432 border: 1px dashed #ddd;
433 border-radius: 8px;
434 width: -moz-fit-content;
435 width: fit-content;
436 }
437
438 .bbpc-search-keyword-upsell img {
439 max-width: 100%;
440 height: auto;
441 opacity: 0.5;
442 display: block;
443 }
444
445 .bbpc-search-keyword-upsell .upsell-btn-wrapper {
446 position: absolute;
447 top: 50%;
448 left: 50%;
449 transform: translate(-50%, -50%);
450 z-index: 10;
451 }
452
453 .bbpc-search-keyword-upsell .upsell-btn-wrapper.bbpc-upgrade-btn {
454 display: inline-block;
455 }
456
457 .bbpc-search-keyword-upsell .upsell-btn-wrapper.bbpc-upgrade-btn a {
458 padding: 10px 20px;
459 background: linear-gradient(90deg, #172473, #0fa2d0) !important;
460 color: #fff !important;
461 text-decoration: none !important;
462 border: none !important;
463 border-radius: 4px;
464 display: inline-block;
465 transition: all 0.3s ease;
466 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
467 }
468
469 .bbpc-search-keyword-upsell .upsell-btn-wrapper.bbpc-upgrade-btn a:hover {
470 opacity: 0.9;
471 transform: translateY(-2px);
472 color: #fff !important;
473 box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
474 }
475
476 /*# sourceMappingURL=index.css.map*/