PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 5.3.1
Shortcoder — Create Shortcodes for Anything v5.3.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 6 years ago style-insert.css 6 years ago style-tools.css 6 years ago style.css 6 years ago
style.css
459 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: 300px;
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: 330px;
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
155 .sc_cm_menu {
156 margin: 15px 0 10px 0;
157 }
158 .sc_cm_content{
159 height: 500px;
160 width: 100%;
161 font-size: 15px;
162 line-height: 1.75em;
163 }
164 .CodeMirror {
165 border: 1px solid #e5e5e5;
166 line-height: 1.5em;
167 }
168
169 #sc_mb_settings .form-table th{
170 width: 300px;
171 }
172
173 /* Modifying post edit page */
174 #edit-slug-buttons{
175 margin-left: 6px;
176 }
177 #edit-slug-box{
178 margin-bottom: 1.5em;
179 }
180
181 #misc-publishing-actions #visibility{
182 display: none;
183 }
184 #misc-publishing-actions .misc-pub-post-status{
185 display: none;
186 }
187 #misc-publishing-actions a{
188 display: none;
189 }
190 .misc-pub-curtime{
191 margin-bottom: 10px;
192 }
193
194 /* Codemirror */
195
196 .cm-sc_param{
197 font-weight: bold;
198 }
199
200 /* Coffee - metabox */
201
202 .cfe_bottom{
203 background: #fff;
204 padding: 15px;
205 display: flex;
206 border: 1px solid #e3bbac;
207 align-items: center;
208 box-shadow: 0 1px 1px rgba(0,0,0,.04);
209 }
210 .cfe_bottom > * {
211 margin: 0 15px 0 0;
212 vertical-align: middle;
213 }
214 .cfe_bottom h3{
215 font-size: 15px;
216 }
217 .cfe_bottom img{
218 height: 32px;
219 }
220 .cfe_form{
221 display: flex;
222 }
223 .cfe_form select{
224 width: 100%;
225 margin-right: 1em;
226 }
227 .cfe_form .button{
228 text-align: center;
229 }
230
231 /** Changelog **/
232 .sc_changelog{
233 background: rgba(70, 50, 50, 0.3);
234 position: fixed;
235 top: 32px;
236 bottom: 0;
237 left: 0;
238 right: 0;
239 z-index: 999;
240 }
241 .sc_changelog main{
242 margin: 0 auto;
243 background: #fff;
244 width: 50%;
245 padding: 25px;
246 z-index: 99999;
247 box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
248 display: flex;
249 flex-direction: column;
250 height: 100%;
251 box-sizing: border-box;
252 }
253 .sc_changelog article{
254 height: 100%;
255 overflow: auto;
256 padding: 0 15px;
257 }
258 .sc_changelog footer {
259 bottom: 0;
260 left: 0;
261 right: 0;
262 padding-top: 25px;
263 border-top: 1px solid #dfdfdf;
264 text-align: center;
265 }
266 .sc_changelog h2 {
267 font-size: 2em;
268 font-weight: normal;
269 }
270 .sc_changelog h3 {
271 font-size: 1.75em;
272 }
273 .sc_changelog p, .sc_changelog ul{
274 font-size: 1.25em;
275 line-height: 1.5;
276 }
277 .sc_changelog ul{
278 list-style: disc;
279 padding-left: 1.5em;
280 }
281
282 /** Coffee - Top link **/
283 .cfe_top_link{
284 float: left;
285 position: relative;
286 }
287 #screen-meta-links .cfe_top_link a.show-settings{
288 padding-right: 35px !important;
289 background: #fff !important;
290 }
291 .cfe_top_link a:after{
292 display: none !important;
293 }
294 .cfe_top_link a:before{
295 content: '';
296 display: block;
297 position: absolute;
298 background: url('../images/coffee.svg') no-repeat;
299 background-size: 100%;
300 width: 20px;
301 height: 24px;
302 right: 10px;
303 top: 5px;
304 }
305
306 /** Feedback **/
307 .feedback ul {
308 margin: -7px -12px -12px -12px;
309 }
310 .feedback ul li{
311 margin: 0;
312 padding: 12px;
313 border-bottom: 1px solid #eee;
314 }
315 .feedback ul li:last-child{
316 border-bottom: none;
317 }
318 .feedback a{
319 text-decoration: none;
320 }
321 .feedback a:hover{
322 text-decoration: underline;
323 }
324 .feedback .ufw{
325 background: linear-gradient(180deg, #2196F3, #58a4e1);
326 color: #fff;
327 border-radius: 5px;
328 padding: 10px;
329 margin: 15px 0 0 0;
330 }
331 .feedback .ufw a{
332 color: #fff;
333 }
334 .feedback .ufw p{
335 opacity: 0.8;
336 display: block;
337 font-style: italic;
338 margin: 5px 0 0 0;
339 }
340 .feedback .ufw h4{
341 margin: 0 0 10px 0;
342 font-size: 1.3em;
343 }
344 .feedback .ufw h4 i{
345 font-weight: normal;
346 }
347 .feedback .ufw .balloon{
348 float: right;
349 }
350
351 /** Rate & review **/
352 .rate_review{
353 display: block;
354 padding: 15px;
355 background: #f6f6f6;
356 margin-top: 15px;
357 border-radius: 5px;
358 text-decoration: none;
359 color: #444;
360 }
361 .rate_review h4 {
362 margin: 0;
363 font-size: 15px;
364 }
365 .rate_review p {
366 margin: 15px 0 0 0;
367 }
368 .rate_review .dashicons {
369 float: right;
370 font-size: 32px;
371 margin: 10px;
372 color: #FFC107;
373 }
374 .rate_review:hover{
375 background-color: #fcfcfc;
376 text-decoration: none;
377 }
378
379 .stars {
380 display: inline-flex;
381 line-height: 1;
382 margin-left: 5px;
383 }
384 .stars .dashicons{
385 font-size: 13px;
386 width: 13px;
387 margin-top: 4px;
388 height: 13px;
389 color: #FF9800;
390 }
391
392 .social_share {
393 display: flex;
394 }
395 .social_share a{
396 width: 100%;
397 text-align: center;
398 padding: 10px 0;
399 font-weight: bold;
400 }
401 .social_share a:hover {
402 text-decoration: none;
403 }
404 .social_share .dashicons {
405 font-size: 32px;
406 width: 32px;
407 height: 32px;
408 margin: 0 0 5px 0;
409 }
410
411 .subscribe_form {
412 display: flex;
413 padding: 15px;
414 background: #f7f7f7;
415 border-radius: 5px;
416 margin-top: 10px;
417 flex-direction: column;
418 }
419 .subscribe_form .subscribe_email_box {
420 width: 100%;
421 margin-bottom: 10px;
422 }
423 .subscribe_form .subscribe_btn .dashicons{
424 font-size: 16px;
425 width: 16px;
426 margin: 7px 3px 0 0;
427 }
428 .subscribe_confirm{
429 display: none;
430 margin: 0 0 10px 0;
431 color: green;
432 }
433 .ss_facebook{
434 color: #3578E5;
435 }
436 .ss_twitter{
437 color: #1DA1F2;
438 font-weight: bold;
439 }
440
441 /** Import/Export link **/
442 .ie_top_link{
443 float: left;
444 margin: 0 0 0 6px;
445 }
446 #import-export-tab{
447 margin: 0;
448 }
449
450 /** Footer **/
451 .footer_thanks{
452 font-style: italic;
453 }
454 .footer_thanks a{
455 text-decoration: none;
456 }
457 .footer_thanks a:hover{
458 text-decoration: underline;
459 }