PluginProbe
Insert PHP Code Snippet / 1.2
Insert PHP Code Snippet v1.2
1.4.7 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 1.4.4 1.4.5 1.4.6 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3 All 27 releases
insert-php-code-snippet / css / xyz_ips_styles.css

xyz_ips_styles.css in Insert PHP Code Snippet 1.2, at css/xyz_ips_styles.css

274 lines 5.2 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 #vAlign{
44 vertical-align: middle;
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_ips_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,.xyz_linkedin{
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 .xyz_linkedin{
133
134 background-image: url('../images/linkedin.png');
135 }
136
137 #insert-php-code-snippet .plugin-version-author-uri {
138
139 background-color: #F4F4F4;
140 min-height:16px;
141 border-radius:5px;
142 margin-bottom: 10px;
143 font-weight:bold;
144 padding: 5px;
145 color: #111111;
146
147 -webkit-box-shadow: 0 8px 6px -6px black;
148 -moz-box-shadow: 0 8px 6px -6px black;
149 box-shadow: 0 8px 6px -6px black;
150
151 }
152 #insert-php-code-snippet th,#insert-php-code-snippet td{
153 background: #a9e8f5; /* Old browsers */
154 background: linear-gradient( #ffffff,#a9e8f5 ); /* W3C */
155
156
157 }
158
159 #insert-php-code-snippet .plugin-version-author-uri a#xyz_update,
160 #insert-php-code-snippet.plugin-version-author-uri a#xyz_update:link,
161 #insert-php-code-snippet .plugin-version-author-uri a#xyz_update:hover,
162 #insert-php-code-snippet .plugin-version-author-uri a#xyz_update:active,
163 #insert-php-code-snippet .plugin-version-author-uri a#xyz_update:visited
164 {
165 color: red;
166 font-weight: bold;
167 text-decoration: blink;
168 }
169
170
171
172 #insert-php-code-snippet .plugin-version-author-uri a,
173 #insert-php-code-snippet .plugin-version-author-uri a:link,
174 #insert-php-code-snippet .plugin-version-author-uri a:hover,
175 #insert-php-code-snippet .plugin-version-author-uri a:active,
176 #insert-php-code-snippet .plugin-version-author-uri a:visited{
177
178
179 color: #111111;
180 text-decoration: none;
181
182 }
183 #insert-php-code-snippet .plugin-version-author-uri a:hover{
184
185 color:#cc811a;
186 }
187 #insert-php-code-snippet .plugin-title{
188
189 background: url('../images/xyz_logo.png'),linear-gradient( #ffffff,#a9e8f5 );
190 background-repeat: no-repeat;
191 background-position: left bottom;
192
193 }
194
195
196 #submit_ips{
197 background:#25A6E1;
198 background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
199 background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
200 background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
201 background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
202 background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
203 background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
204 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#25A6E1",endColorstr="#188BC0",GradientType=0);
205 padding:1px 13px;
206 color:#ffffff;
207 font-family:"Helvetica Neue",sans-serif;
208 font-size:15px;
209 cursor:pointer;
210 border: 1px solid #1A87B9;
211 border-radius: 4px 4px 4px 4px;
212 font-weight: normal;
213 font-size: 13px;
214 }
215
216 .xyz_our_plugins{
217 background: #F2F2F2; /* Old browsers */
218 border: 1px solid #DFDFDF;
219 border-radius:3px;
220 width: 98%;
221 padding-left: 10px;
222 padding-top:10px;
223 height:auto;
224 min-height: 40px;
225 margin-top:13px;
226 }
227
228 .xyz_our_plugins a{
229 text-decoration: none;
230 }
231
232 .poweredBy{
233 padding-top: 10px;float:left; text-align: center; width: 100%;
234 }
235
236 .poweredBy a{
237 text-decoration: none;
238 }
239
240 .xyz_feedback{
241 background: #CEEAF7; /* Old browsers */
242 border: 1px solid #64cfe8;
243 border-radius:3px;
244 width: 98%;
245 height:30px;
246 padding-top:10px;
247 padding-left: 10px;
248 font-weight: bold;
249 line-height: 20px;
250 }
251
252
253 .xyz_feedback a{
254 text-decoration: none
255 }
256
257
258 .xyz_subscribe{
259 background: #bae598; /* Old browsers */
260 border: 1px solid #4d8a1d;
261 border-radius:3px;
262 width: 98%;
263 height:35px;
264 padding-top:10px;
265 padding-left: 10px;
266 }
267 .xyz_subscribe td{
268 padding:0;
269 }
270
271 i.xyz-ips-own-icon {
272 background-image: url('../images/logo.png');
273 }
274