Advertisement
pusatdata

kode pop up 1 - tp tak jalan

May 7th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <div class="widget_text widget"><div class="widget_text inner"><div class="textwidget custom-html-widget">
  2. <style type="text/css">
  3. /* Message Box */
  4. #box-message {
  5. position:fixed !important;
  6. position:absolute;
  7. top:400px;
  8. left:30%;
  9. margin:0px 0px 0px 0px;
  10. width:35%;
  11. height:auto;
  12. padding:16px;
  13. background:#fff;
  14. font:normal Dosis, Georgia, Serif;
  15. color:#111;
  16. border:2px solid #333;
  17. -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  18. -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  19. box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  20. -webkit-border-radius:10px;
  21. -moz-border-radius:10px;
  22. border-radius:10px;
  23. }
  24. #box-message a.close {
  25. position:absolute;
  26. top:-12px;
  27. left:-14px;
  28. background:#fff;
  29. font:bold 16px Arial, Sans-Serif;
  30. text-decoration:none;
  31. line-height:10px;
  32. width:10px;
  33. text-align:center;
  34. color:#111;
  35. border:2px solid #333;
  36. -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  37. -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  38. box-shadow:0px 1px 2px rgba(0,0,0,0.4);
  39. -webkit-border-radius:22px;
  40. -moz-border-radius:22px;
  41. border-radius:22px;
  42. cursor:pointer;
  43. }
  44. </style>
  45. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46. <script type="text/javascript">
  47. $(window).bind("load", function() {
  48. // Animate Top Value When Page Loaded Completed
  49. $('#box-message').animate({top:"350px"}, 2000);
  50. // Remove Mailbox When Close Button On Click
  51. $('a.close').click(function() {
  52. $(this).parent().fadeOut();
  53. return false;
  54. });
  55. });
  56. </script>
  57. <div id="box-message"><b>KLIK (x) Untuk Menutup</b>
  58. <center>
  59. <p style="text-align: center; font-size: 14px;"><span style="color: #e74c3c;"><strong>Selamat Datang </strong></span></p>
  60. <p style="text-align: center; font-size: 16px;"><span style="color: #e74c3c;"><strong>Di SastraCerpen.Com</strong></span></p>
  61. </center>
  62. <!-- HTML End -->
  63. <a class="close" href="#">×</a></div>
  64. </div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement