s-uperar

11

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