Advertisement
un-hurtt

BTW

Jan 9th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.29 KB | None | 0 0
  1. <!--
  2. theme by b-batman
  3. nome do theme: BTW
  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:link hover" content="#000" />
  12. <meta name="color:text" content="#696969" />
  13. <meta name="color:post" content="#fff" />
  14. <meta name="color:sidebar" content="#fff" />
  15. <meta name="color:background links" content="#fff" />
  16. <meta name="color:barra1" content="#ddd" />
  17. <meta name="color:barra2" content="#eee" />
  18. <meta name="color:text links" content="#696969" />
  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. <meta name="text:Link5" content="/" />
  34. <meta name="text:Link5 Title" content="link" />
  35. <meta name="text:Link6" content="/" />
  36. <meta name="text:Link6 Title" content="link" />
  37.  
  38. <script src="http://static.tumblr.com/03fwsqk/hHYm4m4l7/code2.js"></script>
  39.  
  40. <script>
  41. $(document).ready(function() {
  42. //Custom settings
  43. var style_in = 'easeOutBounce';
  44. var style_out = 'jswing';
  45. var speed_in = 1000;
  46. var speed_out = 300;
  47. //Calculation for corners
  48. var neg = Math.round($('.qitem').width() / 2) * (-1);
  49. var pos = neg * (-1);
  50. var out = pos * 2;
  51. $('.qitem').each(function () {
  52. url = $(this).find('a').attr('href');
  53. img = $(this).find('img').attr('src');
  54. alt = $(this).find('img').attr('img');
  55. $('img', this).remove();
  56. $(this).append('<div class="topLeft"></div><div class="topRight"></div><div class="bottomLeft"></div><div class="bottomRight"></div>');
  57. $(this).children('div').css('background-image','url('+ img + ')');
  58. $(this).find('div.topLeft').css({top:0, left:0, width:pos , height:pos});
  59. $(this).find('div.topRight').css({top:0, left:pos, width:pos , height:pos});
  60. $(this).find('div.bottomLeft').css({bottom:0, left:0, width:pos , height:pos});
  61. $(this).find('div.bottomRight').css({bottom:0, left:pos, width:pos , height:pos});
  62. }).hover(function () {
  63. $(this).find('div.topLeft').stop(false, true).animate({top:neg, left:neg}, {duration:speed_out, easing:style_out});
  64. $(this).find('div.topRight').stop(false, true).animate({top:neg, left:out}, {duration:speed_out, easing:style_out});
  65. $(this).find('div.bottomLeft').stop(false, true).animate({bottom:neg, left:neg}, {duration:speed_out, easing:style_out});
  66. $(this).find('div.bottomRight').stop(false, true).animate({bottom:neg, left:out}, {duration:speed_out, easing:style_out});
  67. },
  68. function () {
  69. $(this).find('div.topLeft').stop(false, true).animate({top:0, left:0}, {duration:speed_in, easing:style_in});
  70. $(this).find('div.topRight').stop(false, true).animate({top:0, left:pos}, {duration:speed_in, easing:style_in});
  71. $(this).find('div.bottomLeft').stop(false, true).animate({bottom:0, left:0}, {duration:speed_in, easing:style_in});
  72. $(this).find('div.bottomRight').stop(false, true).animate({bottom:0, left:pos}, {duration:speed_in, easing:style_in});
  73. }).click (function () {
  74. window.location = $(this).find('a').attr('href');
  75. });
  76. });
  77. </script>
  78.  
  79. <title>{Title}</title>
  80. <link rel="shortcut icon" href="{Favicon}">
  81. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  82. {block:Description}
  83. <meta name="description" content="{MetaDescription}" />
  84. {/block:Description}
  85.  
  86. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  87.  
  88. <style type="text/css">
  89.  
  90. body {background: {color:background}; url('{image:background}') repeat; color:{color:text}; font-family:verdana; font-size:11px; line-height:110%}
  91.  
  92. a { text-decoration:none; color:{color:link};}
  93. a:hover {text-decoration:none; color:{color:link hover};}
  94.  
  95. p {margin: 6px 0 0 0}
  96.  
  97. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
  98. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
  99. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  100. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  101.  
  102. blockquote img{max-width: 470px!important}
  103. blockquote blockquote img{max-width: 450px!important}
  104. blockquote blockquote blockquote img{max-width: 430px!important}
  105. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  106.  
  107. #all {text-align: center; overflow: none; width: 426px; height: 360px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  108.  
  109. #allboxes {float: left; margin-left: 380px; overflow: none; margin-top:0px; }
  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:3px 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. /** LINKS **/
  269.  
  270. #links{padding-bottom: 2px;margin-top: 510px; margin-left:24px; height:10px;border-bottom:2px solid {color:barra2};width:150px; text-align:center;}
  271.  
  272. #links a{font-size:10px;padding:1px; display: inline-block; color: {color:link};font-family:calibri}
  273.  
  274. #links a:hover {color: #fff; background-color:{color:barra2};}
  275.  
  276. #title {background-color: {color:sidebar}; width: 2000px; height: 0px; z-index: 3;position:absolute; font-size:21px; font-family:georgia; text-align:center; color:{color:text links}; padding: 5px; margin-top:1005px;margin-left:-1142px;-webkit-transform: rotate(-90deg);}
  277.  
  278. #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;}
  279. #pagination a {color:{color:text};}
  280. #pagination a:hover{color:{color:text};}
  281. .ps {position: fixed; margin-left: 144px; top: 212px;}
  282.  
  283.  
  284.  
  285. #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;}
  286.  
  287. .rafits1 { margin-left: 0px; margin-top:0px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  288. .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;}
  289. .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;}
  290.  
  291. #tumblr_controls{position: fixed!important}
  292. #tumblr_controls{position: fixed!important}
  293. #tumblr_controls{position: fixed!important}
  294. #tumblr_controls{position: fixed!important}
  295.  
  296. ::-webkit-scrollbar {width: 5px; height: 5px;}
  297. ::-webkit-scrollbar-track-piece {background-color: transparent;}
  298. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
  299. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
  300. ::moz-selection {color:{color:post}; background:{color:text};}
  301. ::selection {color:{color:post}; background:{color:text};}
  302.  
  303. #daash {width:142px; height:195px; margin-left: 26px; margin-top:524px; border:2px solid #fff; position:fixed;
  304. }
  305. #daash img {width:142px; height:195px; }
  306.  
  307. #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;}
  308. #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;}
  309. #barra2 {width: 1px; position: fixed; height: 100%; background-color: #e7e7e7; top:-1px; left: 23px; padding: 1px; color:transparent}
  310. #barra3 {width: 148px; position: fixed; height: 150px; background-color: {color:barra1}; top:328px; left: 168px; padding: 3px; color:transparent}
  311. #diee { position:fixed; margin-top: 153px; margin-left:67px; }
  312. </style>
  313. <body onkeydown="return false">
  314.  
  315.  
  316.  
  317. <div id="sidebar">
  318. <div id="side">
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325. <div id="barra2"></div>
  326. <div id="barra3"><div id="diee"><small>{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage} <font color="#696969">-</font> {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</small></div></div>
  327.  
  328.  
  329.  
  330. <div id="title">I'm beautiful in my way. 'Cause God makes no mistakes. I'm on the right track, baby. I was born this way.Don't hide yourself in regret. Just love yourself and you're set.</div>
  331.  
  332. <div id="daash"><img src="{image:sidebar1}" align="left"></div>
  333. <div id="barra">{Description}</div>
  334. <div id="links">
  335. <a href="{text:Link1}">{text:Link1 Title}</a>
  336. <a href="{text:Link2}">{text:Link2 Title}</a>
  337. <a href="{text:Link3}">{text:Link3 Title}</a>
  338. <a href="{text:Link4}">{text:Link4 Title}</a>
  339. <a href="{text:Link5}">{text:Link5 Title}</a>
  340.  
  341. </div>
  342.  
  343.  
  344. </div>
  345. </div>
  346.  
  347. <div id="allboxes">
  348.  
  349. {block:Posts}
  350. <div class="entry">
  351.  
  352. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  353.  
  354. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  355.  
  356. {block:Photoset}{Photoset-400}{/block:Photoset}
  357.  
  358. {block:Quote}
  359. <div class="xquote">“{Quote}”</div>
  360. {block:Source}<div class="xquotesource"> + {Source}</div>
  361. {/block:Source}
  362. {/block:Quote}
  363.  
  364. {block:Link}
  365. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  366. {block:Description}{Description}{/block:Description}
  367. {/block:Link}
  368.  
  369. {block:Chat}
  370. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  371. <div class="chat"><ul>{block:Lines}
  372. <li class="person{UserNumber}">{block:Label}
  373. <span class="label">{label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  374. {/block:Chat}
  375.  
  376.  
  377. <!--- AUDIO POST --->
  378. {block:Audio}
  379. <div id="audentryprob">
  380. <div class="audentry">
  381.  
  382. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  383. {block:AlbumArt}
  384. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  385. {/block:AlbumArt}
  386.  
  387. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  388. <div class="something">
  389. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  390.  
  391. {block:TrackName}
  392. <tr>
  393. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  394. </tr>
  395. {/block:TrackName}
  396.  
  397. {block:Artist}
  398. <tr>
  399. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  400. </tr>
  401. {/block:Artist}
  402. {block:Album}
  403. <tr>
  404. <td class="audiodata"><b>Album: </b>{Album}</td>
  405. </tr>
  406. {/block:Album}
  407. <tr>
  408. <td class="audiodata">Played {FormattedPlayCount} times</td>
  409. </tr>
  410. {block:ExternalAudio}
  411. <tr>
  412. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  413. </tr>
  414. {/block:ExternalAudio}
  415. {block:Caption}<tr>
  416. <td class="aucap">{Caption}</td></tr>
  417. {/block:Caption}
  418. </table>
  419. </div></div>
  420. </div>{/block:Audio}
  421.  
  422.  
  423. {block:Video}{Video-400}{/block:Video}
  424.  
  425.  
  426.  
  427. {block:Answer}
  428. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  429. <div class="answer">{Answer}</div>
  430. {/block:Answer}
  431.  
  432.  
  433.  
  434. <div id="cap">
  435. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  436. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  437. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  438.  
  439. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  440. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  441. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  442. {/block:ContentSource}</div></div>
  443. <br>
  444.  
  445.  
  446. <div id="info">
  447. {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>
  448. ( <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> )
  449. {block:RebloggedFrom}<br>postado por <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>
  450. {/block:RebloggedFrom}
  451. </div>
  452. </div>{/block:Date}
  453.  
  454.  
  455. {/block:Posts}
  456. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  457. </div>
  458. </div>
  459. </div>
  460. </div>
  461. <div style="position:fixed; bottom:-8px; left:-10px; font-size:40px; color: #fff;"></div><div style="position:fixed; bottom:4px; right:8px; font-size:12px;"><a href="http://b-batman.tumblr.com/" title="all theme by me">b-batman
  462. <br>click here
  463. </a></div>
  464. </body>
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement