Don't like ads? PRO users don't see any ads ;-)
Guest

theme 06

By: mesmo-distante on Mar 28th, 2012  |  syntax: HTML  |  size: 20.58 KB  |  hits: 419  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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 by mesmo-distante.tumblr.com; don't copy.                         !>
  6.  
  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="verdana" />
  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="A3A3A3" />
  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://29.media.tumblr.com/tumblr_m1m1cuAmD41r182g0o1_250.png"/>
  90. <meta name="image:background" content=""/>
  91. <meta name="text:title" content="titulo pequeno" />
  92. <meta name="text:Link1" content="/" />
  93. <meta name="text:Link1 Title" content="link" />
  94. <meta name="text:Link2" content="/" />
  95. <meta name="text:Link2 Title" content="link" />
  96. <meta name="text:Link3" content="/" />
  97. <meta name="text:Link3 Title" content="link" />
  98. <meta name="text:Link4" content="/" />
  99. <meta name="text:Link4 Title" content="link" />
  100. <meta name="text:Link5" content="/" />
  101. <meta name="text:Link5 Title" content="link" />
  102.  
  103.  
  104. <title>{Title}</title>
  105. <link rel="shortcut icon" href="{Favicon}">
  106. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  107. {block:Description}
  108. <meta name="description" content="{MetaDescription}" />
  109. {/block:Description}
  110.  
  111. {block:IfEnableEndlessScrolling}
  112. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  113. {/block:IfEnableEndlessScrolling}
  114.  
  115.  
  116. <style type="text/css">
  117.  
  118.  
  119. 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; }
  120.  
  121. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  122. 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;}
  123.  
  124. p {margin: 6px 0 0 0}
  125.  
  126. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  127. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  128. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  129. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  130.  
  131. blockquote img{max-width: 470px!important}
  132. blockquote blockquote img{max-width: 450px!important}
  133. blockquote blockquote blockquote img{max-width: 430px!important}
  134. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  135.  
  136.  
  137.  
  138. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  139.  
  140. .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;}
  141.  
  142. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  143.  
  144. #entries {margin-top: 20px;}
  145.  
  146. #top {margin-top: 200px;}
  147.  
  148. h1 {font-family: georgia; text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  149. h1 a {text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  150. h1 a:hover {text-align: center; font-size: 14px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 16px;}
  151.  
  152. .image {text-align: center; border: 0px}
  153. .image img {max-width: 500px; margin-bottom: 2px }
  154.  
  155. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 13px; padding: 3px;}
  156. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  157. .xquotesource a, a:hover{text-transform: none;}
  158.  
  159. .chat {line-height: 12px; list-style: none }
  160. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  161. .person1 {background-color:{color:background}; color: {color:text}; }
  162. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  163. .person2 {color: {color:text} }
  164. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  165.  
  166. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  167. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  168. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  169. .source{display:none}
  170.  
  171. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  172. .asker img{float: left; margin: 0px 4px 2px 0}
  173. .asker a{font-size: 20px; color:{color:text}; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  174. .asker a:hover{font-size: 20px; color:{color:background}; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  175. .answer {padding: 5px 0 0 0}
  176.  
  177. #cap {width: 500px; margin-top: -2px;}
  178.  
  179. #dda {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border: 0px solid {color:background}}
  180. #dda a {font-size: 9px;}
  181.  
  182. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: normal;}
  183. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: normal;}
  184.  
  185. #nts {width: 500px; margin-left: 450px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  186. #nts img{display: none; border:0px}
  187.  
  188. #oipai {position: fixed; margin-left: 15px; width: 222px; height: 316px; background-color: {color:background}; margin-top: 0px;}
  189.  
  190. #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;}
  191.  
  192. #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;}
  193.  
  194. #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;}
  195.  
  196. #links:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  197.  
  198. #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;}
  199.  
  200. #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;}
  201.  
  202. #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;}
  203.  
  204. #links2:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  205.  
  206.  
  207. #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;}
  208.  
  209. #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;}
  210.  
  211. #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;}
  212.  
  213. #links3:hover{opacity: 1.0; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  214.  
  215. #xuxu {position: fixed; margin-left: 288px; width: 124px; height: 20px; background-color: {color:background}; margin-top: 317px;}
  216.  
  217. div#frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:130px; 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: 20px; margin-left: 302px; position: fixed; padding: 2px; font-size: 9px;}
  218.  
  219. 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: 121px; margin-left: 300px; position: fixed; padding: 1px; font-size: 9px;}
  220.  
  221. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  222. #paginal a {background: {color: sidebar;} margin: 0 1px 0 0; padding: 2px 4px; color: {color:linkhover1};}
  223. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  224. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  225. .ps {position: fixed; margin-left: 972px; padding: 3px; width: 142px; height: auto; top: 167px; background-color: {color:sidebar}; color: {color:text};}
  226.  
  227. #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;}
  228. #sidebardescription a {color: {color:text}; font-weight:none;}
  229. #sidebardescription:hover {margin-top:-12px; margin-left:-9px; }
  230.  
  231. #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; }
  232. #ssidebardescription a {color: {color:text}; font-weight:none;}
  233.  
  234. .sidebardescr {padding:1px; border:1px solid {color:background}; height:87px;}
  235.  
  236. #sideimg3 {display: block; margin-left: 972px; float: right; margin-top: 1px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out; }
  237. .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;}
  238.  
  239. #boatarde {margin-left: 300px; margin-top: 0px; width: 140px; font-size: 12px; height: 137px; 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;}
  240.  
  241. #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;}
  242.  
  243. #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;}
  244.  
  245. #backdescri:hover {height: 230px; width: 173px; margin-top: 39px; opacity: 0.8;}
  246.  
  247. .yourdescri {text-align: center; padding: 5px; font-family: verdana; margin-top: 12px; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; }
  248.  
  249. #hoverrr {margin-top:0px; position:fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
  250. #hoverrr:hover {margin-left:-81px;}
  251.  
  252. #titled {margin-left:  285px; margin-top: 25px; 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;}
  253.  
  254. #sidlinks{font-size: 9px; font-family: verdana; margin-left: 299px; width: 70px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 0px; height: auto; height:118px; border:1px solid {color:background}; position:fixed;}
  255.  
  256. #sidlinks a {float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 2px; width: 70px; background-color:{color:link1}; height: 20px; 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;}
  257.  
  258. #sidlinks  a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; letter-spacing: 1px;}
  259. .li {opacity: 1}
  260. .li2 {opacity: 0.8}
  261. .li3 {opacity: 0.6}
  262. .li4 {opacity: 0.8}
  263. .li5 {opacity: 1}
  264.  
  265.  
  266. ::-webkit-scrollbar{width:5px;height:6px;}
  267.  
  268. ::-webkit-scrollbar-button:start:decrement
  269.  
  270. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  271.  
  272. ::-webkit-scrollbar-track-piece{background-color:{color:backscroll}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  273.  
  274. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  275.  
  276. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  277.  
  278.  
  279. .search {letter-spacing: 3px; text-transform: uppercase;}
  280. .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;}
  281.  
  282. #tumblr_controls{position: fixed!important}
  283. #tumblr_controls{position: fixed!important}
  284. #tumblr_controls{position: fixed!important}
  285. #tumblr_controls{position: fixed!important}
  286.  
  287.  
  288. </style>
  289.  
  290. <body>
  291.  
  292. <div class="ps"><div id="paginal">
  293. {block:JumpPagination length="5"}
  294. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  295. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  296. {/block:JumpPagination}
  297. </div></div>
  298.  
  299. <div id="hoverrr">
  300. <div id="titled">+ + +</div>
  301. <div id="sidlinks">
  302. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  303. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  304. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  305. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  306. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  307. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  308. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}</div>
  309. <div id="credit"<a href="http://mesmo-distante.tumblr.com"></a><a href="http://mesmo-distante.tumblr.com"><b>theme ©</b></a></div></div>
  310. <div id="boatarde">{text:title}</div>
  311. <div id="frase">{description}</div>
  312.  
  313. <div id="sideimg3"><div class="simg3">
  314. <img src="{image:tbar3}">
  315. </div></div>
  316.  
  317. </body>
  318.  
  319.  
  320. <div id="entries">
  321. {block:Posts}
  322. <div class="posts">
  323.  
  324. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  325.  
  326. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  327.  
  328. {block:Photoset}{Photoset-500}{/block:Photoset}
  329.  
  330. {block:Quote}
  331. <div class="xquote">"{Quote}"</div>
  332. {block:Source}<div class="xquotesource"> {Source}</div>
  333. {/block:Source}
  334. {/block:Quote}
  335.  
  336. {block:Link}
  337. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  338. {block:Description}{Description}{/block:Description}
  339. {/block:Link}
  340.  
  341. {block:Chat}
  342. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  343. <div class="chat"><ul>{block:Lines}
  344. <li class="person{UserNumber}">{block:Label}
  345. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  346. {/block:Chat}
  347.  
  348. {block:Audio}
  349. <br>
  350. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  351. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  352. {/block:Audio}
  353.  
  354. {block:Video}{Video-500}{/block:Video}
  355.  
  356.  
  357. {block:Answer}
  358. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker} asked: <div class="question">{Question}</div></div>
  359. <div class="answer">{Answer}</div>
  360. <br>
  361. {/block:Answer}
  362.  
  363.  
  364. <div id="cap">
  365. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  366. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  367. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  368.  
  369. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  370. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  371. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  372. {/block:ContentSource}</div></div>
  373. <br>
  374. {block:IfShowTags}<div class="tags"> {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  375.  
  376. <div id="dda">
  377.  
  378. <div style="float:left;" class="details">
  379. {block:Date} Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}- {NoteCountWithLabel}{/block:NoteCount}<BR>
  380.  
  381. {block:RebloggedFrom}© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  382. </span>{/block:RebloggedFrom}
  383. </div>
  384.  
  385. <div style="float:right;" class="details">
  386. {block:IndexPage}<a href="{ReblogUrl}" target="_blank">· reblog</a>{/block:IndexPage}
  387. <BR>
  388. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  389. </div>
  390. </ br>
  391. <br clear="all" /></div></div>
  392.  
  393.  
  394. {/block:Posts}
  395. {block:PostNotes}
  396. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  397. {/block:PostNotes}
  398.  
  399. </div>
  400. </div>
  401. </div>
  402. </div>
  403. </div>
  404. </div>
  405.  
  406. </body>
  407. </html>