PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.4.0
Forumax – AI Powered Advanced Community Forum Plugin v1.4.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 / assets / admin / css / bbpc-admin.css

bbpc-admin.css in Forumax – AI Powered Advanced Community Forum Plugin 1.4.0, at assets/admin/css/bbpc-admin.css

413 lines 8.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** === Codestar options / Pro Alert === **/
2 .csf-field-image_select figure {
3 width: 100px;
4 }
5
6 .bbp-core-settings {
7 max-width: 1200px;
8 }
9
10 .csf-field .csf-title {
11 width: 30%;
12 }
13
14 .csf-field .csf-fieldset {
15 width: calc(70% - 25px);
16 }
17
18 .csf-nav.csf-nav-normal.csf-nav-options ul li a {
19 display: flex;
20 align-items: baseline;
21 }
22
23 /** === Codestar Fontawesome replaced with Dashicons === **/
24 .csf-field .chosen-container-single .chosen-single div b:before,
25 .csf-nav ul li .csf-arrow:after {
26 content: "\f347";
27 font-family: dashicons;
28 font-size: 12px;
29 }
30
31 .csf-field .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
32 content: "\f335" !important;
33 font-family: dashicons;
34 }
35
36 .csf-field .chosen-container-active.chosen-with-drop .chosen-single div b:before {
37 content: "\f343";
38 font-family: dashicons;
39 }
40
41 body.bbpc-no-pro .st-pro-notice.csf-field {
42 position: relative;
43 cursor: pointer;
44 }
45 body.bbpc-no-pro .st-pro-notice.csf-field::before {
46 content: "Pro";
47 background-color: #f1bd6c;
48 color: #000;
49 padding: 3px 10px;
50 border-radius: 3px;
51 margin-bottom: 10px;
52 }
53 body.bbpc-no-pro .st-pro-notice.csf-field::after {
54 position: absolute;
55 content: "";
56 width: 100%;
57 height: 100%;
58 top: 0;
59 left: 0;
60 background-color: transparent;
61 z-index: 2;
62 }
63 body.bbpc-no-pro .st-pro-notice .csf-fieldset, body.bbpc-no-pro .st-pro-notice .csf-title {
64 opacity: 0.5;
65 pointer-events: none;
66 }
67
68 .upgrade-link {
69 background-color: #f1bd6c;
70 color: #000;
71 padding: 2px 6px;
72 }
73
74 .swal2-styled.swal2-confirm.upgrade-premium-button {
75 background-color: #f1bd6c;
76 outline: none;
77 box-shadow: none !important;
78 }
79
80 .swal2-title.upgrade-premium-heading {
81 font-size: 24px;
82 font-weight: 500;
83 line-height: 32px;
84 margin-bottom: -15px;
85 }
86
87 .pro-notification-body-text {
88 font-size: 15px;
89 display: block;
90 margin-bottom: 25px;
91 }
92
93 .swal2-styled.swal2-confirm.upgrade-premium-button > a {
94 color: black;
95 font-weight: normal;
96 }
97
98 .swal2-footer.notification-pro-footer-wrap {
99 border-top: none;
100 margin: 8px 0px 0px;
101 padding: 0px;
102 }
103
104 .swal2-html-container {
105 line-height: 1.6;
106 }
107
108 #customize-controls .csf-field-image_select img {
109 width: 85px;
110 height: auto;
111 }
112
113 .notice.is-dismissible.bottom-10 {
114 padding-bottom: 15px;
115 }
116
117 .notice-warning.eaz-notice {
118 background: #ffffbe;
119 }
120
121 .header-notify-icon .notify-icon {
122 padding-top: 10px;
123 margin: auto;
124 }
125
126 .bbpc-core-main * {
127 box-sizing: border-box;
128 }
129
130 .bbp-core-main .bbp-core-intro {
131 font-size: 16px;
132 }
133
134 .bbpc-stat-cards {
135 display: flex;
136 gap: 30px;
137 }
138
139 .bbpc-stat-card {
140 background-color: #fff;
141 }
142
143 .bbpc-dashboard {
144 display: flex;
145 }
146
147 .bbpc-panel {
148 width: 250px;
149 border-right: 1px solid #ccc;
150 margin-right: 20px;
151 }
152
153 .bbpc-logo {
154 margin-bottom: 50px;
155 }
156
157 .bbpc-stats {
158 flex-basis: 3;
159 }
160
161 .bbpc-heading {
162 margin-bottom: 60px;
163 }
164
165 .bbpc-card-heading h2 {
166 margin: 0;
167 background: #ddd;
168 padding: 10px;
169 line-height: 1;
170 }
171
172 /* Menu */
173 .bbpc-group-menu li a {
174 border: 1px solid #6831c1;
175 background: #6831c1;
176 color: #fff;
177 text-decoration: none;
178 box-sizing: border-box;
179 display: block;
180 font-size: 15px;
181 width: calc(100% - 20px);
182 padding: 10px 20px;
183 font-weight: 500;
184 letter-spacing: 0px;
185 }
186
187 .bbpc-card-data {
188 padding: 15px 25px;
189 }
190
191 .forum-info {
192 display: flex;
193 flex-wrap: wrap;
194 }
195
196 .forum-info li {
197 flex: 50%;
198 margin-bottom: 20px;
199 font-size: 14px;
200 border-bottom: 1px solid #ccc;
201 padding-bottom: 18px;
202 }
203
204 .forum-info li:last-child {
205 border-bottom: none;
206 padding-bottom: 0;
207 margin-bottom: 0;
208 }
209
210 #bbpc-forum {
211 transition: 0.3s all ease;
212 }
213
214 #bbpc-forum:hover {
215 color: var(--clr-white);
216 }
217
218 .bbpc-approve-btn {
219 margin-left: 10px;
220 margin-right: 3px;
221 border: 1px solid #2DB22D;
222 color: #2DB22D;
223 border-radius: 50%;
224 text-decoration: none;
225 width: 26px;
226 height: 26px;
227 display: flex;
228 align-items: center;
229 justify-content: center;
230 }
231 .bbpc-approve-btn:hover {
232 border: 1px solid #07a207;
233 color: #07a207;
234 }
235
236 .bbpc-filter-btn-settings .csf--sibling.csf--active {
237 border: 1px solid #2DB22D;
238 background-color: #2DB22D;
239 }
240
241 /** === FS contents === **/
242 #fs_connect .fs-header .fs-plugin-icon,
243 #fs_connect .fs-header .fs-plugin-icon img {
244 height: auto;
245 }
246 #fs_connect .fs-content h2 {
247 font-size: 28px;
248 margin: 15px auto;
249 line-height: 1.2 !important;
250 }
251 #fs_connect .fs-content p {
252 font-size: 16px !important;
253 text-align: center;
254 line-height: 1.7;
255 }
256 #fs_connect .fs-box-container {
257 border-radius: 15px;
258 }
259
260 /** === Notification & Mini profile CSS === **/
261 .csf-field-fieldset .csf-fieldset-content[data-depend-id=bbpc_notification_location] > .csf-field, .csf-field-fieldset .csf-fieldset-content[data-depend-id=bbpc_profile_location] > .csf-field {
262 width: 100%;
263 display: flex;
264 }
265 .csf-field-fieldset .csf-fieldset-content[data-depend-id=bbpc_notification_location] > .csf-field .csf-after-text, .csf-field-fieldset .csf-fieldset-content[data-depend-id=bbpc_profile_location] > .csf-field .csf-after-text {
266 font-size: 12px;
267 }
268 .csf-field-fieldset .csf-fieldset-content[data-depend-id=bbpc_notification_location] > .csf-field input, .csf-field-fieldset .csf-fieldset-content[data-depend-id=bbpc_profile_location] > .csf-field input {
269 width: 95%;
270 }
271 .csf-field-fieldset .csf-fieldset-content[data-depend-id=bbpc_notification_location] > .csf-field.csf-field-select > .csf-fieldset, .csf-field-fieldset .csf-fieldset-content[data-depend-id=bbpc_profile_location] > .csf-field.csf-field-select > .csf-fieldset {
272 display: flex;
273 gap: 10px;
274 }
275
276 #bbpc_forum_option_link, #bbpc_topic_option_link {
277 text-decoration: none;
278 width: 220px;
279 background: #050505;
280 display: block;
281 color: rgba(255, 255, 255, 0.7019607843);
282 text-transform: uppercase;
283 padding-top: 100px;
284 padding-bottom: 100px;
285 text-align: center;
286 font-size: 16px;
287 font-weight: 700;
288 letter-spacing: 0.5px;
289 text-shadow: 2px 2px black;
290 float: left;
291 margin: 0 20px 0 0;
292 }
293
294 /** === Offer Notice design === **/
295 .bbpc-offer-wrap {
296 background-color: #7474FC;
297 color: #fff;
298 width: 100%; /* Set full width */
299 position: relative;
300 border-radius: 10px;
301 }
302
303 .bbpc-offer {
304 display: grid;
305 grid-template-columns: repeat(5, 1fr);
306 gap: 20px;
307 width: 80%;
308 align-items: center; /* Align items vertically center */
309 justify-items: center; /* Align items horizontally center */
310 box-sizing: border-box;
311 padding: 10px;
312 }
313 .bbpc-offer .dismiss-btn {
314 position: absolute;
315 top: 50%;
316 right: 25px;
317 border: none;
318 background: transparent;
319 color: #fff;
320 font-size: 30px;
321 cursor: pointer;
322 transform: translate(-50%, -20px);
323 font-weight: 400;
324 z-index: 1;
325 }
326 .bbpc-offer .bbpc-col {
327 padding: 20px;
328 position: relative;
329 display: flex;
330 gap: 10px;
331 width: 280px;
332 }
333 .bbpc-offer .bbpc-col .bbpc-col-box label {
334 margin-bottom: 5px;
335 display: block;
336 color: #fff;
337 }
338 .bbpc-offer .bbpc-col:not(:last-child)::after {
339 content: "";
340 position: absolute;
341 top: 50%;
342 left: 100%;
343 transform: translate(-50%, -50%);
344 height: 65px;
345 width: 1px;
346 background-color: rgba(255, 255, 255, 0.2);
347 }
348 .bbpc-offer .bbpc-col img {
349 width: 30px;
350 height: 30px;
351 filter: invert(1);
352 }
353 .bbpc-offer .bbpc-col .bbpc-col-text p {
354 margin-top: 0;
355 margin-bottom: 8px;
356 }
357 .bbpc-offer .bbpc-col .bbpc-col-text p strong {
358 font-size: 1.2em;
359 }
360 .bbpc-offer .bbpc-col .buy-btn {
361 display: inline-block;
362 padding: 12px 25px;
363 background-color: #FFC107;
364 text-decoration: none;
365 font-weight: bold;
366 text-align: center;
367 border-radius: 5px;
368 transition: background-color 0.3s ease;
369 }
370 .bbpc-offer .bbpc-col .buy-btn:hover {
371 background-color: #FFA000;
372 }
373
374 .coupon-container {
375 display: flex;
376 align-items: center;
377 gap: 5px;
378 }
379 .coupon-container #coupon {
380 border: 1px solid #fff;
381 background-color: #fff;
382 color: #333;
383 font-weight: bold;
384 border-radius: 5px;
385 width: auto;
386 padding: 4px 10px;
387 }
388 .coupon-container .copy-btn {
389 padding: 7px 10px;
390 background-color: transparent;
391 border-radius: 5px;
392 cursor: pointer;
393 transition: all 0.3s ease;
394 border: 1px solid rgba(255, 255, 255, 0.4);
395 color: #fff;
396 font-weight: 500;
397 }
398 .coupon-container .copy-btn:hover {
399 background-color: #FFA000;
400 border-color: #FFA000;
401 }
402 .coupon-container .copy-message {
403 display: none;
404 color: #028c02;
405 font-size: 0.9em;
406 font-weight: bold;
407 margin-left: 10px;
408 position: absolute;
409 background: #fff;
410 }
411
412 /*# sourceMappingURL=bbpc-admin.css.map */
413