Don't like ads? PRO users don't see any ads ;-)
Guest

theme 26

By: mesmo-distante on May 2nd, 2012  |  syntax: HTML  |  size: 17.50 KB  |  hits: 123  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3.  
  4. <!-- THEME BY MESMO-DISTANTE.TUMBLR.COM; DON'T COPY. -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <script type="text/javascript">
  9. //desabilita menu de opcoes ao clicar no botao direito
  10. function desabilitaMenu(e)
  11. {
  12. if (window.Event)
  13. {
  14. if (e.which == 2 || e.which == 3)
  15. return false;
  16. }
  17. else
  18. {
  19. event.cancelBubble = true
  20. event.returnValue = false;
  21. return false;
  22. }
  23. }
  24.  
  25.  
  26.  
  27.  
  28. //desabilita botao direito
  29. function desabilitaBotaoDireito(e)
  30. {
  31. if (window.Event)
  32. {
  33. if (e.which == 2 || e.which == 3)
  34. return false;
  35. }
  36. else
  37. if (event.button == 2 || event.button == 3)
  38. {
  39. event.cancelBubble = true
  40. event.returnValue = false;
  41. return false;
  42. }
  43. }
  44.  
  45.  
  46.  
  47.  
  48. //desabilita botao direito do mouse
  49. if ( window.Event )
  50. document.captureEvents(Event.MOUSEUP);
  51. if ( document.layers )
  52. document.captureEvents(Event.MOUSEDOWN);
  53.  
  54.  
  55.  
  56.  
  57. document.oncontextmenu = desabilitaMenu;
  58. document.onmousedown = desabilitaBotaoDireito;
  59. document.onmouseup = desabilitaBotaoDireito;
  60. </script>
  61.  
  62. <head>
  63.  
  64.  <!-- DEFAULT VARIABLES -->
  65. <meta name="font:text" content="verdana" />
  66. <meta name="font:title" content="verdana" />
  67. <meta name="color:background" content="#F8F8F8" />
  68. <meta name="color:post" content="#fff" />
  69. <meta name="color:text" content="#000" />
  70. <meta name="color:link" content="#000000" />
  71. <meta name="color:sidebar" content="#AAAAAA" />
  72. <meta name="color:title" content="#ffffff" />
  73. <meta name="color:links" content="#AAAAAA" />
  74. <meta name="color:linkshover" content="#FFF" />
  75. <meta name="color:textlinks" content="#FFF" />
  76. <meta name="color:textlinkshover" content="#AAAAAA" />
  77. <meta name="color:description" content="#fff" />
  78. <meta name="color:scrollbar" content="#BBBBBB" />
  79. <meta name="color:border" content="#666666" />
  80.  
  81. <meta name="text:frase" content="frase aqui" />
  82.  
  83. <meta name="text:Link1" content="/" />
  84. <meta name="text:Link1 Title" content="link1" />
  85. <meta name="text:Link2" content="/" />
  86. <meta name="text:Link2 Title" content="link2" />
  87. <meta name="text:Link3" content="/" />
  88. <meta name="text:Link3 Title" content="link3" />
  89. <meta name="text:Link4" content="/" />
  90. <meta name="text:Link4 Title" content="link4" />
  91. <meta name="text:Link5" content="/" />
  92. <meta name="text:Link5 Title" content="link5" />
  93. <meta name="text:Link6" content="/" />
  94. <meta name="text:Link6 Title" content="link6" />
  95.  
  96.  
  97.  
  98. <meta name="image:sidebar 1" content="http://static.tumblr.com/gunq1dk/UN9m3efzq/tumblr_m0shx74gob1qidjeqo2_250.jpg"/>
  99.  
  100.  
  101.  
  102.  
  103.  
  104.                       <title>{Title}</title>
  105.         <link rel="shortcut icon" href="{Favicon}">
  106.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  107.         {block:Description}
  108.   <meta name="description" content="{MetaDescription}" />
  109.         {/block:Description}
  110.  
  111.  
  112.  
  113.  
  114.     <style type="text/css">
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123. 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; }
  124.  
  125.  
  126.  
  127.  
  128. a {color: {color:link}; text-decoration: none; text-transform: none;}
  129. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  130.  
  131.  
  132.  
  133.  
  134. p {margin: 6px 0 0 0}
  135.  
  136.  
  137.  
  138.  
  139. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  140. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  141. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  142. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  143.  
  144.  
  145.  
  146.  
  147. blockquote img{max-width: 470px!important}
  148. blockquote blockquote img{max-width: 450px!important}
  149. blockquote blockquote blockquote img{max-width: 430px!important}
  150. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  151.  
  152.  
  153.  
  154.  
  155. #fuck {text-align: center; width: 935px; margin: 20px auto 20px auto;}
  156.  
  157.  
  158.  
  159.  
  160. #xfuck {float: left; margin-left: 350px; margin-top: 0px; margin-bottom: 5px;}
  161.  
  162.  
  163.  
  164.  
  165. .boxes {width: 500px; background-color: {color:post}; padding: 10px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-bottom: 1px; border-top: 1px solid #000;}
  166.  
  167.  
  168.  
  169.  
  170. .nothing {position:absolute; opacity:0; margin-left:511px; color:{color:text}; padding:2px 10px 2px 5px;
  171. font-size: 9px; margin-top: -10px; width: 90px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; background-color: {color:post}; text-align: center; padding: 3px;}
  172.  
  173.  
  174.  
  175.  
  176. .boxes:hover .nothing {opacity:1;}
  177.  
  178.  
  179.  
  180.  
  181. .nothing a {color:{color:text};opacity:1;}
  182.  
  183.  
  184.  
  185.  
  186. .nothing a:hover {opacity:1;}
  187.  
  188.  
  189.  
  190.  
  191. h1 {font-family: georgia; text-align: center; font-size: 18px; color: {color:text}; font-weight: normal; line-height: 18px;}
  192. h1 a {text-align: center; font-size: 18px; color: {color:text}; font-weight: normal; line-height: 18px;}
  193. h1 a:hover {text-align: center; font-size: 18px; color: {color:text}; font-weight: normal; line-height: 18px;}
  194.  
  195.  
  196.  
  197.  
  198. .image {text-align: center; border: 0px}
  199. .image img {max-width: 500px; margin-bottom: 2px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  200. .image img:hover {opacity: 0.8; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  201.  
  202.  
  203.  
  204.  
  205. .xquote {font-family: georgia; text-align: center; font-size: 14px; line-height: 15px; padding: 3px;margin-left: 10px;}
  206. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; font-size: 9px; font-weight: bold;}
  207. .xquotesource a, a:hover{text-transform: none;}
  208.  
  209.  
  210.  
  211.  
  212. .chat {line-height: 13px; list-style: none }
  213. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  214. .person1 {color: {color:text}; padding: 2px; }
  215. .person1 .label {font-weight: bold;  color:{color:text}}
  216. .person2 {color: {color:text}; padding: 2px;  }
  217. .person2 .label {font-weight: bold;  color:{color:text}}
  218.  
  219.  
  220.  
  221.  
  222. .player {background-color: #000; text-align: left; display:block;}
  223.  
  224.  
  225.  
  226. .question{background: {color:post}; font-size: 10px; font-weight:bold; color: {color:text}; padding: 10px;}
  227. .asker {width: 490px; background-color: {color:post}; color:{color:text};
  228. padding: 10px}
  229. .asker img{float: left; margin: 0px 5px 3px 0}
  230. .asker a{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height: 8px; padding: 0; margin: 0; font-family: verdana;}
  231. .asker a:hover{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height:8px; padding: 0; margin: 0; font-family: verdana;}
  232. .answer {padding: 5px 0 0 0}
  233.  
  234.  
  235.  
  236. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  237. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  238. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  239. .notes img{display: none; border:0px}
  240.  
  241.  
  242.  
  243.  
  244. #cap {width: 500px; margin-top: -2px; position: relative;}
  245. .source {display: none;}
  246.  
  247.  
  248.  
  249.  
  250. ::-webkit-scrollbar{width:5px;height:5px;}
  251. ::-webkit-scrollbar-button:start:decrement
  252. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  253. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  254. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
  255. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
  256.  
  257.  
  258.  
  259.  
  260. #tumblr_controls{position: fixed!important}
  261. #tumblr_controls{position: fixed!important}
  262. #tumblr_controls{position: fixed!important}
  263. #tumblr_controls{position: fixed!important}
  264.        
  265.  
  266.  
  267.  
  268. /* theme */
  269.  
  270. #sidebarimg {margin-top: 75px; margin-left: 210px; width: 131px; height: auto;
  271.  
  272.  
  273.  
  274.         position: fixed; padding: 2px;
  275.  
  276.  
  277.  
  278.         background-color: {color:sidebar}}
  279.  
  280.  
  281.  
  282. #sidebarimg img{width: 131px; height: 150px;}
  283.  
  284. #sidebarimg img:hover{
  285.  
  286.  
  287.  
  288. opacity:0.7;
  289.  
  290.  
  291.  
  292. -webkit-transition: 0.5s ease-in;}
  293.  
  294.  
  295.  
  296.  
  297. #sidebar3 {float: left; width: 334px; height: 31px; top: 11489px; left: -5px; padding:0px; text-align: center; position: fixed; background-color:trans; -webkit-border-top-right-radius: 0px;  -webkit-border-top-left-radius: 0px;}
  298.  
  299. .titulonath {clear: both; margin-top: -3px; text-align: center; background-color: trans.; margin-bottom: 2px; padding: 9px; text-transform: lowercase; letter-spacing: 0px; font-size: 17px; font-family: Georgia; color: #fff; }
  300.  
  301.  
  302. #titlenav{ position: fixed; margin-top: 20px; margin-left: 210px; width: 125px; height: 14px; font-size: 16px;font-family: georgia; padding: 5px; color: {color:title}; background-color: {color:sidebar}; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; text-align: center;}
  303.  
  304.  
  305.  
  306. #links {width: 178px; margin-left:210px; margin-top:45px; padding: 0px; text-align: center; position:fixed;}
  307.  
  308. #links a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 45px; background-color: {color:links}; color:{color:textlinks}; text-decoration: none; text-transform:
  309. none; line-height: 14px;}
  310.  
  311. #links a:hover{background-color: {color:linkshover}; color: {color:textlinkshover}; text-align: center; border-bottom: 0px; text-transform: none; font-weight:bold;}
  312.  
  313. #sid{ float: left; margin-top: 997px; margin-left: 301px; height: 217px; width:20px; position: fixed; background-color: #000; color:#fff; padding: 0px; font-family: georgia; text-align: center; font-size: 17px;line-height: 22px;}
  314.  
  315.  
  316.  
  317.  
  318. #paginacol {
  319. width: 125px;
  320. height: 10px;
  321. left: 218px;
  322. top: 251px;
  323. background-color: {color:sidebar};
  324. color: {color:description};
  325. position: fixed;
  326. float: left;
  327. font-size: 9px;
  328. text-align: justify;
  329. padding: 5px;
  330. font-family: verdana;
  331. }
  332.  
  333. #paginacaoml a {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:Description}; text-decoration: none;}
  334. #paginacaoml a:hover {background: {color:sidebar}; color: {color:sidebar}; border: none;}
  335. #paginacaoml span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:Description}; font-weight: bold; text-decoration: none;}
  336. #paginacaoml span.info {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  337.  
  338.  
  339.  
  340.  
  341. #side {
  342.  
  343.  
  344.  
  345. height:95px;
  346.  
  347.  
  348.  
  349. width:30px;
  350.  
  351.  
  352.  
  353. margin-left:25px;
  354.  
  355.  
  356.  
  357. margin-top:-10px;
  358.  
  359.  
  360.  
  361. background-color:transparent;
  362.  
  363.  
  364.  
  365. border-right:2px solid trans;
  366.  
  367.  
  368.  
  369. position:fixed;
  370.  
  371.  
  372. }
  373.  
  374.  
  375. .credit {
  376.  
  377. position:fixed !important;
  378.  
  379. margin-left: 210px;
  380.  
  381. margin-top: 250px;
  382.  
  383. margin-bottom: -5px;
  384.  
  385. font-size: 9px;
  386.  
  387. width: 15px;
  388.  
  389. height: 12px;
  390.  
  391. padding: 1px 3px 3px 2px;
  392.  
  393. font-family: verdana;
  394.  
  395. color: #fff;
  396.  
  397. text-align: center;
  398.  
  399. background-color: {color:sidebar};
  400.  
  401. -moz-border-bottom-right-radius: 30px; border-bottom-right-radius: 10px; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
  402.  
  403.  
  404. }
  405.  
  406.  
  407. </style>
  408.  
  409.  
  410.  
  411. <body onkeydown="return false">
  412.  
  413. <div id="side"></div>
  414.  
  415. <div class="credit"><a href="http://mesmo-distante.tumblr.com/"><font color="#FFF"><b>©</b></font> </source>
  416.  </a></div>
  417.  
  418. </div>
  419.  
  420.  
  421. </div>
  422.  
  423.  
  424.  
  425. <div id="paginacol">
  426. <div id="paginacaoml"> <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  427. {block:JumpPagination length="10"}
  428. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  429. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  430. {/block:JumpPagination}
  431. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center>
  432. </div></div>
  433.  
  434.  
  435.  
  436.  
  437. <div id="titlenav">{text:frase}</div>
  438.  
  439. <div id="links">
  440.  
  441. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  442. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  443. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  444. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  445. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  446. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  447.  
  448. </div>
  449.  
  450. </div>
  451. </div></div>
  452. <div id="sidebarimg">
  453.  
  454. <img src="{image:sidebar 1}"></div>
  455.  
  456.  
  457.  
  458.  
  459. <div id="sidebar3">
  460.  
  461. <div class="titulonath"><i>their kryptonite</i>
  462.  
  463. </div></div></div>
  464.  
  465.  
  466. <div id="xfuck">
  467.  
  468. {block:Posts}
  469.  
  470. <div class="boxes">
  471.  
  472. {block:Text}
  473.  
  474. <span class="nothing">
  475. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  476. <a href="{Permalink}">{TimeAgo}</a> <br>
  477. <a href="{ReblogURL}" target="_blank"><b>reblog this</b></a><br>
  478. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  479. </span>
  480.  
  481. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  482.  
  483. {/block:Text}
  484.  
  485. {block:Photo}
  486.  
  487. <span class="nothing">
  488. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  489. <a href="{Permalink}">{TimeAgo}</a> <br>
  490. <a href="{ReblogURL}" target="_blank"><b>reblog this</b></a><br>
  491. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  492. </span>
  493.  
  494. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  495. {block:Caption}{Caption}{/block:Caption}
  496. {/block:Photo}
  497.  
  498. {block:Photoset}
  499.  
  500. <span class="nothing">
  501. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  502. <a href="{Permalink}">{TimeAgo}</a> <br>
  503. <a href="{ReblogURL}" target="_blank"><b>reblog this</b></a><br>
  504. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  505. </span>
  506.  
  507. {Photoset-500}
  508. {block:Caption}{Caption}{/block:Caption}
  509. {/block:Photoset}
  510.  
  511. {block:Quote}
  512.  
  513. <span class="nothing">
  514. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  515. <a href="{Permalink}">{TimeAgo}</a> <br>
  516. <a href="{ReblogURL}" target="_blank"><b>reblog this</b></a><br>
  517. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  518. </span>
  519.  
  520. <div class="xquote">“{Quote}”</div>
  521. {block:Source}<div class="xquotesource"> — {Source}</div>
  522. {/block:Source}
  523.  
  524. {/block:Quote}
  525.  
  526. {block:Link}
  527.  
  528. <span class="nothing">
  529. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  530. <a href="{Permalink}">{TimeAgo}</a> <br>
  531. <a href="{ReblogURL}" target="_blank"><b>reblog this</b></a><br>
  532. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  533. </span>
  534.  
  535. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  536. {block:Description}{Description}{/block:Description}
  537.  
  538. {/block:Link}
  539.  
  540. {block:Chat}
  541.  
  542. <span class="nothing">
  543. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  544. <a href="{Permalink}">{TimeAgo}</a> <br>
  545. <a href="{ReblogURL}" target="_blank"><b>reblog this</b></a><br>
  546. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  547. </span>
  548.  
  549. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  550. <div class="chat"><ul>{block:Lines}
  551. <li class="person{UserNumber}">{block:Label}
  552. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  553.  
  554. {/block:Chat}
  555.  
  556. {block:Audio}
  557.  
  558. <span class="nothing">
  559. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  560. <a href="{Permalink}">{TimeAgo}</a> <br>
  561. <a href="{ReblogURL}" target="_blank"><b>reblog this</b></a><br>
  562. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  563. </span>
  564.  
  565. <div class="player">{AudioPlayerBlack}</div>
  566.  
  567. {/block:Audio}
  568.  
  569. {block:Video}
  570.  
  571. <span class="nothing">
  572. <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  573. <a href="{Permalink}">{TimeAgo}</a> <br>
  574. <a href="{ReblogURL}" target="_blank"><b>reblog this</b></a><br>
  575. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  576. </span>
  577.  
  578. {Video-500}
  579. {block:Caption}{Caption}{/block:Caption}
  580. {/block:Video}
  581.  
  582. {block:Answer}
  583. <div class="asker"><img src="{AskerPortraitURL-48}"> <small><b>{Asker}</b></small> <small><b>asked: </b></small><br> "{Question}"</div><br>
  584. <div class="answer">{Answer}</div>
  585. <br>
  586. {/block:Answer}
  587.  
  588.  
  589.  
  590. </div>
  591.  
  592. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  593.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  594.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  595. {/block:ContentSource}</div>
  596.  
  597.  {/block:Posts}
  598. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  599.  
  600.  
  601.  
  602.  
  603. </div>
  604. </div>
  605. </div>
  606. </div>
  607. </div>
  608.  
  609.  
  610. </body>
  611. </html>