PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 4.1.4
Shortcoder — Create Shortcodes for Anything v4.1.4
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
432 lines
1 .wrap{
2 max-width: 900px;
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 overflow: hidden;
28 box-shadow: 0 0 4px -3px;
29 }
30
31 .page_title {
32 border-bottom: 1px solid #dfdfdf;
33 margin: -20px -20px 20px -20px;
34 padding: 1em;
35 background: linear-gradient(#fdfdfd, #Fafafa);
36 position: relative;
37 }
38
39 .sc_list {
40 margin: -20px 0;
41 position: relative;
42 }
43 .sc_list li {
44 margin: 0;
45 position: relative;
46 }
47 .sc_list li a {
48 text-decoration: none;
49 }
50 .sc_list li .sc_link {
51 display: block;
52 margin: 0 -20px;
53 padding: 20px;
54 border-bottom: 1px solid #dfdfdf;
55 font-size: 18px;
56 }
57 .sc_list li:last-child .sc_link{
58 border-bottom: 0;
59 }
60 .sc_link:hover{
61 background: #fffeea;
62 }
63 .sc_link:hover:after {
64 font-family: dashicons;
65 content: "\f464";
66 font-size: 15px;
67 position: absolute;
68 margin-left: 10px;
69 }
70 .sc_controls {
71 position: absolute;
72 top: 20px;
73 right: 0;
74 }
75 .sc_list .sc_controls a {
76 padding: 10px;
77 border-radius: 50%;
78 margin: 0 0 0 15px;
79 border: 1px solid transparent;
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: 86%;
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_menu{
128 position: absolute;
129 top: 10px;
130 right: 20px;
131 }
132 .sc_menu > *{
133 margin-left: 10px !important;
134 }
135
136 #content .button .dashicons{
137 margin: 0.5em 0 0 0;
138 font-size: 15px;
139 }
140
141 .sc_section{
142 margin: 0 0 20px 0;
143 }
144 .sc_section label{
145 display: block;
146 margin: 0 0 10px 0;
147 }
148 .sc_section label select{
149 font-size: 12px;
150 margin-left: 10px;
151 }
152
153 #sc_name{
154 padding: 10px;
155 }
156 .sc_name_wrap {
157 position: relative;
158 }
159
160 .sc_name_wrap > .copy_shortcode {
161 position: absolute;
162 top: 1px;
163 right: 1px;
164 bottom: 1px;
165 padding: 10px;
166 border-left: 1px solid #d0d0d0;
167 background: rgba(255, 255, 255, 0.5);
168 }
169
170 .page_footer{
171 margin: 30px -20px -20px -20px;
172 background: #f7f7f7;
173 padding: 20px;
174 border-top: 1px solid #dfdfdf;
175 border-radius: 0 0 5px 5px;
176 }
177 .page_footer .sc_delete_ep{
178 float: right;
179 }
180 .page_footer .sc_delete_ep:hover{
181 color: red;
182 }
183
184 .wrap .notice{
185 margin-bottom: 0;
186 }
187
188 .params_wrap{
189 box-shadow: 0 3px 5px rgba(0,0,0,.2);
190 border: 1px solid #dfdfdf;
191 margin: 0;
192 position: absolute;
193 display: none;
194 background: #fff;
195 z-index: 9999;
196 }
197 .params_wrap li{
198 position: relative;
199 background: #fff;
200 margin: 0;
201 padding: 10px;
202 width: 200px;
203 border-bottom: 1px solid #dfdfdf;
204 cursor: pointer;
205 }
206 .params_wrap li:hover{
207 background: lightyellow;
208 }
209 .params_wrap > li:after{
210 position: absolute;
211 font-family: dashicons;
212 content: "\f139";
213 right: 5px;
214 top: 10px;
215 }
216 .params_wrap li:last-child{
217 border: 0;
218 }
219 .params_wrap li ul{
220 background: #fff;
221 position: absolute;
222 display: none;
223 top: 0;
224 left: 100%;
225 box-shadow: 0 3px 5px rgba(0,0,0,.2);
226 border: 1px solid #dfdfdf;
227 z-index: 9999;
228 }
229 .params_wrap li:hover ul{
230 display: block;
231 }
232
233 .params_wrap .cp_form{
234 cursor: auto;
235 width: 300px;
236 }
237 .cp_form h4{
238 margin: 0 0 15px 0;
239 }
240 .cp_info{
241 margin: 5px 0;
242 }
243 .cp_info.red{
244 color: red;
245 }
246
247 .top_sharebar{
248 position: absolute;
249 right: 0;
250 top: 24px;
251 }
252 .top_sharebar > * {
253 vertical-align: middle;
254 margin-left: 5px;
255 float: right;
256 }
257 .share_text {
258 font-size: 10px;
259 text-align: right;
260 line-height: 1.5;
261 margin-right: 5px;
262 color: #838383;
263 }
264 .share_btn{
265 background: #333;
266 color: #fff;
267 text-decoration: none;
268 padding: 4px 10px;
269 border-radius: 2em;
270 font-size: 12px;
271 line-height: 2em;
272 }
273 .share_btn:hover{
274 opacity: 0.5;
275 color: #fff;
276 }
277 .share_btn:active, .share_btn:focus{
278 color: #fff;
279 }
280 .share_btn .dashicons {
281 font-size: 14px;
282 margin: 5px 2px 0 0;
283 height: 14px;
284 }
285 .share_btn.twitter{
286 background-color: #2196F3;
287 }
288 .share_btn.googleplus{
289 background-color: #dd4b39;
290 }
291
292 .coffee_box{
293 padding: 15px 15px 25px 15px;
294 border: 1px solid #4CAF50;
295 padding-left: 18%;
296 background: url(../images/coffee.svg) no-repeat;
297 border-radius: 3px;
298 background-position: 30px center;
299 margin: 30px 0 15px 0;
300 background-size: 84px;
301 }
302 .coffee_box .coffee_amt {
303 width: 120px;
304 padding: 5px;
305 height: auto;
306 font-size: 1.5em;
307 }
308 .coffee_amt_wrap{
309 float: right;
310 margin: 0 30px;
311 }
312 .credits_box{
313 font-size: 12px;
314 font-style: italic;
315 color: #757575;
316 }
317 .credits_box img {
318 vertical-align: middle;
319 margin-right: 5px;
320 }
321
322 #import_form{
323 display: none;
324 }
325 .search_btn .search_box{
326 display: none;
327 }
328 .search_btn.active .search_box{
329 display: inline;
330 }
331 .search_box{
332 height: 26px;
333 border: 0;
334 margin: 0 -10px 0 10px;
335 border-left: 1px solid #ccc;
336 border-radius: 0 3px 3px 0;
337 }
338 .search_btn .dashicons-search{
339 position: relative;
340 }
341 .search_btn.filtered .dashicons-search{
342 color: #f44336;
343 }
344 .search_empty_msg{
345 margin: 40px 0 20px 0;
346 }
347
348 .sc_note{
349 background: #fffbdc;
350 padding: 10px;
351 color: #965400;
352 border-radius: 5px;
353 position: relative;
354 padding-left: 50px;
355 box-shadow: 0 2px 1px -2px;
356 }
357 .sc_note:before {
358 content: "\f348";
359 font-family: dashicons;
360 position: absolute;
361 left: 15px;
362 font-size: 25px;
363 opacity: 0.8;
364 top: 12px;
365 }
366
367 .rate_link{
368 float: right;
369 }
370 .rate_link .dashicons{
371 color: #e7711b;
372 text-decoration: none;
373 font-size: 13px;
374 }
375 .rate_link:hover .dashicons{
376 text-decoration: underline;
377 }
378 .rate_link .dashicons {
379 font-size: 12px;
380 margin: 5px 0 0 0;
381 }
382
383 .help_link{
384 margin-left: 10px;
385 text-decoration: none;
386 }
387 .help_link .dashicons{
388 font-size: 32px;
389 width: 32px;
390 height: 32px;
391 color: #607D8B;
392 }
393 .help_link:hover .dashicons{
394 color: #000;
395 }
396
397 .button em {
398 display: none;
399 }
400
401 .button:hover em {
402 display: inline-block;
403 }
404
405 .fright{
406 float: right;
407 }
408
409 @keyframes spin {
410 from {transform:rotate(0deg);}
411 to {transform:rotate(360deg);}
412 }
413
414 .clearfix:after{
415 clear: both;
416 content: ".";
417 display: block;
418 height: 0;
419 visibility: hidden;
420 font-size: 0;
421 }
422 .sc_switch_editor{
423 margin: 2px 0 0 5px !important;
424 }
425 .sc_switch_editor .dashicons {
426 margin-top: 4px !important;
427 }
428
429 .CodeMirror{
430 border: 1px solid #ccc;
431 margin-top: 15px;
432 }