poetadavida

nova url

Apr 2nd, 2012
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <!-- theme feito por POETADAVIDA.TUMBLR.COM não copie ou retire os créditos. -->
  6.  
  7. <meta name="color:background" content="#0E0D0D" />
  8. <meta name="color:title" content="#183753" />
  9. <meta name="color:entry" content="#0E0D0D" />
  10. <meta name="color:text" content="#DFDFDF" />
  11.     <meta name="text:title" content="agora e 'nova url'" />
  12.  
  13. <title>{title}</title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16.  
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/2wl9p6g/G70lj5t0q/animatedcollapse.js"></script>
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/asj4fpx/I01m3lzwc/important.txt">
  24. </script>
  25.  
  26. <script type="text/javascript">
  27. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  28. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  29. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  30. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  31. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  32. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  33. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  34. //$: Access to jQuery
  35. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  36. //state: "block" or "none", depending on state
  37. }
  38. animatedcollapse.init()
  39. </script>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  45. @font-face {
  46. font-family: 'Loved by the King';
  47. font-style: normal;
  48. font-weight: normal;
  49. src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff');}
  50.  
  51.  
  52. body {background-color:{color:background}; font-family:verdana; color:{color:text};font-size:10px;}
  53.  
  54. .ppp {width:265px; position:fixed; margin-top:100px; margin-left:500px; padding:5px;}
  55.  
  56. a {color: #518092; text-decoration: none; text-transform: none;}
  57. a:hover {color: #929292; background-color: transparent; text-decoration: none;}
  58. p {margin: 6px 0 0 0}
  59.  
  60.  
  61. .box {width:250px; border-left:5px solid {color:title}; padding:5px; position:fixed; float:left; background-color:{color:entry}; font-size:9px; overflow: auto; text-align:center;}
  62. h1{font-size:22px; color:{color:title}; margin-left:10px; margin-bottom:1px; font-style:italic; font-family:georgia;}
  63.  
  64. </style>
  65. <body>
  66.  
  67.  
  68.  
  69. <div class="ppp">
  70. <h1>{text:title}</h1>
  71. <div class="box">
  72. {description}
  73. </div></div>
  74.  
  75.  
  76. </body>
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment