PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 2.4.13
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v2.4.13
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 2.4.13, at admin/assets/css/post-carousel-admin.css

283 lines 5.4 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: 15px 15px 15px 0;
215 background-color: #fff;
216 border-radius: 3px;
217 margin: 20px 20px 0 0;
218 }
219
220 #smart-post-show-review-notice .sp-sps-plugin-icon {
221 width: 125px;
222 float: left;
223 line-height: 90px;
224 text-align: center;
225 }
226
227 #smart-post-show-review-notice .sp-sps-plugin-icon img {
228 max-width: 83px;
229 vertical-align: middle;
230 }
231
232 #smart-post-show-review-notice .sp-sps-notice-text {
233 overflow: hidden;
234 }
235
236 #smart-post-show-review-notice .sp-sps-notice-text h3 {
237 font-size: 24px;
238 margin: 0 0 5px;
239 font-weight: 400;
240 line-height: 1;
241 }
242
243 #smart-post-show-review-notice .sp-sps-notice-text p {
244 margin: 10px 0 10px 0;
245 font-size: 13px;
246 }
247
248 #smart-post-show-review-notice .sp-sps-notice-text p.sp-sps-review-actions {
249 margin: 10px 0 2px 0;
250 }
251
252 #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a {
253 text-decoration: none;
254 margin-right: 8px;
255 color: #63a37b;
256 display: inline-block;
257 position: relative;
258 }
259
260 #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a span {
261 padding-right: 2px;
262 }
263
264 #smart-post-show-review-notice .sp-sps-notice-text .sp-sps-review-actions a.button {
265 color: #fff;
266 }
267
268 /* Gutenberg selector field style */
269 .spsp-gutenberg-shortcode.editor-styles-wrapper {
270 padding: 0;
271 line-height: 24px;
272 }
273
274 .block-editor-page .editor-styles-wrapper select,
275 .block-editor-page select.spsp-shortcode-selector,
276 .block-editor-page select.spsp-shortcode-selector:focus,
277 .block-editor-page select.spsp-shortcode-selector:focus-visible {
278 width: 250px;
279 padding: 5px;
280 border: 1px solid #ccc;
281 font-size: 13px;
282 padding-right: 24px;
283 }