19 lines
1.2 KiB
JavaScript
19 lines
1.2 KiB
JavaScript
|
jQuery(function($){
|
||
|
|
||
|
// AdPacks CSS
|
||
|
var css = '\
|
||
|
#bsaHolder{ right: 25px;position: absolute; top: 0; width: 345px;z-index: 10;}\
|
||
|
#bsaHolder span{ text-shadow:1px 1px 0 #fff;}\
|
||
|
#bsap_aplink,\
|
||
|
#bsap_aplink:visited{ bottom: 10px;color: #aaa;font: 11px arial, sans-serif;position: absolute;right: 14px;border:none;}\
|
||
|
#bsaHolder .bsa_it_p{ display:none;}\
|
||
|
#bsaHolder .bsa_it_ad{ background: -moz-linear-gradient(#F3F3F3, #FFFFFF, #F3F3F3) repeat scroll 0 0 transparent; background: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0, #f3f3f3),color-stop(0.5, #fff),color-stop(1, #f3f3f3)); background-color:#f4f4f4;\
|
||
|
border-color: #fff;overflow: hidden;padding: 10px 10px 0;-moz-box-shadow: 0 0 2px #999;-webkit-box-shadow: 0 0 2px #999;box-shadow: 0 0 2px #999;\
|
||
|
-moz-border-radius: 0 0 4px 4px;-webkit-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;}\
|
||
|
#bsaHolder img{ display:block;border:none;}\
|
||
|
#bsa_closeAd{ width:15px;height:15px;overflow:hidden;position:absolute;top:10px;right:11px;border:none !important;\
|
||
|
text-decoration:none !important;background:url("http://cdn.tutorialzine.com/misc/adPacks/x_icon.png") no-repeat;}\
|
||
|
#bsa_closeAd:hover{ background-position:left bottom;}\
|
||
|
';
|
||
|
|
||
|
});
|