kaahamorim

Theme 25 - tears4ever

Apr 28th, 2012
1,535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.86 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <!-- TTHEME POR KASSYANE AMORIM !
  5. <head>
  6.  
  7. <!-- DEFAULT VARIABLES -->
  8. <meta name="color:background" content="#eee" />
  9. <meta name="color:post" content="#fff" />
  10. <meta name="color:sidebar" content="#fff" />
  11. <meta name="color:text" content="#000" />
  12. <meta name="color:link hover" content="#fff" />
  13. <meta name="color:border" content="#000" />
  14. <meta name="color:bglinkhv" content="#000" />
  15. <meta name="color:texthv" content="#fff" />
  16. <meta name="color:bglink" content="#000" />
  17. <meta name="color:bgtext" content="#fff" />
  18. <meta name="color:bordaimghv" content="#fff" />
  19. <meta name="color:scrollbar" content="#000" />
  20. <meta name="color:scrollbarbg" content="#fff" />
  21. <meta name="image:sidebar1" content="http://static.tumblr.com/igr0cqt/uh4m35yon/b4.gif" />
  22. <meta name="image:sidebar2" content="http://static.tumblr.com/igr0cqt/yuqm35yog/b3.gif" />
  23. <meta name="text:titulo" content="your title" />
  24.  
  25.  
  26. <meta name="text:Link1" content="link" />
  27. <meta name="text:Link1 Title" content="link" />
  28. <meta name="text:Link2" content="link" />
  29. <meta name="text:Link2 Title" content="link" />
  30. <meta name="text:Link3" content="link" />
  31. <meta name="text:Link3 Title" content="link" />
  32. <meta name="text:Link4" content="link" />
  33. <meta name="text:Link4 Title" content="link" />
  34. <meta name="text:Link5" content="link" />
  35. <meta name="text:Link5 Title" content="link" />
  36. <meta name="text:Link6" content="link" />
  37. <meta name="text:Link6 Title" content="link" />
  38. <meta name="text:Link7" content="link" />
  39. <meta name="text:Link7 Title" content="link" />
  40. <meta name="text:Link8" content="link" />
  41. <meta name="text:Link8 Title" content="link" />
  42.  
  43. <title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />
  48. {/block:Description}
  49.  
  50. <script type="text/javascript" src="http://static.tumblr.com/myqz5da/i75lywtpy/livia-menu1.js"></script>
  51. <style type="text/css">
  52.  
  53.  
  54. 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; }
  55.  
  56. a {color: {color:text}; text-decoration: none; -webkit-transition:1s; }
  57. a:hover {color: {color:text}; background-color: #trans; text-decoration: none; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  58.  
  59. p {margin: 6px 0 0 0}
  60.  
  61. blockquote {margin-left:2px; width:500px; padding-left:3px; border-left:1px solid {color:text};}
  62.  
  63.  
  64. img{
  65. margin: 1px;
  66. border: none;
  67. filter: alpha(opacity=75);
  68. moz-opacity:.80;
  69. opacity: 1 ;
  70. -webkit-transition-duration: .50s;
  71. }
  72.  
  73.  
  74.  
  75. #container { width: 350px;position: fixed;}
  76. #contain_inner {margin-left: 0px; background-color: transparent;}
  77.  
  78. #all {text-align: center; overflow: none; width: 526px; height: 360px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  79.  
  80. #allboxes {float: left; margin-left: 420px; overflow: none; margin-top:10px; }
  81.  
  82. .entry {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  83.  
  84. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  85. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  86. 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 }
  87.  
  88. .image {text-align: center; border: 0px}
  89. .image img {max-width: 500px; margin-bottom: 2px }
  90.  
  91. .xquote {font-family: verdana; text-align: center; font-size: 7px; letter-spacing: -1px; line-height: 15px; padding: 3px;}
  92.  
  93. .xquotesource { text-align: center; font-family:tahoma; letter-spacing: 0px; text-transform: none; margin-bottom: 5px; margin-top:10px;}
  94. .xquotesource a, a:hover{text-transform: none;}
  95.  
  96. .chat {line-height: 13px; list-style: none; text-align:center; }
  97. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  98. .person1 {color: {color:text}; padding: 2px; }
  99. .person1 .label {font-weight: bold; color:{color:text}}
  100. .person2 {color: {color:text}; padding: 2px; }
  101. .person2 .label {font-weight: bold; color:{color:text}}
  102.  
  103. .player {background-color: {color:sidebar}; text-align: left; display:block;}
  104.  
  105.  
  106. /* AUDIO POST DE EXTRATREX, NÃO COPIAR */
  107. #audentryprob {display:block; height:auto; position:relative; min-height:110px;}
  108. .audentry {width:490px; background-color:{color:post}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:110px;}
  109.  
  110. .audioplayercircle {
  111. position: absolute;
  112. z-index: 3;
  113. background: white;
  114. -webkit-border-radius: 50px;
  115. -moz-border-radius: 50px;
  116. top: 35px;
  117. left: 35px;
  118. opacity: .8;
  119. filter:alpha(opacity=80)}
  120.  
  121.  
  122. .audioplayer {
  123. width: 20px;
  124. height: 30px;
  125. overflow: hidden;
  126. margin: 17px 24px 13px 16px;
  127. }
  128.  
  129. .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;}
  130. .audiodata b{color:{color:text};}
  131.  
  132. .aucap {color:{color:quote}; font:11px verdana; line-height:90%; text-align:right; min-height:34px; background-color:#fcfcfc; padding:2px 7px!important;}
  133. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  134. .answer {padding: 2px}
  135. .answer img {max-width: 470px;}
  136.  
  137. .caixa {background: {color:sidebar}; padding: 4px;}
  138.  
  139.  
  140. .bubble {
  141. background: {color:background};
  142. color: #;
  143. margin-top: 2px;
  144. padding: 12px;
  145. margin-left: 40px;
  146. -webkit-border-top-right-radius: 11px;
  147. -webkit-border-bottom-right-radius: 11px;
  148. -moz-border-radius-topright: 11px;
  149. -moz-border-radius-bottomright: 11px;
  150. border-top-right-radius: 11px;
  151. border-bottom-right-radius: 11px;}
  152.  
  153. .caixa aa
  154. {background: {color:background};
  155. height: 16px;
  156. font-style: normal;
  157. font-size: 10px;
  158. color: {color:text};
  159. padding-top: 4px;
  160. text-align:justy;
  161. letter-spacing:1px;
  162. padding:3px;
  163. text-shadow:0 1px 1px {color:sidebar};
  164. margin-top: 8px;
  165. text-transform:none;
  166. line-height: 14px;
  167. margin-top: 10px;
  168. -webkit-border-top-right-radius: 11px;
  169. -webkit-border-bottom-right-radius: 11px;
  170. -moz-border-radius-topright: 11px;
  171. -moz-border-radius-bottomright: 11px;
  172. border-top-right-radius: 11px;
  173. border-bottom-right-radius: 11px;}
  174.  
  175. .borda {
  176. float: left;
  177. padding: 0px;
  178. margin-top: -1px;
  179. -webkit-border-top-left-radius: 11px;
  180. -webkit-border-bottom-left-radius: 11px;
  181. -moz-border-radius-topleft: 11px;
  182. -moz-border-radius-bottomleft: 11px;
  183. border-top-left-radius: 11px;
  184. border-bottom-left-radius: 11px;
  185. }
  186. #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;}
  187. #info a {font-size: 9px;}
  188.  
  189. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  190. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  191.  
  192. #cap {width: 500px; margin-top: -2px;}
  193. .source {display: none;}
  194.  
  195. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  196. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  197. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  198. .notes img{display: none; border:0px}
  199.  
  200.  
  201. #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}
  202. #td:hover {margin-left:77px;}
  203.  
  204. #container { width: 350px;position: fixed;}
  205. #contain_inner {margin-left: 0px; background-color: transparent;}
  206.  
  207.  
  208. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  209.  
  210. #linkada {margin-top: 54px; margin-left: 337px; position:fixed; width: auto;}
  211.  
  212. #linkada a{display: block; width: 85px; height: 11px; font-family: tinytots; line-height: 11px; font-size: 8px; -webkit-transition-duration: 0.8s; text-align: center; color: {color:bgtext}; background-color: {color:bglink}; -moz-transition-duration: 0.8s; padding-top:3px; margin-bottom: 0px; text-transform: uppercase; border-bottom: 1px solid {color:background}; }
  213.  
  214. #linkada a:hover{color: {color:texthv}; background-color:{color:bglinkhv}; letter-spacing: 5px; width:85px; }
  215.  
  216. #sdbarsi {font-family: verdana; background-color: {color:border}; color: #E0E0E0; font-size: 9px; padding: 3px 3px 4px 3px; width: 119px; margin-top: 189px; margin-left: 1087px; z-index: 1; position: fixed; text-align: center;opacity: 0.7 }
  217. #sdbarsi a{font-family: verdana; font-size: 7px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; color: #E0E0E0}
  218. #sdbarsi a:hover{font-family: verdana; font-size: 7px; color: {color:Credits Hover}; text-transform: uppercase; font-weight: bold; letter-spacing: 1px}
  219.  
  220. #sidebarimg2 {height: 120px; left: 1094px; margin-top: 73px; position:fixed; overflow:hidden; background-color: {color:border}; border:5px solid {color:border}; padding:2px; opacity: 10;
  221. -webkit-transition: 0.8s ease-in;
  222.  
  223. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  224.  
  225. #sidebarimg2:hover {border:5px solid {color:bordaimghv}; background-color: {color:textside};
  226. -webkit-transition: 0.8s ease-in;
  227.  
  228. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  229.  
  230.  
  231.  
  232. #cre {float: left; margin-top: 172px; margin-left: 77px; width: 346px; background-color:{color:sidebar}; color: {color:text}; padding: 2px; font-size: 8px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: tinytots ;text-transform: uppercase ; -webkit-transform: rotate(0deg) }
  233.  
  234. #cre a{font-size: 8px; color:{color:link}}
  235.  
  236. #cre2 {float: left; margin-top: 185px; margin-left: 77px; width: 346px; background-color:{color:sidebar}; color: {color:text}; padding: 2px; font-size: 8px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: tinytots ;text-transform: uppercase ; -webkit-transform: rotate(0deg) }
  237.  
  238. #cre2 a{font-size: 8px; color:{color:link}}
  239.  
  240.  
  241. #slideshow { position:fixed; height: 100px; width: 90px; margin-top: 55px; background-color: {color:background}; padding: 5px; margin-left: 229px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; z-index: 0; border: 3px solid {color:sidebar}; }
  242.  
  243. #slideshow img { position:absolute; top:0; left: 0; z-index: 0; height: 104px; width: 94px; padding: 3px; }
  244.  
  245.  
  246. #slideshow img.active { z-index: 0; }
  247.  
  248. #slideshow img.last-active { z-index: 0; }
  249.  
  250. #slideshow2 { position:fixed; height: 100px; width: 90px; margin-top: 55px; background-color: {color:background}; padding: 5px; margin-left: 77px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; z-index: 0; border: 3px solid {color:sidebar}; }
  251.  
  252. #slideshow2 img { position:absolute; top:0; left: 0; z-index: 0; height: 104px; width: 94px; padding: 3px; }
  253.  
  254.  
  255. #slideshow2 img.active { z-index: 0; }
  256.  
  257. #slideshow2 img.last-active { z-index: 0; }
  258.  
  259. .sdescri {text-align: justify; overflow: auto; height: 96px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 77px; width: 141px; background-color: {color:sidebar}; color: {color:textsidebar} ; padding: 10px; margin-top: 55px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; }
  260.  
  261. .sdescri:hover {text-align: justify; overflow: auto; height: 96px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 177px; width: 141px; background-color: {color:sidebar}; color: {color:textsidebar} ; padding: 10px; margin-top: 55px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; }
  262.  
  263. #coracao {margin-left: 54px; padding-left: 5px; text-align: left; position: fixed; background-color: {color:sidebar}; width: 40px; line-height: 60px; color: {color:coracao}; font-family: tahoma; font-size: 20px; margin-top: 85px; -webkit-border-radius: 100% ; z-index: -1; }
  264.  
  265.  
  266. /* titulo */
  267.  
  268. @font-face {font-family: 'Loved by the King';font-style: normal;font-weight: normal;src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff');}
  269.  
  270.  
  271. .titlebb {text-align: center; margin-top:10px; margin-left: 77px; overflow: hidden; -webkit-border-radius: 7px 0px 0px 0px; font-size: 6px; font-family: 'Loved by the King'; color:{color:sidebar}; padding: 10px; background-attachment: fixed; width:325px; height: 24px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; opacity:8; letter-spacing: -3px; font-style: normal; line-height: 8px; text-transform: uppercase; position: fixed; z-index:7777777; background-color: {color:border};}
  272.  
  273. .titlebbawn{font-size: 18px; font-family: ; line-height: 15px; letter-spacing: 1px; text-transform: uppercase; margin-top:-4px; text-shadow:6px 2px 9px #fff; text-align: ;}
  274.  
  275.  
  276. #paginal {font-family: verdana; font-size: 8px; text-align: left;}
  277.  
  278. #paginal a {background: {color:border}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:sidebar}; font-style:bold; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border: 1px solid {color:border};}
  279.  
  280. #paginal a:hover {background: {color:border}; color: {color:sidebar}; font-style:bold; opacity:1.0;}
  281.  
  282. #paginal span.pagina_atual {background: {color:border}; margin: 0 1px 0 0; padding: 2px 4px;; color:{color:sidebar}; font-weight: bold; text-decoration: none;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border: 1px solid {color:border};}
  283.  
  284.  
  285.  
  286.  
  287. /* PAGINACAO */
  288.  
  289.  
  290. #frasepequena {margin-left: 1094px; margin-top: 80px; width: 100px; font-size: 9px; height: 99px; text-align: center; background-color: {color:border}; font-family: verdana; line-height: 9px; color: {color:sidebar}; position: fixed; padding: 5px; -webkit-transition: 1s ease-in;
  291.  
  292. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: visible; opacity:0; overflow: hidden; }
  293.  
  294. #slideShowContainer:hover #frasepequena {opacity: 0.7; margin-top: 80px; -webkit-transition: 1s ease-in;
  295.  
  296. -moz-transition:1s ease-in; transition: 1s ease-in;}
  297.  
  298. #tumblr_controls{position: fixed!important}
  299. #tumblr_controls{position: fixed!important}
  300. #tumblr_controls{position: fixed!important}
  301. #tumblr_controls{position: fixed!important}
  302.  
  303. ::-webkit-scrollbar{width:4px;height:5px;}
  304. ::-webkit-scrollbar-button:start:decrement
  305. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  306. ::-webkit-scrollbar-track-piece{background-color: {color:scrollbarbg}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  307. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  308. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  309.  
  310.  
  311.  
  312. </style>
  313. <body>
  314.  
  315. <div id="linkada">
  316. <a href="{text:link1}">{text:link1 title}</a>
  317. <a href="{text:link2}">{text:link2 title}</a>
  318. <a href="{text:link3}">{text:link3 title}</a>
  319. <a href="{text:link4}">{text:link4 title}</a>
  320. <a href="{text:link5}">{text:link5 title}</a>
  321. <a href="{text:link6}">{text:link6 title}</a>
  322.  
  323. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  324. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  325. </div>
  326.  
  327.  
  328. <div class="titlebb"><div class="titlebbawn">{text:titulo}</div></div>
  329.  
  330. <div id="slideShowContainer">
  331. <div id="frasepequena">{description}</div></div>
  332.  
  333. <div id="slideshow"><img class="active" src="{image:sidebar1}" alt="" title="ps eu te amo" /></div><div id="slideshow2"><img class="active" src="{image:sidebar2}" alt="" title="ps eu te amo" /></div></div>
  334.  
  335.  
  336. <div class="sdescri">{description}
  337. </div>
  338.  
  339.  
  340. <div id="coracao">
  341. ♥</div>
  342.  
  343.  
  344.  
  345. <div id="cre">
  346.  
  347. <div id="page">
  348. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</font></font></div></div></div></div>
  349. </div>
  350. <div id="cre2">« Theme por <b>Kassyane Amorim - <a href="http://tears4ever.tumblr.com">TEARS4EVER</b></a> » </a></div>
  351.  
  352.  
  353. </div></div>
  354.  
  355. <div id="allboxes">
  356. <div style="border: 0px (20, 50, 50); overflow: auto; background-color: transparent; width: 535px; height: 600px; padding: 0px 5px 5px 5px;  line-height: 100%">
  357. {block:Posts}
  358.  
  359.  
  360. <div class="entry">
  361.  
  362. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  363.  
  364. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  365.  
  366. {block:Photoset}{Photoset-500}{/block:Photoset}
  367.  
  368. {block:Quote}
  369. <div class="xquote"><big><big><big><big><big><big><big><big>&#10077;</big></big></big></big></big></big></big></big></big></big>{Quote}</div>
  370. {block:Source}<div class="xquotesource"> — {Source}</div>
  371. {/block:Source}
  372. {/block:Quote}
  373.  
  374. {block:Link}
  375. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  376. {block:Description}{Description}{/block:Description}
  377. {/block:Link}
  378.  
  379. {block:Chat}
  380. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  381. <div class="chat"><ul>{block:Lines}
  382. <li class="person{UserNumber}">{block:Label}
  383. <span class="label">-- {label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  384. {/block:Chat}
  385.  
  386.  
  387. <!--- AUDIO POST --->
  388. {block:Audio}
  389. <div id="audentryprob">
  390. <div class="audentry">
  391.  
  392. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  393. {block:AlbumArt}
  394. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  395. {/block:AlbumArt}
  396.  
  397. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  398. <div class="something">
  399. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  400.  
  401. {block:TrackName}
  402. <tr>
  403. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  404. </tr>
  405. {/block:TrackName}
  406.  
  407. {block:Artist}
  408. <tr>
  409. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  410. </tr>
  411. {/block:Artist}
  412. {block:Album}
  413. <tr>
  414. <td class="audiodata"><b>Album: </b>{Album}</td>
  415. </tr>
  416. {/block:Album}
  417. <tr>
  418. <td class="audiodata">Played {FormattedPlayCount} times</td>
  419. </tr>
  420. {block:ExternalAudio}
  421. <tr>
  422. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  423. </tr>
  424. {/block:ExternalAudio}
  425. {block:Caption}<tr>
  426. <td class="aucap">{Caption}</td></tr>
  427. {/block:Caption}
  428. </table>
  429. </div></div>
  430. </div>{/block:Audio}
  431.  
  432.  
  433. {block:Video}{Video-500}{/block:Video}
  434.  
  435.  
  436.  
  437. {block:Answer}
  438. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  439. <div class="answer">{Answer}</div>
  440. {/block:Answer}
  441.  
  442.  
  443.  
  444. <div id="cap">
  445. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  446. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  447. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  448.  
  449. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  450. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  451. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  452. {/block:ContentSource}</div></div>
  453. <br>
  454.  
  455.  
  456. <div id="info">
  457. {block:Date}<div class="tags"> {block:HasTags}in<b>(diretas)aqui →</b> {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  458. ( <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblogue este caralho mano </a>{/block:IndexPage} · <a href=http://twitter.com/home?status={block:Title}{Title}{/block:Title}{block:Caption}{PlainTextCaption}{/block:Caption} {ShortURL}”>liked</a> )
  459. {block:RebloggedFrom}<br>postado por <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a>
  460. {/block:RebloggedFrom}
  461. </div>
  462. </div>{/block:Date}
  463.  
  464.  
  465. {/block:Posts}
  466. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  467. </div>
  468. </div>
  469. </div>
  470. </div>
  471.  
  472.  
  473. </body>
  474. </html>
Advertisement
Add Comment
Please, Sign In to add comment