Advertisement
un-hurtt

Remar

Jan 12th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.05 KB | None | 0 0
  1. <!--
  2. theme by b-batman
  3. nome do theme: Remar
  4.  
  5. -->
  6.  
  7. <html>
  8.  
  9. <head> <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#fff" />
  11. <meta name="color:link" content="#696969" />
  12. <meta name="color:link hover" content="#000" />
  13. <meta name="color:text" content="#696969" />
  14. <meta name="color:post" content="#fff" />
  15. <meta name="color:sidebar" content="#000" />
  16. <meta name="color:sidebar text" content="#fff" />
  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: 480px; 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: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 {width: 5px; height: 5px;}
  292. ::-webkit-scrollbar-track-piece {background-color: transparent;}
  293. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
  294. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
  295. ::moz-selection {color:{color:post}; background:{color:text};}
  296. ::selection {color:{color:post}; background:{color:text};}
  297.  
  298. #daash {width:142px; height:195px; margin-left: 26px; margin-top:524px; border:2px solid #fff; position:fixed;
  299. }
  300. #daash img {width:142px; height:195px; }
  301.  
  302. #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;}
  303. #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;}
  304. #barra2 {width: 1px; position: fixed; height: 100%; background-color: #e7e7e7; top:-1px; left: 23px; padding: 1px; color:transparent}
  305. #barra3 {width: ; position: fixed; height: ; background-color: trans; top:328px; left: 168px; padding: 3px; color:transparent}
  306. #diee { position:fixed; margin-top: -32px; margin-left:280px; }
  307.  
  308.  
  309. #titulo {opacity: 1; width: 200px; height: 13px; padding: 6px 5px 5px 2px; margin-top: 400px; margin-left: 125px; background-color: {color:sidebar}; text-align: center; position: fixed; color: {color:sidebar text}; line-height: 12px}
  310. #titulo:hover {opacity: 1.0; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; color: {color:sidebar text}; background-color: {color:sidebar};}
  311. #fundotitulo {margin-left:0px; margin-top:0px; margin-bottom:0px; font-family: georgia; font-size:14px; width:200px;}
  312.  
  313.  
  314.  
  315. #imagem {height:158px; border: 0px solid {color:sidebar}; width:158px; margin-top:425px; margin-left:204px;position:fixed;}
  316. #imagem img { background-color:{color:sidebar}; padding:0px; -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:151px; opacity:; border:3px solid {color:sidebar};height:101px;}
  317. #imagem img:hover { opacity:0.3;-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:151px;height:101px;
  318. }
  319.  
  320.  
  321.  
  322.  
  323.  
  324. #description {width:100px;font-size:9px;text-align:; color:{color:sidebar text}; background-color:{color:sidebar}; padding:2px; text-transform:;width:149px;height:99px;margin-top: 425px; margin-left: 125px;opacity:1; position:fixed; border:2px solid {color:sidebar};}
  325. #description a {width:50px; color:{color:sidebar text}; font-family:georgia; font-size:9px;}
  326.  
  327. .alinks {clear: both; float: left; width: 20px; margin-top: 425px; text-align: left; margin-left: 362px; position: fixed;height:40px;}
  328. .alinks a {float: left; margin-right: 1px; display: block; width: 41px; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; background-color:{color:sidebar}; color:{color:sidebar text};; text-decoration: none; text-transform: lowercase; height: 9px; line-height: 8px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding: 4px;}
  329. .alinks a:hover { letter-spacing: 1px; background-color:{color:sidebar}; color:{color:sidebar text}; opacity:1;}
  330.  
  331.  
  332.  
  333. </style>
  334. <body onkeydown="return false">
  335.  
  336.  
  337.  
  338.  
  339. <div id="sidebar">
  340. <div id="side">
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348. <div id="barra3"><div id="diee"><big>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></div></big>
  349.  
  350.  
  351.  
  352. <div id="title">Olha, eu sei que o barco tá furado e sei que você também sabe, mas queria te dizer pra não parar de remar, porque te ver remando me dá vontade de não querer parar também.Tá me entendendo? Eu sei que sim. Eu entro nesse barco, é só me pedir. Nem precisa de jeito certo, só dizer e eu vou. Faz tempo que quero ingressar nessa viagem, mas pra isso preciso saber se você vai também. Porque sozinha, não vou. Não tem como remar sozinha, eu ficaria girando em torno de mim mesma. Mas olha, eu só entro nesse barco se você prometer remar também! Eu abandono tudo, história, passado, cicatrizes. Mudo o visual, deixo o cabelo crescer, começo a comer direito, vou todo dia pra academia. Mas você tem que prometer que vai remar também, com vontade! Eu começo a ler sobre política, futebol, ficção científica. Aprendo a pescar, se precisar. Mas você tem que remar também. Eu desisto fácil, você sabe. E talvez essa viagem não dure mais do que alguns minutos, mas eu entro nesse barco, é só me pedir. Perco o medo de dirigir só pra atravessar o mundo pra te ver todo dia. Mas você tem que me prometer que vai remar junto comigo. Mesmo se esse barco estiver furado eu vou, basta me pedir. Mas a gente tem que afundar junto e descobrir que é possível nadar junto. Eu te ensino a nadar, juro! Mas você tem que me prometer que vai tentar, que vai se esforçar, que vai remar enquanto for preciso, enquanto tiver forças! Você tem que me prometer que essa viagem não vai ser a toa, que vale a pena. Que por você vale a pena. Que por nós vale a pena.
  353. Remar.
  354. Re-amar.
  355. Amar. Olha, eu sei que o barco tá furado e sei que você também sabe, mas queria te dizer pra não parar de remar, porque te ver remando me dá vontade de não querer parar também.Tá me entendendo? Eu sei que sim. Eu entro nesse barco, é só me pedir. Nem precisa de jeito certo, só dizer e eu vou. Faz tempo que quero ingressar nessa viagem, mas pra isso preciso saber se você vai também. Porque sozinha, não vou. Não tem como remar sozinha, eu ficaria girando em torno de mim mesma. Mas olha, eu só entro nesse barco se você </div>
  356.  
  357. <div id="titulo"><div id="fundotitulo"><font color="{color:sidebar text}"> <i>{text:titulo}</i></font></div></div>
  358.  
  359.  
  360.  
  361.  
  362.  
  363. <div id="description">{description}</div>
  364. </div>
  365. <div id="imagem">
  366. <img src="{image:sidebar1}">
  367. </div>
  368. <div class="alinks">
  369. <a href="{text:Link1}">{text:Link1 Title}</a>
  370. <a href="{text:Link2}">{text:Link2 Title}</a>
  371. <a href="{text:Link3}">{text:Link3 Title}</a>
  372. <a href="{text:Link4}">{text:Link4 Title}</a>
  373. <a href="{text:Link5}">{text:Link5 Title}</a>
  374. <a href="{text:Link6}">{text:Link6 Title}</a>
  375. </div>
  376.  
  377. </div>
  378.  
  379. <div id="allboxes">
  380.  
  381. {block:Posts}
  382. <div class="entry">
  383.  
  384. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  385.  
  386. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  387.  
  388. {block:Photoset}{Photoset-400}{/block:Photoset}
  389.  
  390. {block:Quote}
  391. <div class="xquote">“{Quote}”</div>
  392. {block:Source}<div class="xquotesource"> + {Source}</div>
  393. {/block:Source}
  394. {/block:Quote}
  395.  
  396. {block:Link}
  397. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  398. {block:Description}{Description}{/block:Description}
  399. {/block:Link}
  400.  
  401. {block:Chat}
  402. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  403. <div class="chat"><ul>{block:Lines}
  404. <li class="person{UserNumber}">{block:Label}
  405. <span class="label">{label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  406. {/block:Chat}
  407.  
  408.  
  409. <!--- AUDIO POST --->
  410. {block:Audio}
  411. <div id="audentryprob">
  412. <div class="audentry">
  413.  
  414. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  415. {block:AlbumArt}
  416. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  417. {/block:AlbumArt}
  418.  
  419. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  420. <div class="something">
  421. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  422.  
  423. {block:TrackName}
  424. <tr>
  425. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  426. </tr>
  427. {/block:TrackName}
  428.  
  429. {block:Artist}
  430. <tr>
  431. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  432. </tr>
  433. {/block:Artist}
  434. {block:Album}
  435. <tr>
  436. <td class="audiodata"><b>Album: </b>{Album}</td>
  437. </tr>
  438. {/block:Album}
  439. <tr>
  440. <td class="audiodata">Played {FormattedPlayCount} times</td>
  441. </tr>
  442. {block:ExternalAudio}
  443. <tr>
  444. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  445. </tr>
  446. {/block:ExternalAudio}
  447. {block:Caption}<tr>
  448. <td class="aucap">{Caption}</td></tr>
  449. {/block:Caption}
  450. </table>
  451. </div></div>
  452. </div>{/block:Audio}
  453.  
  454.  
  455. {block:Video}{Video-400}{/block:Video}
  456.  
  457.  
  458.  
  459. {block:Answer}
  460. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  461. <div class="answer">{Answer}</div>
  462. {/block:Answer}
  463.  
  464.  
  465.  
  466. <div id="cap">
  467. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  468. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  469. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  470.  
  471. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  472. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  473. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  474. {/block:ContentSource}</div></div>
  475. <br>
  476.  
  477.  
  478. <div id="info">
  479. {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>
  480. ( <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> )
  481. {block:RebloggedFrom}<br>postado por <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>
  482. {/block:RebloggedFrom}
  483. </div>
  484. </div>{/block:Date}
  485.  
  486.  
  487. {/block:Posts}
  488. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  489. </div>
  490. </div>
  491. </div>
  492. </div>
  493. <div style="position:fixed; bottom:-8px; left:-10px; font-size:40px; color: #fff;"></div><div style="position:fixed; bottom:27px; right:8px; font-size:12px;"><a href="http://b-batman.tumblr.com/" title="b-batman | nome: Reamar">b-batman
  494. <br>click here
  495. </a></div>
  496. </body>
  497. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement