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

266 lines 5.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 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 /*# sourceMappingURL=bbpc-admin.css.map */
266