Advertisement
Guest User

vicious48

a guest
May 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. <script type="text/javascript">
  2. /***********************************************
  3. * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
  4. * This notice MUST stay intact for legal use
  5. * Visit http://www.dynamicdrive.com/ for full source code
  6. ***********************************************/
  7.  
  8. //form tags to omit in NS6+:
  9. var omitformtags=["input", "textarea", "select"]
  10.  
  11. omitformtags=omitformtags.join("|")
  12.  
  13. function disableselect(e){
  14. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  15. return false
  16. }
  17.  
  18. function reEnable(){
  19. return true
  20. }
  21.  
  22. if (typeof document.onselectstart!="undefined")
  23. document.onselectstart=new Function ("return false")
  24. else{
  25. document.onmousedown=disableselect
  26. document.onmouseup=reEnable
  27. }
  28.  
  29. </script>
  30.  
  31.  
  32. <html><head>
  33. <title><$ImeBloga$></title>
  34. <style type="text/css">
  35.  
  36. ::-moz-selection {
  37. color: #FFFFFF;
  38. background: #E8DEC8;
  39. }
  40.  
  41. ::-webkit-scrollbar-thumb:vertical { background-color:black;height:100px;}::-webkit-scrollbar { height:10px;width:6px; background-color: #f7f7f7;}
  42. body {
  43. font-family: Arial;
  44. font-size: 8pt;
  45. background: #FFFFFF;
  46. color: #A6A6A6;
  47. line-height: 150%;
  48. cursor: default;
  49. }
  50.  
  51. a:active, a:link, a:visited {
  52. text-decoration: none;
  53. color: #888888;
  54. }
  55.  
  56. a:hover {
  57. text-decoration: line-through;
  58. color: #757575;
  59. cursor: pointer;
  60. }
  61.  
  62. img {
  63. -webkit-transition: .2s;
  64. margin-bottom: 3px;
  65. }
  66.  
  67. img:hover {
  68. opacity:.70;
  69. filter:alpha(opacity=70);
  70. filter: “alpha(opacity=70)”;
  71. -webkit-transition: .2s; }
  72.  
  73. .entry {
  74. width: 480px;
  75. padding: 10px;
  76. }
  77. .entry img {width: 480px;}
  78.  
  79. .sidebar {
  80. position: fixed!important;
  81. width: 200px;
  82. height: 100%;
  83. top: 0px;
  84. left: 50px;
  85. color: #9E9E9E;
  86. background-color:#242424;
  87. padding: 10px;
  88. }
  89. .sidebar img {width: 200px;}
  90.  
  91. .title {
  92. font: 12pt Lucida Sans Unicode;
  93. color: #C7C7C7;
  94. text-transform: sentencecase;
  95. letter-spacing: 0pt;
  96. }
  97.  
  98. .date {
  99. font: 8pt Consolas;
  100. color: #D4D4D4;
  101. text-transform: sentencecase;
  102. padding-left: 10px;
  103. letter-spacing: 0pt;
  104. border-bottom: 1px solid #EDEDED;
  105. }
  106.  
  107. .h1 {
  108. font-family: Georgia;
  109. color: #B3B3B3;
  110. font-size: 16pt;
  111. text-transform: uppercase;
  112. letter-spacing: -1pt;
  113. line-height: 150%
  114. }
  115.  
  116. </style>
  117. <noembed></head></noembed>
  118. <body>
  119.  
  120.  
  121. <div style="position: absolute; top: 25px; left: 350px;">
  122. <Blog>
  123. <div class="entry">
  124. <div class= "title"><$NaslovPosta$></div>
  125. <div class="date"><$DatumPosta$> <a href="<$KomentariPosta$>" target=_blank>Komentiraj</a><br></div><br>
  126. <$TekstPosta$>
  127. </div>
  128. </Blog>
  129. </div>
  130.  
  131. <div style="position: fixed; top: 30px; left: 235px;">
  132. <div class="sidebar"><br><br><br><br><br><center>
  133. <img src="http://i68.tinypic.com/2cnupud.jpg"><br>
  134. <center><box1><$TekstBoxa$></box1><br> Broj posjeta blogu : <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3318457";
  135. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  136. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  137. </script></br></center></div>
  138. </div>
  139.  
  140. <div style="position: fixed; bottom: 5px; left: 130px; font-family: georgia;"><a href="https://blog.dnevnik.hr/vicious" target=_blank><font size="1">des</font></a><a href="http://sharpedges.blog.hr/" target=_blank><font size="1">ign</font></a></div>
  141.  
  142. </body>
  143. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement