PluginProbe ʕ •ᴥ•ʔ
Shortcoder — Create Shortcodes for Anything / 3.0
Shortcoder — Create Shortcodes for Anything v3.0
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 / sc-admin-css.css
shortcoder Last commit date
images 14 years ago js 14 years ago languages 14 years ago readme.txt 14 years ago sc-admin-css.css 14 years ago sc-admin-js.js 14 years ago sc-editor.php 14 years ago screenshot-1.png 14 years ago screenshot-2.png 14 years ago screenshot-3.png 14 years ago screenshot-4.png 14 years ago shortcoder.php 14 years ago
sc-admin-css.css
227 lines
1 /*
2 * Admin Page CSS for Shortcoder plugin
3 * Author : Aakash Chakravarthy
4 * Version : 3.0
5 */
6 .wrap{
7 margin: 015px auto 15px;
8 width: 630px;
9 padding: 0px;
10 }
11 .wrap #content{
12 background: #FFFFFF;
13 padding: 15px;
14 border: 1px solid #dfdfdf;
15 margin: 10px 0px 0px;
16 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
17 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
18 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
19 -moz-border-radius: 10px;
20 border-radius: 10px;
21 }
22 .wrap h3{
23 margin: 0px -15px 15px;
24 padding: 0px 15px 10px;
25 border-bottom: 1px solid #dfdfdf;
26 background: url(images/grey-bg.png) repeat-x 0px 10px;
27 }
28 .wrap h3 small{
29 color: #666666;
30 font-size: 11px;
31 margin: 0px 0px 0px 5px;
32 }
33 #sc_form{
34 margin: 0px -15px 10px;
35 padding: 0px 15px 20px;
36 border-bottom: 1px solid #dfdfdf;
37 }
38 #sc_name{
39 padding: 5px;
40 width: 100%;
41 margin: 0px 0px 10px;
42 font-size: 14px;
43 font-weight: bold;
44 }
45 #sc_content{
46 width: 100%;
47 font: 11.5px/2em "Courier New", Courier, monospace;
48 resize: vertical;
49 }
50 #sc_list li{
51 background: #F5F5F5 url(images/grey-bg.png) repeat-x;
52 float: left;
53 cursor: pointer;
54 color: #454545;
55 margin: 0px 5px 6px 0px;
56 padding: 3px 10px;
57 border: 1px solid #dfdfdf;
58 border-radius: 10px;
59 }
60 #sc_list li:hover{
61 border-color: #0099CC;
62 }
63 #sc_list li:active{
64 background: #f2f2f2;
65 }
66 #sc_settings{
67 margin-bottom: 10px;
68 display: block;
69 margin-top: 10px;
70 }
71 #sc_submit{
72 float: right;
73 background: #F5F5F5 url(images/grey-bg.png) repeat-x;
74 font-size: 15px;
75 font-weight: bold;
76 padding: 5px 15px;
77 margin: -15px 0px 0px;
78 border-color: #00CC00;
79 }
80 #sc_submit:hover{
81 border-color: #009900;
82 }
83 .sc_btdisabled{
84 opacity: 0.5;
85 }
86 #sc_code{
87 font-size: 10px;
88 color: #666666;
89 border: 1px solid #dfdfdf;
90 display: none;
91 background: #FCFCFC;
92 float: right;
93 margin-top: -57px;
94 padding: 0px 5px;
95 }
96 #sc_delete{
97 background: #F7F7F7 url(images/trash-can.png) no-repeat;
98 height: 48px;
99 width: 48px;
100 border: 1px solid #FF0000;
101 position: fixed;
102 right: 0px;
103 bottom: 0px;
104 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
105 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
106 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
107 -moz-border-radius: 10px;
108 border-radius: 10px;
109 margin-right: 35px;
110 margin-bottom: 55px;
111 opacity: 0.2;
112 }
113 #sc_editor{
114 clear: both !important;
115 }
116 .sc_trashHover{
117 opacity: 1 !important;
118 -moz-box-shadow: 0px 0px 5px 1px #ff0000 !important;
119 box-shadow: 0px 0px 5px 1px #ff0000 !important;
120 }
121 .sc_back{
122 margin: -45px 0px 0px;
123 float: right;
124 font-weight: bold;
125 cursor: pointer;
126 }
127 .sc_back:hover{
128 color: #666666;
129 }
130 .sc_switch_editor{
131 float:right;
132 margin: 0px;
133 }
134 .sc_switch_editor li{
135 float:left;
136 background: #CC3300;
137 -webkit-border-radius: 2px;
138 -moz-border-radius: 2px;
139 border-radius: 2px;
140 margin-right: 3px;
141 background: #F5F5F5 url(images/grey-bg.png) repeat-x;
142 border: 1px solid #dfdfdf;
143 padding: 3px 8px;
144 cursor: pointer;
145 }
146 .sc_editor_active{
147 border-color: #666666!important;
148 }
149
150 .sc_share_wrap{
151 margin-left: -65px;
152 position: absolute;
153 top: 20%;
154 }
155 .sc_share_wrap li{
156 padding: 7px;
157 background: white url(images/grey-bg.png) repeat-x bottom;
158 border: 1px solid #dfdfdf;
159 margin: 0px 0px 7px;
160 opacity: 0.6;
161 -webkit-border-radius: 5px;
162 -moz-border-radius: 5px;
163 border-radius: 5px;
164 cursor: pointer;
165 }
166 .sc_share_wrap a{
167 background-repeat: no-repeat;
168 height: 32px;
169 width: 32px;
170 display: block;
171 }
172 .sc_donate a{ background-image: url(images/donate.png); }
173 .sc_share a{ background-image: url(images/share.png); }
174 .sc_share_iframe{
175 background: #FFFFFF;
176 border: 1px solid #dfdfdf;
177 -webkit-border-radius: 5px;
178 -moz-border-radius: 5px;
179 border-radius: 5px;
180 -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
181 -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
182 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
183 }
184
185 .sc_hidden_text{
186 display: none;
187 }
188 .sc_credits{
189 background: url(images/aw.png) no-repeat;
190 padding-left: 23px;
191 color: #8B8B8B;
192 margin-left: -5px;
193 font-size: 13px;
194 text-decoration: none;
195 }
196 .smallText{
197 font-size: 11px;
198 color: #333333;
199 font-weight: none;
200 }
201 .grey{
202 color: #999;
203 }
204 .nicEdit-main {
205 font-family: Georgia, "Times New Roman", Times, serif;
206 font-size: 14px;
207 }
208
209 * html .clearfix{
210 height: 1%;
211 overflow: visible;
212 }
213
214 /* float clearing for IE7 */
215 *+html .clearfix{
216 min-height: 1%;
217 }
218
219 /* float clearing for everyone else */
220 .clearfix:after{
221 clear: both;
222 content: ".";
223 display: block;
224 height: 0;
225 visibility: hidden;
226 font-size: 0;
227 }