PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.2
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.2
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / admin / assets / css / post-carousel-admin.css

post-carousel-admin.css in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.2, at admin/assets/css/post-carousel-admin.css

393 lines 7.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * This file provides CSS for the admin dashboard.
3 */
4
5 /* Help Page */
6 .text-center {
7 text-align: center;
8 }
9
10 div.sp-pcp-help .wp-badge {
11 border: none;
12 background: url(../img/sps-badge.png) right no-repeat;
13 background-size: 100px 100px;
14 box-shadow: none;
15 height: auto;
16 top: -75px;
17 }
18
19 .about-wrap.sp-pcp-help [class$="-col"] {
20 display: flex;
21 justify-content: space-between;
22 flex-wrap: wrap;
23 }
24
25 .about-wrap.sp-pcp-help [class$="-col"] .col {
26 flex: 1;
27 align-self: flex-start;
28 }
29
30 .about-wrap.plugin-section {
31 margin: 25px 0px 0px;
32 }
33
34 .about-wrap.sp-pcp-help .feature-section .col {
35 margin-top: 40px;
36 }
37
38 .about-wrap.sp-pcp-help [class$="-col"] .col+.col {
39 margin-left: 20px;
40 }
41
42 .wrap.about-wrap.sp-pcp-help .headline-feature.feature-video {
43 position: relative;
44 margin: 40px 0;
45 padding-bottom: 56.25%;
46 width: 100%;
47 max-width: 100%;
48 height: 0;
49 text-align: center;
50 }
51
52 div.sp-pcp-help .headline-feature.feature-video iframe {
53 position: absolute;
54 top: 0;
55 left: 0;
56 width: 100%;
57 height: 100%;
58 }
59
60 div.sp-pcp-help .plugin-section .sp-plugin-section-title h2 {
61 font-size: 2.2em;
62 color: #32373c;
63 font-weight: 400;
64 }
65
66 div.sp-pcp-help .plugin-section .sp-plugin-section-title h4 {
67 font-weight: 400;
68 text-align: center;
69 font-size: 18px;
70 color: #555d66;
71 margin-top: 15px;
72 margin-bottom: 40px;
73 }
74
75 div.sp-pcp-help .feature-section .sp-pcp-feature {
76 padding: 20px 20px;
77 border: 1px solid #ddd;
78 }
79
80 div.sp-pcp-help .feature-section .sp-pcp-feature h3 {
81 font-size: 16px;
82 margin-top: 18px;
83 }
84
85 div.sp-pcp-help .feature-section i.sp-pcp-font-icon {
86 font-size: 30px;
87 display: block;
88 color: #e1624b;
89 font-family: fontawesome;
90 font-style: normal;
91 }
92
93 .sp-pcp-help .sp-pcp-plugin {
94 border: 1px solid #ddd;
95 }
96
97 .sp-pcp-help .sp-pcp-plugin-content {
98 padding: 0 20px 20px;
99 }
100
101 .sp-pcp-help .sp-pcp-plugin-content h3 {
102 margin-top: 20px;
103 margin-bottom: 8px;
104 font-weight: 500;
105 }
106
107 .sp-pcp-help .feature-section .sp-pcp-feature,
108 .sp-pcp-help .sp-pcp-plugin {
109 background-color: #fff;
110 }
111
112 .sp-pcp-post {
113 direction: ltr
114 }
115
116 html[dir="rtl"] .sp-pcp-post {
117 direction: rtl
118 }
119
120 /* Preloader */
121 #sp_pcp_view_options .spf-metabox {
122 min-height: 300px;
123 z-index: 999;
124 background-image: url(../img/spinner.svg);
125 background-repeat: no-repeat;
126 background-color: #fff;
127 background-position: center 65%;
128 }
129
130 #sp_pcp_view_options .spf-nav-metabox li {
131 opacity: 0;
132 }
133
134 /* Shortcode sidebar */
135 .pcp-after-copy-text {
136 bottom: 0;
137 opacity: 0;
138 z-index: 9999999;
139 position: fixed;
140 width: 230px;
141 left: 180px;
142 text-align: center;
143 padding: 15px 15px;
144 line-height: 15px;
145 color: #fff;
146 border-radius: 3px;
147 background: #32373C;
148 border: 1px solid #32373C;
149 }
150
151 .pcp-after-copy-text .fa-check-circle {
152 font-size: 14px;
153 margin-right: 2px;
154 color: #5db62e
155 }
156
157 span.pcp-shortcode-selectable {
158 background-color: #eeeeee;
159 padding: 10px 15px 10px 30px;
160 display: inline-block;
161 border: 1px solid #e2e2e2;
162 cursor: pointer;
163 border-radius: 3px;
164 word-break: break-word;
165 position: relative;
166 width: 80%;
167 }
168
169 span.pcp-shortcode-selectable::after {
170 content: url(../img/copy.svg);
171 width: 16px;
172 left: 10px;
173 top: 50%;
174 position: absolute;
175 margin-top: -6px;
176 }
177
178 .pcp-scode-wrap-side p {
179 margin-top: 0;
180 }
181
182 .pcp-scode-wrap-side {
183 margin-top: 0;
184 margin-bottom: 16px;
185 overflow: hidden;
186 }
187
188 .pcp-scode-wrap-side .pcp-sc-title {
189 margin-top: 0;
190 margin-bottom: 7px;
191 font-size: 1.2em;
192 }
193
194 .post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-lower,
195 .post-type-sp_post_carousel .postbox-header .handle-actions .handle-order-higher {
196 display: none;
197 }
198
199 #spf-section-sp_pcp_display_shortcode_1 .spf-field.spf-field-shortcode.pcp-admin-sidebar {
200 padding: 12px;
201 }
202
203 #sp_pcp_layouts .postbox-header {
204 border: none;
205 }
206
207 .post-type-sp_post_carousel .misc-pub-section.misc-pub-visibility,
208 .post-type-sp_post_carousel .misc-pub-section.curtime.misc-pub-curtime {
209 display: none;
210 }
211
212 /* Review notice */
213 #smart-post-show-review-notice {
214 padding: 18px 15px 18px 0;
215 background-color: #fff;
216 border-radius: 3px;
217 margin: 20px 20px 0 0;
218 clear: both;
219 box-shadow: 0 0 20px 0 rgba(36, 39, 50, .08);
220 }
221
222 #smart-post-show-review-notice .sp-sps-plugin-icon {
223 width: 125px;
224 float: left;
225 line-height: 90px;
226 text-align: center;
227 margin-left: 8px;
228 }
229
230 #smart-post-show-review-notice .sp-sps-plugin-icon img {
231 max-width: 94px;
232 vertical-align: middle;
233 margin-right: 8px;
234 }
235
236 #smart-post-show-review-notice .sp-sps-notice-text {
237 overflow: hidden;
238 }
239
240 #smart-post-show-review-notice .sp-sps-notice-text h3 {
241 font-size: 24px;
242 margin: 0 0 5px;
243 font-weight: 400;
244 line-height: 1;
245 }
246
247 #smart-post-show-review-notice .sp-sps-notice-text p {
248 margin: 10px 0 10px 0;
249 font-size: 13px;
250 }
251
252 #smart-post-show-review-notice .sp-sps-notice-text p.sp-sps-review-actions {
253 margin: 10px 0 2px 0;
254 }
255
256 #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a {
257 text-decoration: none;
258 margin-right: 8px;
259 color: #63a37b;
260 display: inline-block;
261 position: relative;
262 }
263
264 #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a span {
265 padding-right: 2px;
266 }
267
268 #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a.button {
269 color: #fff;
270 }
271
272 /* Gutenberg selector field style */
273 .spsp-gutenberg-shortcode.editor-styles-wrapper {
274 padding: 0;
275 line-height: 24px;
276 }
277
278 .spsp-gutenberg-shortcode.editor-styles-wrapper:after {
279 display: none;
280 }
281
282 .block-editor-page .editor-styles-wrapper select,
283 .block-editor-page select.spsp-shortcode-selector,
284 .block-editor-page select.spsp-shortcode-selector:focus,
285 .block-editor-page select.spsp-shortcode-selector:focus-visible {
286 width: 250px;
287 padding: 5px;
288 border: 1px solid #ccc;
289 font-size: 13px;
290 padding-right: 24px;
291 }
292
293 /* Hide date format & Avatar fields from smart post show (free). */
294 #spf-section-sp_pcp_view_options_2 .spf-field.spf-field-select.post_meta_date_format,
295 #spf-section-sp_pcp_view_options_2 .spf-field.spf-field-select.post_meta_author_avatar,
296 #spf-section-sp_pcp_view_options_2 .spf-field.spf-field-icon.select_meta_icon {
297 opacity: .7;
298 pointer-events: none;
299 }
300
301 #adminmenu #menu-posts-sp_post_carousel li:nth-child(5) a {
302 border-bottom: 1px solid rgba(255, 255, 255, 0.10);
303 }
304 #adminmenu #menu-posts-sp_post_carousel li:nth-child(8) a {
305 display: none;
306 }
307 #adminmenu #menu-posts-sp_post_carousel li:nth-child(11) a {
308 color: #FFA500;
309 }
310
311 #adminmenu #menu-posts-sp_post_carousel li a .sp-go-pro-icon {
312 background-image: url(../img/premium.svg);
313 width: 20px;
314 height: 20px;
315 display: block;
316 float: left;
317 margin-right: 1px;
318 margin-left: -2px;
319 margin-top: -1px;
320 }
321
322 .spspc-footer-text-star {
323 color: #dba617;
324 }
325
326 .rtl #smart-post-show-review-notice {
327 margin: 20px 0 0 20px;
328 padding: 18px 0 18px 15px;
329 }
330
331 .rtl #smart-post-show-review-notice .sp-sps-plugin-icon {
332 float: right;
333 margin: 0 0 0 8px;
334 }
335
336 /* Admin offer banner */
337 #shapedplugin-offer-banner {
338 padding: 0;
339 border: 0;
340 line-height: 0;
341 background: transparent;
342 }
343
344 #shapedplugin-offer-banner a:focus {
345 outline: 0;
346 box-shadow: none;
347 }
348
349 #shapedplugin-offer-banner .notice-dismiss:focus {
350 outline: 0;
351 box-shadow: none;
352 }
353
354 #shapedplugin-offer-banner button.shapedplugin-offer-banner-dismiss:before {
355 color: #fff;
356 font-size: 22px;
357 }
358
359 #adminmenu #menu-posts-sp_post_carousel li a.sp-smart-post-upgrade-btn-wrapper {
360 margin-top: -10px;
361 }
362 .sp-smart-post-upgrade-btn,
363 #adminmenu #menu-posts-sp_post_carousel li a .sp-smart-post-upgrade-btn {
364 box-sizing: border-box;
365 display: flex;
366 width: 100%;
367 gap: 4px;
368 border-radius: 4px;
369 background: #11B916;
370 color: #ffffff;
371 padding: 6px 10px;
372 font-weight: 500;
373 width: 136px;
374 transition: all 0.3s ease;
375 }
376
377 .sp-smart-post-upgrade-btn,
378 #adminmenu #menu-posts-sp_post_carousel li a .sp-smart-post-upgrade-btn:hover {
379 background: #00aa08;
380 }
381
382 .sp-go-pro-icon,
383 #adminmenu #menu-posts-sp_post_carousel li a .sp-smart-post-upgrade-btn .sp-go-pro-icon {
384 background-image: url(../img/premium-light.svg);
385 background-repeat: no-repeat;
386 background-position: center;
387 width: 16px;
388 display: block;
389 float: left;
390 margin-right: 1px;
391 margin-left: -2px;
392 margin-top: -1px;
393 }