PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 4.1.8
Shortcoder — Create Shortcodes for Anything v4.1.8
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-insert.css
shortcoder / admin / css Last commit date
style-insert.css 7 years ago style.css 7 years ago
style-insert.css
220 lines
1 body{
2 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
3 color: #444;
4 padding: 10px;
5 background: #f1f1f1;
6 }
7 h2{
8 font-size: 23px;
9 font-weight: normal;
10 }
11 h4{
12 margin: 0 0 20px 0;
13 }
14 hr{
15 border-width: 0px;
16 margin: 15px 0;
17 border-bottom: 1px solid #DFDFDF;
18 }
19 .sc_wrap{
20 border: 1px solid #DFDFDF;
21 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
22 }
23 .sc_head{
24 background: url(../images/shortcoder.png) no-repeat left 2px;
25 padding-left: 40px;
26 background-size: 32px;
27 }
28 .sc_shortcode{
29 border-bottom: 1px solid #CCC;
30 padding: 0px;
31 background: #FFF;
32 }
33 .sc_shortcode:last-child{
34 border:0;
35 }
36 .sc_shortcode_name{
37 cursor: pointer;
38 padding: 10px 10px 10px 35px;
39 position: relative;
40 }
41 .sc_shortcode_name:hover{
42 background: #fffeea;
43 }
44 .sc_params{
45 border: 1px solid #DFDFDF;
46 background: #F9F9F9;
47 margin: 0 -1px -1px;
48 padding: 20px;
49 display: none;
50 box-shadow: inset 0 2px 6px -5px;
51 }
52 .button{
53 display: inline-block;
54 text-decoration: none;
55 font-size: 13px;
56 line-height: 26px;
57 height: 28px;
58 margin: 0;
59 padding: 0 10px 1px;
60 cursor: pointer;
61 border-width: 1px;
62 border-style: solid;
63 -webkit-appearance: none;
64 -webkit-border-radius: 3px;
65 border-radius: 3px;
66 white-space: nowrap;
67 -webkit-box-sizing: border-box;
68 -moz-box-sizing: border-box;
69 box-sizing: border-box;
70 }
71 .button.button-primary{
72 background: #0085ba;
73 border-color: #0073aa #006799 #006799;
74 -webkit-box-shadow: 0 1px 0 #006799;
75 box-shadow: 0 1px 0 #006799;
76 color: #fff;
77 text-decoration: none;
78 text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
79 }
80
81 .sc_insert:hover{
82 opacity: 0.8;
83 }
84 .sc_wrap input[type=text]{
85 padding: 5px;
86 border: 1px solid #CCC;
87 width: 120px;
88 margin: 0px 25px 10px 0px;
89 }
90 .sc_toggle{
91 background: url(../images/toggle-arrow.png) no-repeat;
92 width: 16px;
93 height: 16px;
94 position: absolute;
95 left: 15px;
96 top: 50%;
97 margin-top: -6px;
98 opacity: 0.4;
99 }
100
101 .sc_options{
102 position: absolute;
103 right: 10px;
104 top: 7px;
105 }
106 .sc_options .button{
107 background: transparent;
108 border: 1px solid transparent;
109 color: #888;
110 font-size: 11px;
111 vertical-align: middle;
112 margin-left: -1px;
113 border-radius: 0;
114 }
115 .sc_options .button:hover{
116 box-shadow: 0 1px 4px -3px #333;
117 color: #333;
118 background-color: #fff;
119 }
120 .sc_shortcode:hover .sc_options .button{
121 border-color: #607D8B;
122 }
123
124 .disabled_text{
125 font-size: 10px;
126 background: #ffdfdd;
127 border-radius: 10px;
128 padding: 2px 10px;
129 margin: 0 0 0 10px;
130 color: #F44336;
131 }
132
133 .sc_menu{
134 margin: 0 0 1em 0;
135 }
136 .sc_menu .button{
137 border: 1px solid #cecece;
138 color: #333;
139 opacity: 0.8;
140 margin: 0 5px 0 0;
141 }
142 .sc_menu .button:hover{
143 opacity: 1;
144 }
145
146 .search_box{
147 width: 150px;
148 cursor: auto;
149 }
150
151 .sc_tags {
152 padding: 0.75em 0 0 0;
153 background: #ffffff8a;
154 border: 1px solid #dfdfdf;
155 border-radius: 3px;
156 display: none;
157 }
158 .sc_tags li {
159 float: left;
160 list-style: none;
161 margin: 0;
162 font-size: 13px;
163 margin: 0 1em 1em 1em;
164 color: #287aa0;
165 font-weight: bold;
166 cursor: pointer;
167 }
168 .sc_tags li.active{
169 opacity: 0.5;
170 }
171 .sc_tags li:hover{
172 color: #333;
173 }
174
175 .sc_tags_disp {
176 font-size: 13px;
177 margin: 0;
178 border-right: 1px solid #dfdfdf;
179 padding: 0 10px 0 0;
180 color: #888;
181 }
182
183 .coffee_box{
184 padding: 10px;
185 border: 1px solid #4CAF50;
186 padding-left: 20%;
187 background: url(../images/coffee.svg) no-repeat;
188 border-radius: 3px;
189 background-position: 30px center;
190 margin: 30px 0 15px 0;
191 background-size: 84px;
192 }
193 .coffee_box .coffee_amt {
194 width: 120px;
195 padding: 5px;
196 height: auto;
197 font-size: 1.5em;
198 }
199 .coffee_amt_wrap{
200 float: right;
201 margin: 0 30px;
202 }
203 .coffee_box h3{
204 margin: 5px 0;
205 font-weight: normal;
206 }
207 .coffee_box p{
208 font-size: 13px;
209 }
210 .clearfix:after{
211 clear: both;
212 content: ".";
213 display: block;
214 height: 0;
215 visibility: hidden;
216 font-size: 0;
217 }
218
219 @media screen and (max-width:750px){
220 }