PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 4.0.3
Shortcoder — Create Shortcodes for Anything v4.0.3
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
363 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 }
196 .params_wrap li{
197 position: relative;
198 background: #fff;
199 margin: 0;
200 padding: 10px;
201 width: 200px;
202 border-bottom: 1px solid #dfdfdf;
203 cursor: pointer;
204 }
205 .params_wrap li:hover{
206 background: lightyellow;
207 }
208 .params_wrap > li:after{
209 position: absolute;
210 font-family: dashicons;
211 content: "\f139";
212 right: 5px;
213 top: 10px;
214 }
215 .params_wrap li:last-child{
216 border: 0;
217 }
218 .params_wrap li ul{
219 background: #fff;
220 position: absolute;
221 display: none;
222 top: 0;
223 left: 100%;
224 box-shadow: 0 3px 5px rgba(0,0,0,.2);
225 border: 1px solid #dfdfdf;
226 z-index: 9999;
227 }
228 .params_wrap li:hover ul{
229 display: block;
230 }
231
232 .params_wrap .cp_form{
233 cursor: auto;
234 width: 300px;
235 }
236 .cp_form h4{
237 margin: 0 0 15px 0;
238 }
239 .cp_info{
240 margin: 5px 0;
241 }
242 .cp_info.red{
243 color: red;
244 }
245
246 .top_sharebar{
247 position: absolute;
248 right: 0;
249 top: 24px;
250 }
251 .top_sharebar > * {
252 vertical-align: middle;
253 margin-left: 5px;
254 float: right;
255 }
256 .share_text {
257 font-size: 10px;
258 text-align: right;
259 line-height: 1.5;
260 margin-right: 5px;
261 color: #838383;
262 }
263 .share_btn{
264 background: #333;
265 color: #fff;
266 text-decoration: none;
267 padding: 4px 10px;
268 border-radius: 2em;
269 font-size: 12px;
270 line-height: 2em;
271 }
272 .share_btn:hover{
273 opacity: 0.5;
274 color: #fff;
275 }
276 .share_btn:active, .share_btn:focus{
277 color: #fff;
278 }
279 .share_btn .dashicons {
280 font-size: 14px;
281 margin: 5px 2px 0 0;
282 height: 14px;
283 }
284 .share_btn.twitter{
285 background-color: #2196F3;
286 }
287 .share_btn.googleplus{
288 background-color: #dd4b39;
289 }
290
291 .coffee_box{
292 padding: 15px 15px 25px 15px;
293 border: 1px solid #4CAF50;
294 padding-left: 18%;
295 background: url(../images/coffee.svg) no-repeat;
296 border-radius: 3px;
297 background-position: 30px center;
298 margin: 30px 0 15px 0;
299 background-size: 84px;
300 }
301 .coffee_box .coffee_amt {
302 width: 120px;
303 padding: 5px;
304 height: auto;
305 font-size: 1.5em;
306 }
307 .coffee_amt_wrap{
308 float: right;
309 margin: 0 30px;
310 }
311 .credits_box{
312 font-size: 12px;
313 font-style: italic;
314 color: #757575;
315 }
316 .credits_box img {
317 vertical-align: middle;
318 margin-right: 5px;
319 }
320
321 .rate_link{
322 float: right;
323 }
324 .rate_link .dashicons{
325 color: #e7711b;
326 text-decoration: none;
327 font-size: 13px;
328 }
329 .rate_link:hover .dashicons{
330 text-decoration: underline;
331 }
332 .rate_link .dashicons {
333 font-size: 12px;
334 margin: 5px 0 0 0;
335 }
336
337 .help_link{
338 margin-left: 10px;
339 text-decoration: none;
340 }
341 .help_link .dashicons{
342 font-size: 32px;
343 width: 32px;
344 height: 32px;
345 color: #607D8B;
346 }
347 .help_link:hover .dashicons{
348 color: #000;
349 }
350
351 @keyframes spin {
352 from {transform:rotate(0deg);}
353 to {transform:rotate(360deg);}
354 }
355
356 .clearfix:after{
357 clear: both;
358 content: ".";
359 display: block;
360 height: 0;
361 visibility: hidden;
362 font-size: 0;
363 }