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

http://segoli.tumblr.com source

By: a guest on Dec 5th, 2011  |  syntax: HTML  |  size: 10.85 KB  |  hits: 88  |  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.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5.         <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  6.         <link rel="icon" href="{Favicon}"/>
  7.         <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  8.         {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  10.         <meta name="viewport" content="width=775"/>
  11.  
  12.         <meta name="text:Disqus Shortname" content="" />
  13.  
  14. <link rel="stylesheet" href="http://static.tumblr.com/xcxngn2/jPQld4ouu/style.css" type="text/css" media="screen" />
  15.  
  16. <!--I added some custom CSS to make links always show up black via the custom CSS form in the blog customization panel.-->
  17.  
  18. <style type="text/css" media="screen">
  19.         {CustomCSS}
  20. </style>
  21.  
  22. <!--on my blog, there's a bit of google analytics text, but I've removed that here. ;)-->
  23.  
  24. </head>
  25. <body>
  26. <div class="patt">
  27. <div class="bott-patt">
  28.         <div id="container">
  29.                 <div id="header">
  30.                         <h1><a href="/">{Title}</a></h1>
  31.                         <ul id="nav">
  32.                         {block:HasPages}
  33.                                         {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
  34.                         {/block:HasPages}
  35.                         {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
  36.             {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
  37.                         </ul>
  38.                 </div>
  39.                 <a name="contents"></a>
  40.                 <div id="contents">
  41.                         {block:Posts}
  42.                         <div class="post">
  43.                                 <div class="sidebar">
  44.                     <ul>
  45.                     {block:Date}
  46.  
  47.                                         <li class="date"><a href=http://segoli.tumblr.com/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}><h2>{ShortMonth} {DayOfMonth}, {Year} at {24Hour}:{Minutes}:{Seconds}</li>
  48.  </h2>
  49.  
  50.                                 {/block:Date}
  51.                                 {block:ContentSource}
  52.                     </a><li>
  53.                         {lang:Source}: <a href="{SourceURL}">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a>
  54.                     </li>
  55.                     {/block:ContentSource}
  56.                                
  57.                                
  58.                                     {block:NoteCount}
  59.                                 <li class="notes">
  60.                                        <a href="{Permalink}/#notes">{NoteCountWithLabel}</a>&nbsp;
  61.                                 </li>
  62.                                     {/block:NoteCount}
  63.                                
  64.                                 {block:Source}
  65.                                     <li>
  66.                                         {Source}
  67.                                     </li>
  68.                                 {/block:Source}
  69.                                 <li class="permalink"><a href="{Permalink}">Permalink</a></li>
  70.                        
  71.                                 {block:Date}
  72.                                 {block:IfDisqusShortname}
  73.                     <a href="{Permalink}#disqus_thread" style="border-width: 0px"></a>
  74.                     {block:IfDisqusShortname}
  75.                     {/block:Date}
  76.                                 </p>
  77.                                 </ul>
  78.                                
  79.                                 <p class="tags">
  80.                                 {block:Tags}
  81.                                         <a href="{TagURL}">{Tag} </a>
  82.                                 {/block:Tags}
  83.                                 </p>   
  84.  
  85.                                 {block:Regular}
  86.                                         </div>
  87.                                         <div class="content text">
  88.                                             <div class="text-post">
  89.                                                <a href="{Permalink}">A TEXT POST</a>
  90.                                             </div>
  91.                                                 {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  92.                                                 <div class="go">
  93.                                                         {Body}
  94.                                                 </div>
  95.                                 {/block:Regular}
  96.                                
  97.                                 {block:Photo}
  98.                                                
  99.                                         </div>
  100.                                         <div class="content image">
  101.                                            <div class="image-post">
  102.                                               <a href="{Permalink}">A PHOTO</a>
  103.                                            </div>
  104.                                                 {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  105.                                                 {block:Caption}
  106.                                                         <div class="description">{Caption}</div>
  107.                                                 {/block:Caption}
  108.                                 {/block:Photo}
  109.  
  110.                                 {block:Quote}
  111.                                         </div>
  112.                                         <div class="content quote">
  113.  
  114.                                                 <div class="quote-post">
  115.                                                   <a href="{Permalink}">A QUOTE</a>
  116.                                                 </div>
  117.  
  118.                                                 <h4>{Quote}</h4>
  119.  
  120.                 {block:Source}
  121.                   <font color="black">  — {Source} </font>
  122. {/block:Source}
  123.  
  124.                                 {/block:Quote}
  125.  
  126.  
  127.                                 {block:Link}
  128.                                         </div>
  129.                                         <div class="content link">
  130.                                                 <div class="link-post">
  131.                                                   <a href="{Permalink}">A LINK</a>
  132.                                                 </div>  
  133.                                                 <h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>
  134.                                                 {block:Description}
  135.                                                         <div class="description">{Description}</div>
  136.                                                 {/block:Description}
  137.                                 {/block:Link}
  138.  
  139.                                 {block:Conversation}
  140.                                                
  141.                                         </div>
  142.                                         <div class="content chat">
  143.                                                 <div class="chat-post">
  144.                                                   <a href="{Permalink}">A CHAT</a>
  145.                                                 </div>
  146.                                                 {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  147.                                                 <ul>
  148.                                                         {block:Lines}
  149.                                                                 <li class="{Alt}">
  150.                                                                         {block:Label}<span class="label">{Label}</span>{/block:Label}
  151.                                                                         {Line}
  152.                                                                 </li>
  153.                                                         {/block:Lines}
  154.                                                 </ul>
  155.                                 {/block:Conversation}
  156.  
  157.                                 {block:Audio}
  158.                                                 <p><a href="{Permalink}">Audio</a></p>
  159.                                         </div>
  160.                                         <div class="content audio">
  161.                     {block:AlbumArt}
  162.                     {AlbumArtURL}
  163.                     {/block:AlbumArt}
  164.                     {block:Artist}
  165.                     {Artist}
  166.                     {/block:Artist} - {block:TrackName}
  167.                     {TrackName}
  168.                     {/block:TrackName}, from the album {block:Album}
  169.                     {Album}
  170.                     {/block:Album}
  171.                                                 {AudioPlayerGrey}
  172.                         {PlayCount} plays
  173.                                                 {block:Caption}
  174.                                                         <div class="description">{Caption}</div>
  175.                                                 {/block:Caption}
  176.                                 {/block:Audio}
  177.  
  178.                                 {block:Video}
  179.                                         </div>
  180.                                         <div class="content video">
  181.                                                 <div class="video-post">
  182.                                                   <a href="{Permalink}">A VIDEO</a>
  183.                                                 </div>
  184.                                                 {Video-400}
  185.                                                 {block:Caption}
  186.                                                         <div class="description">{Caption}</div>
  187.                                                 {/block:Caption}
  188.                                 {/block:Video}
  189.                                
  190.                                 {block:RebloggedFrom}
  191.                                         <div class="description">{lang:Reblogged from ReblogParentTitle 2}</div>
  192.                                 {/block:RebloggedFrom}
  193.  
  194.                                 {block:HasTags}
  195.                                        
  196.                                 {/block:HasTags}
  197.                
  198.                                 </div>
  199.                         </div>
  200.                         {/block:Posts}
  201.  
  202.                         {block:PostNotes}
  203.                         <div class="post">
  204.  
  205.                 <div class="content notes">
  206.                    
  207.                     {block:Permalink}
  208.                     {block:IfDisqusShortname}
  209.                     <div id="disqus_thread"></div>
  210.                     <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  211.                     <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  212.                     {/block:IfDisqusShortname}
  213.                     {/block:Permalink}
  214.                
  215.                 </div>
  216.  
  217.                                 <div class="content notes">
  218.  
  219.                                         {PostNotes}
  220.  
  221.                                 </div>
  222.  
  223.                         </div>
  224.                         {/block:PostNotes}
  225.  
  226.                         {block:IndexPage}
  227.                         <div class="post">
  228.                                 <div class="sidebar">
  229.  
  230.                                 </div>
  231.                                 <div class="footer-nav clearfix" style="text-transform:lowercase;">
  232.                                         {block:PreviousPage}
  233.                                                 <a class="previous-page" href="{PreviousPage}">{lang:Previous}</a>
  234.                                         {/block:PreviousPage}    
  235.    
  236.                                         {block:NextPage}
  237.                                                 <a class="next-page" href="{NextPage}">{lang:Next} &#187;</a>
  238.                                         {/block:NextPage}
  239.                                 </div>
  240.                         </div>
  241.                         {/block:IndexPage}
  242.  
  243.                 </div>
  244.                 <a name="description"></a>
  245.                 <div id="footer">
  246.                
  247.                         <div class="description">
  248.                                 <h2><a name="bottom"></a>{lang:About}</h2>
  249.                                 <img class="portrait" src="{PortraitURL-48}" />
  250.                                 <p>{Description}</p>
  251.                         </div>
  252.                         {block:Following}
  253.                         <div class="follow">
  254.                                 <h2>{lang:People I follow}</h2>
  255.                                 <ul>
  256.                                         {block:Followed}
  257.                                                 <li><a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}" alt="{FollowedName}" /></a></li>
  258.                                         {/block:Followed}
  259.                                 </ul>
  260.                         </div>
  261.                         {/block:Following}
  262.                         {block:GroupMembers}
  263.                         <div class="follow">
  264.                                 <h2>{lang:Group members}</h2>
  265.                                 <ul>
  266.                                         {block:GroupMember}
  267.                                                 <li><a href="{GroupMemberURL}" title="{GroupMemberName}"><img src="{GroupMemberPortraitURL-24}" alt="{GroupMemberName}" /></a></li>
  268.                                         {/block:GroupMember}
  269.                                 </ul>
  270.                         </div>
  271.                         {/block:GroupMembers}
  272.                         <div class="search">
  273.                                 <h2>{lang:Search}</h2>
  274.                                 <form action="/search" method="get">
  275.                                     <input type="text" name="q" value="{SearchQuery}"/>
  276.                                     <input type="submit" value="{lang:Search}"/>
  277.                                 </form>
  278.                         </div>
  279.                         <p class="footer">Atonement by <a href="http://www.madebylipsum.com">Toni Romero</a>, with some personal modification / {lang:Powered by Tumblr 2} / <a href="/archive">Archives</a> / <a href="{RSS}">RSS Feed</a></p>
  280.                 </div>
  281.         </div>
  282. </div>
  283. </div>
  284.         {block:IfDisqusShortname}
  285.     <script type="text/javascript">
  286.     //<![CDATA[
  287.    (function() {
  288.        var links = document.getElementsByTagName('a');
  289.        var query = '?';
  290.        for(var i = 0; i < links.length; i++) {
  291.        if(links[i].href.indexOf('#disqus_thread') >= 0) {
  292.            query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  293.        }
  294.        }
  295.        document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  296.    })();
  297.    //]]>
  298.     </script>
  299.     {/block:IfDisqusShortname}
  300. </body>
  301. </html>
  302.  
  303. <!--Here's a list of some of the changes I made from the original version of this theme. There are some I've missed, definitely, but these are the highlights:
  304. -better timestamps with link to posts from that day
  305. -more noticeable quote source
  306. -audio post metadata
  307. -larger following icons
  308.  
  309. Feel free to distribute this and change this, as long as you leave in a note somewhere in the source that this theme was originally created by http://www.madebylipsum.com with modifications by http://segoli.tumblr.com!-->
  310.