Advertisement
myluckyseven

MSPA Style Tumblr Theme

Jun 27th, 2012
4,746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.55 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">
  3. <!---
  4. THEME: MSPA Style
  5. DATE: July 2011
  6. LAST UPDATE: August 2012
  7. AUTHOR: http://luzerna.tumblr.com & http://wraithlike.tumblr.com
  8. ORIGINAL LAYOUT: Redux Theme, modified with mspaintadventures.com code by http://pyjamaprodigy.tumblr.com
  9. ---->
  10.  
  11. <head>
  12.     <title>{Title}{block:PostSummary} &bull; {PostSummary}{/block:PostSummary}</title>
  13.     <link rel="shortcut icon" href="{Favicon}" />
  14.     <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  15.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />  
  16.    
  17.     {block:Description}
  18.           <meta name="description" content="{MetaDescription}" />
  19.       {/block:Description}
  20.      
  21. <!-- Variables --->
  22.  
  23.     <meta name="color:Text" content="#000000" />
  24.     <meta name="color:Accent" content="#ffffff" />
  25.    
  26.     <meta name="color:PageBG" content="#535353" />
  27.     <meta name="color:WrapperBG" content="#c6c6c6" />
  28.     <meta name="color:ContentBG" content="#dddddd" />
  29.     <meta name="color:PostBG" content="#eeeeee" />
  30.    
  31.     <meta name="color:Link" content="#0000ff" />
  32.     <meta name="color:HoverLink" content="#ff0000" />
  33.     <meta name="color:VisitedLink" content="#551A8B" />
  34.    
  35.     <meta name="if:Show Album Art On Audio Posts" content="1"/>
  36.     <meta name="if:Show Tags" content="1"/>
  37.     <meta name="if:Show HighRes Photos by Default" content="1"/>
  38.    
  39.     <meta name="image:Header" content=""/>
  40.    
  41.     <meta name="font:Body" content="Courier New" />
  42.     <meta name="font:Accent" content="Courier" />
  43.    
  44.     <meta name="text:Custom Link 1" content="" />
  45.     <meta name="text:Custom URL 1" content="" />
  46.     <meta name="text:Custom Link 2" content="" />
  47.     <meta name="text:Custom URL 2" content="" />
  48.    
  49.     <meta name="text:Story Tag" content="" />
  50.    
  51.     <meta name="text:Disqus Shortname" content="" />
  52.     <meta name="text:Google Analytics" content="" />
  53.    
  54. <!-- CSS -->
  55. <style type="text/css">
  56. /* Global */
  57. html { margin:0; padding:0; }
  58. body {
  59.     background-color: {color:PageBG};
  60.     font-family: {font:Body};
  61.     font-size: 12px;
  62.     color: {color:Text};
  63.     margin:0;
  64.     padding:0;
  65. }
  66.  
  67. td, th {
  68.     margin-top: 0px;
  69.     margin-bottom: 0px;
  70. }
  71.  
  72. h1 {
  73.     font:{font:Accent};
  74.     color:{color:Text};
  75.     }
  76.  
  77. a:link {
  78.     color: {color:Link};
  79.     text-decoration: underline;
  80.     }
  81.    
  82.     a:hover {
  83.         color: {color:HoverLink};
  84.         text-decoration: line-through;
  85.         }
  86.     a:visited {
  87.         color: {color:VisitedLink};
  88.         text-decoration: underline;
  89.         }
  90. /* Layout */
  91.         #wrapper {
  92.             width: 1024px;
  93.             height:100%;
  94.             margin: 0 auto;
  95.             background-color:{color:WrapperBG};
  96.         }
  97.  
  98.         #content {
  99.             width: 710px;
  100.             padding: 20px;
  101.             margin: 20px 5px;
  102.             background:{color:ContentBG};
  103.             }
  104.        
  105.         /* Header */
  106.         #header {
  107.             text-align:center;
  108.             font-size:24px;
  109.             margin: 0;
  110.             padding: 0px 0px 5px 0px;
  111.             font-family:{font:Accent};
  112.             background:{color:ContentBG};
  113.         }
  114.             #header ul {
  115.                 /*margin: 10px 0px 10px -30px*/
  116.                 margin: 10px 0px;
  117.                 list-style:none;
  118.                 background:{color:Text};
  119.             }
  120.             #header ul li {
  121.                 display:inline;
  122.             }
  123.                 #header li a {
  124.                     color:{color:Accent};
  125.                     text-decoration:none;
  126.                 }
  127.        
  128.         /* Sidebar */
  129.         #sidebar {
  130.             width: 250px;
  131.             height: 100% !important;
  132.             text-align:center;
  133.             float:right;
  134.             padding:5px;
  135.             margin: 20px 5px 0px 0px;
  136.             background:{color:PostBG};
  137.         }
  138.        
  139. /* Posts */
  140.     .post {
  141.         border-radius: 6px;
  142.             -webkit-border-radius: 6px;
  143.             -moz-border-radius: 6px;       
  144.         padding: 10px;
  145.         margin: 10px 30px;
  146.         position: relative;
  147.         text-align: center;
  148.         float: center;
  149.         font-family: {font:Body};
  150.         background: {color:PostBG};
  151.     }
  152.  
  153. /* Post Types */
  154.     /* This is for photos, photosets and videos */  
  155.       .media {
  156.           text-align: center;
  157.           margin-bottom: 10px;
  158.       }
  159.      
  160.     /* This is for text with posts- captions and the like */  
  161.       .copy {
  162.           color: {color:Text};
  163.           padding: 10px;
  164.           font-size: 13px;
  165.           line-height: 15px;
  166.       }
  167.           .copy p {
  168.               margin: 10px 0 0 0;
  169.               padding: 0;
  170.           }
  171.           .copy pre {
  172.               margin: 10px 0px 10px 0px;
  173.               padding: 10px;
  174.               font: normal 11px Courier new, monospace;
  175.               background-color: {color:Accent};
  176.               overflow: auto;
  177.           }
  178.           .copy > p:first-child {
  179.               margin-top: 0;
  180.           }
  181.           .copy img {
  182.               max-width: 100%;
  183.           }
  184.           .copy blockquote {
  185.               margin: 10px 0px 10px 10px;
  186.               padding-left: 15px;
  187.               border-left: solid 4px {color:Link};
  188.           }
  189.          
  190.         .title {
  191.               color: {color:Link};
  192.               font-size: 40px;
  193.               font-family: {font:Accent};
  194.               font-weight: bold;
  195.               padding: 10px 5px 5px 10px;
  196.           }            
  197.     /* These are specific post types */                    
  198.       .quote {
  199.           color: {color:Background};
  200.           font-weight: bold;
  201.           padding: 5px 20px 5px 20px;
  202.       }
  203.           .quote.short {
  204.               font-size: 33px;
  205.               line-height: 35px;
  206.           }
  207.           .quote.medium {
  208.               font-size: 25px;
  209.               line-height: 28px;
  210.           }
  211.           .quote.long {
  212.               font-size: 18px;
  213.               line-height: 22px;
  214.           }
  215.                              
  216.       .audio {
  217.           background: {color:WrapperBG};
  218.           float: center;
  219.           padding: 7px;
  220.           margin-bottom: 10px;
  221.           -moz-border-radius: 4px;
  222.           -webkit-border-radius: 4px;
  223.           border-radius: 4px;
  224.       }
  225.           .audio .player {
  226.               float: center;
  227.           }
  228.           .audio .meta {
  229.               padding: 8px 13px;
  230.               height: 13px;
  231.               float: center;
  232.               color: #000;
  233.               font-family: {font:Accent};
  234.               font-size: 11px;
  235.           }
  236.               .audio .meta a {
  237.                   color: {color:HoverLink};
  238.                   text-decoration: none;
  239.               }
  240.       .album_art {
  241.           text-align: center;
  242.       }
  243.      
  244.       .question2 {
  245.          border-radius: 8px;
  246.           -moz-border-radius: 8px;
  247.           -webkit-border-radius: 8px;
  248.         margin: 0 0 15px 0;
  249.         padding: 15px 10px;
  250.         position: relative;
  251.         background: {color:PostBG};
  252.         }
  253.           .question {
  254.               color: {colorAccent};
  255.               background: {color:ContentBG};
  256.               font-size: 16px;
  257.               border-radius: 8px;
  258.                   -moz-border-radius: 8px;
  259.                   -webkit-border-radius: 8px;
  260.               margin: 0 0 15px 0;
  261.               padding: 15px 10px;
  262.               position: relative;
  263.           }
  264.       .asker_container {
  265.           margin: 0 0 0 0;
  266.       }
  267.           .asker_container img {
  268.               margin: 0 0 0 0;
  269.           }
  270.           .asker_container a.asker {
  271.               color: {color:Body};
  272.           }
  273.                          
  274.       .chat {
  275.           margin: 10px 10px 0 10px;
  276.           font-size: 14px;
  277.       }
  278.           .chat .lines { }
  279.               .chat .lines .line {
  280.                   background:{color:WrapperBG};
  281.                   margin-bottom: 1px;
  282.                   padding: 3px 5px;
  283.               }
  284.               .chat .lines .line.even {
  285.                   background-color: {color:PostBG};
  286.                 }
  287.          
  288.         .link {
  289.               margin: 10px 0 10px 0;
  290.               font-size:30px;
  291.               font-weight:bold;
  292.               line-height: 25px;
  293.               font:{font:Accent}
  294.          }
  295. /* End of Post Types */
  296.  
  297.       .footer {
  298.           float: center;
  299.           border-radius: 4px;        
  300.               -moz-border-radius: 4px;
  301.               -webkit-border-radius: 4px;
  302.           font-size: 11px;
  303.           padding: 5px 10px;
  304.           margin-top: 10px;
  305.           margin-bottom: 10px;
  306.           font-family: {font:Accent};
  307.           background: {color:PostBG};
  308.           color: {color:Text};
  309.       }
  310.          
  311.           .footer.for_permalink:hover {
  312.              text-decoration: line-through;
  313.           }
  314.          
  315.           .footer .date {
  316.               width: 67%;
  317.               text-align: left;
  318.               float: left;
  319.               color: {color:VisitedLink};
  320.           }
  321.          
  322.           .footer .notes {
  323.               width: 33%;
  324.               float: right;
  325.               text-align: right;
  326.               color: {color:VisitedLink};
  327.           }  
  328.           .footer .tags {
  329.                   max-width: 700px;
  330.                   float: left;
  331.                   text-align:left;
  332.               }
  333.              
  334.               .footer.with_source_url .tags {
  335.                   max-width: 330px;
  336.               }
  337.              
  338.               .footer.with_source_url .source_url {
  339.                   float: right;
  340.                   max-width: 230px;
  341.                   overflow: hidden;
  342.                   white-space: nowrap;
  343.                  
  344.               }
  345.              
  346.                   .footer.with_source_url .source_url img {
  347.                       vertical-align: top;
  348.                       -moz-opacity: 0.5;
  349.                       opacity: 0.5;
  350.                   }
  351.                  
  352.                   .footer.with_source_url .source_url:hover img {
  353.                       -moz-opacity: 0.7;
  354.                       opacity: 0.7;
  355.                   }
  356.  
  357. /* Spacing Element */                        
  358.     .bottom {
  359.         height: 15px;
  360.         margin: 0 auto;
  361.     }
  362.  
  363. /* Notes */                            
  364.   .notecontainer {
  365.       background: {color:PostBG};
  366.       border-radius: 4px;
  367.           -moz-border-radius: 4px;
  368.           -webkit-border-radius: 4px;
  369.       font-family: {font:Accent};
  370.       font-size: 11px;
  371.       color: {color:Link};
  372.       margin-top: 10px;
  373.       margin-bottom: -10px;
  374.   }
  375.  
  376.           .notecontainer a {
  377.               color: {color:Link};
  378.               text-decoration: underline;
  379.           }
  380.          
  381.           .notecontainer ol.notes {
  382.               padding: 0px 0 10px 0;
  383.               list-style-type: none;
  384.               font-size: 11px;
  385.           }
  386.          
  387.               .notecontainer ol.notes li.note {
  388.                   padding: 10px 10px 0 10px;
  389.               }
  390.              
  391.                   .notecontainer ol.notes li.note img.avatar {
  392.                       vertical-align: -4px;
  393.                       margin-right: 10px;
  394.                       width: 16px;
  395.                       height: 16px;
  396.                   }
  397.  
  398.                   .notecontainer ol.notes li.note span.action {
  399.                       font-weight: normal;
  400.                   }
  401.                  
  402.                   .notecontainer ol.notes li.note .answer_content {
  403.                       font-weight: normal;
  404.                   }
  405.                  
  406.                   .notecontainer ol.notes li.note blockquote {
  407.                       border-left: 2px solid {color:VisitedLink};
  408.                       padding: 4px 10px;
  409.                       margin: 10px 0px 0px 25px;
  410.                   }
  411.                  
  412.                       .notecontainer ol.notes li.note blockquote a {
  413.                           text-decoration: none;
  414.                       }
  415. .pagination {
  416.     font-size:10px;
  417.     font-weight:bold;
  418. }
  419.  
  420. #searchresults {
  421.     color: {color:PostBG};
  422.     margin: 0 0 15px 0;
  423.     text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  424.     font-family: {font:Body};
  425.     font-size: 20px;
  426. }
  427.  
  428.     #searchresults .search_query {
  429.         font-weight: bold;
  430.     }
  431.    
  432.     #searchresults .search_query:before {
  433.         content:'"';
  434.     }
  435.    
  436.     #searchresults .search_query:after {
  437.         content:'"';
  438.     }
  439.    
  440. <!-- Custom CSS -->
  441. {CustomCSS}
  442.  
  443. </style>
  444.  
  445. <!-- Javascripts -->
  446. <script type="text/javascript">
  447.  
  448.   var _gaq = _gaq || [];
  449.   _gaq.push(['_setAccount', '{text:GoogleAnalytics}']);
  450.   _gaq.push(['_trackPageview']);
  451.  
  452.   (function() {
  453.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  454.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  455.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  456.   })();
  457.  
  458. </script>
  459.  
  460. <script language="JavaScript">
  461. <!--
  462. function gotoSite(obj)
  463. {
  464.  var s;        
  465.  s=obj.options[obj.selectedIndex].value;
  466.  location.href=s;
  467. }
  468. -->
  469. </script>
  470. </head>
  471.  
  472. <body>
  473. <div id="wrapper">
  474.  
  475. <!-- HEADER -->
  476. <header id="header">
  477.     {block:IfHeaderImage}<img src="{image:Header}"/>{/block:IfHeaderImage}
  478.     {block:IfNotHeaderImage}<h1>{Title}</h1>{/block:IfNotHeaderImage}
  479.        
  480.     <!-- Header Links -->
  481.         <ul>
  482.             <li><a href="http://{Name}.tumblr.com/tagged/{text:Story Tag}/chrono">New Game</a></li>
  483.             <li><a href="http://{Name}.tumblr.com/">Load Game</a></li>
  484.             <li><a href="http://{Name}.tumblr.com/ask/">Submit Command</a></li>
  485.             {block:IfCustomLink1}<li><a href="{text:Custom URL 1}">{text:Custom Link 1}</a></li>{/block:IfCustomLink1}
  486.             {block:IfCustomLink2}<li><a href="{text:Custom URL 2}">{text:Custom Link 2}</a></li>{/block:IfCustomLink2}
  487.             <li><a href="http://www.tumblr.com/follow/{Name}/">Follow</a></li>
  488.         </ul>
  489.  
  490. <a href="http://{Name}.tumblr.com/">==></a>
  491. <br />
  492.  
  493.     {block:Pagination}
  494.     <div class= "pagination">
  495.     {block:PreviousPage}<a href="{PreviousPage}">« Go Forward</a>{/block:PreviousPage}
  496.     <a href="http://{Name}.tumblr.com/tagged/{text:Story Tag}/chrono/">Start Over</a>
  497.     {block:NextPage}<a href="{NextPage}">Go Back »</a>{/block:NextPage}
  498.     </div>
  499.     {/block:Pagination}
  500. </header>
  501.  
  502. <!-- Sidebar -->
  503.     <div id="sidebar">
  504.         <table border="0" align="center" cellpadding="3" cellspacing="0" bgcolor="{color:ContentBG}">
  505.             <tr>
  506.                 <td>
  507.                      <span style="font-size: 10px; line-height: normal">
  508.                          <font color={color:Accent} size=3>==></font>
  509.                             <select size="1" name="cid" language="JavaScript" onchange="gotoSite(this)">
  510.                                 <option selected value="http://{Name}.tumblr.com">Navigation</option>
  511.                                 <option value="http://{Name}.tumblr.com/ask">ENTER COMMAND</option> <option value="http://{Name}.tumblr.com/submit">SUBMIT SOMETHING</option>
  512.                                 <option value="http://www.tumblr.com/follow/{Name}/">FOLLOW</option>
  513.                                 <option value="http://{Name}.tumblr.com/tagged/{text:Story Tag}/chrono">MAIN STORY</option>
  514.                                 <option value="http://{Name}.tumblr.com/rss">RSS</option>
  515.                             </select>
  516.                             <br/>
  517.                      </span>
  518.                 </td>
  519.             </tr>
  520.         </table>
  521.    
  522.     <p>
  523.     <!--- Description Text -->
  524.     {block:Description}
  525.     <p>
  526.         {Description}
  527.     {/block:Description}
  528.    
  529.     <br />Layout code by <a href="http://wraithlike.tumblr.com/">wraithlike</a>.
  530.     <br /><a href="http://{Name}.tumblr.com/rss">Subscribe to the RSS</a>!
  531.    
  532.     </p>
  533.     <br />
  534.     </div><!-- End of #sidebar -->
  535.  
  536. <!-- Content -->
  537.     <div id="content">
  538.             {block:SearchPage}
  539.                 {block:SearchResults}
  540.                     <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  541.                 {/block:SearchResults}
  542.                
  543.                 {block:NoSearchResults}
  544.                     <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  545.                 {/block:NoSearchResults}
  546.             {/block:SearchPage}
  547.  
  548. <!-- Post Types -->            
  549.     {block:Posts}
  550.           <div class="post">          
  551.             {block:Photo}
  552.                 <div class="media">
  553.                     {LinkOpenTag}
  554.                     {block:IfShowHighResPhotosbyDefault}
  555.                         <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  556.                     {/block:IfShowHighResPhotosbyDefault}
  557.                    
  558.                     {block:IfNotShowHighResPhotosbyDefault}
  559.                         <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  560.                     {/block:IfNotShowHighResPhotosbyDefault}
  561.                     {LinkCloseTag}
  562.                 </div>
  563.                
  564.                 {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  565.             {/block:Photo}
  566.            
  567.             {block:Video}
  568.                 <div class="media">{Video-500}</div>
  569.                 {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  570.             {/block:Video}
  571.            
  572.             {block:Audio}
  573.                 {block:IfShowAlbumArtOnAudioPosts}
  574.                     {block:AlbumArt}
  575.                         <div class="album_art">
  576.                             <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  577.                         </div>
  578.                     {/block:AlbumArt}
  579.                 {/block:IfShowAlbumArtOnAudioPosts}
  580.                
  581.                 <div class="audio">
  582.                     <div class="player">{AudioPlayerWhite}</div>
  583.                     <div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  584.                     <div class="clear"></div>
  585.                 </div>
  586.                 <div class="clear"></div>
  587.                
  588.                 {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  589.             {/block:Audio}
  590.                    
  591.             {block:Quote}
  592.                 <div class="quote {Length}">{Quote}</div>
  593.                 <div class="copy">
  594.                     <div class="quotebg"></div>
  595.                     {block:Source}
  596.                         <table border="0" cellpadding="0" cellspacing="0" width="100%">
  597.                             <tr>
  598.                                 <td valign="top" style="width:20px;"></td>
  599.                                 <td valign="top" class="quote_source">
  600.                                     {Source}
  601.                                 </td>
  602.                             </tr>
  603.                         </table>
  604.                     {/block:Source}
  605.                 </div>
  606.             {/block:Quote}
  607.                
  608.             {block:Text}
  609.                 {block:Title}<div class="title">{Title}</div>{/block:Title}
  610.                 <div class="copy">{Body}</div>
  611.             {/block:Text}
  612.                    
  613.             {block:Answer}
  614.                     <div class="question">
  615.                     {Question}
  616.                     </div>
  617.                    
  618.                     <p style="font-size:18px; font-weight:bold;">
  619.                         <img src="{AskerPortraitURL-40}" style="vertical-align:middle;"> {Asker}
  620.                     </p>       
  621.                  
  622.                 <div class="copy">{Answer}</div>
  623.             {/block:Answer}
  624.            
  625.             {block:Chat}
  626.                 {block:Title}<div class="title">{Title}</div>{/block:Title}
  627.                 <div class="chat">
  628.                     <div class="lines">
  629.                         {block:Lines}
  630.                             <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  631.                         {/block:Lines}
  632.                     </div>
  633.                 </div>
  634.                 <div class="clear"></div>
  635.                 <div style="height:10px;"></div>
  636.             {/block:Chat}
  637.            
  638.             {block:Link}
  639.                 <div class="link"><strong>&gt;</strong> <a href="{URL}" {Target}>{Name}</a></div>
  640.                
  641.                 {block:Description}<div class="copy">{Description}</div>{/block:Description}
  642.             {/block:Link}
  643.                    
  644. <!-- End of Post Types -->
  645.  
  646. <!-- Post Footer -->
  647.             {block:Date}
  648.                     <div class="footer for_permalink">
  649.                         <div class="date">
  650.                             {block:Reblog}
  651.                                 <a href="http://{ReblogParentName}.tumblr.com/">Reblogged from {ReblogParentName}</a>
  652.                             {/block:Reblog}
  653.                            
  654.                             {block:NotReblog}
  655. <a href="{Permalink}">Reblog</a>
  656.                             {/block:NotReblog}
  657.                         </div>
  658.                        
  659.                         <div class="notes">
  660.                         {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  661.                         {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  662.                         <div class="clear"></div>
  663.                     </div>
  664.                 </a>
  665.             {/block:Date}
  666.                    
  667.             <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="display:block;">
  668.            
  669.                   {block:IfShowTags}
  670.                     {block:HasTags}
  671.                     <div class="tags">
  672.                         {block:Tags}
  673.                          <a href="{TagURL}">{Tag}</a>
  674.                         {/block:Tags}
  675.                     </div>
  676.                     {/block:HasTags}
  677.                   {/block:IfShowTags}    
  678.                  
  679.                   {block:ContentSource}
  680.                     <a href="{SourceURL}" class="source_url">Originally from {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  681.                         {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  682.                     </a>
  683.                    {/block:ContentSource}
  684.                        
  685.                         <div class="clear"></div>
  686.                     </div>
  687.                    
  688.                     {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  689.                    
  690.                     {block:IfDisqusShortname}
  691.                         {block:Permalink}
  692.                             <div class="notecontainer" style="margin:20px 0 1px 0; padding:1px 10px 10px 10px;">
  693.                                 <div id="disqus_thread"></div>
  694.                                 <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  695.                                 <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  696.                             </div>
  697.                             <div style="text-align:right; margin-top:5px;">
  698.                                 {lang:Blog comments powered by Disqus 2}
  699.                             </div>
  700.                         {/block:Permalink}
  701.                     {/block:IfDisqusShortname}                    
  702.                 </div>
  703. <!-- End of Post Footer -->                
  704.                 <div class="bottom"></div>
  705.             {/block:Posts}
  706.          
  707.     {block:Pagination}
  708.     <div class="pagination">
  709.     {block:PreviousPage}<a href="{PreviousPage}">« Go Forward</a>{/block:PreviousPage}
  710.     <a href="http://{Name}.tumblr.com/tagged/{text:Story Tag}/chrono/">Start Over</a>
  711.     {block:NextPage}<a href="{NextPage}">Go Back »</a>{/block:NextPage}
  712.     </div>
  713.     {/block:Pagination}
  714.    
  715. </div><!-- End of #content -->
  716.    
  717. </div> <!-- End of #wrapper -->
  718. </body>
  719. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement