suicideofminds

Theme 01

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