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