Bakaway

theme 15

Jun 21st, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.99 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4.  
  5. <!--------
  6.  
  7. theme #15 por estranhus
  8.  
  9. --------!>
  10.  
  11.  
  12. <script type=”text/javascript”>
  13.  
  14. //desabilita menu de opcoes ao clicar no botao direito
  15.  
  16. function desabilitaMenu(e)
  17.  
  18. {
  19.  
  20. if (window.Event)
  21.  
  22. {
  23.  
  24. if (e.which == 2 || e.which == 3)
  25.  
  26. return false;
  27.  
  28. }
  29.  
  30. else
  31.  
  32. {
  33.  
  34. event.cancelBubble = true
  35.  
  36. event.returnValue = false;
  37.  
  38. return false;
  39.  
  40. }
  41.  
  42. }
  43.  
  44. //desabilita botao direito
  45.  
  46. function desabilitaBotaoDireito(e)
  47.  
  48. {
  49.  
  50. if (window.Event)
  51.  
  52. {
  53.  
  54. if (e.which == 2 || e.which == 3)
  55.  
  56. return false;
  57.  
  58. }
  59.  
  60. else
  61.  
  62. if (event.button == 2 || event.button == 3)
  63.  
  64. {
  65.  
  66. event.cancelBubble = true
  67.  
  68. event.returnValue = false;
  69.  
  70. return false;
  71.  
  72. }
  73.  
  74. }
  75.  
  76. //desabilita botao direito do mouse
  77.  
  78. if ( window.Event )
  79.  
  80. document.captureEvents(Event.MOUSEUP);
  81.  
  82. if ( document.layers )
  83.  
  84. document.captureEvents(Event.MOUSEDOWN);
  85.  
  86. document.oncontextmenu = desabilitaMenu;
  87.  
  88. document.onmousedown = desabilitaBotaoDireito;
  89.  
  90. document.onmouseup = desabilitaBotaoDireito;
  91.  
  92. </script>
  93.  
  94. <script type="text/javascript">
  95. //desabilita menu de opcoes ao clicar no botao direito
  96. function desabilitaMenu(e)
  97. {
  98. if (window.Event)
  99. {
  100. if (e.which == 2 || e.which == 3)
  101. return false;
  102. }
  103. else
  104. {
  105. event.cancelBubble = true
  106. event.returnValue = false;
  107. return false;
  108. }
  109. }
  110. document.oncontextmenu = desabilitaMenu;
  111. document.onmousedown = desabilitaBotaoDireito;
  112. document.onmouseup = desabilitaBotaoDireito;
  113. </script>
  114.  
  115.  
  116. <head>
  117.  
  118. <!-- DEFAULT VARIABLES -->
  119. <link href='http://fonts.googleapis.com/css?family=Sofia' rel='stylesheet' type='text/css'>
  120.  
  121. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo' rel='stylesheet' type='text/css'>
  122.  
  123. <meta name="color:background" content="#f8f8f8" />
  124. <meta name="color:post" content="#fff" />
  125. <meta name="color:sidebar" content="#fff" />
  126. <meta name="color:scroll" content="#fff" />
  127. <meta name="color:bgtitle" content="#fff" />
  128. <meta name="color:title" content="#000" />
  129.  
  130. <meta name="color:border2" content="#fff" />
  131. <meta name="color:textlinkss" content="#000" />
  132. <meta name="color:linkss" content="#000" />
  133. <meta name="color:linksshover" content="#000" />
  134. <meta name="color:textlinksshover" content="#000" />
  135. <meta name="color:link" content="#000" />
  136. <meta name="color:link hover" content="#000" />
  137. <meta name="color:text" content="#000" />
  138. <meta name="text:Link1" content="-" />
  139. <meta name="text:Link1 Title" content="link" />
  140. <meta name="text:Link2" content="-" />
  141. <meta name="text:Link2 Title" content="link" />
  142. <meta name="text:Link3" content="-" />
  143. <meta name="text:Link3 Title" content="link" />
  144. <meta name="text:Link4" content="-" />
  145. <meta name="text:Link4 Title" content="link" />
  146. <meta name="text:Link5" content="-" />
  147. <meta name="text:Link5 Title" content="link" />
  148.  
  149. <meta name="text:Link6" content="-" />
  150. <meta name="text:Link6 Title" content="link" />
  151. <meta name="text:Link7" content="-" />
  152. <meta name="text:Link7 Title" content="link" />
  153. <meta name="text:Link8" content="-" />
  154. <meta name="text:Link8 Title" content="link" />
  155.  
  156. <meta name="text:frase" content="Você vai escrever uma frase "/>
  157. <meta name="text:frase2" content="aqui vai outra frase"/>
  158. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_m1pl37W0ex1qlecvlo1_500.jpg"/>
  159. <meta name="image:sidebar2" content="http://24.media.tumblr.com/tumblr_m1pl37W0ex1qlecvlo1_500.jpg"/>
  160.  
  161. <meta name="image:background" content="" />
  162.  
  163.  
  164. <title>{Title}</title>
  165. <link rel="shortcut icon" href="{Favicon}">
  166. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  167. {block:Description}
  168. <meta name="description" content="{MetaDescription}" />
  169. {/block:Description}
  170.  
  171. <script type="text/javascript" src="http://static.tumblr.com/myqz5da/i75lywtpy/livia-menu1.js"></script>
  172. <style type="text/css">
  173.  
  174. body {background-color: {color:background}; background-image:url('{image:background}'); background-attachment: fixed; font-family: verdana; color: {color:text}; text-align: center; font-size: 10px; }
  175.  
  176. a {color: {color:link}; text-decoration: none; -webkit-transition:1s; }
  177. a:hover {color: {color:link hover}; background-color: #trans; text-decoration: none; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  178. p {margin: 6px 0 0 0}
  179.  
  180. blockquote {margin-left:2px; width:500px; padding-left:3px; border-left:1px solid {color:background};}
  181.  
  182.  
  183.  
  184. #container { width: 350px;position: fixed;}
  185. #contain_inner {margin-left: 0px; background-color: transparent;}
  186.  
  187. #all {text-align: center; overflow: none; width: 526px; height: 360px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  188.  
  189. #allboxes {float: left; margin-left: 425px; overflow: none; margin-top:10px; }
  190.  
  191.  
  192. #entrie {float: left; margin-left: 4px; margin-top:-1px;}
  193.  
  194. #posts {width: 507px; margin-left: 0px; margin-top: 0px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: ; font-size: 11px; margin: 0px 0 0px 0; border-top: 1px solid {color:post};}
  195.  
  196. #lili {position: fixed; margin-left: 958px; width: 7px; height: 900px; background-color: #030300; margin-top: 0px;}
  197.  
  198.  
  199. h1 {font-family: georgia; text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  200. h1 a {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  201. h1 a:hover {text-align: center; font-size: 13px; text-transform: none; color: {color:text}; letter-spacing:-1px; line-height: 18px; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  202.  
  203. .image {text-align: center; border: 0px}
  204. .image img {max-width: 500px; margin-bottom: 2px }
  205.  
  206. .qt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  207.  
  208. .qs { text-align: center; font-family:georgia; text-transform: none; margin-bottom: 5px; margin-top:2px;}
  209. .qs a, a:hover{text-transform: none;}
  210.  
  211. .chat {line-height: 13px; list-style: none; text-align:center; }
  212. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  213. .person1 {color: {color:text}; padding: 2px; }
  214. .person1 .label {font-weight: bold; color:{color:text}}
  215. .person2 {color: {color:text}; padding: 2px; }
  216. .person2 .label {font-weight: bold; color:{color:text}}
  217.  
  218. .player {background-color: {color:sidebar}; text-align: left; display:block;}
  219.  
  220.  
  221. /* AUDIO POST DE EXTRATREX, NÃO COPIAR */
  222. #audentryprob {display:block; height:auto; position:relative; min-height:110px;}
  223. .audentry {width:490px; background-color:{color:post}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:110px;}
  224.  
  225. .audioplayercircle {
  226. position: absolute;
  227. z-index: 3;
  228. background: white;
  229. -webkit-border-radius: 50px;
  230. -moz-border-radius: 50px;
  231. top: 35px;
  232. left: 35px;
  233. opacity: .8;
  234. filter:alpha(opacity=80)}
  235.  
  236.  
  237. .audioplayer {
  238. width: 20px;
  239. height: 30px;
  240. overflow: hidden;
  241. margin: 17px 24px 13px 16px;
  242. }
  243.  
  244. .audiodata {font:11px verdana; color:{color:text}; text-transform:none; height:15px; padding:0px 7px!important; background-color:{color:background}; float:center; margin-left:55px; text-align:right;}
  245. .audiodata b{color:{color:text};}
  246.  
  247. .aucap {color:{color:quote}; font:11px verdana; line-height:90%; text-align:right; min-height:34px; background-color:#fcfcfc; padding:2px 7px!important;}
  248. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:11px}
  249. #questions a {color:{color:link}}
  250.  
  251.  
  252. .caixa {background: {color:background}; padding: 4px;}
  253.  
  254.  
  255. .bubble { background: {color:post}; color: #;margin-top: 2px;padding: 12px; margin-left: 40px; -webkit-border-top-right-radius: 11px;
  256. -webkit-border-bottom-right-radius: 11px; -moz-border-radius-topright: 11px; -moz-border-radius-bottomright: 11px; border-top-right-radius: 11px; border-bottom-right-radius: 11px;}
  257.  
  258. .caixa aa {background: {color:post}; height: 16px; font-style: normal; font-size: 10px; color: {color:text}; padding-top: 4px; text-align:justy; letter-spacing:1px; padding:3px; text-shadow:0 1px 1px {color:sidebar}; margin-top: 8px; text-transform:none; line-height: 14px; margin-top: 10px; -webkit-border-top-right-radius: 11px; -webkit-border-bottom-right-radius: 11px; -moz-border-radius-topright: 11px; -moz-border-radius-bottomright: 11px; border-top-right-radius: 11px; border-bottom-right-radius: 11px;}
  259.  
  260. .borda { float: left; padding: 0px; margin-top: -1px; -webkit-border-top-left-radius: 11px; -webkit-border-bottom-left-radius: 11px; -moz-border-radius-topleft: 11px; -moz-border-radius-bottomleft: 11px; border-top-left-radius: 11px; border-bottom-left-radius: 11px; }
  261. #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;}
  262.  
  263. #info:hover{ background-color: {color:post}; }
  264. #info a {font-size: 9px;}
  265.  
  266.  
  267.  
  268. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  269. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  270.  
  271. #cap {width: 500px; margin-top: -2px;}
  272. .source {display: none;}
  273.  
  274. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  275. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  276. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  277. .notes img{display: none; border:0px}
  278.  
  279. #container { width: 350px;position: fixed;}
  280. #contain_inner {margin-left: 0px; background-color: transparent;}
  281.  
  282.  
  283. #tumblr_controls{position: fixed!important}
  284. #tumblr_controls{position: fixed!important}
  285. #tumblr_controls{position: fixed!important}
  286. #tumblr_controls{position: fixed!important}
  287.  
  288. ::-webkit-scrollbar{width:5px;height:5px;}
  289. ::-webkit-scrollbar-button:start:decrement
  290. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  291. ::-webkit-scrollbar-track-piece{background-color:{color:post};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  292. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scroll};-webkit-border-radius:px;}
  293. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};-webkit-border-radius:px}
  294.  
  295.  
  296.  
  297.  
  298. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  299.  
  300.  
  301.  
  302. .fontht{ color:#000; font-size:30px; line-height:12px;margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px; font-family: 'Swanky and Moo Moo', cursive;}
  303.  
  304.  
  305.  
  306. #titu1 {width:271px; height: 28px; margin-left: 103px; margin-top: 198px; position:fixed; color:{color:title}; font-family:Sofia; font-size:13px; line-height: 15px;text-transform: lowercase; overflow:hidden; background-color:{color:bgtitle}; border-left:0px solid; border-right:0px solid; padding:3px ;-webkit-border-radius: 0px 0px 0px 0px;height:31px;}
  307.  
  308. .titu2{font-size: 10px; font-family: Sofia; line-height: 14px; letter-spacing: 0px; text-transform: lowercase; text-align: left; font-style: normal; margin-top: 0px}
  309.  
  310. #descripxoxo {text-align: right; margin-top:-10px; margin-left: 63px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: consolas; position: fixed; color: {color:text}; padding: 10px; background-attachment: fixed; width:120px; height: 77px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; background-color: {color:sidebar};-webkit-border-radius: 28px 0px 0px 0px;}
  311. #xoxo{font-size: 10px; font-family: consolas; letter-spacing: -1px; text-transform: none; line-height: 10px;}
  312.  
  313.  
  314. #detalhe {text-align: justify; overflow: hidden; height:4px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 8px; font-family: tinytots; position: fixed; margin-left: 318px; width: 65px; background-color: transparent; color: {color:link}; padding: 5px; margin-top: 50px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: uppercase;}
  315.  
  316. #detalhe a:hover{background-color:transparent; color:{color:link}; text-transform: uppercase; }
  317.  
  318.  
  319. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  320. #paginal a {background: {color:sidebar}; margin: 0 1px 0 0; padding: 3px 4px; color: {color:frase}; font-weight: bold;}
  321. #paginal a:hover {background: {color:border2}; color: {color:text}; }
  322. #paginal span.pagina_atual {background: {color:border2}; margin: 0 1px 0 0; padding: 3px 4px;; color: {color:text}; font-weight: bold; text-decoration: none; }
  323. .ps {position: fixed; margin-left: 250px; padding: 3px; width: 90px; height: auto; top: 417px; background-color: transparent; color: {color:link1};}
  324.  
  325. #fotinha {width:45px; height: 45px; margin-left:52px; margin-top: 184px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px ;}
  326.  
  327. #sidebar {position: fixed; margin: 110px 0px 0px 40px;}
  328. #side {position: fixed; width:210px; margin-left:200px; margin-top:-45px;}
  329.  
  330. .photo {position:absolute; width:130px; padding:5px; background-color:{color:sidebar}; overflow: hidden;-webkit-transition: all 0.6s ease;}
  331. .photo:hover {opacity:0.8;-webkit-transition: all 0.6s ease;}
  332. .photo img {display: block;width:130px; height:122px;}
  333.  
  334. .photo:hover #description {margin-top:1px;height:auto;margin-left:0px; }
  335.  
  336. #description {position:absolute;float:left; display:block; width:120px; height:auto; margin-left: -130px; color:{color:text sidebar}; font-family:tinytots; font-size:8px; text-align:center; padding:5px; margin-top:1px; opacity:0.9; overflow:hidden; -webkit-transition: all 0.6s ease; text-transform: uppercase;}
  337. #description a { display:block; width:110px; line-height:4px; padding:5px;background-color:{color:linkss}; color:{color:textlinkss}; margin-bottom: 1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;height:3px; }
  338. #description a:hover{background-color:{color:linksshover}; color:{color:textlinksshover}; text-transform: uppercase; }
  339.  
  340.  
  341. #barra2 {width: 345px; margin-left:40px; margin-top: 240px; background-color: {color:border2}; height: 2px; position: fixed; }
  342. #barra3 {width: 2px; margin-left:390px; margin-top: -2px; background-color: {color:border2}; height: 413px; position: fixed; }
  343.  
  344.  
  345.  
  346. #bubuiu {float: left; margin-left: 384px; margin-top:2px; border-left:2px solid {color:border2};}
  347.  
  348. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  349. #paginal a {background: {color:border}; margin: 0 1px 0 0; padding: 2px 3px; color: {color:frase}; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;}
  350. #paginal a:hover {background: {color:border}; color: {color:frase}; padding: 4px 3px; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;}
  351. #paginal span.pagina_atual {background: transparent; margin: 0 1px 0 0; padding: 4px 3px; color: {color:frase}; text-decoration: none; -moz-border-bottom-right-radius: 20px; border-bottom-right-radius: 20px; -moz-border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;}
  352. .ps {position: fixed; padding: 2px; width: 69px; margin-left: 330px; margin-top: -157px; height: auto; background-color: transparent; color: {color:text};}
  353.  
  354. .pss {position: fixed; margin-left: 273px; padding: 3px; width: 90px; height: auto; top: 306px; background-color: transparent; color: {color:link1};}
  355.  
  356.  
  357.  
  358.  
  359. </style>
  360. <body>
  361.  
  362.  
  363.  
  364. <div id="fotinha"><img src="{image:sidebar2}" width= "45px;" height= "45px;"/ ></div></div>
  365.  
  366. <div id="titu1"><center>{text:frase}<div class="titu2">{text:frase2}<div></div></div> </div> </div> </div> </div>
  367.  
  368. <div id="barra2"></div>
  369.  
  370. <div id="sidebar">
  371. <div id="side">
  372.  
  373. <div class="photo">
  374. <div id="description">
  375.  
  376. <a href="{text:link1}">{text:link1 title}</a>
  377. <a href="{text:link2}">{text:link2 title}</a>
  378. <a href="{text:link3}">{text:link3 title}</a>
  379. <a href="{text:link4}">{text:link4 title}</a>
  380. <a href="{text:link5}">{text:link5 title}</a>
  381. <a href="{text:link6}">{text:link6 title}</a>
  382. <a href="{text:link7}">{text:link7 title}</a>
  383. <a href="{text:link8}">{text:link8 title}</a>
  384.  
  385. </div>
  386. <img src="{image:sidebar}">
  387. </div></div>
  388.  
  389. <div id="descripxoxo"><center></center><div id="xoxo">{description}</div></div>
  390. </div>
  391.  
  392.  
  393. <div id="detalhe"><center> <a href="http://estranhus.tumblr.com/"> estranhus </a>.</div>
  394. </div>
  395.  
  396.  
  397.  
  398. <div class="ps"><div id="paginal">
  399. {block:JumpPagination length="2"}
  400. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  401. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  402. {/block:JumpPagination}
  403. </div></div>
  404. </div>
  405.  
  406.  
  407.  
  408. <div id="tudoaqui">
  409. <div id="sidebarbi">
  410.  
  411. <img src="{image:foto}"/>
  412.  
  413. </div>
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420. <div id="bubuiu">
  421.  
  422. <div id="entrie">
  423.  
  424. {block:Posts}
  425. <div id="posts">
  426.  
  427.  
  428. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  429.  
  430. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  431.  
  432. {block:Photoset}{Photoset-500}{/block:Photoset}
  433.  
  434. {block:Quote}
  435. <div class="qt">“{Quote}”</div>
  436. {block:Source}<div class="qs"> + {Source}</div>
  437. {/block:Source}
  438. {/block:Quote}
  439.  
  440. {block:Link}
  441. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  442. {block:Description}{Description}{/block:Description}
  443. {/block:Link}
  444.  
  445. {block:Chat}
  446. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  447. <div class="chat"><ul>{block:Lines}
  448. <li class="person{UserNumber}">{block:Label}
  449. <span class="label">-- {label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  450. {/block:Chat}
  451.  
  452.  
  453. <!--- AUDIO POST --->
  454. {block:Audio}
  455. <div id="audentryprob">
  456. <div class="audentry">
  457.  
  458. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  459. {block:AlbumArt}
  460. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  461. {/block:AlbumArt}
  462.  
  463. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  464. <div class="something">
  465. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  466.  
  467. {block:TrackName}
  468. <tr>
  469. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  470. </tr>
  471. {/block:TrackName}
  472.  
  473. {block:Artist}
  474. <tr>
  475. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  476. </tr>
  477. {/block:Artist}
  478. {block:Album}
  479. <tr>
  480. <td class="audiodata"><b>Album: </b>{Album}</td>
  481. </tr>
  482. {/block:Album}
  483. <tr>
  484. <td class="audiodata">Played {FormattedPlayCount} times</td>
  485. </tr>
  486. {block:ExternalAudio}
  487. <tr>
  488. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  489. </tr>
  490. {/block:ExternalAudio}
  491. {block:Caption}<tr>
  492. <td class="aucap">{Caption}</td></tr>
  493. {/block:Caption}
  494. </table>
  495. </div></div>
  496. </div>{/block:Audio}
  497.  
  498.  
  499. {block:Video}{Video-500}{/block:Video}
  500.  
  501.  
  502. {block:Answer}
  503. <div class="caixa">
  504. <aa>
  505. ask por: <b>{Asker}</b> em <a href="{Permalink}" target="_blank">{DayOfMonth}/{ShortMonth}/{Year}</a></aa>
  506. <img src="{AskerPortraitURL-40}" class="borda">
  507. <div class="bubble">
  508. {Question}</div>
  509. <div class="clear"></div>
  510. {Answer}
  511. <div class="clear"></div>
  512. </div>
  513. {/block:Answer}
  514.  
  515.  
  516.  
  517.  
  518. <div id="cap">
  519. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  520. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  521. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  522.  
  523. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  524. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  525. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  526. {/block:ContentSource}</div></div>
  527. <br>
  528.  
  529.  
  530. <div id="info">
  531. {block:Date}<div class="tags"><b>indirect:</b> {block:HasTags}{block:Tags}?<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  532. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {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> · <a href="{ReblogUrl}" target="_blank">reblog this shit! </a>{/block:IndexPage}
  533. {block:RebloggedFrom}<br>postado por <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>
  534. {/block:RebloggedFrom}
  535. </div>
  536. </div>{/block:Date}
  537.  
  538.  
  539. {/block:Posts}
  540. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  541. </div>
  542. </div>
  543. </div>
  544. </div>
  545.  
  546.  
  547. </body>
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment