Advertisement
Guest User

vicious42

a guest
Mar 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 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
  6. http://www.dynamicdrive.com/
  7. for full source code
  8. ***********************************************/
  9.  
  10. //form tags to omit in NS6+:
  11. var omitformtags=["input", "textarea", "select"]
  12.  
  13. omitformtags=omitformtags.join("|")
  14.  
  15. function disableselect(e){
  16. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  17. return false
  18. }
  19.  
  20. function reEnable(){
  21. return true
  22. }
  23.  
  24. if (typeof document.onselectstart!="undefined")
  25. document.onselectstart=new Function ("return false")
  26. else{
  27. document.onmousedown=disableselect
  28. document.onmouseup=reEnable
  29. }
  30.  
  31. </script>
  32.  
  33. <html><head>
  34. <title><$ImeBloga$></title>
  35. <style type="text/css">
  36. ::selection{color:#424242; background-color:#f2f2f2;}
  37. ::-moz-selection{color:#424242; background:#f2f2f2;}
  38. ::-webkit-selection {color: #0A0A0A;  background:grey;}
  39.  
  40.  
  41. ::-webkit-scrollbar{width:7px;height:5px;}
  42. ::-webkit-scrollbar-button:start:decrement
  43. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  44. ::-webkit-scrollbar-track-piece{background-color:#fafafa;}
  45. ::-webkit-scrollbar-thumb:vertical{height: 50px; background:black; -webkit-border-radius:5; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px;}
  46. ::-webkit-scrollbar-thumb:horizontal{width:20px; background: black; -webkit-border-radius:5; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-top-left-radius:5px;}
  47.  
  48. body {
  49. cursor: default;
  50. font: 11px Trebuchet MS;
  51. color: #808080;
  52. }
  53.  
  54. b, i, u {
  55. color: #616161;
  56. }
  57.  
  58. a:active, a:link, a:visited {
  59. text-decoration: none;
  60. color: #454545;
  61. }
  62.  
  63. a:hover {
  64. text-decoration: underline;
  65. }
  66.  
  67. .quoted {
  68. padding: 3px 10px;
  69. border-left: 3px solid #F2F2F2;
  70. }
  71.  
  72. .navigation {
  73. margin: 20px auto;
  74. padding: 10px;
  75.  
  76. width: 200px;
  77. background: #F7F7F7;
  78. }
  79.  
  80. #light {
  81. margin: 0px auto;
  82. padding: 0px;
  83. width: 500px;
  84. }
  85.  
  86.  
  87. .title {
  88. letter-spacing: 1px;
  89. text-transform: lowercase;
  90. font: 13px Georgia;
  91. color: #000000;
  92. }
  93.  
  94. .icon {
  95. float: right;
  96. padding: 5px 0px 0px 10px;
  97. }
  98.  
  99. .icon img {
  100. -moz-border-radius:50px;
  101. -webkit-border-radius:50px;
  102. width: 80px;
  103. }
  104.  
  105. .comments {
  106. text-align: center;
  107. color: #828282;
  108. width: ; margin-top: 10px; font-size: 10px; font-family: georgia; background: #F7F7F7; padding: 1px;}
  109.  
  110. </style>
  111.  
  112. <img src="">
  113.  
  114. <noembed></head></noembed>
  115. <body>
  116.  
  117. <div style="position:fixed; top: 50px; left: 120px; width: 200px;">
  118. <div class="navigation"><img src="http://blackmarket.blog.hr/slike/originals/sbar.jpg"></div>
  119. <box1><$TekstBoxa$></box1>
  120. </div>
  121.  
  122. <div style="position:absolute; left:400px; top:70px;">
  123. <div id="light"><Blog>
  124. <div class="title"><$NaslovPosta$></div>
  125. <$TekstPosta$>
  126. <br><div class="comments"><$DatumPosta$><$DanPosta$> (<$VrijemePosta$>), <a href="<$KomentariPosta$>" target=_blank>komentari</a> <br><a href="http://vicious.blog.hr"target="_blank">vicious</a>
  127. </div> <br> </Blog></div>
  128. </div></div>
  129.  
  130. </body>
  131. </head>
  132. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement