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

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

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