Advertisement
Guest User

vicious39

a guest
Feb 13th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. <title><$ImeBloga$></title>
  2.  
  3. <script type="text/javascript">
  4.  
  5. //form tags to omit in NS6+:
  6. var omitformtags=["input", "textarea", "select"]
  7. omitformtags=omitformtags.join("|")
  8. function disableselect(e){
  9. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  10. return false
  11. }
  12. function reEnable(){
  13. return true
  14. }
  15. if (typeof document.onselectstart!="undefined")
  16. document.onselectstart=new Function ("return false")
  17. else{
  18. document.onmousedown=disableselect
  19. document.onmouseup=reEnable
  20. }
  21. </script>
  22. <style type="text/css">
  23.  
  24. #sidebar img{width:155px; }
  25.  
  26. ::-webkit-scrollbar {height:7px;width: 10px;background: #eee;}
  27. ::-webkit-scrollbar-thumb {background-color: #fff;}
  28. body {font: 10px arial; color: #555; background: #fff; letter-spacing:0px;cursor:default;}
  29. table{font: 9px 'georgia'; color: #444;margin: 200px; margin-bottom:0px; margin-top:50px;}
  30. a{color: #999; text-decoration: none; -webkit-transition: .2s;}
  31. a:hover{color: #222; text-decoration: underline;cursor: default; -webkit-transition: .2s;}
  32. .quoted {font-style: italic; opacity: 0.6; padding:5px;} x{border-bottom:2px solid #eee;}
  33. img{} .follow{margin-bottom:7px;width:156px;border:0px;padding:0px;-webkit-transition: .2s;}
  34.  
  35. </style>
  36. <noembed></head></noembed>
  37. <table cellpadding="0" cellspacing="0" width="600px"> <tbody><tr><td width="150px" valign="top">
  38. <div id="sidebar">
  39. <div style="background:#111;padding:3px;color:#fff;width:150px;font:11px 'courier new';margin-bottom:3px;width: 150px;"><center><box1><$NaslovBoxa$></box1></center></div>
  40. <img class="follow" src="http://24.media.tumblr.com/tumblr_lv313ejG2G1r4ri63o1_500.jpg">
  41. <br><div style="width: 150px;"><box1><$TekstBoxa$></box1>
  42. <br><a target="new" href="http://sharpedges.blog.hr/">macbeth</a> | <a target="new" href="http://vicious.blog.hr/">vicious </a>
  43. </div>
  44. </div>
  45. </td>
  46.  
  47. <td valign="top" width="400px" style="margin-left: 20px;"><blog>
  48. <div style="font: 15px 'georgia';color:#111; margin-left: 30px;"><i><$NaslovPosta$></i></div>
  49. <div style="padding:1px;background:#eee;width:100%;"><center><div style="font-size:7pt;"><$DatumPosta$>, <$DanPosta$> | <a href="<$KomentariPosta$>" target=_blank>komentari</a></div></center></div><br>
  50. <$TekstPosta$><br><br>
  51. </blog><br>
  52. </td></tr>
  53.  
  54. </tbody></table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement