PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 4.1.7
Shortcoder — Create Shortcodes for Anything v4.1.7
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
style-insert.css 8 years ago style.css 8 years ago
style.css
598 lines
1 .wrap{
2 max-width: 1000px;
3 margin: 0 auto;
4 }
5
6 h1.sc_title {
7 background: url(../images/shortcoder.png) no-repeat left;
8 background-size: 32px 32px;
9 padding-left: 40px;
10 padding-bottom: 9px;
11 }
12 h1.sc_title .title-count {
13 font-size: 10px;
14 padding: 2px 8px;
15 opacity: 0.7;
16 }
17 .head_wrap {
18 padding: 15px 0;
19 position: relative;
20 }
21
22 #content{
23 background: #fff;
24 padding: 20px;
25 border: 1px solid #dfdfdf;
26 border-radius: 3px;
27 box-shadow: 0 0 4px -3px;
28 }
29
30 .page_title {
31 border-bottom: 1px solid #dfdfdf;
32 margin: -20px -20px 20px -20px;
33 padding: 1em;
34 background: #fafafa;
35 position: relative;
36 }
37
38 .sc_list {
39 margin: -20px 0;
40 position: relative;
41 }
42 .sc_list li {
43 margin: 0;
44 position: relative;
45 }
46 .sc_list li a {
47 text-decoration: none;
48 }
49 .sc_list li .sc_link {
50 display: block;
51 margin: 0 -20px;
52 padding: 20px;
53 border-bottom: 1px solid #dfdfdf;
54 font-size: 18px;
55 }
56 .sc_list li:last-child .sc_link{
57 border-bottom: 0;
58 }
59 .sc_link:hover{
60 background: #fffeea;
61 }
62 .sc_link:hover:after {
63 font-family: dashicons;
64 content: "\f464";
65 font-size: 15px;
66 position: absolute;
67 margin-left: 10px;
68 }
69 .sc_controls {
70 position: absolute;
71 top: 7px;
72 right: 0;
73 }
74 .sc_list .sc_controls a {
75 padding: 10px;
76 border-radius: 50%;
77 margin: 0 0 0 15px;
78 border: 1px solid transparent;
79 display: inline-block;
80 }
81 .sc_list .sc_controls a:hover{
82 border: 1px solid #dfdfdf;
83 }
84
85 .sc_list .sc_delete:hover{
86 border-color: red;
87 color: red;
88 }
89
90 .sc_list:empty:before {
91 content: attr( data-empty );
92 position: absolute;
93 left: 0;
94 right: 0;
95 text-align: center;
96 font-style: italic;
97 top: 25px;
98 }
99 .sc_list:empty {
100 height: 70px;
101 }
102 .spin{
103 animation: spin infinite 1s;
104 }
105 .sc_copy_box {
106 position: absolute;
107 top: -2px;
108 font-size: 20px;
109 width: 92%;
110 padding: 16px;
111 left: -22px;
112 display: none;
113 cursor: copy;
114 background: #e6fffe !important;
115 box-shadow: none !important;
116 text-align: center;
117 }
118 .sc_list .disabled_text{
119 font-size: 10px;
120 background: #ffdfdd;
121 border-radius: 10px;
122 padding: 2px 10px;
123 margin: 0 0 0 10px;
124 color: #F44336;
125 }
126
127 .sc_tags_list {
128 display: inline-block;
129 vertical-align: middle;
130 position: relative;
131 }
132 .sc_tags_list li {
133 float: left;
134 background: transparent;
135 padding: 0.5em;
136 border-radius: 3px;
137 margin-left: 0.75em;
138 color: #717171;
139 /*box-shadow: 0 1px 2px -1px;*/
140 cursor: pointer;
141 }
142 .sc_tags_list li:hover {
143 box-shadow: 0 1px 2px -1px;
144 background: #fff;
145 }
146 .sc_tags_list:before {
147 content: "\f323";
148 font-family: Dashicons;
149 position: absolute;
150 left: -15px;
151 top: 10px;
152 color: #9c9c9c;
153 }
154
155
156 .sc_tags_filt_btn{
157 padding: 0 !important;
158 }
159 .sc_tags_filt_btn .sc_tags_filt_icon{
160 padding: 0 10px;
161 }
162 .sc_tags_filt_btn.active .sc_tags_filt_icon{
163 padding: 0 5px;
164 }
165 .sc_tags_filt_btn:active, .sc_tags_filt_btn.active{
166 transform: none !important;
167 }
168 .sc_tags_filt_btn.active .sc_tags_filter_wrap{
169 display: inline-block;
170 }
171 .sc_tags_filter_wrap{
172 width: 260px;
173 display: none;
174 }
175 .sc_tags_filter_wrap .selectize-input{
176 height: 26px;
177 padding: 2px !important;
178 border-radius: 0 3px 3px 0;
179 border: none;
180 border-left: 1px solid #dfdfdf;
181 }
182 .sc_tags_filter_wrap .selectize-control{
183 margin: 0;
184 text-align: left;
185 }
186 .sc_tags_filter_wrap .item{
187 background: #e1f6ff !important;
188 color: #2196F3 !important;
189 font-size: 10px;
190 }
191 .sc_tags_filter_wrap .item:hover{
192 opacity: 0.5;
193 }
194 .sc_tags_filter_wrap .item.active{
195 color: red !important;
196 background: #ffe1e1 !important;
197 }
198
199 .sc_menu{
200 position: absolute;
201 top: 10px;
202 right: 20px;
203 }
204 .sc_menu > *{
205 margin-left: 10px !important;
206 }
207
208 #content .button .dashicons{
209 margin: 0.5em 0 0 0;
210 font-size: 15px;
211 }
212
213 .sc_section{
214 margin: 0 0 20px 0;
215 }
216 .sc_section label{
217 display: block;
218 margin: 0 0 10px 0;
219 }
220 .sc_section label select{
221 font-size: 12px;
222 margin-top: 10px;
223 }
224
225 .sc_settings {
226 display: flex;
227 flex-wrap: wrap;
228 }
229 .sc_settings .sc_section {
230 flex: 1;
231 margin-bottom: 0;
232 }
233
234 #sc_name{
235 padding: 10px;
236 }
237 .sc_name_wrap {
238 position: relative;
239 }
240
241 .sc_name_wrap > .copy_shortcode {
242 position: absolute;
243 top: 1px;
244 right: 1px;
245 bottom: 1px;
246 padding: 10px;
247 border-left: 1px solid #d0d0d0;
248 background: rgba(255, 255, 255, 0.5);
249 }
250
251 .page_footer{
252 margin: 30px -20px -20px -20px;
253 background: #f7f7f7;
254 padding: 20px;
255 border-top: 1px solid #dfdfdf;
256 border-radius: 0 0 5px 5px;
257 }
258 .page_footer .sc_delete_ep{
259 float: right;
260 }
261 .page_footer .sc_delete_ep:hover{
262 color: red;
263 }
264
265 .wrap .notice{
266 margin-bottom: 0;
267 }
268
269 .params_wrap{
270 box-shadow: 0 3px 5px rgba(0,0,0,.2);
271 border: 1px solid #dfdfdf;
272 margin: 0;
273 position: absolute;
274 display: none;
275 background: #fff;
276 z-index: 9999;
277 }
278 .params_wrap li{
279 position: relative;
280 background: #fff;
281 margin: 0;
282 padding: 7px 10px;
283 width: 200px;
284 border-bottom: 1px solid #dfdfdf;
285 cursor: pointer;
286 }
287 .params_wrap li:hover{
288 background: lightyellow;
289 }
290 .params_wrap > li:after{
291 position: absolute;
292 font-family: dashicons;
293 content: "\f139";
294 right: 5px;
295 top: 7px;
296 }
297 .params_wrap li:last-child{
298 border: 0;
299 }
300 .params_wrap li ul{
301 background: #fff;
302 position: absolute;
303 display: none;
304 top: 0;
305 left: 100%;
306 box-shadow: 0 3px 5px rgba(0,0,0,.2);
307 border: 1px solid #dfdfdf;
308 z-index: 9999;
309 max-height: 300px;
310 overflow: auto;
311 }
312 .params_wrap li:hover ul{
313 display: block;
314 }
315
316 .params_wrap .cp_form{
317 cursor: auto;
318 width: 300px;
319 }
320 .cp_form h4{
321 margin: 0 0 15px 0;
322 }
323 .cp_info{
324 margin: 5px 0;
325 }
326 .cp_info.red{
327 color: red;
328 }
329
330 .top_sharebar{
331 position: absolute;
332 right: 0;
333 top: 24px;
334 }
335 .top_sharebar > * {
336 vertical-align: middle;
337 margin-left: 10px;
338 float: right;
339 }
340 .share_text {
341 font-size: 10px;
342 text-align: right;
343 line-height: 1.5;
344 margin-right: 5px;
345 color: #838383;
346 }
347 .share_btn{
348 background: #333;
349 color: #fff;
350 text-decoration: none;
351 padding: 2px 10px;
352 border-radius: 2em;
353 font-size: 12px;
354 line-height: 2em;
355 }
356 .share_btn:hover{
357 opacity: 0.5;
358 color: #fff;
359 }
360 .share_btn:active, .share_btn:focus{
361 color: #fff;
362 }
363 .share_btn .dashicons {
364 font-size: 14px;
365 margin: 5px 2px 0 0;
366 height: 14px;
367 }
368 .share_btn.twitter{
369 background-color: #2196F3;
370 }
371 .share_btn.googleplus{
372 background-color: #dd4b39;
373 }
374 .share_btn.rate_btn .dashicons{
375 color: #FF9800;
376 }
377
378 .coffee_box{
379 padding: 15px 15px 25px 15px;
380 border: 1px solid #4CAF50;
381 padding-left: 18%;
382 background: url(../images/coffee.svg) no-repeat;
383 border-radius: 3px;
384 background-position: 30px center;
385 margin: 30px 0 15px 0;
386 background-size: 84px;
387 }
388 .coffee_box .coffee_amt {
389 width: 120px;
390 padding: 5px;
391 height: auto;
392 font-size: 1.5em;
393 }
394 .coffee_amt_wrap{
395 float: right;
396 margin: 0 30px;
397 }
398 .credits_box{
399 font-size: 12px;
400 font-style: italic;
401 color: #757575;
402 }
403 .credits_box img {
404 vertical-align: middle;
405 margin-right: 5px;
406 }
407
408 #import_form{
409 display: none;
410 }
411 .search_btn .search_box{
412 display: none;
413 }
414 .search_btn.active .search_box{
415 display: inline;
416 }
417 .search_box{
418 height: 26px;
419 border: 0;
420 margin: 0 -10px 0 10px;
421 border-left: 1px solid #ccc;
422 border-radius: 0 3px 3px 0;
423 }
424 .search_btn .dashicons-search{
425 position: relative;
426 }
427 .search_btn.filtered .dashicons-search{
428 color: #f44336;
429 }
430 .search_empty_msg{
431 margin: 40px 0 20px 0;
432 }
433
434 .sc_note{
435 background: #fffbdc;
436 padding: 10px;
437 color: #965400;
438 border-radius: 5px;
439 position: relative;
440 padding-left: 50px;
441 box-shadow: 0 2px 1px -2px;
442 display: none;
443 }
444 .sc_note:before {
445 content: "\f348";
446 font-family: dashicons;
447 position: absolute;
448 left: 15px;
449 font-size: 25px;
450 opacity: 0.8;
451 top: 12px;
452 }
453 .sc_note_btn {
454 margin: 0 0 0 5px;
455 font-size: 15px;
456 height: 15px;
457 vertical-align: middle;
458 }
459
460 .sc_editor_list {
461 position: relative;
462 display: inline-block;
463 }
464 .sc_editor_list select{
465 padding: 0 30px !important;
466 }
467 .sc_editor_list:before {
468 font-family: Dashicons;
469 position: absolute;
470 left: 10px;
471 top: 6px;
472 }
473 .sc_editor_icon_text:before{
474 content: "\f215";
475 }
476 .sc_editor_icon_visual:before{
477 content: "\f177";
478 }
479 .sc_editor_icon_code:before{
480 content: "\f475";
481 }
482 .sc_editor_list:after{
483 font-family: Dashicons;
484 content: "\f140";
485 position: absolute;
486 right: 25px;
487 top: 15px;
488 font-size: 15px;
489 padding: 0;
490 width: 0;
491 height: 0;
492 line-height: 0;
493 }
494
495 .sc_cm_menu .sc_editor_list{
496 margin-left: 5px;
497 }
498
499 .rate_link{
500 float: right;
501 }
502 .rate_link .dashicons{
503 color: #e7711b;
504 text-decoration: none;
505 font-size: 13px;
506 }
507 .rate_link:hover .dashicons{
508 text-decoration: underline;
509 }
510 .rate_link .dashicons {
511 font-size: 12px;
512 margin: 5px 0 0 0;
513 }
514
515 .help_link{
516 margin-left: 10px;
517 text-decoration: none;
518 }
519 .help_link .dashicons{
520 font-size: 32px;
521 width: 32px;
522 height: 32px;
523 color: #607D8B;
524 }
525 .help_link:hover .dashicons{
526 color: #000;
527 }
528
529 .fright{
530 float: right;
531 }
532
533 @keyframes spin {
534 from {transform:rotate(0deg);}
535 to {transform:rotate(360deg);}
536 }
537
538 .clearfix:after{
539 clear: both;
540 content: ".";
541 display: block;
542 height: 0;
543 visibility: hidden;
544 font-size: 0;
545 }
546
547 .CodeMirror{
548 border: 1px solid #ccc;
549 margin-top: 15px;
550 }
551
552 @media screen and (max-width: 950px) {
553 .sc_settings {
554 display: block;
555 }
556 .sc_settings .sc_section {
557 margin-bottom: 20px;
558 }
559 }
560
561 [tooltip]{
562 margin: 20px 60px;
563 position:relative;
564 display:inline-block;
565 }
566 [tooltip]::before {
567 content: "";
568 position: absolute;
569 top:-6px;
570 left:50%;
571 transform: translateX(-50%);
572 border-width: 4px 6px 0 6px;
573 border-style: solid;
574 border-color: rgba(0,0,0,0.7) transparent transparent transparent;
575 z-index: 99;
576 opacity:0;
577 }
578 [tooltip]::after {
579 content: attr(tooltip);
580 position: absolute;
581 left:50%;
582 top:-6px;
583 transform: translateX(-50%) translateY(-100%);
584 background: rgba(0,0,0,0.7);
585 text-align: center;
586 color: #fff;
587 padding: 2px 8px !important;
588 font-size: 12px;
589 min-width: 80px;
590 border-radius: 5px;
591 pointer-events: none;
592 padding: 4px 4px;
593 z-index:99;
594 opacity:0;
595 }
596 [tooltip]:hover::after,[tooltip]:hover::before {
597 opacity:1
598 }