PluginProbe
Insert Html Snippet / 1.0.1
Insert Html Snippet v1.0.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.0.1, at css/xyz_ihs_styles.css

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