Advertisement
Guest User

ჩემიყლე

a guest
Nov 29th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1.  
  2. !-- ამის ამრიფტის მომპარავის და გადამკეთებლის ოჯახს შესცა მთელმა ჩემმა საგვარეულომ -->
  3. !-- ამის ამრიფტის მომპარავის და გადამკეთებლის ოჯახს შესცა მთელმა ჩემმა საგვარეულომ -->
  4. !-- ამის ამრიფტის მომპარავის და გადამკეთებლის ოჯახს შესცა მთელმა ჩემმა საგვარეულომ -->
  5. !-- ამის ამრიფტის მომპარავის და გადამკეთებლის ოჯახს შესცა მთელმა ჩემმა საგვარეულომ -->
  6. !-- ამის ამრიფტის მომპარავის და გადამკეთებლის ოჯახს შესცა მთელმა ჩემმა საგვარეულომ -->
  7.  
  8. <style>
  9. #parent_popup {
  10. background-color: rgba(0, 0, 0, 0.8);
  11. display: none;
  12. position: fixed;
  13. z-index: 99999;
  14. top: 0;
  15. right: 0;
  16. bottom: 0;
  17. left: 0;
  18. }
  19. #popup {
  20. background-color: #fff;
  21. /* ზომა */
  22. width: 320px;
  23. height: 390px;
  24. margin: 10% auto;
  25. padding: 5px 20px 13px 20px;
  26. border: 10px solid #ddd;
  27. position: relative;
  28. -webkit-box-shadow: 0px 0px 20px #000;
  29. -moz-box-shadow: 0px 0px 20px #000;
  30. box-shadow: 0px 0px 20px #000;
  31. -webkit-border-radius: 10px;
  32. -moz-border-radius: 10px;
  33. border-radius: 10px;
  34. }
  35. #popup h4{
  36. /* შრიფტი */
  37. font:28px Monotype Corsiva, Arial;
  38. font-weight: bold;
  39. text-align: center;
  40. color: #008000;
  41. text-shadow: 0 1px 3px rgba(0,0,0,.3);
  42. }
  43. #popup h5{
  44. /* შრიფტი */
  45. font:24px Monotype Corsiva, Arial;
  46. color: red;
  47. text-align: center;
  48. text-shadow: 0 1px 3px rgba(0,0,0,.3);
  49. }
  50. /* დახურვის ღილაკი */
  51. .close {
  52. background-color: rgba(0, 0, 0, 0.8);
  53. border: 2px solid #ccc;
  54. height: 24px;
  55. line-height: 24px;
  56. position: absolute;
  57. right: -24px;
  58. cursor: pointer;
  59. font-weight: bold;
  60. text-align: center;
  61. text-decoration: none;
  62. color: rgba(255, 255, 255, 0.9);
  63. font-size: 16px;
  64. text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  65. top: 24px;
  66. width: 24px;
  67. -webkit-border-radius: 15px;
  68. -moz-border-radius: 15px;
  69. -ms-border-radius: 15px;
  70. -o-border-radius: 15px;
  71. border-radius: 15px;
  72. -moz-box-shadow: 1px 1px 3px #000;
  73. -webkit-box-shadow: 1px 1px 3px #000;
  74. box-shadow: 1px 1px 3px #000;
  75. }
  76. .close:hover {
  77. background-color: rgba(0, 122, 200, 0.8);
  78. }
  79. </style>
  80.  
  81. <div id="parent_popup">
  82. <div id="popup">
  83.  
  84. <center>
  85.  
  86. <h4 style="color:red; text-align:center;">რეკლამის გასათიშად ↘დააკლიკე დაბლა↙</h4>
  87.  
  88. <div class="textwidget"><iframe width="300" height="80" src="http://temebi.com/bnr.html" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true"></iframe></div>
  89. <div class="textwidget"><iframe width="300" height="100" src="http://temebi.com/iphone.html" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true"></iframe></div>
  90. <div class="textwidget"><iframe width="300" height="120" src="http://temebi.com/zpld.html" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true"></iframe></div>
  91.  
  92. </center>
  93. </div>
  94. </div>
  95.  
  96. <script type="text/javascript">
  97. var delay_popup = 2;
  98. setTimeout("document.getElementById('parent_popup').style.display='block'",
  99. delay_popup);
  100. </script>
  101.  
  102. <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
  103. <script type="text/javascript">
  104. $(function() {
  105. setTimeout(function() { $("#parent_popup").fadeOut(1500); }, 20100)
  106. $('#parent_popup').click(function() {
  107. $('#parent_popup').show();
  108. setTimeout(function() { $("#parent_popup").fadeOut(1500); }, 20100)
  109. })
  110. })
  111. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement