Advertisement
Guest User

Foro del webmaster / Ventana flotante like facebook

a guest
Nov 5th, 2013
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 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_Xz7txE...0/controls.png) no-repeat 0 0;}
  31. #cboxTopCenter{height:14px; background:url(http://1.bp.blogspot.com/-TcJGMnSfOC...600/border.png) repeat-x top left;}
  32. #cboxTopRight{width:14px; height:14px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txE...0/controls.png) no-repeat -36px 0;}
  33. #cboxBottomLeft{width:14px; height:43px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txE...0/controls.png) no-repeat 0 -32px;}
  34. #cboxBottomCenter{height:43px; background:url(http://1.bp.blogspot.com/-TcJGMnSfOC...600/border.png) repeat-x bottom left;}
  35. #cboxBottomRight{width:14px; height:43px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txE...0/controls.png) no-repeat -36px -32px;}
  36. #cboxMiddleLeft{width:14px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txE...0/controls.png) repeat-y -175px 0;}
  37. #cboxMiddleRight{width:14px; background:url(http://1.bp.blogspot.com/-FiJ_Xz7txE...0/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-446sn...background.png) no-repeat center center;}
  41. #cboxLoadingGraphic{background:url(http://1.bp.blogspot.com/-31strss_1-...00/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_Xz7txE...0/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='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
  97. <script src="http://yourjavascript.com/11215013191/jquery.colorbox-min.js"></script>
  98. <script type="text/javascript">
  99. jQuery(document).ready(function(){
  100. if (document.cookie.indexOf('visited=true') == -1) {
  101. var fifteenDays = 1000*60*60*24*30;
  102. var expires = new Date((new Date()).valueOf() + fifteenDays);
  103. document.cookie = "visited=true;expires=" + expires.toUTCString();
  104. $.colorbox({width:"400px", inline:true, href:"#subscribe"});
  105. }
  106. });
  107. </script>
  108. <!-- This contains the hidden content for inline calls -->
  109.  
  110. <div style='display:none'>
  111. <div id='subscribe' style='padding:10px; background:#fff;'>
  112. <h3 class="box-title">Mantente en contacto con nosotros a través de Facebook. Sólo presiona el botón Me gusta <center><p style="line-height:3px;" >▼</p></center></h3>
  113. <center>
  114.  
  115. <iframe src="//www.facebook.com/plugins/likebox.php?href=forodelwebmaster&amp;width=300&amp;colorscheme=light&amp;show_face s=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>
  116.  
  117. </center>
  118. </div>
  119. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement