Advertisement
un-hurtt

Modinha

Jan 15th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.36 KB | None | 0 0
  1. <!--
  2. theme by b-batman
  3. nome do theme: Modinha
  4. -->
  5.  
  6. <html>
  7.  
  8. <head> <!-- DEFAULT VARIABLES -->
  9. <meta name="color:background" content="#fff" />
  10. <meta name="color:link" content="#696969" />
  11. <meta name="color:links side" content="#696969" />
  12. <meta name="color:links sideh" content="#696969" />
  13. <meta name="color:link hover" content="#000" />
  14. <meta name="color:text" content="#696969" />
  15. <meta name="color:post" content="#fff" />
  16. <meta name="color:sidebar text" content="#fff" />
  17. <meta name="color:borderr" content="#eee" />
  18.  
  19.  
  20. <meta name="image:background" content="" />
  21. <meta name="image:sidebar1" content="http://static.tumblr.com/ygkexbz/zDEm5trtt/tumblr_lzvcqvoyhj1r74sxlo3_250.jpg" />
  22.  
  23. <meta name="text:titulo" content="IMG 95x95" />
  24.  
  25. <meta name="text:Link1" content="/" />
  26. <meta name="text:Link1 Title" content="link" />
  27. <meta name="text:Link2" content="/" />
  28. <meta name="text:Link2 Title" content="link" />
  29. <meta name="text:Link3" content="/" />
  30. <meta name="text:Link3 Title" content="link" />
  31. <meta name="text:Link4" content="/" />
  32. <meta name="text:Link4 Title" content="link" />
  33.  
  34.  
  35.  
  36. <script src="http://static.tumblr.com/03fwsqk/hHYm4m4l7/code2.js"></script>
  37.  
  38. <script>
  39. $(document).ready(function() {
  40. //Custom settings
  41. var style_in = 'easeOutBounce';
  42. var style_out = 'jswing';
  43. var speed_in = 1000;
  44. var speed_out = 300;
  45. //Calculation for corners
  46. var neg = Math.round($('.qitem').width() / 2) * (-1);
  47. var pos = neg * (-1);
  48. var out = pos * 2;
  49. $('.qitem').each(function () {
  50. url = $(this).find('a').attr('href');
  51. img = $(this).find('img').attr('src');
  52. alt = $(this).find('img').attr('img');
  53. $('img', this).remove();
  54. $(this).append('<div class="topLeft"></div><div class="topRight"></div><div class="bottomLeft"></div><div class="bottomRight"></div>');
  55. $(this).children('div').css('background-image','url('+ img + ')');
  56. $(this).find('div.topLeft').css({top:0, left:0, width:pos , height:pos});
  57. $(this).find('div.topRight').css({top:0, left:pos, width:pos , height:pos});
  58. $(this).find('div.bottomLeft').css({bottom:0, left:0, width:pos , height:pos});
  59. $(this).find('div.bottomRight').css({bottom:0, left:pos, width:pos , height:pos});
  60. }).hover(function () {
  61. $(this).find('div.topLeft').stop(false, true).animate({top:neg, left:neg}, {duration:speed_out, easing:style_out});
  62. $(this).find('div.topRight').stop(false, true).animate({top:neg, left:out}, {duration:speed_out, easing:style_out});
  63. $(this).find('div.bottomLeft').stop(false, true).animate({bottom:neg, left:neg}, {duration:speed_out, easing:style_out});
  64. $(this).find('div.bottomRight').stop(false, true).animate({bottom:neg, left:out}, {duration:speed_out, easing:style_out});
  65. },
  66. function () {
  67. $(this).find('div.topLeft').stop(false, true).animate({top:0, left:0}, {duration:speed_in, easing:style_in});
  68. $(this).find('div.topRight').stop(false, true).animate({top:0, left:pos}, {duration:speed_in, easing:style_in});
  69. $(this).find('div.bottomLeft').stop(false, true).animate({bottom:0, left:0}, {duration:speed_in, easing:style_in});
  70. $(this).find('div.bottomRight').stop(false, true).animate({bottom:0, left:pos}, {duration:speed_in, easing:style_in});
  71. }).click (function () {
  72. window.location = $(this).find('a').attr('href');
  73. });
  74. });
  75. </script>
  76.  
  77. <title>{Title}</title>
  78. <link rel="shortcut icon" href="{Favicon}">
  79. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  80. {block:Description}
  81. <meta name="description" content="{MetaDescription}" />
  82. {/block:Description}
  83.  
  84. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  85.  
  86. <style type="text/css">
  87.  
  88. body {background: {color:background}; url('{image:background}') repeat; color:{color:text}; font-family:verdana; font-size:11px; line-height:110%}
  89.  
  90. a { text-decoration:none; color:{color:link};}
  91. a:hover {text-decoration:none; color:{color:link hover};}
  92.  
  93. p {margin: 6px 0 0 0}
  94.  
  95. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
  96. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
  97. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  98. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  99.  
  100. blockquote img{max-width: 470px!important}
  101. blockquote blockquote img{max-width: 450px!important}
  102. blockquote blockquote blockquote img{max-width: 430px!important}
  103. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  104.  
  105. #all {text-align: center; overflow: none; width: 426px; height: 360px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  106.  
  107. #allboxes {float: left; margin-left: 480px; overflow: none; margin-top:0px; }
  108.  
  109. #maroca {padding-bottom:20px;}
  110.  
  111. .entry {width: 400px; background-color: {color:post}; padding: 5px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;border-bottom:1px solid #e7e7e7;}
  112.  
  113. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  114. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  115. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; letter-spacing:-1px; line-height: 18px; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  116.  
  117. .image {text-align: center; border: 0px}
  118. .image img {max-width: 400px; margin-bottom: 2px }
  119.  
  120. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  121.  
  122. .xquotesource { text-align: center; font-family:sans-serif; font-style:italic; text-transform: none; margin-bottom: 5px; margin-top:10px;}
  123. .xquotesource a, a:hover{text-transform: none;}
  124.  
  125. .chat {line-height: 13px; list-style: none; text-align:; }
  126. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  127. .person1 {color: {color:text}; padding: 2px; background-color:#e7e7e7; }
  128. .person1 .label {font-weight: bold; color:{color:text}}
  129. .person2 {color: {color:text}; padding: 2px; }
  130. .person2 .label {font-weight: bold; color:{color:text}}
  131.  
  132. .player {background-color: {color:sidebar}; text-align: left; display:block;}
  133.  
  134.  
  135. /* AUDIO POST DE EXTRATREX, NÃO COPIAR */
  136. #audentryprob {display:block; height:auto; position:relative; min-height:110px;}
  137. .audentry {width:390px; background-color:{color:post}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:110px;}
  138.  
  139. .audioplayercircle {
  140. position: absolute;
  141. z-index: 3;
  142. background: white;
  143. -webkit-border-radius: 50px;
  144. -moz-border-radius: 50px;
  145. top: 35px;
  146. left: 35px;
  147. opacity: .8;
  148. filter:alpha(opacity=80)}
  149.  
  150.  
  151. .audioplayer {
  152. width: 20px;
  153. height: 30px;
  154. overflow: hidden;
  155. margin: 17px 24px 13px 16px;
  156. }
  157.  
  158. .audiodata {font:11px verdana; color:{color:text}; text-transform:none; height:15px; padding:0px 7px!important; background-color:#e7e7e7; float:center; margin-left:55px; text-align:right;}
  159. .audiodata b{color:{color:text};}
  160.  
  161. .aucap {color:{color:quote}; font:11px verdana; line-height:90%; text-align:right; min-height:34px; background-color:#fcfcfc; padding:2px 7px!important;}
  162. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  163. .answer {padding: 2px}
  164. .answer img {max-width: 370px;}
  165.  
  166. .caixa {background: {color:sidebar}; padding: 4px;}
  167.  
  168.  
  169. .bubble {
  170. background: {color:background};
  171. color: #;
  172. margin-top: 2px;
  173. padding: 12px;
  174. margin-left: 40px;
  175. -webkit-border-top-right-radius: 11px;
  176. -webkit-border-bottom-right-radius: 11px;
  177. -moz-border-radius-topright: 11px;
  178. -moz-border-radius-bottomright: 11px;
  179. border-top-right-radius: 11px;
  180. border-bottom-right-radius: 11px;}
  181.  
  182. .caixa aa
  183. {background: {color:background};
  184. height: 16px;
  185. font-style: normal;
  186. font-size: 10px;
  187. color: {color:text};
  188. padding-top: 4px;
  189. text-align:justy;
  190. letter-spacing:1px;
  191. padding:3px;
  192. text-shadow:0 1px 1px {color:sidebar};
  193. margin-top: 8px;
  194. text-transform:none;
  195. line-height: 14px;
  196. margin-top: 10px;
  197. -webkit-border-top-right-radius: 11px;
  198. -webkit-border-bottom-right-radius: 11px;
  199. -moz-border-radius-topright: 11px;
  200. -moz-border-radius-bottomright: 11px;
  201. border-top-right-radius: 11px;
  202. border-bottom-right-radius: 11px;}
  203.  
  204. .borda {
  205. float: left;
  206. padding: 0px;
  207. margin-top: -1px;
  208. -webkit-border-top-left-radius: 11px;
  209. -webkit-border-bottom-left-radius: 11px;
  210. -moz-border-radius-topleft: 11px;
  211. -moz-border-radius-bottomleft: 11px;
  212. border-top-left-radius: 11px;
  213. border-bottom-left-radius: 11px;
  214. }
  215. #info {background-color:{color:post}; padding:3px; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border-left: 1 solid #ddd; -webkit-transition:1s;}
  216. #info a {font-size: 9px;}
  217.  
  218. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  219. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  220.  
  221. #cap {width: 400px; margin-top: -2px;}
  222. .source {display: none;}
  223.  
  224. .notes {width: 430px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  225. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  226. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  227. .notes img{display: none; border:0px}
  228.  
  229.  
  230. #td {width: 300px; height: none; margin-left: 8px; background-color: #0; position: fixed; color: #888; font-size: 9px; border: px solid #ccc; border-right: 0px solid #eee; margin-top: 97px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; text-align: right}
  231. #td:hover {margin-left:77px;}
  232.  
  233. #container { width: 350px;position: fixed;}
  234. #contain_inner {margin-left: 0px; background-color: transparent;}
  235.  
  236.  
  237. #tumblr_controls{position: fixed!important}
  238. #tumblr_controls{position: fixed!important}
  239. #tumblr_controls{position: fixed!important}
  240. #tumblr_controls{position: fixed!important}
  241.  
  242. #sidebar {position: fixed; margin: -250px 0px 0px 59px;}
  243.  
  244. #side {position: fixed; width:210px; margin-left:79px;}
  245.  
  246. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  247.  
  248. @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
  249.  
  250. #imagem {width:auto; height:auto; margin-left:50px; margin-top:300px; border:2px solid {color:sidebar}; position:fixed;}
  251. #imagem img {width:150px; height:auto; }
  252.  
  253. .qitem{width:165px; height:165px; background:{color:sidebar}; overflow:hidden; cursor:hand; cursor:pointer; position:relative; margin:0px; display: inline-block; border: 3px solid {color:sidebar};}
  254. .qitem img{border:0; position:absolute; z-index:200;}
  255. .qitem .caption{position:absolute;z-index:0;display: block;}
  256. .qitem .caption h4{font-size:10px; padding-left:0px; padding-top:0px; vertical-align: middle; text-align: center; margin: 0; color:{color:tex links}; font-family: georgia; text-transform: none; font-weight: normal; }
  257. .qitem .caption p{font-size:10px;padding:3px 5px 0 8px;margin:0;}
  258. .topLeft,.topRight, .bottomLeft, .bottomRight{position:absolute;background-repeat:no-repeat;float:left;}
  259. .topLeft{background-position:top left;}
  260. .topRight{background-position:top right;}
  261. .bottomLeft{background-position:bottom left;}
  262. .bottomRight{background-position:bottom right;}
  263. .clear{clear:both;}
  264.  
  265. #desc {z-index: 1;position:absolute;width:190px;height:auto;font-size:12px; font-family:gegorgia; text-align:center; color:{color:text links};padding: 5px; margin-top:91px; margin-left:0px;background-color:{color:sidebar};border-bottom: 1px dotted {color:text links}}
  266.  
  267.  
  268.  
  269.  
  270.  
  271. #title {background-color: ; width: 2000px; height: 0px; z-index: 3;position:absolute; font-size:10px; font-family:tahoma; text-align:center; color:{color:text links}; padding: 5px; margin-top:1005px;margin-left:-1142px;-webkit-transform: rotate(-90deg);}
  272.  
  273. #pagination {width:102px; margin:auto!important; font:10px consolas,monospace; color:{color:text}; text-align:center; border-top:1px dotted {color:text}; padding-top:2px;}
  274. #pagination a {color:{color:text};}
  275. #pagination a:hover{color:{color:text};}
  276. .ps {position: fixed; margin-left: 144px; top: 212px;}
  277.  
  278.  
  279.  
  280. #rafits {width:63px; height: auto; float: left; margin-left:156px; margin-top:476px; padding: 3px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; background-color: #fff; opacity:1;}
  281.  
  282. .rafits1 { margin-left: 0px; margin-top:0px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  283. .rafits1 a {float: left; font-family:calibri; font-style:none; font-size: 15px; text-align: center; height: 80px;; margin-top: 1px; margin-left:1px; width: 28px; background-color: {color:background links}; color: {color:text links};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: none; padding: 1px; line-height: 12px;height: 13px;}
  284. .rafits1 a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.8; text-shadow: -2px 0px #E86060, 2px 0px #54d2cb;}
  285.  
  286. #tumblr_controls{position: fixed!important}
  287. #tumblr_controls{position: fixed!important}
  288. #tumblr_controls{position: fixed!important}
  289. #tumblr_controls{position: fixed!important}
  290.  
  291. ::-webkit-scrollbar-thumb:vertical {
  292. background-color:{color:text};
  293. height:4px;
  294. }
  295. ::-webkit-scrollbar-thumb:horizontal {
  296. background-color:{color:text};
  297. height:4px;
  298. }
  299. ::-webkit-scrollbar {
  300. height:10px;
  301. width:4px;
  302. background-color:#ffffff;
  303.  
  304. }
  305.  
  306.  
  307. #daash {width:142px; height:195px; margin-left: 26px; margin-top:524px; border:2px solid #fff; position:fixed;
  308. }
  309. #daash img {width:142px; height:195px; }
  310.  
  311. #barra {width: 134px; position: fixed; height: 188px; background-color:#fff; top: 283px; left: 174; padding: 4px; padding-top: -2px; text-align:center; font-size: 18px; line-height: 14px; opacity:0;font-family:georgia;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  312. #barra:hover {width: 134px; position: fixed; height: 188px; background-color:#fff; top: 283px; left: 174; padding: 4px; padding-top: -2px; text-align:normal; font-size: 10px; line-height: 9px; opacity:0.6;font-family:georgia;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  313. #barra2 {width: 1px; position: fixed; height: 100%; background-color: #e7e7e7; top:-1px; left: 23px; padding: 1px; color:transparent}
  314. #barra3 {width: 148px; position: fixed; height: 150px; background-color: trans; top:328px; left: 168px; padding: 3px; color:transparent}
  315. #diee { position:fixed; margin-top: -102px; margin-left:168px; font-size: 12px; }
  316.  
  317.  
  318. #titulo {opacity: 1; width: 200px; height: 13px; padding: 6px 5px 5px 2px; margin-top: 488px; margin-left: 123px; background-color: ; text-align: center; position: fixed; color: {color:sidebar text}; line-height: 2px:}
  319. #titulo:hover {opacity: 1.0; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; color: {color:text}; background-color: ;}
  320. #fundotitulo {margin-left:0px; margin-top:0px; margin-bottom:0px; font-family: georgia; font-size:14px; width:160px;border-bottom:1px solid {color:borderr}; padding-bottom:3px;}
  321.  
  322.  
  323.  
  324. #imagem {height:158px; border: 1px solid {color:borderr}; width:158px; margin-top:525px; margin-left:204px;position:fixed;}
  325. #imagem img {height:150px; padding:4px; background-color:trans; -webkit-transition:opacity 0.8s linear; -webkit-transition:all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; width:150px; opacity:padding:4px;}
  326. #imagem img:hover { opacity:0.8;-webkit-transition:opacity 0.8s linear; -webkit-transition:all 0.8s ease-out; -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out;;
  327. }
  328.  
  329.  
  330.  
  331.  
  332.  
  333. #description {width:100px;font-size:9px;text-align:; color:{color:text}; background-color:; padding:2px; text-transform:;width:156px;height:auto;margin-top: 686px; margin-left: 125px;opacity:1; position:fixed; border-bottom:1px solid {color:borderr};font-family:tahoma;}
  334. #description a {width:152px; color:{color:text}; font-family:georgia; font-size:9px;}
  335.  
  336. .alinks {clear: both; float: left; width: 220px; margin-top: 510px; text-align: left; margin-left: 204px; position: fixed;height:37px;}
  337. .alinks a {float: left; margin-right: 1px; display: block; letter-spacing: 0px; font-family: calibri; font-size: 11px; text-align: center; margin-bottom: 1px; background-color:; color:{color:links side};; text-decoration: text-transform: lowercase; height: 9px; line-height: 8px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding: 4px;}
  338. .alinks a:hover { background-color:; color:{color:links sideh}; opacity:1; }
  339.  
  340.  
  341.  
  342. </style>
  343. <body onkeydown="return false">
  344.  
  345.  
  346.  
  347. <div id="sidebar">
  348. <div id="side">
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356. <div id="barra3"><div id="diee">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  357.  
  358.  
  359.  
  360.  
  361. <div id="titulo"><div id="fundotitulo"><font color="{color:sidebar text}"> {text:titulo}</font></div></div>
  362.  
  363.  
  364.  
  365.  
  366.  
  367. <div id="description">{description}</div>
  368. </div>
  369. <div id="imagem">
  370. <img src="{image:sidebar1}">
  371. </div>
  372. <div class="alinks">
  373. <a href="{text:Link1}">{text:Link1 Title}</a>
  374. <a href="{text:Link2}">{text:Link2 Title}</a>
  375. <a href="{text:Link3}">{text:Link3 Title}</a>
  376. <a href="{text:Link4}">{text:Link4 Title}</a>
  377. <b><a href="http://b-batman.tumblr.com" title="nome do theme: Modinha">cred</a></b>
  378. </div>
  379.  
  380. </div>
  381.  
  382. <div id="allboxes">
  383. <div id="maroca">
  384. {block:Posts}
  385. <div class="entry">
  386.  
  387. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  388.  
  389. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  390.  
  391. {block:Photoset}{Photoset-400}{/block:Photoset}
  392.  
  393. {block:Quote}
  394. <div class="xquote">“{Quote}”</div>
  395. {block:Source}<div class="xquotesource"> + {Source}</div>
  396. {/block:Source}
  397. {/block:Quote}
  398.  
  399. {block:Link}
  400. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  401. {block:Description}{Description}{/block:Description}
  402. {/block:Link}
  403.  
  404. {block:Chat}
  405. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  406. <div class="chat"><ul>{block:Lines}
  407. <li class="person{UserNumber}">{block:Label}
  408. <span class="label">{label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  409. {/block:Chat}
  410.  
  411.  
  412. <!--- AUDIO POST --->
  413. {block:Audio}
  414. <div id="audentryprob">
  415. <div class="audentry">
  416.  
  417. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  418. {block:AlbumArt}
  419. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  420. {/block:AlbumArt}
  421.  
  422. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  423. <div class="something">
  424. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  425.  
  426. {block:TrackName}
  427. <tr>
  428. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  429. </tr>
  430. {/block:TrackName}
  431.  
  432. {block:Artist}
  433. <tr>
  434. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  435. </tr>
  436. {/block:Artist}
  437. {block:Album}
  438. <tr>
  439. <td class="audiodata"><b>Album: </b>{Album}</td>
  440. </tr>
  441. {/block:Album}
  442. <tr>
  443. <td class="audiodata">Played {FormattedPlayCount} times</td>
  444. </tr>
  445. {block:ExternalAudio}
  446. <tr>
  447. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  448. </tr>
  449. {/block:ExternalAudio}
  450. {block:Caption}<tr>
  451. <td class="aucap">{Caption}</td></tr>
  452. {/block:Caption}
  453. </table>
  454. </div></div>
  455. </div>{/block:Audio}
  456.  
  457.  
  458. {block:Video}{Video-400}{/block:Video}
  459.  
  460.  
  461.  
  462. {block:Answer}
  463. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  464. <div class="answer">{Answer}</div>
  465. {/block:Answer}
  466.  
  467.  
  468.  
  469. <div id="cap">
  470. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  471. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  472. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  473.  
  474. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  475. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  476. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  477. {/block:ContentSource}</div></div>
  478. <br>
  479.  
  480.  
  481. <div id="info">
  482. {block:Date}<div class="tags"><b>tags:</b> {block:HasTags}{block:Tags}@<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  483. ( <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} · <a href=http://twitter.com/home?status={block:Title}{Title}{/block:Title}{block:Caption}{PlainTextCaption}{/block:Caption} {ShortURL}”>if you like <b>tweet</b></a> )
  484. {block:RebloggedFrom}<br>postado por <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>
  485. {/block:RebloggedFrom}
  486. </div>
  487. </div>{/block:Date}
  488.  
  489.  
  490. {/block:Posts}
  491. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  492. </div>
  493. </div>
  494. </div>
  495. </div>
  496. </div>
  497. </body>
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement