Advertisement
Guest User

Fanpage flotante facebook jquery

a guest
Sep 6th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.12 KB | None | 0 0
  1. <style>
  2.  
  3. /*
  4. ColorBox Core Style:
  5. The following CSS is consistent between example themes and should not be altered.
  6. */
  7. #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
  8. #cboxOverlay{position:fixed; width:100%; height:100%;}
  9. #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
  10. #cboxContent{position:relative;}
  11. #cboxLoadedContent{overflow:auto;}
  12. #cboxTitle{margin:0;}
  13. #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
  14. #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
  15. .cboxPhoto{float:left; margin:auto; border:0; display:block;}
  16. .cboxIframe{width:100%; height:100%; display:block; border:0;}
  17. /*
  18.  
  19.  
  20. User Style:
  21. Change the following styles to modify the appearance of ColorBox. They are
  22. ordered & tabbed in a way that represents the nesting of the generated HTML.
  23. */
  24. #cboxOverlay{background:#000;opacity:0.5 !important;}
  25. #colorbox{
  26. box-shadow:0 0 15px rgba(0,0,0,0.4);
  27. -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
  28. -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
  29. }
  30. #cboxTopLeft{width:14px; height:14px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txEg/Txrt0sy1TiI/AAAAAAAAFWk/Llzvkeyy_J8/s1600/controls.png) no-repeat 0 0;}
  31. #cboxTopCenter{height:14px; background:url(http://1.bp.blogspot.com/-TcJGMnSfOCY/TxrtzzHDLVI/AAAAAAAAFWc/mdndgrisRuA/s1600/border.png) repeat-x top left;}
  32. #cboxTopRight{width:14px; height:14px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txEg/Txrt0sy1TiI/AAAAAAAAFWk/Llzvkeyy_J8/s1600/controls.png) no-repeat -36px 0;}
  33. #cboxBottomLeft{width:14px; height:43px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txEg/Txrt0sy1TiI/AAAAAAAAFWk/Llzvkeyy_J8/s1600/controls.png) no-repeat 0 -32px;}
  34. #cboxBottomCenter{height:43px; background:url(http://1.bp.blogspot.com/-TcJGMnSfOCY/TxrtzzHDLVI/AAAAAAAAFWc/mdndgrisRuA/s1600/border.png) repeat-x bottom left;}
  35. #cboxBottomRight{width:14px; height:43px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txEg/Txrt0sy1TiI/AAAAAAAAFWk/Llzvkeyy_J8/s1600/controls.png) no-repeat -36px -32px;}
  36. #cboxMiddleLeft{width:14px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txEg/Txrt0sy1TiI/AAAAAAAAFWk/Llzvkeyy_J8/s1600/controls.png) repeat-y -175px 0;}
  37. #cboxMiddleRight{width:14px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txEg/Txrt0sy1TiI/AAAAAAAAFWk/Llzvkeyy_J8/s1600/controls.png) repeat-y -211px 0;}
  38. #cboxContent{background:#fff; overflow:visible;}
  39. #cboxLoadedContent{margin-bottom:5px;}
  40. #cboxLoadingOverlay{background:url(http://1.bp.blogspot.com/-PPvu-446sn4/Txrt1QsGH1I/AAAAAAAAFWw/_jWYVoR1HX8/s1600/loading-background.png) no-repeat center center;}
  41. #cboxLoadingGraphic{background:url(http://1.bp.blogspot.com/-31strss_1-E/Txrt1J6NThI/AAAAAAAAFWo/4P12CJPj924/s1600/loading.gif) no-repeat center center;}
  42. #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
  43. #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
  44. #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txEg/Txrt0sy1TiI/AAAAAAAAFWk/Llzvkeyy_J8/s1600/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
  45. #cboxPrevious{left:0px; background-position: -51px -25px;}
  46. #cboxPrevious.hover{background-position:-51px 0px;}
  47. #cboxNext{left:27px; background-position:-75px -25px;}
  48. #cboxNext.hover{background-position:-75px 0px;}
  49. #cboxClose{right:0; background-position:-100px -25px;}
  50. #cboxClose.hover{background-position:-100px 0px;}
  51. .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
  52. .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
  53. .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
  54. .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
  55. /*-----------------------------------------------------------------------------------*/
  56. /* Facebook Likebox popup For Blogger
  57. /*-----------------------------------------------------------------------------------*/
  58. #subscribe {
  59. font: 12px/1.2 Arial,Helvetica,san-serif; color:#666;
  60. }
  61. #subscribe a,
  62. #subscribe a:hover,
  63. #subscribe a:visited {
  64. text-decoration:none;
  65. }
  66. .box-title {
  67. color: #3B5998;
  68. font-size: 20px !important;
  69. font-weight: bold;
  70. margin: 10px 0;
  71. border:1px solid #ddd;
  72. -moz-border-radius:6px;
  73. -webkit-border-radius:6px;
  74. border-radius:6px;
  75. box-shadow: 5px 5px 5px #CCCCCC;
  76. padding:10px;
  77. line-height:25px; font-family:arial !important;
  78. }
  79. .box-tagline {
  80. color: #999;
  81. margin: 0;
  82. text-align: center;
  83. }
  84. #subs-container {
  85. padding: 35px 0 30px 0;
  86. position: relative;
  87. }
  88. a:link, a:visited {
  89. border:none;
  90. }
  91. .demo {
  92. display:none;
  93. }
  94. </style>
  95.  
  96. <script src="http://yourjavascript.com/11215013191/jquery.colorbox-min.js"></script>
  97. <script type="text/javascript">
  98. jQuery(document).ready(function(){
  99. if (document.cookie.indexOf('visited=true') == -1) {
  100. var fifteenDays = 1000*60*60*24*30;
  101. var expires = new Date((new Date()).valueOf() + fifteenDays);
  102. document.cookie = "visited=true;expires=" + expires.toUTCString();
  103. $.colorbox({width:"400px", inline:true, href:"#subscribe"});
  104. }
  105. });
  106. </script>
  107. <!-- This contains the hidden content for inline calls -->
  108.  
  109. <div style='display:none'>
  110. <div id='subscribe' style='padding:10px; background:#fff;'>
  111. <h3 class="box-title">Danos un like y mantente actualizado de nuestros aportes<center><p style="line-height:3px;" >?</p></center></h3>
  112. <center>
  113.  
  114. <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Flacuartad&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23ffffff&amp;stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe>
  115.  
  116. </center>
  117. <p style=" float:right; margin-right:35px; font-size:9px;" >Powered By | <a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://www.spiceupyourblog.com">Blog Gadgets</a> Via <a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://www.mybloggertricks.com">Blogger Widgets</a></p>
  118. </div>
  119. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement