PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.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
← All changes | assets/admin/css/bbpc-admin.css +68 -9 1.4.12.2.0 View file →
@@ -1,11 +1,11 @@
1 1 /** === Codestar options / Pro Alert === **/
2 2 .csf-field-image_select figure {
3 3 width: 100px;
4 + border-radius: 10px;
4 5 }
5 -
6 -.bbp-core-settings {
7 - max-width: 1200px;
6 +.csf-field-image_select figure img {
7 + border-radius: 10px;
8 8 }
9 9
10 10 .csf-field .csf-title {
11 11 width: 30%;
@@ -37,8 +37,35 @@
37 37 content: "\f343";
38 38 font-family: dashicons;
39 39 }
40 40
41 +.csf-cloneable-remove {
42 + position: absolute;
43 + top: -2px;
44 + right: 15px;
45 + color: #d63638 !important;
46 + font-size: 16px !important;
47 + text-decoration: none !important;
48 + width: 69px !important;
49 + height: 20px !important;
50 + display: flex !important;
51 + align-items: center;
52 + justify-content: center;
53 + z-index: 5;
54 +}
55 +.csf-cloneable-remove:before {
56 + font-family: dashicons !important;
57 + content: "\f182" !important;
58 + /* dashicons-trash */
59 +}
60 +.csf-cloneable-remove:hover {
61 + color: #b32d2e !important;
62 +}
63 +
64 +.csf-cloneable-title {
65 + cursor: move;
66 +}
67 +
41 68 body.bbpc-no-pro .st-pro-notice.csf-field {
42 69 position: relative;
43 70 cursor: pointer;
44 71 }
@@ -59,12 +86,40 @@
59 86 left: 0;
60 87 background-color: transparent;
61 88 z-index: 2;
62 89 }
63 -body.bbpc-no-pro .st-pro-notice .csf-fieldset, body.bbpc-no-pro .st-pro-notice .csf-title {
90 +body.bbpc-no-pro .st-pro-notice .csf-fieldset,
91 +body.bbpc-no-pro .st-pro-notice .csf-title {
64 92 opacity: 0.5;
65 93 pointer-events: none;
66 94 }
95 +body.bbpc-no-promax .st-promax-notice.csf-field {
96 + position: relative;
97 + cursor: pointer;
98 +}
99 +body.bbpc-no-promax .st-promax-notice.csf-field::before {
100 + content: "ProMax";
101 + background-color: #f1bd6c;
102 + color: #000;
103 + padding: 3px 10px;
104 + border-radius: 3px;
105 + margin-bottom: 10px;
106 +}
107 +body.bbpc-no-promax .st-promax-notice.csf-field::after {
108 + position: absolute;
109 + content: "";
110 + width: 100%;
111 + height: 100%;
112 + top: 0;
113 + left: 0;
114 + background-color: transparent;
115 + z-index: 2;
116 +}
117 +body.bbpc-no-promax .st-promax-notice .csf-fieldset,
118 +body.bbpc-no-promax .st-promax-notice .csf-title {
119 + opacity: 0.5;
120 + pointer-events: none;
121 +}
67 122
68 123 .upgrade-link {
69 124 background-color: #f1bd6c;
70 125 color: #000;
@@ -126,9 +181,9 @@
126 181 .bbpc-core-main * {
127 182 box-sizing: border-box;
128 183 }
129 184
130 -.bbp-core-main .bbp-core-intro {
185 +.forumax-main .forumax-intro {
131 186 font-size: 16px;
132 187 }
133 188
134 189 .bbpc-stat-cards {
@@ -272,9 +327,10 @@
272 327 display: flex;
273 328 gap: 10px;
274 329 }
275 330
276 -#bbpc_forum_option_link, #bbpc_topic_option_link {
331 +#bbpc_forum_option_link,
332 +#bbpc_topic_option_link {
277 333 text-decoration: none;
278 334 width: 220px;
279 335 background: #050505;
280 336 display: block;
@@ -294,9 +350,10 @@
294 350 /** === Offer Notice design === **/
295 351 .bbpc-offer-wrap {
296 352 background-color: #7474FC;
297 353 color: #fff;
298 - width: 100%; /* Set full width */
354 + width: 100%;
355 + /* Set full width */
299 356 position: relative;
300 357 border-radius: 10px;
301 358 }
302 359
@@ -304,10 +361,12 @@
304 361 display: grid;
305 362 grid-template-columns: repeat(5, 1fr);
306 363 gap: 20px;
307 364 width: 80%;
308 - align-items: center; /* Align items vertically center */
309 - justify-items: center; /* Align items horizontally center */
365 + align-items: center;
366 + /* Align items vertically center */
367 + justify-items: center;
368 + /* Align items horizontally center */
310 369 box-sizing: border-box;
311 370 padding: 10px;
312 371 }
313 372 .bbpc-offer .dismiss-btn {