Advertisement
Guest User

vicious1

a guest
Feb 22nd, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. <script language="JavaScript" type="text/javascript">
  2. <!--
  3. //Disable right click script III- By Renigade (renigade@mediaone.net)
  4. //For full source code, visit http://www.dynamicdrive.com
  5. var message="";
  6. ///////////////////////////////////
  7. function clickIE() {if (document.all) {(message);return false;}}
  8. function clickNS(e) {if
  9. (document.layers||(document.getElementById&&!document.all)) {
  10. if (e.which==2||e.which==3) {(message);return false;}}}
  11. if (document.layers)
  12. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  13. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  14. document.oncontextmenu=new Function("return false")
  15. // -->
  16. </script>
  17.  
  18. <script type="text/javascript">
  19. /***********************************************
  20. * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
  21. * This notice MUST stay intact for legal use
  22. * Visit http://www.dynamicdrive.com/ for full source code
  23. ***********************************************/
  24.  
  25. //form tags to omit in NS6+:
  26. var omitformtags=["input", "textarea", "select"]
  27.  
  28. omitformtags=omitformtags.join("|")
  29.  
  30. function disableselect(e){
  31. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  32. return false
  33. }
  34.  
  35. function reEnable(){
  36. return true
  37. }
  38.  
  39. if (typeof document.onselectstart!="undefined")
  40. document.onselectstart=new Function ("return false")
  41. else{
  42. document.onmousedown=disableselect
  43. document.onmouseup=reEnable
  44. }
  45.  
  46. </script>
  47.  
  48. <html>
  49. <head>
  50. <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
  51.  
  52. <title><$ImeBloga$></title>
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  55.  
  56. <style type="text/css">
  57.  
  58. body {
  59. font-family:verdana;
  60. font-size:10px;
  61. color:#9C9995;
  62. line-height:15px;
  63. text-align:justify;}
  64.  
  65. #navbar-iframe{display:none;}
  66.  
  67. select, input, text {
  68. background:#4B4B4B;
  69. color:#eee;
  70. padding:4px;
  71. border:1px solid #444;
  72. font-family:arial;
  73. font-size:11px;}
  74.  
  75. a {
  76. text-decoration:none;
  77. color:#D1A9A9;
  78. outline:0;
  79. font-weight:bold}
  80.  
  81. .quoted {
  82. background: #fcfcfc;
  83. border:1px dashed #eee;
  84. padding:5px;}
  85.  
  86. .border{
  87. border:1px dashed #E0E0E0;
  88. padding:3px;
  89. margin-right:4px;}
  90.  
  91. #main {
  92. background:#fff;
  93. width:800px;
  94. margin: 20px auto;
  95. padding:30px 20px;}
  96.  
  97. #sidebar{
  98. text-align:center;
  99. float:left;
  100. width:220px;
  101. margin-right:20px;}
  102.  
  103. #sidebar img{width:215px; }
  104.  
  105. #content{
  106. float:left;
  107. left:400px;
  108. width:420px;}
  109.  
  110. .header {
  111. font-family: 'Lekton', arial, serif;
  112. color:#ECECEC;font-size:21px;
  113. font-weight:bold;
  114. line-height:32px;
  115. text-shadow:1px 1px 1px #000;
  116. padding-top:2px;
  117. padding-right:7px;
  118. text-align:right;
  119. width:500px;
  120. margin-bottom:40px;
  121. height:32px;
  122. float:right}
  123.  
  124. .entry{margin-top:20px;}
  125.  
  126.  
  127. .h1{
  128. font-family: 'Playfair Display', arial, serif;
  129. color:#E0D7D3;
  130. font-size:24px;
  131. font-weight:bold;
  132. letter-spacing:0px;
  133. margin-bottom:10px}
  134.  
  135. .h2{
  136. font-family: 'Playfair Display', arial, serif;
  137. color:#E0D7D3;
  138. font-size:16px;
  139. font-weight:bold;
  140. letter-spacing:0px;
  141. margin-top:10px;
  142. margin-bottom:5px}
  143.  
  144. .h3{
  145. font-family: 'Playfair Display', arial, serif;
  146. color:#E0D7D3;
  147. font-size:23px;
  148. font-weight:bold;
  149. letter-spacing:0px;
  150. padding-left:0px;
  151. margin-bottom:5px}
  152.  
  153. .h4{
  154. color:#DACBCB;
  155. font-size:11px;
  156. padding:2px 2px 0px 2px;
  157. font-weight:normal;
  158. margin-bottom:10px;}
  159.  
  160. .h4 a{
  161. font-weight:bold;
  162. color:#DACBCB;
  163. font-size:11px;
  164. padding:2px 2px 0px 2px;
  165. margin-bottom:10px;}
  166.  
  167. a.link{
  168. list-style:none;
  169. padding:3px;
  170. display:inline-block;
  171. color:#DBC4C4;
  172. background:#FFFCFC;
  173. border-bottom: 1px solid #F1E3E3;
  174. border-right: 1px solid #F1E3E3;
  175. border-top: 1px solid #FFFCFC;
  176. border-left: 1px solid #FFFCFC;
  177. margin-bottom:1px;}
  178.  
  179. a.link:hover{
  180. list-style:none;
  181. padding:3px;
  182. display:inline-block;
  183. color:#D3BBBB;
  184. background:#FFFCFC;
  185. border-top: 1px solid #F1E3E3;
  186. border-left: 1px solid #F1E3E3;
  187. border-bottom: 1px solid #FFFCFC;
  188. border-right: 1px solid #FFFCFC;
  189. margin-bottom:1px;}
  190.  
  191. </style>
  192. </head>
  193.  
  194. <body>
  195.  
  196. <div id="main">
  197. <div id="sidebar">
  198.  
  199. <Box1>
  200. <div class="h1"><center><$NaslovBoxa$></center></div>
  201. <$TekstBoxa$>
  202. </Box1>
  203.  
  204.  
  205.  
  206. <Box2>
  207. <div class="h2"><$NaslovBoxa$></div>
  208. <$TekstBoxa$>
  209. </Box2>
  210.  
  211.  
  212.  
  213. <Box3>
  214. <div class="h2"><$NaslovBoxa$></div>
  215. <$TekstBoxa$>
  216. </Box3>
  217.  
  218.  
  219.  
  220. <Box4>
  221. <div class="h2"><$NaslovBoxa$></div>
  222. <$TekstBoxa$>
  223. </Box4>
  224. <br>
  225.  
  226. <br><a href=http://blog.dnevnik.hr/vicious target=_blank>Vicious</a>
  227. </div>
  228.  
  229. <div id="content">
  230. <Blog>
  231.  
  232. <div class="block" >
  233. <center><div class="h3"><$NaslovPosta$></div></center>
  234. <center><div class="h4"><$DanPosta$>,<$DatumPosta$> / <$BrojKomentara$><a href="<$KomentariPosta$>" target=_blank>komentara</a></center>
  235. </div>
  236. <br>
  237. <$TekstPosta$>
  238. <br>
  239. <br>
  240. <br>
  241. </Blog> <br>
  242.  
  243. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement