PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 5.8
Shortcoder — Create Shortcodes for Anything v5.8
trunk 3.0 3.0.1 3.1 3.2 3.3 3.4 3.4.1 4.0 4.0.1 4.0.2 4.0.3 4.1 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2 4.3 4.4 4.5 4.6 5.0 5.0.1 5.0.2 5.0.3 5.0.4 5.1 5.2 5.2.1 5.3 5.3.1 5.3.2 5.3.3 5.3.4 5.4 5.5 5.6 5.7 5.8 6.0 6.1 6.2 6.3 6.3.1 6.3.2 6.4 6.5 6.5.1 6.5.2 6.5.3
shortcoder / admin / css / style.css
shortcoder / admin / css Last commit date
menu-icon.css 4 years ago style-insert.css 4 years ago style-settings.css 4 years ago style-tools.css 4 years ago style.css 4 years ago
style.css
436 lines
1 .wp-heading-inline small{
2 vertical-align: super;
3 font-size: 13px;
4 margin: 0 0 0 5px;
5 color: #888;
6 }
7
8 #sc_name{
9 position: relative;
10 }
11 #sc_name #post_name{
12 padding: 3px 8px;
13 font-size: 1.7em;
14 line-height: 100%;
15 height: 1.7em;
16 width: 100%;
17 outline: 0;
18 margin: 0 0 3px;
19 background-color: #fff;
20 }
21
22 .sc_preview_text{
23 background: #f1f1f1;
24 }
25 .sc_copy .dashicons{
26 margin-top: 1.5px;
27 display: none;
28 }
29 .sc_copy.copied .dashicons{
30 display: inline-block;
31 }
32
33 .sc_editor_toolbar{
34 display: inline-block;
35 }
36 .sc_cm_menu .sc_editor_toolbar > *{
37 margin-right: 5px;
38 }
39
40 .sc_editor_list {
41 position: relative;
42 display: inline-block;
43 }
44 .sc_editor_list select {
45 padding: 0 25px 0 35px!important;
46 border-radius: 3px;
47 }
48 .sc_editor_list:before {
49 font-family: Dashicons;
50 position: absolute;
51 left: 10px;
52 top: 5px;
53 font-size: 20px;
54 color: #82878c;
55 line-height: 20px;
56 }
57 .sc_editor_icon_text:before{
58 content: "\f215";
59 }
60 .sc_editor_icon_visual:before{
61 content: "\f177";
62 }
63 .sc_editor_icon_code:before{
64 content: "\f475";
65 }
66
67 .sc_insert_param .dashicons-plus{
68 margin-top: 5px;
69 margin-right: 5px;
70 }
71 .sc_insert_param .dashicons-arrow-down{
72 margin-top: 3px;
73 margin-left: 5px;
74 }
75
76 .sc_params_list{
77 box-shadow: 0 2px 5px -2px rgba(0,0,0,.2);
78 border: 1px solid #dfdfdf;
79 margin: 0;
80 position: absolute;
81 display: none;
82 background: #fff;
83 z-index: 9999;
84 }
85 .sc_params_list li{
86 position: relative;
87 background: #fff;
88 margin: 0;
89 padding: 10px;
90 width: 200px;
91 border-bottom: 1px solid #e5e5e5;
92 cursor: pointer;
93 }
94 .sc_params_list li:hover{
95 background: lightyellow;
96 }
97 .sc_params_list > li{
98 padding-left: 40px;
99 }
100 .sc_params_list > li:after{
101 position: absolute;
102 font-family: dashicons;
103 content: "\f139";
104 right: 5px;
105 top: 10px;
106 }
107 .sc_params_list li:last-child{
108 border: 0;
109 }
110 .sc_params_list li ul{
111 background: #fff;
112 position: absolute;
113 display: none;
114 top: 0;
115 left: 100%;
116 box-shadow: 0 2px 5px -2px rgba(0,0,0,.2);
117 border: 1px solid #dfdfdf;
118 z-index: 9999;
119 max-height: 350px;
120 overflow: auto;
121 }
122 .sc_params_list li:hover ul{
123 display: block;
124 }
125
126 .sc_params_list .isc_form{
127 cursor: auto;
128 width: 330px;
129 }
130 .sc_params_list .dashicons {
131 position: absolute;
132 left: 10px;
133 font-size: 15px;
134 top: 13px;
135 color: #555;
136 }
137
138 .sc_params_form{
139 cursor: auto !important;
140 width: 300px !important;
141 }
142 .sc_params_form h4:first-child{
143 margin: 0 0 15px 0;
144 }
145 .sc_params_form p{
146 margin: 5px 0;
147 }
148 .sc_params_form p.red{
149 color: red;
150 }
151 .sc_params_form .button {
152 margin: 15px 0 5px 0;
153 }
154 .sc_params_form a{
155 text-decoration: none !important;
156 line-height: 0;
157 vertical-align: middle;
158 }
159 .sc_params_form a:hover{
160 opacity: 0.8;
161 }
162 .sc_params_form a .dashicons{
163 position: static !important;
164 }
165
166 .sc_cm_menu {
167 margin: 15px 0 10px 0;
168 }
169 .sc_cm_content{
170 height: 500px;
171 width: 100%;
172 font-size: 15px;
173 line-height: 1.75em;
174 }
175 .CodeMirror {
176 border: 1px solid #e5e5e5;
177 line-height: 1.5em;
178 font-size: 14px;
179 }
180
181 #sc_mb_settings .form-table th{
182 width: 300px;
183 }
184
185 /* Modifying post edit page */
186 #edit-slug-buttons{
187 margin-left: 6px;
188 }
189 #edit-slug-box{
190 margin-bottom: 1.5em;
191 }
192
193 #misc-publishing-actions #visibility{
194 display: none;
195 }
196 #misc-publishing-actions .misc-pub-post-status{
197 display: none;
198 }
199 #misc-publishing-actions a{
200 display: none;
201 }
202 .misc-pub-curtime{
203 margin-bottom: 10px;
204 }
205
206 .sc_settings_link{
207 float: right;
208 }
209
210 /* Shortcode list page */
211 .sc_copy_list_wrap{
212 position: relative;
213 }
214 .sc_copy_list_wrap .sc_copy_list{
215 position: absolute;
216 right: 10px;
217 top: 0;
218 }
219 .sc_copy_list_wrap input.widefat{
220 border: none;
221 }
222 .sc_copy_text.copied{
223 background-color: lightgreen;
224 }
225 .sc_copy_list{
226 display: none;
227 }
228 #the-list tr.type-shortcoder:hover a.sc_copy_list{
229 display: inline-block;
230 }
231 #the-list tr.type-shortcoder td.column-shortcode{
232 vertical-align: middle;
233 }
234
235
236 /* Codemirror */
237 .cm-sc_param{
238 font-weight: bold;
239 }
240
241
242 /** Changelog **/
243 .sc_changelog{
244 background: rgba(70, 50, 50, 0.3);
245 position: fixed;
246 top: 32px;
247 bottom: 0;
248 left: 0;
249 right: 0;
250 z-index: 999;
251 }
252 .sc_changelog main{
253 margin: 0 auto;
254 background: #fff;
255 width: 50%;
256 padding: 25px;
257 z-index: 99999;
258 box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
259 display: flex;
260 flex-direction: column;
261 height: 100%;
262 box-sizing: border-box;
263 }
264 .sc_changelog article{
265 height: 100%;
266 overflow: auto;
267 padding: 0 15px;
268 }
269 .sc_changelog footer {
270 bottom: 0;
271 left: 0;
272 right: 0;
273 padding-top: 25px;
274 border-top: 1px solid #dfdfdf;
275 text-align: center;
276 }
277 .sc_changelog h2 {
278 font-size: 2em;
279 font-weight: normal;
280 }
281 .sc_changelog h3 {
282 font-size: 1.75em;
283 }
284 .sc_changelog p, .sc_changelog ul{
285 font-size: 1.25em;
286 line-height: 1.5;
287 }
288 .sc_changelog ul{
289 list-style: disc;
290 padding-left: 1.5em;
291 }
292
293 /** Coffee - Top link **/
294 .cfe_top_link{
295 float: left;
296 position: relative;
297 }
298 #screen-meta-links .cfe_top_link a.show-settings{
299 padding-right: 35px !important;
300 background: #fff !important;
301 }
302 .cfe_top_link a:after{
303 display: none !important;
304 }
305 .cfe_top_link a:before{
306 content: '';
307 display: block;
308 position: absolute;
309 background: url('../images/coffee.svg') no-repeat;
310 background-size: 100%;
311 width: 20px;
312 height: 24px;
313 right: 10px;
314 top: 5px;
315 }
316
317 /** Feedback **/
318 .feedback ul {
319 margin: 5px 0;
320 }
321 .feedback ul li{
322 margin: 0;
323 padding: 12px;
324 border-bottom: 1px solid #eee;
325 }
326 .feedback ul li:last-child{
327 border-bottom: none;
328 }
329 .feedback a{
330 text-decoration: none;
331 }
332 .feedback a:hover{
333 text-decoration: underline;
334 }
335 .feedback .button{
336 display: block;
337 text-align: center;
338 margin-bottom: 10px;
339 }
340 .feedback .button:last-child{
341 margin-bottom: 0;
342 }
343 .feedback .button .dashicons{
344 margin: 5px 5px 0 0;
345 }
346 .feedback .button:hover{
347 text-decoration: none;
348 }
349 .feedback > *:last-child{
350 margin-bottom: 0;
351 }
352 .feedback .twitter_btn.button{
353 background: #1b95e0;
354 color: #fff;
355 border-color: transparent;
356 }
357 .feedback .facebook_btn.button{
358 background: #4080ff;
359 color: #fff;
360 border-color: transparent;
361 }
362 .promo_slides > .promo_slide{
363 display: none;
364 }
365 .promo_slides > .promo_slide:first-child{
366 display: block;
367 }
368 .promo_slide img {
369 width: 100%;
370 border-radius: 5px;
371 margin: 7px 0 0 0;
372 }
373 .promo_btn{
374 text-decoration: none;
375 }
376 .promo_btns{
377 display: flex;
378 justify-content: space-between;
379 margin-bottom: 20px;
380 }
381
382 .stars {
383 display: inline-flex;
384 line-height: 1;
385 margin-left: 5px;
386 }
387 .stars .dashicons{
388 font-size: 13px;
389 width: 13px;
390 margin-top: 4px;
391 height: 13px;
392 color: #FF9800;
393 }
394
395 .subscribe_form {
396 display: flex;
397 padding: 15px;
398 background: #f7f7f7;
399 border-radius: 5px;
400 margin-top: 10px;
401 flex-direction: column;
402 }
403 .subscribe_form .subscribe_email_box {
404 width: 100%;
405 margin-bottom: 10px;
406 }
407 .subscribe_form .subscribe_btn .dashicons{
408 font-size: 16px;
409 width: 16px;
410 margin: 7px 3px 0 0;
411 }
412 .subscribe_confirm{
413 display: none;
414 margin: 0 0 10px 0;
415 color: green;
416 }
417
418 /** Import/Export link **/
419 .ie_top_link{
420 float: left;
421 margin: 0 0 0 6px;
422 }
423 #import-export-tab{
424 margin: 0;
425 }
426
427 /** Footer **/
428 .footer_thanks{
429 font-style: italic;
430 }
431 .footer_thanks a{
432 text-decoration: none;
433 }
434 .footer_thanks a:hover{
435 text-decoration: underline;
436 }