PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 4.1.2
Shortcoder — Create Shortcodes for Anything v4.1.2
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 8 years ago style.css 8 years ago
style-insert.css
173 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: #fff;
108 border: 1px solid transparent;
109 color: #888;
110 font-size: 11px;
111 vertical-align: middle;
112 }
113 .sc_options .button:hover{
114 box-shadow: 0 1px 4px -3px #333;
115 color: #333;
116 }
117 .sc_shortcode:hover .sc_options .button{
118 border-color: #607D8B;
119 }
120
121 .disabled_text{
122 font-size: 10px;
123 background: #ffdfdd;
124 border-radius: 10px;
125 padding: 2px 10px;
126 margin: 0 0 0 10px;
127 color: #F44336;
128 }
129
130 .sc_menu{
131 float: right;
132 }
133 .sc_menu .button{
134 border: 1px solid #cecece;
135 color: #333;
136 opacity: 0.8;
137 }
138 .sc_menu .button:hover{
139 opacity: 1;
140 }
141
142 .search_box{
143 width: 150px;
144 cursor: auto;
145 }
146
147 .coffee_box{
148 padding: 10px;
149 border: 1px solid #4CAF50;
150 padding-left: 20%;
151 background: url(../images/coffee.svg) no-repeat;
152 border-radius: 3px;
153 background-position: 30px center;
154 margin: 30px 0 15px 0;
155 background-size: 84px;
156 }
157 .coffee_box .coffee_amt {
158 width: 120px;
159 padding: 5px;
160 height: auto;
161 font-size: 1.5em;
162 }
163 .coffee_amt_wrap{
164 float: right;
165 margin: 0 30px;
166 }
167 .coffee_box h3{
168 margin: 5px 0;
169 font-weight: normal;
170 }
171 .coffee_box p{
172 font-size: 13px;
173 }