PluginProbe
Insert Html Snippet / 1.3.7
Insert Html Snippet v1.3.7
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.3.7, at css/xyz_ihs_styles.css

644 lines 12.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 #xyz_system_notice_area_dismiss{
3 color: #FFFFFF;
4 cursor: pointer;
5 }
6 .xyz_system_notice_area_style1 {
7 background: #00C348;
8 border: 1px solid green;
9 }
10
11 .xyz_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 .xyz-buy-button {
31 color:white;
32 padding:5px 21px;
33 background: #545454;
34 border: 0;
35 width: 60px;
36 border-bottom: 2px solid #545454;
37 cursor: pointer;
38 -webkit-box-shadow: inset 0 -2px #545454;
39 box-shadow: inset 0 -2px #545454;
40 text-decoration: none;
41 font-size: 14px;
42 font-weight: bold;
43 border-radius:3px;
44 }
45
46
47
48 #xyz_ihs_img{
49 width:20px;
50 height: 20px;
51 }
52
53 #xyz_ihs_vAlign{
54 vertical-align: middle;
55 }
56
57 #xyz_tdCenter{
58 text-align: center;
59 }
60 .xyz_bottonWidth{
61 width:120px;
62 }
63 #buttonDesign{
64 width:120px;
65 }
66
67 #xyz_ihs_bottomBorderNone {
68 border-bottom:none;
69 }
70
71
72 #content_xyz_ihs_snippet_selecterList_text{
73 width:90px;
74 }
75
76 /*admin style*/
77
78 #xyz_system_notice_area {
79 position: fixed;
80 margin-bottom:40px;
81 left:25%;
82 width:50%;
83 height:20px;
84 border-radius:5px;
85 -moz-border-radius:5px;
86 -webkit-border-radius:5px;
87 font-weight:bold;
88 display:none;
89 padding:3px;
90 color: #000000;
91 text-align: center;
92 top: 0px;
93 z-index:100000;
94 }
95
96
97 .xyz_suggest,.xyz_star,.xyz_donate,.xyz_fbook,.xyz_support,.xyz_twitt,.xyz_gplus,.xyz_linkedin{
98 height:16px;
99 background-repeat: no-repeat;
100 background-size: contain;
101 padding-left: 20px;
102 text-decoration: none;
103
104 vertical-align: middle;
105 display: inline-block;
106
107 }
108
109 .xyz_suggest{
110
111 background-image: url('../images/suggest.png');
112 }
113
114
115 .xyz_donate{
116
117 background-image: url('../images/donate.png');
118 }
119
120
121 .xyz_fbook{
122
123 background-image: url('../images/facebook.png');
124 }
125 .xyz_support{
126
127 background-image: url('../images/support.png');
128 }
129 .xyz_twitt{
130
131 background-image: url('../images/twitter.png');
132 }
133 .xyz_gplus{
134
135 background-image: url('../images/gplus.png');
136 }
137 .xyz_linkedin{
138
139 background-image: url('../images/linkedin.png');
140 }
141
142
143 .xyz_home_fbook{
144
145 background-image: url('../images/facebook.png');
146 }
147
148
149 .xyz_home_twitt{
150
151 background-image: url('../images/twitter.png');
152 }
153 .xyz_home_gplus{
154
155 background-image: url('../images/gplus.png');
156 }
157 .xyz_home_linkedin{
158
159 background-image: url('../images/linkedin.png');
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{
179 background: #a9e8f5; /* Old browsers */
180
181 background: -moz-linear-gradient(top, #ffffff 0%, #a9e8f5 100%); /* FF3.6+ */
182 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a9e8f5)); /* Chrome,Safari4+ */
183 background: -webkit-linear-gradient(top, #ffffff 0%,#a9e8f5 100%); /* Chrome10+,Safari5.1+ */
184 background: -o-linear-gradient(top, #ffffff 0%,#a9e8f5 100%); /* Opera 11.10+ */
185 background: -ms-linear-gradient(top, #ffffff 0%,#a9e8f5 100%); /* IE10+ */
186 background: linear-gradient(top, #ffffff 0%,#a9e8f5 100%); /* W3C */
187
188
189 }
190
191 #insert-html-snippet .plugin-version-author-uri {
192
193 background-color: #F4F4F4;
194 min-height:16px;
195 border-radius:5px;
196 margin-bottom: 10px;
197 font-weight:bold;
198 padding: 5px;
199 color: #111111;
200
201 -webkit-box-shadow: 0 8px 6px -6px black;
202 -moz-box-shadow: 0 8px 6px -6px black;
203 box-shadow: 0 8px 6px -6px black;
204
205 }
206 #insert-html-snippet th,#insert-html-snippet td{
207 background: #a9e8f5; /* Old browsers */
208 background: linear-gradient( #ffffff,#a9e8f5 ); /* W3C */
209
210
211 }
212
213 #insert-html-snippet .plugin-title{
214
215 background: url('../images/xyz_logo.png'),linear-gradient( #ffffff,#a9e8f5 );
216 background-repeat: no-repeat;
217 background-position: left bottom;
218
219 }
220
221
222 #insert-html-snippet .plugin-version-author-uri a#xyz_update,
223 #insert-html-snippet.plugin-version-author-uri a#xyz_update:link,
224 #insert-html-snippet .plugin-version-author-uri a#xyz_update:hover,
225 #insert-html-snippet .plugin-version-author-uri a#xyz_update:active,
226 #insert-html-snippet .plugin-version-author-uri a#xyz_update:visited
227 {
228 color: red;
229 font-weight: bold;
230 text-decoration: blink;
231 }
232
233
234
235 #insert-html-snippet .plugin-version-author-uri a,
236 #insert-html-snippet .plugin-version-author-uri a:link,
237 #insert-html-snippet .plugin-version-author-uri a:hover,
238 #insert-html-snippet .plugin-version-author-uri a:active,
239 #insert-html-snippet .plugin-version-author-uri a:visited{
240
241
242 color: #111111;
243 text-decoration: none;
244
245 }
246 #insert-html-snippet .plugin-version-author-uri a:hover{
247
248 color:#cc811a;
249 }
250 #insert-html-snippet .plugin-title{
251
252 background: url('../images/xyz_logo.png'),linear-gradient( #ffffff,#a9e8f5 );
253 background-repeat: no-repeat;
254 background-position: left bottom;
255
256 }
257
258
259 #xyz_ihs_submit{
260 color: #FFFFFF;
261 background-color: #094969;
262 border: 1px solid #eee;
263 border-radius: 3px;
264 cursor: pointer;
265 line-height: 23px;
266 }
267 .xyz_poweredBy{
268 padding-top: 10px;float:left; text-align: center; width: 100%;
269 }
270
271 .xyz_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 i.xyz-ihs-own-icon {
293 background-image: url('../images/logo.png');
294 }
295
296 #xyz-ihs-premium {
297 border: 1px solid #FCC328;
298 margin-bottom: 20px;
299 margin-top: 20px;
300 background-color: #FFF6D6;
301 min-height: 50px;
302 padding: 5px;
303 width: 98%;
304 border-radius:3px;
305 float: left;
306 }
307
308 .xyz-premium-comparison {
309 width: 99%;
310 padding: 0px;
311 border: 1px solid #CCCCCC;
312 border-radius: 3px;
313 }
314
315 .xyz-premium-comparison td {
316 padding: 1px;
317 border: 1px solid #CCCCCC;
318 height: 25px;
319 }
320 /*new design start*/
321
322 .xyz_ihs_social_media {
323 background-color: #456a72;
324 width: 22%;
325 float: left;
326 min-height: 130px;
327 margin: 10px 10px 10px 0px;
328 padding: 10px;
329 border: 1px solid #456a72;
330 border-radius: 3px;
331 }
332 .xyz_ihs_sugession {
333 background-color: #571B35;
334 width: 20%;
335 float: left;
336 min-height: 130px;
337 margin: 10px 10px 10px 0px;
338 padding: 10px;
339 border: 1px solid #731C47;
340 border-radius: 3px;
341 font-size: 13px;
342 color: #ffffff;
343 }
344 .xyz-buy-button {
345 color:white;
346 padding:5px 21px;
347 background: #545454;
348 border: 0;
349 border-bottom: 2px solid #545454;
350 cursor: pointer;
351 -webkit-box-shadow: inset 0 -2px #545454;
352 box-shadow: inset 0 -2px #545454;
353 text-decoration: none;
354 font-size: 14px;
355 width:60px;
356 font-weight: bold;
357 border-radius:3px;
358 }
359
360 .xyz-buy-button:focus {
361 color: #ffffff;
362 }
363 .xyz_ihs_tab td{
364 width:500px;
365 }
366 .xyz_ihs_new_subscribe {
367 background-color: #c82e53;
368 width: 27%;
369 float: left;
370 min-height: 130px;
371 margin: 10px 10px 10px 0px;
372 padding: 10px;
373 border: 1px solid #BE2963;
374 border-radius: 3px;
375 }
376
377 .xyz_ihs_sugession a {
378 color: #D7B740;
379 text-decoration: underline;
380 }
381
382 .xyz_ihs_sugession a:hover{color:#fafa66; text-decoration:underline;}
383 .xyz_ihs_sugession p{
384 display: block;
385 float: left;
386 line-height: 20px;
387 width: 100%;
388 margin: 0px; width:50%;}
389
390 .xyz_new_star{background-image: url(../images/new_star.png);
391 width: 80px;
392 height: 20px;
393 display: block;
394 background-repeat: no-repeat;
395 float: left;
396 }
397
398 .xyz_ihs_inmotion a:hover{color:#94dbff; text-decoration:underline;}
399
400 .xyz_ihs_inmotion {
401
402 width: 21%;
403 float: left;
404 min-height: 130px;
405 margin: 0px 0px 0px 0px;
406 }
407
408
409 .xyz_ihs_inmotion_label{
410 height: 169px;
411 display: block;
412 margin: auto;}
413
414 .xyz_ihs_new_subscribe input{font-size:11px;margin: 5px;}
415
416 .xyz_ihs_social_media a{
417 margin: 0px 13px 5px 0px;
418 border: 1px solid #ddd;
419 width: 30px;
420 height: 30px;
421 padding-left: 0px;
422 display: block;
423 float: left;}
424
425 .xyz_ihs_inner_head{ color: #ffffff;
426 font-weight: 300;
427 border-bottom: 1px solid #eee;
428 margin: 0px 0px 10px;
429 padding-bottom: 10px;}
430
431 .xyz_plugin_head{margin: 0px;
432 font-size: 22px;
433 font-weight: 300;
434 padding: 0px 10px 5px;}
435
436 .xyz_ihs_name{border:none; width:46%;}
437 .xyz_ihs_email{border:none; width:46%;}
438 .xyz_our_plugins_new{
439 background: #ffffff;
440 border: 1px solid #eeeeee;
441 border-radius: 3px;
442 width: 98%;
443 height: auto;
444 margin-top: 13px;
445 line-height: 33px;
446 padding: 10px 0 10px 10px ;
447 float:left;
448 }
449
450 .xyz_our_plugins_new a{
451 text-decoration: none;
452 display: block;
453 background-color: #ddd;
454 float: left;
455 width: 23%;
456 margin: 1px;
457 padding: 0px 10px 0px 0px;
458 color: #094969;
459 outline: 0 !important;
460 line-height: 27px;
461 }
462 .xyz_our_plugins_new a:hover{text-decoration:underline;}
463
464 ..xyz_our_plugins_new a:active{box-shadow:none !important;}
465
466 .xyz_our_plugins_new a span{
467 background-color: #00a0d2;
468 color: #FFFFFF;
469 width: 30px;
470 min-height: 28px;
471 display: block;
472 float: left;
473 text-align: center;
474 margin-right: 10px;
475 border-right: 2px solid #fff;}
476
477 .xyz_rate_btn{color: #E77E22 !important;
478 text-decoration: none !important;
479 margin-right: 4px !important;
480 font-weight: bold;
481 background-color: #fff1d6 !important;
482 border: 1px solid #E77E22 !important;
483 box-shadow:none !important;}
484
485 .xyz_backlink_btn{color: #00a016 !important;
486 text-decoration: none !important;
487 margin-right: 4px !important;
488 font-weight: bold;
489 background-color: #f0fff2 !important;
490 border: 1px solid #00a016 !important;
491 box-shadow:none !important;}
492
493 .xyz_share_btn{color: #177ABD !important;
494 text-decoration: none !important;
495 margin-right: 4px !important;
496 font-weight: bold;
497 border: 1px solid #177ABD !important;
498 background-color: #edf8ff !important;
499 box-shadow:none !important;}
500
501 .xyz_donate_btn{color: #C12AA2 !important;
502 text-decoration: none !important;
503 margin-right: 4px !important;
504 font-weight: bold;
505 border: 1px solid #C12AA2 !important;
506 background-color: #feeafa !important;
507 box-shadow:none !important;}
508
509 .xyz_show_btn{color: #F15E77 !important;
510 text-decoration: none !important;
511 margin-right: 4px !important;
512 font-weight: bold;
513 border: 1px solid #F15E77 !important;
514 background-color: #ffeddf !important;
515 box-shadow: none !important;}
516
517 @media screen and (max-width: 1351px) {
518
519 .xyz_ihs_social_media{width:21%;}
520
521 .xyz_ihs_new_subscribe{width:24%;}
522
523 .xyz_ihs_inmotion{width:21%;}
524
525 .xyz_ihs_sugession{width:20%;}
526
527 .xyz_ihs_name{border:none; width:45%;}
528
529 .xyz_ihs_email{border:none; width:45%;}
530
531 .xyz_our_plugins_new a{width:23%;}
532
533 }
534
535 @media screen and (max-width: 1251px) {
536
537 .xyz_ihs_social_media{width:21%;}
538
539 .xyz_ihs_new_subscribe{width:24%;}
540
541 .xyz_ihs_inmotion{width:21%;}
542
543 .xyz_ihs_sugession{width:22%;}
544
545 .xyz_ihs_name{border:none; width:45%;}
546
547 .xyz_ihs_email{border:none; width:45%;}
548
549 #xyz_ihs_submit_ihs{line-height:20px;}
550
551
552 .xyz_our_plugins_new a{width:23.6%;}
553 }
554
555 @media screen and (max-width:1155px)
556 {
557 .xyz_ihs_social_media{width:45%;}
558 .xyz_ihs_new_subscribe{width:45%;}
559 .xyz_ihs_inmotion{width:45%;}
560 .xyz_ihs_sugession{width:45%;}
561 .xyz_our_plugins_new a{width:31%;}
562 }
563
564 @media screen and (max-width: 782px)
565 {
566 .xyz_ihs_social_media{width:44%;}
567
568 .xyz_ihs_new_subscribe{width:44%;}
569
570 .xyz_ihs_inmotion{width:44%;}
571
572 .xyz_ihs_sugession{width:44%;}
573
574 .xyz_our_plugins_new a{width:30%;}
575
576 .xyz_ihs_name{border:none; width:46%;}
577
578 .xyz_ihs_email{border:none; width:46%;}
579 }
580 @media screen and (max-width: 768px)
581 {
582
583 #xyz_ihs_submit_ihs{line-height:20px;}
584 .xyz_our_plugins_new a{width:30%; font-size:11px;}
585 }
586
587 @media screen and (max-width: 675px)
588 {
589 .xyz_our_plugins_new a{width:45%; font-size:11px;}
590 .xyz_ihs_name{border:none; width:95%;}
591 .xyz_ihs_email {
592 border: none;
593 width: 95%;
594 }
595 .xyz_ihs_inmotion_label {
596 height: 185px;
597 display: block;
598 margin: auto;
599 }
600 }
601 @media screen and (max-width: 562px)
602 {
603 .xyz_ihs_social_media{width:92.5%;}
604
605 .xyz_ihs_sugession{width:92.5%;}
606
607 .xyz_ihs_new_subscribe{width:92.5%;}
608
609 .xyz_ihs_inmotion{width:92.5%;}
610 .xyz_ihs_name {
611 border: none; width: 95%;}
612 .xyz_ihs_email {
613 border: none;
614 width: 95%;
615 }
616 }
617
618 @media screen and (max-width: 532px){
619
620 .xyz_ihs_social_media{width:92.5%;}
621
622 .xyz_ihs_new_subscribe{width:92.5%;}
623
624 .xyz_ihs_inmotion{width:92.5%;}
625
626 .xyz_ihs_sugession{width:92.5%;}
627
628 .xyz_our_plugins_new a{width:92.5%;}
629
630 .xyz_ihs_name{border:none; width:95%;}
631
632 .xyz_ihs_email{border:none; width:95%;}
633
634 }
635 .xyz_ihs_sbmt_btn{
636 border: none;
637 color: #ffffff;
638 background-color: #4e0013;
639 padding: 5px 10px;
640 border-radius: 3px;
641 cursor: pointer;
642 }
643
644 /*new design end*/