PluginProbe
Insert Html Snippet / 1.2.1
Insert Html Snippet v1.2.1
1.4.6 trunk 1.0 1.0.1 1.1 1.1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4 1.4.1 1.4.2 1.4.3 All 27 releases
insert-html-snippet / css / xyz_ihs_styles.css

xyz_ihs_styles.css in Insert Html Snippet 1.2.1, at css/xyz_ihs_styles.css

308 lines 6.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 #system_notice_area_dismiss{
3 color: #FFFFFF;
4 cursor: pointer;
5 }
6 .system_notice_area_style1 {
7 background: #00C348;
8 border: 1px solid green;
9 }
10
11 .system_notice_area_style0 {
12 background: #FA5A6A;
13 border: 1px solid brown;
14 }
15
16
17 #button {
18 width: 140px;
19 background-color: #E4E4E4;
20 cursor: pointer;
21 -webkit-border-radius: 40px;
22 -moz-border-radius: 40px;
23 border-radius: 40px;
24 }
25
26 #button:hover {
27 border: 1px solid #797979;
28 }
29
30 a {
31 text-decoration: none;
32 }
33
34 label{
35 cursor:default;
36 }
37
38 #img{
39 width:20px;
40 height: 20px;
41 }
42
43 #tdCenter{
44 text-align: center;
45 }
46 .bottonWidth{
47 width:120px;
48 }
49 #buttonDesign{
50 width:120px;
51 }
52
53 #bottomBorderNone {
54 border-bottom:none;
55 }
56
57 legend{
58 font-size: 14px;
59 }
60 #content_xyz_ihs_snippet_selecterList_text{
61 width:90px;
62 }
63
64 /*admin style*/
65
66 #system_notice_area {
67 position: fixed;
68 margin-bottom:40px;
69 left:25%;
70 width:50%;
71 height:20px;
72 border-radius:5px;
73 -moz-border-radius:5px;
74 -webkit-border-radius:5px;
75 font-weight:bold;
76 display:none;
77 padding:3px;
78 color: #000000;
79 text-align: center;
80 top: 0px;
81 z-index:100000;
82 }
83
84
85 .xyz_suggest,.xyz_star,.xyz_donate,.xyz_fbook,.xyz_support,.xyz_twitt,.xyz_gplus,.xyz_linkedin{
86 height:16px;
87 background-repeat: no-repeat;
88 background-position: left center;
89 padding-left: 20px;
90 text-decoration: none;
91
92 vertical-align: middle;
93 display: inline-block;
94
95 }
96
97 .xyz_suggest{
98
99 background-image: url('../images/suggest.png');
100 }
101
102 .xyz_star{
103 background-image: url('../images/star.png');
104 }
105
106 .xyz_donate{
107
108 background-image: url('../images/donate.png');
109 }
110
111
112 .xyz_fbook{
113
114 background-image: url('../images/facebook.png');
115 }
116 .xyz_support{
117
118 background-image: url('../images/support.png');
119 }
120 .xyz_twitt{
121
122 background-image: url('../images/twitter.png');
123 }
124 .xyz_gplus{
125
126 background-image: url('../images/gplus.png');
127 }
128 .xyz_linkedin{
129
130 background-image: url('../images/linkedin.png');
131 }
132
133
134
135 #insert-html-snippet .plugin-version-author-uri {
136
137 background-color: #F4F4F4;
138 min-height:16px;
139 border-radius:5px;
140 margin-bottom: 10px;
141 font-weight:bold;
142 padding: 5px;
143 color: #111111;
144
145 -webkit-box-shadow: 0 8px 6px -6px black;
146 -moz-box-shadow: 0 8px 6px -6px black;
147 box-shadow: 0 8px 6px -6px black;
148
149 }
150 #insert-html-snippet{
151 background: #a9e8f5; /* Old browsers */
152
153 background: -moz-linear-gradient(top, #ffffff 0%, #a9e8f5 100%); /* FF3.6+ */
154 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a9e8f5)); /* Chrome,Safari4+ */
155 background: -webkit-linear-gradient(top, #ffffff 0%,#a9e8f5 100%); /* Chrome10+,Safari5.1+ */
156 background: -o-linear-gradient(top, #ffffff 0%,#a9e8f5 100%); /* Opera 11.10+ */
157 background: -ms-linear-gradient(top, #ffffff 0%,#a9e8f5 100%); /* IE10+ */
158 background: linear-gradient(top, #ffffff 0%,#a9e8f5 100%); /* W3C */
159
160
161 }
162
163 #insert-html-snippet .plugin-version-author-uri {
164
165 background-color: #F4F4F4;
166 min-height:16px;
167 border-radius:5px;
168 margin-bottom: 10px;
169 font-weight:bold;
170 padding: 5px;
171 color: #111111;
172
173 -webkit-box-shadow: 0 8px 6px -6px black;
174 -moz-box-shadow: 0 8px 6px -6px black;
175 box-shadow: 0 8px 6px -6px black;
176
177 }
178 #insert-html-snippet th,#insert-html-snippet td{
179 background: #a9e8f5; /* Old browsers */
180 background: linear-gradient( #ffffff,#a9e8f5 ); /* W3C */
181
182
183 }
184
185 #insert-html-snippet .plugin-title{
186
187 background: url('../images/xyz_logo.png'),linear-gradient( #ffffff,#a9e8f5 );
188 background-repeat: no-repeat;
189 background-position: left bottom;
190
191 }
192
193
194 #insert-html-snippet .plugin-version-author-uri a#xyz_update,
195 #insert-html-snippet.plugin-version-author-uri a#xyz_update:link,
196 #insert-html-snippet .plugin-version-author-uri a#xyz_update:hover,
197 #insert-html-snippet .plugin-version-author-uri a#xyz_update:active,
198 #insert-html-snippet .plugin-version-author-uri a#xyz_update:visited
199 {
200 color: red;
201 font-weight: bold;
202 text-decoration: blink;
203 }
204
205
206
207 #insert-html-snippet .plugin-version-author-uri a,
208 #insert-html-snippet .plugin-version-author-uri a:link,
209 #insert-html-snippet .plugin-version-author-uri a:hover,
210 #insert-html-snippet .plugin-version-author-uri a:active,
211 #insert-html-snippet .plugin-version-author-uri a:visited{
212
213
214 color: #111111;
215 text-decoration: none;
216
217 }
218 #insert-html-snippet .plugin-version-author-uri a:hover{
219
220 color:#cc811a;
221 }
222 #insert-html-snippet .plugin-title{
223
224 background-image: url('../images/xyz_logo.png');
225 background-repeat: no-repeat;
226 background-position: left bottom;
227
228 }
229
230
231 #submit_ihs{
232 background:#25A6E1;
233 background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
234 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
235 background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
236 background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
237 background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
238 background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
239 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#25A6E1",endColorstr="#188BC0",GradientType=0);
240 padding:1px 13px;
241 color:#ffffff;
242 font-family:"Helvetica Neue",sans-serif;
243 font-size:15px;
244 cursor:pointer;
245 border: 1px solid #1A87B9;
246 border-radius: 4px 4px 4px 4px;
247 font-weight: normal;
248 font-size: 13px;
249 }
250
251 .xyz_our_plugins{
252 background: #F2F2F2; /* Old browsers */
253 border: 1px solid #DFDFDF;
254 border-radius:3px;
255 width: 98%;
256 padding-left: 10px;
257 padding-top:10px;
258 height:auto;
259 min-height: 40px;
260 margin-top:13px;
261 }
262
263 .xyz_our_plugins a{
264 text-decoration: none;
265 }
266
267 .poweredBy{
268 padding-top: 10px;float:left; text-align: center; width: 100%;
269 }
270
271 .poweredBy a{
272 text-decoration: none;
273 }
274
275 .xyz_feedback{
276 background: #CEEAF7; /* Old browsers */
277 border: 1px solid #64cfe8;
278 border-radius:3px;
279 width: 98%;
280 height:30px;
281 padding-top:10px;
282 padding-left: 10px;
283 font-weight: bold;
284 line-height: 20px;
285 }
286
287
288 .xyz_feedback a{
289 text-decoration: none
290 }
291
292
293 .xyz_subscribe{
294 background: #bae598; /* Old browsers */
295 border: 1px solid #4d8a1d;
296 border-radius:3px;
297 width: 98%;
298 height:35px;
299 padding-top:10px;
300 padding-left: 10px;
301 }
302 .xyz_subscribe td{
303 padding:0;
304 }
305
306 i.xyz-ihs-own-icon {
307 background-image: url('../images/logo.png');
308 }