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

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