vampirelover

usar theme da s-uperar

Mar 11th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! theme feito pela sr. hammer, rsrs (s-uperar) | criatividade não se rouba. eu sempre serei o sol, enquanto você sempre será a lua. !>
  6.  
  7. <script type="text/javascript">
  8. //desabilita menu de opcoes ao clicar no botao direito
  9. function desabilitaMenu(e)
  10. {
  11. if (window.Event)
  12. {
  13. if (e.which == 2 || e.which == 3)
  14. return false;
  15. }
  16. else
  17. {
  18. event.cancelBubble = true
  19. event.returnValue = false;
  20. return false;
  21. }
  22. }
  23.  
  24. //desabilita botao direito
  25. function desabilitaBotaoDireito(e)
  26. {
  27. if (window.Event)
  28. {
  29. if (e.which == 2 || e.which == 3)
  30. return false;
  31. }
  32. else
  33. if (event.button == 2 || event.button == 3)
  34. {
  35. event.cancelBubble = true
  36. event.returnValue = false;
  37. return false;
  38. }
  39. }
  40.  
  41. //desabilita botao direito do mouse
  42. if ( window.Event )
  43. document.captureEvents(Event.MOUSEUP);
  44. if ( document.layers )
  45. document.captureEvents(Event.MOUSEDOWN);
  46.  
  47. document.oncontextmenu = desabilitaMenu;
  48. document.onmousedown = desabilitaBotaoDireito;
  49. document.onmouseup = desabilitaBotaoDireito;
  50. </script>
  51.  
  52. <script language="javascript">
  53. function clickIE() {if (document.all) {(mensagem);return false;}}
  54. function clickNS(e) {if
  55. (document.layers||(document.getElementById&&!document.all)) {
  56. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  57. if (document.layers)
  58. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  59. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  60. document.oncontextmenu=new Function("return false")
  61. </script>
  62.  
  63. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  64.  
  65. <head>
  66. <!-- DEFAULT VARIABLES -->
  67. <meta name="font:text" content="georgia" />
  68. <meta name="font:title" content="georgia" />
  69. <meta name="color:background" content="#f8f8f8" />
  70. <meta name="color:link" content="#000000" />
  71. <meta name="color:linkhover" content="#000" />
  72. <meta name="color:text" content="#000000" />
  73. <meta name="color:post" content="#ffffff" />
  74. <meta name="color:sidebar" content="#fff" />
  75. <meta name="color:link1" content="#fff" />
  76. <meta name="color:link2" content="#000" />
  77. <meta name="color:linkhover1" content="#f1f1f1" />
  78. <meta name="color:linkhover2" content="#fff" />
  79. <meta name="color:backscroll" content="#f1f1f1" />
  80. <meta name="color:scroll" content="#000" />
  81. <meta name="if:Show tags" content="1"/>
  82. <meta name="if:Show pic" content="1"/>
  83. <meta name="if:Enable endless scrolling" content="0"/>
  84. <meta name="if:Show subtitle" content="1"/>
  85. <meta name="if:Show links" content="1"/>
  86. <meta name="if:Show search" content="1"/>
  87. <meta name="if:Show sidebar image" content="1"/>
  88. <meta name="image:tbar3" content="http://static.tumblr.com/ad0wsx2/Qu3lt2iea/tumblr_lsyngc9j571qf1ey7o1_500.jpg"/>
  89. <meta name="image:background" content=""/>
  90. <meta name="text:title" content="title here" />
  91. <meta name="text:frase" content="frase aqui..." />
  92. <meta name="text:Link1" content="" />
  93. <meta name="text:Link1 Title" content="" />
  94. <meta name="text:Link2" content="" />
  95. <meta name="text:Link2 Title" content="" />
  96. <meta name="text:Link3" content="" />
  97. <meta name="text:Link3 Title" content="" />
  98. <meta name="text:Link4" content="" />
  99. <meta name="text:Link4 Title" content="" />
  100. <meta name="text:Link5" content="" />
  101. <meta name="text:Link5 Title" content="" />
  102. <meta name="text:Link6" content="" />
  103. <meta name="text:Link6 Title" content="" />
  104. <meta name="text:Link7" content="" />
  105. <meta name="text:Link7 Title" content="" />
  106. <meta name="text:Link8" content="" />
  107. <meta name="text:Link8 Title" content="" />
  108. <meta name="text:Link9" content="" />
  109. <meta name="text:Link9 Title" content="" />
  110.  
  111. <title>{Title}</title>
  112. <link rel="shortcut icon" href="{Favicon}">
  113. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  114. {block:Description}
  115. <meta name="description" content="{MetaDescription}" />
  116. {/block:Description}
  117.  
  118. {block:IfEnableEndlessScrolling}
  119. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  120. {/block:IfEnableEndlessScrolling}
  121.  
  122.  
  123. <style type="text/css">
  124.  
  125.  
  126. body {background-color: {color:background}; font-family: {font:text}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  127.  
  128. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  129. a:hover {color: {color:linkhover}; background-color: {color:post}; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  130.  
  131. p {margin: 6px 0 0 0}
  132.  
  133. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  134. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  135. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  136. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  137.  
  138. blockquote img{max-width: 470px!important}
  139. blockquote blockquote img{max-width: 450px!important}
  140. blockquote blockquote blockquote img{max-width: 430px!important}
  141. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  142.  
  143.  
  144.  
  145. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  146.  
  147. .posts {width: 507px; margin-left: 443px; margin-top: 0px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: {font:text}; font-size: 11px;}
  148.  
  149. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  150.  
  151. #entries {margin-top: 20px;}
  152.  
  153. #top {margin-top: 200px;}
  154.  
  155. h1 {font-family: georgia; text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  156. h1 a {text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  157. h1 a:hover {text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  158.  
  159. .image {text-align: center; border: 0px}
  160. .image img {max-width: 500px; margin-bottom: 2px }
  161.  
  162. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 13px; padding: 3px;}
  163. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  164. .xquotesource a, a:hover{text-transform: none;}
  165.  
  166. .chat {line-height: 12px; list-style: none }
  167. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  168. .person1 {background-color:{color:background}; color: {color:text}; }
  169. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  170. .person2 {color: {color:text} }
  171. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  172.  
  173. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  174. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  175. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  176. .source{display:none}
  177.  
  178. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  179. .asker img{float: left; margin: 0px 4px 2px 0}
  180. .asker a{font-size: 20px; color:{color:text}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  181. .asker a:hover{font-size: 20px; color:{color:background}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  182. .answer {padding: 5px 0 0 0}
  183.  
  184. #cap {width: 500px; margin-top: -2px;}
  185.  
  186. #dda {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border: 2px solid {color:background}}
  187. #dda a {font-size: 9px;}
  188.  
  189. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: normal;}
  190. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: normal;}
  191.  
  192. #nts {width: 500px; margin-left: 450px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  193. #nts img{display: none; border:0px}
  194.  
  195. #oipai {position: fixed; margin-left: 15px; width: 222px; height: 316px; background-color: {color:background}; margin-top: 0px;}
  196.  
  197. #links {width: 51px; float: left; margin-left:957px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  198.  
  199. #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  200.  
  201. #links a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  202.  
  203. #links:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  204.  
  205. #links2 {width: 51px; float: left; margin-left:899px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  206.  
  207. #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  208.  
  209. #links2 a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  210.  
  211. #links2:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  212.  
  213.  
  214. #links3 {width: 51px; float: left; margin-left:304px; margin-top: 0px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  215.  
  216. #links3 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 51px; background-color: {color:link2}; color:{color:link1}; text-decoration: none; text-transform: lowercase; line-height: 12px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding:3px;}
  217.  
  218. #links3 a:hover{text-align: center; background-color: {color:linkhover2}; color:{color:linkhover1}; letter-spacing: -1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  219.  
  220. #links3:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  221.  
  222. #xuxu {position: fixed; margin-left: 288px; width: 124px; height: 20px; background-color: {color:background}; margin-top: 317px;}
  223.  
  224. div#frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:144px; height:14px; position: absolute; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 0px; font-family: verdana; margin-top: 263px; margin-left: 294px; position: fixed; padding: 2px; font-size: 9px;}
  225.  
  226. div#credit {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:78px; height:14px; position: absolute; font-family: verdana; margin-top: 229px; margin-left: 294px; position: fixed; padding: 1px; font-size: 9px;}
  227.  
  228. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  229. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:linkhover1};}
  230. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  231. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  232. .ps {position: fixed; margin-left: 294px; padding: 3px; width: 142px; height: auto; top: 302px; background-color: {color:sidebar}; color: {color:text};}
  233.  
  234. #sidebardescription {padding: 7px; text-align: justify; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:254px; width:217px; padding-left:8px; padding-right:8px; margin-top:5px;}
  235. #sidebardescription a {color: {color:text}; font-weight:none;}
  236. #sidebardescription:hover {margin-top:-12px; margin-left:-9px; }
  237.  
  238. #ssidebardescription {padding: 4px; text-align: center; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:104px; width:91px; margin-top: -10px; position: fixed; margin-left:152px; }
  239. #ssidebardescription a {color: {color:text}; font-weight:none;}
  240.  
  241. .sidebardescr {padding:1px; border:1px solid {color:background}; height:87px;}
  242.  
  243. #sideimg3 {display: block; margin-left: 294px; float: right; margin-top: 100px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out; }
  244. .simg3 img {width: 140px; height: 137px; margin-bottom: 2px; border: 4px solid {color:sidebar}; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out;}
  245.  
  246. #boatarde {margin-left: 294px; margin-top: 246px; width: 148px; font-size: 12px; height: 21px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 21px; color: {color:text}; position: fixed; text-transform: uppercase; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  247.  
  248. #bomdia {margin-left: 830px; margin-top: 288px; width: 150px; font-size: 9px; height: 15px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 12px; color: {color:text}; position: fixed; text-transform: normal; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  249.  
  250. #backdescri {margin-left: 300px; margin-top: 252px; width: 173px; font-size: 10px; height: 42px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 10px; color: {color:text}; position: fixed; padding: 1px 0 -10px 0; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; overflow: visible; opacity: 0.0; overflow: hidden;}
  251.  
  252. #backdescri:hover {height: 230px; width: 173px; margin-top: 39px; opacity: 0.8;}
  253.  
  254. .yourdescri {text-align: center; padding: 5px; font-family: verdana; margin-top: 12px; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; }
  255.  
  256. #hoverrr {margin-top:0px; position:fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  257. #hoverrr:hover {margin-left:-81px;}
  258.  
  259. #titled {margin-left: 277px; margin-top: 125px; width: 8px; font-size: 9px; height:29px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 105%; color: {color:text}; position: fixed; padding: 4px; text-transform:uppercase;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 7px 0px 0px 7px;}
  260.  
  261. #sidlinks{font-size: 9px; font-family: verdana; margin-left: 293px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 99px; height: auto; height:118px; border:1px solid {color:background}; position:fixed;}
  262.  
  263. #sidlinks a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 70px; background-color:{color:link1}; height: 16px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  264.  
  265. #sidlinks a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 1px;}
  266. .li {opacity: 1}
  267. .li2 {opacity: 0.8}
  268. .li3 {opacity: 0.6}
  269. .li4 {opacity: 0.8}
  270. .li5 {opacity: 1}
  271.  
  272.  
  273. ::-webkit-scrollbar{width:5px;height:6px;}
  274.  
  275. ::-webkit-scrollbar-button:start:decrement
  276.  
  277. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  278.  
  279. ::-webkit-scrollbar-track-piece{background-color:{color:backscroll}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  280.  
  281. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  282.  
  283. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  284.  
  285.  
  286. .search {letter-spacing: 3px; text-transform: uppercase;}
  287. .search input{font-family: {font:text}; border: none; background-color: {color:sidebarlinks}; color: {color:text}; text-transform: uppercase; font-size: 9px; text-align: center; padding: 3px; width: 210px;}
  288.  
  289. #tumblr_controls{position: fixed!important}
  290. #tumblr_controls{position: fixed!important}
  291. #tumblr_controls{position: fixed!important}
  292. #tumblr_controls{position: fixed!important}
  293.  
  294.  
  295. </style>
  296.  
  297. <body>
  298.  
  299. <div class="ps"><div id="paginal">
  300. {block:JumpPagination length="5"}
  301. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  302. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  303. {/block:JumpPagination}
  304. </div></div>
  305.  
  306. <div id="hoverrr">
  307. <div id="titled">+ + +</div>
  308. <div id="sidlinks">
  309. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  310. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  311. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  312. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  313. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  314. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  315. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}</div>
  316. <div id="credit"> by <b>s-uperar</b> <a href="http://s-uperar.tumblr.com">©</a></div></div>
  317.  
  318. <div id="boatarde">{text:title}</div>
  319. <div id="frase">{text:frase}</div>
  320.  
  321. <div id="sideimg3"><div class="simg3">
  322. <img src="{image:tbar3}">
  323. </div></div>
  324.  
  325. </body>
  326.  
  327.  
  328. <div id="entries">
  329. {block:Posts}
  330. <div class="posts">
  331.  
  332. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  333.  
  334. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  335.  
  336. {block:Photoset}{Photoset-500}{/block:Photoset}
  337.  
  338. {block:Quote}
  339. <div class="xquote">"{Quote}"</div>
  340. {block:Source}<div class="xquotesource"> {Source}</div>
  341. {/block:Source}
  342. {/block:Quote}
  343.  
  344. {block:Link}
  345. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  346. {block:Description}{Description}{/block:Description}
  347. {/block:Link}
  348.  
  349. {block:Chat}
  350. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  351. <div class="chat"><ul>{block:Lines}
  352. <li class="person{UserNumber}">{block:Label}
  353. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  354. {/block:Chat}
  355.  
  356. {block:Audio}
  357. <br>
  358. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  359. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  360. {/block:Audio}
  361.  
  362. {block:Video}{Video-500}{/block:Video}
  363.  
  364.  
  365. {block:Answer}
  366. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  367. <div class="answer">{Answer}</div>
  368. <br>
  369. {/block:Answer}
  370.  
  371. <div id="cap">
  372. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  373. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  374. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  375.  
  376. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  377. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  378. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  379. {/block:ContentSource}</div></div>
  380. <br>
  381. {block:IfShowTags}<div class="tags">in<b>direct</b>: {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  382.  
  383. <div id="dda">
  384.  
  385. <div style="float:left;" class="details">
  386. {block:Date} Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}- {NoteCountWithLabel}{/block:NoteCount}<BR>
  387.  
  388. {block:RebloggedFrom}© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  389. </span>{/block:RebloggedFrom}
  390. </div>
  391.  
  392. <div style="float:right;" class="details">
  393. {block:IndexPage}<a href="{ReblogUrl}" target="_blank">i think you should <b>reblog</b></a>{/block:IndexPage}
  394. <BR>
  395. {block:RebloggedFrom}rebloguei de: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  396. </div>
  397. </ br>
  398. <br clear="all" /></div></div>
  399.  
  400.  
  401. {/block:Posts}
  402. {block:PostNotes}
  403. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  404. {/block:PostNotes}
  405.  
  406. </div>
  407. </div>
  408. </div>
  409. </div>
  410. </div>
  411. </div>
  412.  
  413. </body>
  414. </html>
Advertisement
Add Comment
Please, Sign In to add comment