PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.0.8
Forumax – AI Powered Advanced Community Forum Plugin v1.0.8
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 / admin-global.css

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

351 lines 6.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 code {
2 line-height: 1.6;
3 }
4
5 /** === WordPress default notices === **/
6 .notice {
7 padding: 10px;
8 }
9
10 .eazydocs-close-notice {
11 display: inline-block;
12 }
13
14 a.eazydocs-close-notice:focus,
15 a.eazydocs-close-notice:active {
16 outline: none;
17 box-shadow: none;
18 }
19
20 .eazydocs-close-notice,
21 .notice ul li a {
22 text-decoration: none;
23 }
24
25 .eazydocs-close-notice i {
26 font-size: 16px;
27 text-decoration: none;
28 margin-top: 2px;
29 margin-left: -5px;
30 color: #dc3232;
31 }
32
33 .eazydocs-close-notice span {
34 margin-left: -3px;
35 }
36
37 .eazydocs-close-notice:hover,
38 .eazydocs-close-notice {
39 color: #dc3232;
40 font-weight: 600;
41 }
42
43 .notice .notice-action {
44 position: relative;
45 color: #00a0d2;
46 }
47
48 .notice .notice-action:after {
49 content: "";
50 position: absolute;
51 height: 2px;
52 background: #00a0d2;
53 width: 100%;
54 left: 0;
55 bottom: -2px;
56 }
57
58 .metabox-holder #eazydocs_basics.group {
59 display: block !important;
60 }
61
62 #get_docs_archive,
63 #get_docs_single,
64 #get_docs_slug {
65 text-decoration: none;
66 width: 220px;
67 background: #050505;
68 display: block;
69 color: #ffffffb3;
70 text-transform: uppercase;
71 padding-top: 100px;
72 padding-bottom: 100px;
73 text-align: center;
74 font-size: 16px;
75 font-weight: 700;
76 letter-spacing: 0.5px;
77 text-shadow: 2px 2px black;
78 float: left;
79 margin: 0px 20px 0px 0px;
80 }
81
82 #get_docs_archive:hover,
83 #get_docs_single:hover,
84 #get_docs_slug:hover {
85 background: #0d0e2b;
86 color: white;
87 }
88
89 #get_docs_archive:focus,
90 #get_docs_single:focus,
91 #get_docs_slug:focus {
92 outline: none;
93 }
94
95 /** === Codestar options / Pro Alert === **/
96 .csf-field-image_select figure {
97 width: 100px;
98 }
99
100 .csf-options {
101 max-width: 1200px;
102 }
103
104 .csf-field .csf-title {
105 width: 30%;
106 }
107
108 .csf-field .csf-fieldset {
109 width: calc(70% - 20px);
110 }
111
112 .st-pro-notice.csf-field {
113 position: relative;
114 cursor: pointer;
115 }
116
117 .st-pro-notice .csf-title,
118 .st-pro-notice .csf-fieldset {
119 opacity: 0.5;
120 pointer-events: none;
121 }
122
123 body.valid.docy .active-theme-docy .csf-title,
124 body.valid.docy .active-theme-docy .csf-fieldset,
125 body.valid.docly .active-theme-docly .csf-title,
126 body.valid.docly .active-theme-docly .csf-fieldset,
127 body.valid .active-theme .csf-title,
128 body.valid .active-theme .csf-fieldset {
129 pointer-events: inherit;
130 opacity: 1;
131 }
132
133 body.valid.docy .active-theme-docy.csf-field::before,
134 body.valid.docy .active-theme-docy.csf-field::after,
135 body.valid.docly .active-theme-docly.csf-field::before,
136 body.valid.docly .active-theme-docly.csf-field::after,
137 body.valid .active-theme.csf-field::before,
138 body.valid .active-theme.csf-field::after {
139 display: none;
140 }
141
142 .st-pro-notice.csf-field::before {
143 content: "Pro";
144 background-color: #f1bd6c;
145 color: #000;
146 padding: 3px 10px;
147 border-radius: 3px;
148 margin-bottom: 10px;
149 }
150
151 .st-pro-notice.csf-field::after {
152 position: absolute;
153 content: "";
154 width: 100%;
155 height: 100%;
156 top: 0;
157 left: 0;
158 background-color: transparent;
159 z-index: 2;
160 }
161
162 .upgrade-link {
163 background-color: #f1bd6c;
164 color: #000;
165 padding: 2px 6px;
166 }
167
168 .swal2-styled.swal2-confirm.upgrade-premium-button {
169 background-color: #f1bd6c;
170 outline: none;
171 box-shadow: none !important;
172 }
173
174 .swal2-title.upgrade-premium-heading {
175 font-size: 24px;
176 font-weight: 500;
177 line-height: 32px;
178 margin-bottom: -15px;
179 }
180
181 .pro-notification-body-text {
182 font-size: 15px;
183 display: block;
184 margin-bottom: 25px;
185 }
186
187 .swal2-styled.swal2-confirm.upgrade-premium-button > a {
188 color: black;
189 font-weight: normal;
190 }
191
192 .swal2-footer.notification-pro-footer-wrap {
193 border-top: none;
194 margin: 8px 0px 0px;
195 padding: 0px;
196 }
197
198 .swal2-html-container {
199 line-height: 1.6;
200 }
201
202 #customize-controls .csf-field-image_select img {
203 width: 85px;
204 height: auto;
205 }
206
207 .notice.is-dismissible.bottom-10 {
208 padding-bottom: 15px;
209 }
210
211 .notice-warning.eaz-notice {
212 background: #ffffbe;
213 }
214
215 .header-notify-icon .notify-icon {
216 padding-top: 10px;
217 margin: auto;
218 }
219
220 /** ONE PAGE CSS **/
221 body.post-type-onepage-docs .wrap .page-title-action:not(.add-onepage),
222 #adminmenu #toplevel_page_eazydocs ul li a:empty {
223 display: none !important;
224 }
225
226 .ezd-select-full {
227 max-width: 100% !important;
228 padding: 5px 10px !important;
229 font-size: 15px !important;
230 font-weight: 500;
231 }
232
233 select#ezd_docs_select {
234 max-width: 100%;
235 }
236
237 label[for=ezd_docs_select] {
238 display: block;
239 text-align: left;
240 margin: 15px 0 10px;
241 font-weight: 400;
242 font-size: 16px;
243 }
244
245 label[for=ezd_docs_sidebar] {
246 display: block;
247 text-align: left;
248 margin: 20px 0 10px;
249 font-weight: 400;
250 font-size: 16px;
251 }
252
253 label[for=ezd_edit_docs_sidebar] {
254 display: block;
255 text-align: left;
256 margin: 20px 0 10px;
257 font-weight: 400;
258 font-size: 16px;
259 }
260
261 textarea#ezd_edit_docs_sidebar {
262 min-height: 100px;
263 }
264
265 body.post-type-onepage-docs .bulkactions select option:nth-child(2),
266 body.post-type-onepage-docs .wrap .page-title-action:not(.add-onepage),
267 body.post-type-onepage-docs .type-onepage-docs .row-actions span.inline {
268 display: none;
269 }
270
271 .ezd-blank_state {
272 padding: 5em 0;
273 margin: auto;
274 max-width: 520px;
275 text-align: center;
276 color: #6d7882;
277 font-family: Roboto, sans-serif;
278 }
279 .ezd-blank_state h2 {
280 font-size: 32px;
281 font-weight: 700;
282 margin: 30px 0 10px;
283 line-height: 1.2;
284 }
285
286 p.big-p {
287 font-size: 16px;
288 }
289
290 .ezd-btn {
291 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
292 font-weight: 500;
293 text-transform: uppercase;
294 outline: none;
295 border-radius: 3px;
296 transition-duration: 0.3s;
297 }
298 .ezd-btn.btn-lg {
299 font-size: 12px;
300 padding: 8px 22px;
301 font-weight: 500;
302 }
303 .ezd-btn.ezd-btn-pro:hover {
304 background: #f4cc8a;
305 color: #000;
306 border-color: #f4cc8a;
307 }
308 .ezd-btn.ezd-btn-pro {
309 background: #f1bd6c;
310 color: #000;
311 border-color: #f1bd6c;
312 }
313
314 .button-inline {
315 margin-top: 40px;
316 }
317 .button-inline .button + .button {
318 margin-left: 10px;
319 }
320
321 .ezd-shortcodes-wrap {
322 border: 1px solid #e8e8e8;
323 background: #fafafa;
324 }
325
326 .ezd-shortcodes-wrap tr {
327 color: #575757de;
328 display: block;
329 font-size: 14px;
330 padding: 6px 6px;
331 border-bottom: 1px solid #5757571f;
332 }
333
334 .ezd-shortcodes-wrap tr:nth-child(odd) {
335 background: #f6f6f6;
336 }
337
338 .ezd-shortcodes-wrap tr:last-child {
339 border-bottom: none;
340 }
341
342 /** === Customizer === **/
343 .customize-pane-parent li#accordion-section-shortcode_fields,
344 .customize-pane-parent li#accordion-section-role_manager_fields,
345 .customize-pane-parent li#accordion-section-design_fields,
346 .customize-pane-parent li#accordion-section-role_manager_fields {
347 display: none !important;
348 }
349
350 /*# sourceMappingURL=admin-global.css.map */
351