cadu

Untitled

Jul 27th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- ----------------------------------
  6.  
  7. theme por caducordeiro.tumblr.com
  8.  
  9. ---------------------------------- -->
  10. <head>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#f0f0f0" />
  14. <meta name="color:link" content="#000000" />
  15. <meta name="color:hover" content="#fff" />
  16. <meta name="color:link sidbar" content="#000000" />
  17. <meta name="color:link sidbar hover" content="#000000" />
  18. <meta name="color:bg links" content="#fff"/>
  19. <meta name="color:bg links hover" content="#ffffff"/>
  20. <meta name="color:text links" content="#000000"/>
  21. <meta name="color:text links hover" content="#000000"/>
  22. <meta name="color:sidebar" content="#fff" />
  23. <meta name="color:text" content="#000000" />
  24. <meta name="color:post" content="#ffffff" />
  25.  
  26.  
  27. <meta name="image:background" content=""/>
  28. <meta name="image:sidebar 2" content="" />
  29.  
  30. <meta name="text:frase" content="link" />
  31.  
  32.  
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="link" />
  35. <meta name="text:Link3" content="/" />
  36. <meta name="text:Link3 Title" content="link" />
  37. <meta name="text:Link4" content="/" />
  38. <meta name="text:Link4 Title" content="link" />
  39. <meta name="text:Link5" content="/" />
  40. <meta name="text:Link5 Title" content="link" />
  41.  
  42.  
  43.  
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />
  50. {/block:Description}
  51.  
  52. {block:IfEnableEndlessScrolling}
  53. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  54. {/block:IfEnableEndlessScrolling}
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Nova+Square' rel='stylesheet' type='text/css'>
  59.  
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66.  
  67. ::-webkit-scrollbar{width:6px;height:6px;}
  68.  
  69. ::-webkit-scrollbar-button:start:decrement
  70.  
  71. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  72.  
  73. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  74.  
  75. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000;-webkit-border-radius:px;}
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83.  
  84.  
  85.  
  86. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  87.  
  88. a {color: {color:link}; text-decoration: none; text-transform: none;}
  89. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  90.  
  91. p {margin: 6px 0 0 0}
  92.  
  93. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  94.  
  95. #all {text-align: center; width: 835px; margin: 20px auto 20px auto; padding: 0px}
  96.  
  97. #allboxes {margin-left:355px; width:750px; margin-top: -5px}
  98.  
  99. .entry {position: relative; width:300px; text-align:justify; float:left ;margin:-7px; padding:5px; margin-left: 10px; margin-top:10px; background:{color:post}}
  100. .entry:hover #info {opacity:0.9}
  101. .entry:hover #infu {opacity:1}
  102.  
  103. h1 {font-family: calibri; text-align: justify; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  104. h1 a {text-align: justify; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  105. h1 a:hover {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  106.  
  107. #info {position:absolute; font-size:9px; font-family: calibri; margin-left:0px; opacity:0; width: 290px; margin-bottom:0px; margin-top:5px; display:inline; text-align:center; padding:6px; padding-top: 7px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; z-index: 4000; background-color: {color:post}; color:{color:text};}
  108. #info a {background-color: {color:post}; color:{color:text}}
  109. #info a:hover {color: {color:link hover}}
  110.  
  111. #infu {text-align: center; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:10px}
  112. #infu a {font-size: 9px;}
  113.  
  114. .tags {color: {color:text}; font-size:9px; font-family:calibri; text-transform:lowercase; display: inline; list-style: none}
  115. .tags a {font-size:9px; text-transform:lowercase; display: inline; list-style: none;}
  116.  
  117. .image {text-align: center; border: 0px;}
  118. .image img {max-width: 300px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  119.  
  120. .xquote {font-family: calibri; text-align: justify; font-size: 15px; line-height: 15px; padding: 3px;}
  121. .xquotesource {text-align: right; text-transform: none; margin-bottom: 5px;font-size: 12px; font-family: times new romam;}
  122. .xquotesource a, a:hover{text-transform: none;}
  123.  
  124.  
  125. .chat {line-height: 7px; list-style: none; font-family: calibri; }
  126. .chat ul {line-height: 7px; list-style: none; padding: 5px; line-height:14px;}
  127. .person1 {color: {color:text}; padding: -3px; }
  128. .person1 .label {font-weight: bold; color:{color:text}}
  129. .person2 {color: {color:text}; padding: -3px; }
  130. .person2 .label {font-weight: bold; color:{color:text}}
  131.  
  132. .player {background-color: #trans; text-align: left; display:block;}
  133.  
  134.  
  135. #ssource{margin-left:10px; display:none}
  136.  
  137. #perma {margin-top:15px; font-family: calibri; color: {color:link}; text-align: center; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-transform: uppercase; }
  138. #perma a {font-size: 10px; font-family: calibri; text-transform: uppercase; {color:link}; }
  139. #perma a:hover {color: {color:hover};}
  140.  
  141.  
  142. .question {
  143. color:{color:text};
  144. font-size: 11px;
  145. font-weight: normal;
  146. font-family: verdana;
  147. line-height:95%;
  148. background: {color:background};
  149. position: relative;
  150. min-height:70px;
  151. padding:10px 15px;
  152. margin-bottom:2px;
  153. margin-right:-10px;}
  154.  
  155. .questionarrow {
  156. font-size:30px;
  157. color:{color:background};
  158. vertical-align:middle;
  159. margin-left:-5px!important;}
  160.  
  161. /** estilo de ask by htmland **/
  162. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  163. .hlanswer {background: #bebebe color: {color:text}; width: 285px; font: normal 10px arial; margin-bottom: 2px; padding-top: 13px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
  164. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  165. .hlanswer img:hover {opacity: 1.0}
  166. .hlanswerinfo {background: transparent; padding: 3px; float: right; display: inline-block; width: auto; color: {color:text}; font: normal 10px "georgia"; text-transform: none; margin-bottom: -1px}
  167. .hlanswerinfo a {color: {color:text};}
  168.  
  169.  
  170.  
  171. /* PAGINAÇÃO BY CINTIA HEYILOVE */
  172.  
  173. #page{margin-left: 150px; margin-top:390px; background-color: #fff; color: #fff; float:center; width:200px; height:20px; position:fixed; border-top: 0px solid #636161; z-index:12000000; text-align: right}
  174. .pgs{color: #fff; padding:3px; font-family:calibri ; font-size: 12px; letter-spacing:0px; z-index:12000000; }
  175. .pgs a{color: #fff; padding:3px; font-family:calibri ; font-size: 12px; letter-spacing:0px; z-index:12000000; }
  176.  
  177.  
  178.  
  179. #cre {float: left; margin-top: 367px; margin-left: 276px; width: 290px; background-color: transparent; color: #fff; padding: 3px; font-size: 10px; font-family:calibri ; 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; -webkit-transform: rotate(0deg); z-index:30000 }
  180.  
  181. #cre a{font-size: 8px; color:#fff}
  182.  
  183.  
  184.  
  185.  
  186. #cadugostoso {margin-left: 150px; margin-top: 330px; width: 186px; font-size: 9px; height: 57px; background-color: #fff ; font-family: verdana; line-height: 10px; color: #1b1a1a; position: fixed; ; letter-spacing: 0px; text-align: JUSTIFY; border-left: 0px solid #f5f2f2; border-right: 0px solid #f5f2f2;border-top: 1px dotted #cc; border-bottom: 0px dotted #000; padding: 4px; z-index: 100; }
  187.  
  188.  
  189. #cadugostoso A:hover{font-size: 10px; height: 70px; background-color: #tranparent ; font-family: verdana; line-height: 10px; color: #000; position: fixed; ; letter-spacing: 0px; text-align: JUSTIFY; }
  190.  
  191.  
  192.  
  193. #pic1 {margin-top: 130px; margin-left: 150px; width: 192px; height: auto;
  194.  
  195.  
  196.  
  197. position: fixed; padding: 0px;
  198.  
  199.  
  200.  
  201. background-color: #f4f4f4; border: 1px solid #f0f0f0; z-index: 08;border-radius:0px;-moz-border-radius:0px; -webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; padding-bottom:115px solid #ccc; ;padding-top:15px solid #ccc; box-shadow:0px 0px 0px #ccc;z-index:90000}
  202.  
  203.  
  204.  
  205. #pic1 img{width: 192px; height: 192px;-webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; opacity:4.9 }
  206.  
  207.  
  208. #pic1 img:hover{opacity:4.8;
  209.  
  210. -webkit-transition: 0.8s ease-in; -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  211.  
  212.  
  213. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  214.  
  215. #cadulink {margin-top: 113px; margin-left: 150px; position:fixed; width: 360px; z-index:34400000; border-top 1px solid #000;}
  216.  
  217.  
  218.  
  219. #cadulink a{float: left; font-family:'times new romam'; margin-left:1px; font-style:italic; font-size: 14px; text-align: center; height: 6px; margin-left:0px; width: 40px; padding: 5.1px; background: transparent; color: #000; line-height:60%; opacity:0.9; border-bottom: 0px solid #ccc; text-transform:; border-bottom 1px solid #000; }
  220.  
  221.  
  222. #cadulink a:hover{ color: #ccc; background-color: #fff; letter-spacing: 0px; text-align: CENTER; opacity:1.9; text-shadow: 0px 0px #ccc, 0px 0px #ddd;
  223.  
  224. -webkit-transition: 0.8s ease-in; -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  225.  
  226. #ttl {float: left; margin-top: 85px; margin-left: 150px; width: 180px; background-color: #ddd; color: #000; padding: 8px; font-family: times new romam; overflow:hidden; letter-spacing: -0px; line-height: 10px; 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-size: 24px; border-top: 0px dotted #000; height: 12px; z-index:160000; font-style: ; z-index: 150000; text-shadow: 0px 0px #BEBEBE, 0px 0px #CDC9C9;; -webkit-transition: 0.8s ease-in; -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;text-align: right; }
  227.  
  228.  
  229. #ttl a {text-align: right}
  230.  
  231. #cadulink2 {margin-top: 311px; margin-left: 318px; position:fixed; width: 350px; z-index:100000}
  232.  
  233.  
  234.  
  235. #cadulink2 a{float: left; font-family:'Homenaje'; margin-bottom:1px; font-style:none; font-size: 9px; text-align: center; height: 8px; margin-left:2px; width: 20px; padding: 2px; background: #f0f0f0; color:#636161; text-transform:uppercase; line-height:110%; opacity:; border-bottom:0px solid #ddd; -webkit-border-top-left-radius:6px }
  236.  
  237.  
  238. #cadulink2 a:hover{ color: #000; background-color: #ccc; letter-spacing: 0px; text-align: CENTER; }
  239.  
  240. #cadulink3 {margin-left: 222px; margin-top: 409px; width: 202px; font-size: 10px; height: 35px;; background-color: transparent ; font-family: calibri; line-height: 15px; color: #636161; position: fixed; padding: 0px 0 0px 0; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:10; letter-spacing: 0px; text-align: center; -webkit-transition: 0.5s ease-in; border-bottom: 0px dotted #000; border-top: 0px dotted #000;text-transform:; font-weight:none;border-left:0px solid #636161 ;border-right:0px solid #636161; }
  241.  
  242. #linkprincipal {margin-top: 409px;; width:200px; height:31px; margin-left: 43px; margin-top:-48px; position:absolute; }
  243.  
  244. #linkprincipal a {float: left; font-family:'Homenaje'; margin-bottom:2px; font-style:none; font-size: 11px; text-align: center; height: 8px; margin-left:2px; width: 27px; padding: 6px; background:#FFFFFF; color:#757575; text-transform:uppercase; line-height:80%; opacity:1.0;}
  245.  
  246. #linkprincipal a:hover{background-color:#FFFFFF; color:#757575; }
  247.  
  248. #barra {width: 410px; margin-left: -10px; margin-top: -12px; background-color: #000; height: 8795px; position: fixed; z-index: 120; border-bottom: 1px solid #fff}
  249. #barra1 {width: 6px; margin-left: 212px; margin-top: 0px; background-color: #f5f2f2; height: 386px; position: fixed; z-index: 12000; border-bottom: 0px solid #f5f2f2}
  250.  
  251. #barra2 {width: 6px; margin-left: 450px; margin-top: 0px; background-color: #f5f2f2; height: 386px; position: fixed; z-index: 12000; border-bottom: 0px solid #f5f2f2}
  252.  
  253. #barra3 {width: 244px; margin-left: 212px; margin-top: 385px; background-color: #f5f2f2; height: 8px; position: fixed; z-index: 12000; border-bottom: 0px solid #f5f2f2}
  254.  
  255.  
  256. </style>
  257.  
  258. <div id="ttl"> acident human
  259.  
  260.  
  261. </div></div>
  262. </i>
  263. <div id="cadugostoso"> {description}
  264.  
  265.  
  266. </div></div>
  267. </i>
  268.  
  269. <div id="cadulink">
  270.  
  271. <a href="/"> home </a>
  272.  
  273. <a href="/ask">f. askd</a>
  274.  
  275. <a href="/tagged/caducordeiro">texts</a>
  276.  
  277.  
  278. <a href="/tagged/caducordeiro">love</a>
  279. </div>
  280.  
  281.  
  282.  
  283. <div id="cadulink2">
  284.  
  285. <a href="http://hannib4l.tumblr.com/" title="insp bornofthestorm, dtls nee-d">credt </a>
  286.  
  287.  
  288. </div></div>
  289.  
  290.  
  291. <div id="page">
  292. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</div></div></div></div>
  293.  
  294. </div></div></div></div>
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. <div id="pic"><img src="{image:sidebar 1}"/>
  302.  
  303.  
  304.  
  305. </div></div>
  306.  
  307. <div id="pic1"><img src="{image:sidebar 2}"/>
  308.  
  309. </div></div></div></div>
  310.  
  311.  
  312.  
  313.  
  314.  
  315. </div></div>
  316.  
  317. <div id="allboxes">
  318. {block:Posts}
  319. <div class="entry">
  320.  
  321. {block:Text}
  322. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  323. <div id="infu">
  324. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  325. </div>
  326. {/block:Text}
  327.  
  328. {block:Photo}
  329. <div id="info">
  330. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  331. </div>
  332.  
  333. <div class="image"><img src="{PhotoURL-400}"></div>
  334. {block:Caption}{Caption}{/block:Caption}
  335. {/block:Photo}
  336.  
  337. {block:Photoset}
  338. <div id="info">
  339. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog</a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div></div>
  340.  
  341. {Photoset-250}
  342. {block:Caption}{Caption}{/block:Caption}
  343. {/block:Photoset}
  344.  
  345. {block:Quote}
  346. <div class="xquote">“{Quote}”</div>
  347. {block:Source}<div class="xquotesource"> — {Source}</div>
  348. <div id="infu">
  349. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  350. </div>
  351. {/block:Source}{/block:Quote}
  352.  
  353. {block:Link}
  354.  
  355. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  356. {block:Description}{Description}{/block:Description}
  357. <div id="infu">
  358. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  359. </div>
  360. {/block:Link}
  361.  
  362.  
  363. {block:Chat}
  364. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  365. <div class="chat"><ul>{block:Lines}
  366. <li class="person{UserNumber}">{block:Label}
  367. <div class="label">{Label}</div>{/block:Label} {Line}</li>{/block:Lines}</ul>
  368. <div id="infu">
  369. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  370. </div>
  371. {/block:Chat}
  372.  
  373.  
  374. {block:Audio}
  375. <div class="player">{AudioPlayerBlack}</div>
  376. {block:Caption}{Caption}{/block:Caption}
  377. <div id="infu">
  378. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  379. </div>
  380. {/block:Audio}
  381.  
  382.  
  383. {block:Video}
  384. <div id="info">
  385. <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div></div>
  386.  
  387. {Video-300}
  388. {block:Caption}{Caption}{/block:Caption}
  389. {/block:Video}
  390.  
  391. {block:Answer}
  392. <div class="hlanswerinfo">{Asker} asked:</div>
  393. <div class="hlanswer">
  394. <img src="{AskerPortraitURL-64}">
  395. {Question}
  396. </div>
  397. {Answer}
  398. {/block:Answer}
  399.  
  400. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  401. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  402. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  403. {/block:ContentSource}</div></div>
  404.  
  405. {/block:Posts}
  406. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  407.  
  408. </div>
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. <script type="text/javascript"> Cufon.now(); </script>
  414.  
  415. </body>
  416. </html>
Advertisement
Add Comment
Please, Sign In to add comment