feiinho

THEMES

Jul 6th, 2011
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.32 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  11.  
  12. <!--
  13. THEME: UNTITLED
  14. CREATED BY: HTTP://RAWMOANS.TUMBLR.COM
  15. -->
  16.  
  17. <style type="text/css">
  18. /*
  19. RESET & BASIC SETUP
  20. */
  21. * { margin: 0; padding: 0; }
  22. body{ font-size: 12px; font-family: Times; background: #fff; padding: 20px; color: #333; text-align:justify;}
  23. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  24. iframe#tumblr_controls{position:fixed !important;}
  25. a {text-decoration:none; color:#000; text-decoration:underline;}
  26. img{opacity:1;-moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in;-o-transition: 0.3s ease-in;transition: 0.3s ease-in;}
  27. {block:IndexPage}img:hover{opacity:0.8;-moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in;-o-transition: 0.3s ease-in;transition: 0.3s ease-in;}{/block:IndexPage}
  28. /*
  29. STRUCTURE
  30. */
  31. .post {max-width:800px;min-width:250px; margin:0px 5px 0px 5px;}
  32. .post img {max-width:800px; min-width:250px; max-height:600px;}
  33. #side{position:fixed; text-align:left; text-transform:uppercase; font-size:10px;background:#fff; left:0px; width:100px; padding:40px; padding-top:70px; height:100%; top:0; z-index:1000; color:#444;}
  34. #side a {text-decoration:none;}
  35. #posts{margin-left:155px; margin-top:20px; }
  36.  
  37. /*
  38. TYPOGRAPHY
  39. */
  40. p { font-size: 11px; margin: 0 0 15px 0; }
  41. h2 { font-size: 12px; text-transform:uppercase; color:#000;}
  42. h2 a{color:#000; text-decoration:none;}
  43. .quote{font-size:25px; line-height:25px; font-style:italic; margin-bottom:10px;}
  44. .description{font-size:11px; font-style:italic; text-transform:none; line-height:12px}
  45. ul{list-style-type:none;}
  46. .permalink{font-size:10px; text-transform:uppercase; text-align:left; color:#242424; margin-top:10px; padding-top:2px; border-top:1px solid #ccc;}
  47. .links{padding-bottom:5px;}
  48. .links a{color:#888;}
  49. </style>
  50.  
  51. <script src="http://static.tumblr.com/fiton9k/T5Mlg92fv/jquery-1.2.6.min.js" type="text/javascript" charset="utf-8"></script>
  52.  
  53. <script type="text/javascript" charset="utf-8">
  54. $(function(){
  55. $("#page-wrap").wrapInner("<table><tr>");
  56. $(".post").wrap("<td>");
  57. });
  58. </script>
  59.  
  60. <script src="http://static.tumblr.com/fiton9k/D0Plgbx3t/hscroll.js" type="text/javascript" charset="utf-8"></script>
  61.  
  62. </head>
  63.  
  64.  
  65. <body>
  66. <div id="side">
  67. <b><a href="/">{Title}</a></b><br><Br>
  68. {block:Description}<div class="description">{Description}</div><br>{/block:Description}
  69. <div class="links"><a href="/archive">Archive</a></div>
  70. <div class="links"><a href="{RSS}">RSS Feed</a></div>
  71. {block:AskEnabled}<div class="links"><a href="/ask">Message</a></div>{/block:AskEnabled}
  72. {block:SubmissionsEnabled}<div class="links"><a href="/submit">Submit</a></div>{/block:SubmissionsEnabled}
  73. {block:HasPages}{block:Pages}<div class="links"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}
  74. <div class="links"><a href="http://themesbyrawmoans.tumblr.com">Theme</a></div>
  75. <br><br>
  76. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">Forward</a><br>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">Backward</a>{/block:NextPage}{/block:Pagination}
  77. {block:PermalinkPagination}{block:PreviousPost}<a href="{PreviousPost}">Forward</a><br>{/block:PreviousPost}{block:NextPost}<a href="{NextPost}">Backward</a>{/block:NextPost}{/block:PermalinkPagination}
  78.  
  79. </div>
  80.  
  81.  
  82. <div id="posts">
  83. <div id="page-wrap">
  84. {block:Posts}
  85.  
  86.  
  87. {block:Text}<div class="post">
  88. {block:Title}
  89. <h2><a href="{Permalink}">{Title}</a></h2>
  90. {/block:Title}
  91.  
  92. <p> {Body}</p></div>
  93. {/block:Text}
  94.  
  95. {block:Photo}
  96. <div class="post">
  97. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  98. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  99. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>
  100. {block:IndexPage}</a>{/block:IndexPage}
  101. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  102. </div>
  103. {/block:Photo}
  104.  
  105.  
  106.  
  107. {block:Photoset}<div class="post">
  108. <li class="post photoset">
  109. {Photoset-500}
  110.  
  111. {block:Caption}
  112. <div class="caption">{Caption}</div>
  113. {/block:Caption}
  114. </li></div>
  115. {/block:Photoset}
  116.  
  117.  
  118.  
  119. {block:Quote}<div class="post">
  120. <h2>&#8220;</span>{Quote}&#8221;</h2>
  121.  
  122. {block:Source}
  123. <div align="right">&#8212; {Source}</div>
  124. {/block:Source}
  125. </div>
  126. {/block:Quote}
  127.  
  128. {block:Link}<div class="post">
  129. <h2><a href="{URL}" class="link" {Target}>{Name}</a></h2>
  130.  
  131. {block:Description}
  132. {Description}
  133. {/block:Description}
  134. </div>
  135. {/block:Link}
  136.  
  137. {block:Chat}<div class="post">
  138. {block:Title}
  139. <h3><a href="{Permalink}">{Title}</a></h3>
  140. {/block:Title}
  141. <ul class="chat">
  142. {block:Lines}
  143. <li class="{Alt} user_{UserNumber}">
  144. {block:Label}
  145. <span class="label">{Label}</span>
  146. {/block:Label}
  147.  
  148. {Line}
  149. </li>
  150. {/block:Lines}
  151. </ul>
  152. </li></div>
  153. {/block:Chat}
  154.  
  155. {block:Video}<div class="post">
  156. {Video-500}
  157.  
  158. {block:Caption}
  159. <div class="caption">{Caption}</div>
  160. {/block:Caption}
  161. </div>
  162. {/block:Video}
  163.  
  164. {block:Audio}<div class="post">
  165. {AudioPlayerBlack}
  166. {block:IndexPage}<br>
  167. {block:Caption}
  168. <div class="caption">{Caption}</div>
  169. {/block:Caption}{/block:IndexPage}
  170. </div>
  171. {/block:Audio}
  172.  
  173. {block:PermalinkPage}{block:Caption}<div style="float:right; padding-left:5px; width:250px;">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  174.  
  175. {/block:Posts}
  176. </div>
  177. </div>
  178.  
  179. </body>
  180.  
  181. </html>
  182.  
  183.  
  184.   ########################################################################################
  185.   ########################################################################################
  186.  
  187.  
  188.  
  189. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  190.  
  191. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  192.  
  193.     <head>
  194.         <title>{Title}</title>
  195.         <link rel="shortcut icon" href="{Favicon}">
  196.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  197.         {block:Description}
  198.             <meta name="description" content="{MetaDescription}" />
  199.         {/block:Description}
  200.  
  201. <!--
  202.  
  203. "Coffre 1.0" by The Layout Shop
  204. http://shop.kitesinsummer.com/
  205.  
  206. -->
  207. <meta name="font:Body" content="Georgia, Times New Roman, sans-serif"/>
  208. <meta name="font:Title" content="Georgia, Times New Roman, sans-serif"/>
  209. <meta name="color:Text" content="#353535">
  210. <meta name="color:Links" content="#8C7A94">
  211. <meta name="color:Hover" content="#F7E7FF">
  212. <meta name="color:Background" content="#FFFFFF">
  213. <meta name="color:PostsBackground" content="#FFFFFF">
  214. <meta name="image:Background" content=""/>
  215. <meta name="text:Next Pagination" content="Next"/>
  216. <meta name="text:Previous Pagination" content="Previous"/>
  217. <meta name="text:Tumblr Username" content=""/>
  218. <meta name="if:Infinite Scrolling" content="1"/>
  219. <meta name="if:HighRes Images" content="1"/>
  220.  
  221. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  222. {block:IndexPage}
  223. {block:IfInfiniteScrolling}
  224. <script type="text/javascript" src="http://dl.dropbox.com/u/10308294/js/jquery.infinitescroll.min.js"></script>
  225. {/block:IfInfiniteScrolling}
  226. {/block:IndexPage}
  227.  
  228. <script type="text/javascript" >
  229. $(window).load(function(){
  230.  
  231.       $('#posts').infinitescroll({
  232.         navSelector  : '#footer',  // selector for the paged navigation
  233.         nextSelector : '#footer a:first-child',  // selector for the NEXT link (to page 2)
  234.         contentSelector : "#posts",
  235.         itemSelector : '.post',     // selector for all items you'll retrieve
  236.         loadingImg   : 'http://dl.dropbox.com/u/10308294/vq/box.gif',
  237.         loadingText  : "<em>loading...</em>",
  238.         bufferPx     : 2000,
  239.         donetext     : "<em>fin.</em>",
  240.         debug: false,
  241.         errorCallback: function() { $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal'); }
  242.       },
  243.  
  244.        function( newElements ) {  setTimeout(function() {
  245.                    
  246.                         /* repair audio players*/
  247.                         $('.audio').each(function(){
  248.                             var audioID = $(this).attr("id");
  249.                             var $audioPost = $(this);
  250.                             $.ajax({
  251.                                 url: 'http://{text:Tumblr Username}.tumblr.com/api/read/json?id=' + audioID,
  252.                                 dataType: 'jsonp',
  253.                                 timeout: 50000,
  254.                                 success: function(data){
  255.                                     $audioPost.append('\x3cdiv style=\x22background-color:white;height:30px\x22 class=\x22audio_player\x22\x3e' + data.posts[0]['audio-player'] +'\x3c/div\x3e');
  256.                                 }
  257.                             });
  258.                         });
  259.                        
  260.                     }, 2000);}
  261.       );
  262.  
  263.     });
  264. </script>
  265.  
  266.  
  267.  
  268. <style type="text/css">
  269. body{
  270.  background:{color:Background} url('{image:background}') fixed;
  271.  font-family: {font:Body};
  272.  font-size:14px;
  273.  line-height:27px;
  274.  letter-spacing:2px;
  275.  text-align:justify;
  276.  margin:0px;
  277.  padding:0px;
  278.  color:{color:text};
  279. }
  280.  
  281. #infscr-loading {
  282.  z-index: 5000;
  283.  position: fixed;
  284.  left: 45%;
  285.  bottom: 150px;
  286.  width: 150px;
  287.  height: 40px;
  288.  font-size:11px;
  289.  letter-spacing:2px;
  290.  line-height:14px;
  291.  padding: 10px;
  292.  background: #fff;
  293.  opacity: 0.8;
  294.  color: #000;
  295.  -moz-border-radius: 5px;
  296.  -webkit-border-radius: 5px;
  297.  border-radius: 5px;
  298. }
  299.  
  300.  
  301. .clear{
  302.  clear:both;
  303. }
  304.  
  305. a:link, a:visited{
  306.  color:{color:links};
  307.  text-decoration:none;
  308. }
  309.  
  310.  
  311. a:hover{
  312.  color:{color:hover};
  313.  text-decoration:none;
  314. }
  315.  
  316. #wrapper img a{
  317. border:0px !important;
  318. }
  319.  
  320. #wrapper{
  321.  width:700px;
  322.  margin:0px auto;
  323.  border:0px solid #000;
  324. }
  325.  
  326. #header{
  327.  background:rgba(255,255,255,0.5);
  328.  position:fixed;
  329.  top:0px;
  330.  padding:10px 0px;
  331.  width:700px;
  332.  z-index:9999;
  333. }
  334.  
  335. .left_header{
  336.  width:350px;
  337.  float:left;
  338. }
  339.  
  340. .left_header ul{
  341.  list-style:none;
  342.  margin:0px;
  343.  padding:0px;
  344. }
  345.  
  346. .left_header li{
  347.  list-style:none;
  348.  margin:0px;
  349.  padding:0px 2px;
  350.  display:inline-block;
  351. }
  352.  
  353. .right_header{
  354.  width:350px;
  355.  float:right;
  356.  text-align:right;
  357. }
  358.  
  359. .right_header h1{
  360.  font-weight:400;
  361.  font-size:16px;
  362.  text-transform:uppercase;
  363.  letter-spacing:1px;
  364.  text-align:right;
  365.  letter-spacing:2px;
  366.  margin:0px;
  367.  padding:0px;
  368. }
  369.  
  370. #description{
  371.  text-align:justify;
  372.  font-size:10px;
  373.  line-height:13px;
  374.  letter-spacing:0px;
  375.  text-align:justify;
  376.  display:none;
  377. }
  378.  
  379. #posts{
  380.  margin-top:47px;
  381. background:{color:PostsBackground};
  382. }
  383.  
  384. .post{
  385.  margin:25px 0px;
  386. background:{color:PostsBackground};
  387. }
  388.  
  389. .permalink_l{
  390.  position:absolute;
  391.  width:700px;
  392.  opacity:0;
  393.  line-height:12px;
  394.  padding:5px;
  395.  margin:0px;
  396.  font-size:10px;
  397. }
  398.  
  399. .post:hover .permalink_l{
  400.  opacity:1;
  401. }
  402.  
  403. .text{
  404.  font-size:14px;
  405.  line-height:27px;
  406.  letter-spacing:2px;
  407.  text-align:justify;
  408. }
  409.  
  410. .text p{
  411.  margin-bottom:0px;
  412.  padding-bottom:0px;
  413. }
  414.  
  415. .text h3{
  416.  margin-bottom:0px;
  417.  padding-bottom:0px;
  418.  font-weight:400;
  419.  font-size:16px;
  420. }
  421.  
  422.  
  423. .text img{
  424.  border:0px !important;
  425.  max-width:700px;
  426.  height:auto;
  427. }
  428.  
  429. .photo img{
  430.  width:700px;
  431.  height:auto;
  432. }
  433.  
  434. .quote{
  435.  text-align:justify;
  436. }
  437.  
  438. .link p{
  439. margin-bottom:0px;
  440. padding-bottom:0px;
  441. }
  442.  
  443. .quote p{
  444. margin-bottom:0px;
  445. padding-bottom:0px;
  446. }
  447.  
  448. .q-source{
  449.  text-align:right;
  450.  letter-spacing:1px;
  451.  font-style:italic;
  452.  font-size:10px;
  453. }
  454.  
  455. .chat ul, .chat ul li{
  456.  list-style:none;
  457.  margin:0px;
  458.  padding:0px;
  459. }
  460.  
  461. .chat .label{
  462.  font-weight:bold;
  463.  font-style:italic;
  464. }
  465.  
  466. .video embed, .video object, .video iframe{
  467.  width:700px !important;
  468.  height:400px !important;
  469. }
  470.  
  471. .player{
  472. text-align:justify;
  473. }
  474. .audio {
  475.  height:30px;
  476.  overflow-y: hidden;
  477.  line-height:1px !important;
  478. }
  479. .audio span {
  480. background:{color:PostsBackground};
  481. font-size:1px;
  482. }
  483. .audio span a{
  484. background:{color:PostsBackground};
  485. font-size:1px;
  486. }
  487.  
  488. .artist{
  489.  text-transform:lowercase;
  490.  padding:0px;
  491. }
  492.  
  493. .question p{
  494. margin-bottom:0px;
  495. padding-bottom:0px;
  496. }
  497.  
  498. .prev{
  499.  float:left;
  500. }
  501. .next{
  502.  float:right;
  503. }
  504.  
  505. .source{
  506. display:none;
  507. }
  508.  
  509. </style>
  510. </head>
  511. <body>
  512.  
  513. <div id="wrapper">
  514.  
  515. <div id="header">
  516.  
  517. <div class="left_header">
  518. <ul>
  519. {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
  520. {block:HasPages}
  521. {block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}
  522. {/block:HasPages}
  523. <li><a href="http://shop.kitesinsummer.com/">theme</a></li>
  524. </ul>
  525.  
  526. </div>
  527.  
  528. <div class="right_header">
  529. <h1><a href="/">{Title}</a></h1>
  530. </div>
  531. <div class="clear"></div>
  532. </div><!--header end-->
  533.  
  534. <div id="posts">
  535. {block:Posts}
  536. {block:Text}
  537. <div class="post text">
  538. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  539. {Body}
  540. {block:IndexPage}
  541. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}</div>
  542. {/block:IndexPage}
  543. </div>
  544. {/block:Text}
  545.  
  546. {block:Photo}
  547. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  548. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  549. {block:IfHighResImages}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0"/>{/block:IfHighResImages}
  550.  
  551. {block:IfNotHighResImages}<img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0"/>{block:IndexPage}</a>{/block:IndexPage}
  552. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{/block:IfNotHighResImages}
  553. {block:PermalinkPage}{block:Caption}
  554. <div class="caption">{Caption}</div>
  555. {/block:Caption}{/block:PermalinkPage}
  556. {block:IndexPage}
  557. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}</div>
  558. {/block:IndexPage}
  559. </div>
  560. {/block:Photo}
  561.                
  562. {block:Photoset}
  563. <div class="post photoset">
  564. {Photoset-500}
  565.  
  566. {block:PermalinkPage}{block:Caption}
  567. <div class="caption">{Caption}</div>
  568. {/block:Caption}{/block:PermalinkPage}
  569. {block:IndexPage}
  570. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}</div>
  571. {/block:IndexPage}
  572. </div>
  573. {/block:Photoset}
  574.  
  575. {block:Quote}
  576. <div class="post quote">
  577. <p>&ldquo;{Quote}&rdquo;</p>
  578. {block:Source}<div class="q-source">&mdash; {Source}</div>{/block:Source}
  579. {block:IndexPage}
  580. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}</div>
  581. {/block:IndexPage}
  582. </div>
  583. {/block:Quote}
  584.  
  585. {block:Link}
  586. <div class="post link">
  587. <a href="{URL}" class="link" {Target}>{Name}</a>
  588. {block:Description}
  589. <div class="description">{Description}</div>
  590. {/block:Description}
  591. {block:IndexPage}
  592. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}</div>
  593. {/block:IndexPage}
  594. </div>
  595. {/block:Link}
  596.  
  597. {block:Chat}
  598. <div class="post chat">
  599. {block:Title}
  600. <h3><a href="{Permalink}">{Title}</a></h3>
  601. {/block:Title}
  602.  
  603. <ul class="chat">
  604. {block:Lines}
  605. <li class="{Alt} user_{UserNumber}">
  606. {block:Label}
  607. <span class="label">{Label}</span>
  608. {/block:Label}
  609. {Line}
  610. </li>
  611. {/block:Lines}
  612. </ul>
  613. {block:IndexPage}
  614. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}</div>
  615. {/block:IndexPage}
  616. </div>
  617. {/block:Chat}
  618.  
  619. {block:Video}
  620. <div class="post video">
  621. {Video-500}
  622.  
  623. {block:PermalinkPage}{block:Caption}
  624. <div class="caption">{Caption}</div>
  625. {/block:Caption}{/block:PermalinkPage}
  626. {block:IndexPage}
  627. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}</div>
  628. {/block:IndexPage}
  629. </div>
  630. {/block:Video}
  631.  
  632. {block:Audio}
  633. <div class="post player">
  634. <div class="audio" id="{postID}">{AudioPlayerWhite}</div>
  635. <div class="artist"><a href="{Permalink}">{block:Artist}<b>{Artist}</b></a>{/block:Artist}  {block:TrackName}<em>{TrackName}</em>{/block:TrackName}</div>
  636. {block:PermalinkPage}{block:Caption}
  637. <div class="caption">{Caption}</div>
  638. {/block:Caption}{/block:PermalinkPage}
  639. {block:IndexPage}
  640. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}</div>
  641. {/block:IndexPage}
  642. </div>
  643. {/block:Audio}
  644.  
  645.  
  646. {block:Answer}
  647. <div class="post question">
  648. <p><b>{Question}</b></p>
  649. <p>{Answer}</p>
  650. {block:IndexPage}
  651. <div class="permalink_l"><a href="{Permalink}">&times; {block:NoteCount} {NoteCount} {/block:NoteCount}</a> {block:HasTags} {block:Tags} <a href="{TagURL}">&times; {Tag}</a> {/block:Tags} {/block:HasTags}  Asked by <em>{Asker}</em></div>
  652. {/block:IndexPage}
  653. </div>
  654. {/block:Answer}
  655.  
  656.  
  657. {block:PermalinkPage}
  658. <div class="notestags">{block:NoteCount}{NoteCount} notes{/block:NoteCount} {block:HasTags}
  659. | {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}</div>
  660. <div class="source">
  661. {block:ContentSource}
  662. <a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  663. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  664. {/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  665. </a>
  666. {/block:ContentSource}
  667. {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  668. </div>
  669. {/block:PermalinkPage}
  670.  
  671. {block:PostNotes}{PostNotes}{/block:PostNotes}
  672. {/block:Posts}
  673. </div>
  674.  
  675. <div id="footer">
  676. {block:NextPage}
  677. <div class="next"><a href="{NextPage}">{text:Next Pagination}</a></div>
  678. {/block:NextPage}
  679.  
  680. {block:PreviousPage}
  681. <div class="prev"><a href="{PreviousPage}">{text:Previous Pagination}</a></div>
  682. {/block:PreviousPage}
  683.  
  684. <div class="clear"></div>
  685. </div>
  686. </div><!--wrapper end-->
  687.     </body>
  688. </html>
Add Comment
Please, Sign In to add comment