shittierthemes

Nightingale theme 3 (New Code)

Mar 2nd, 2014
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 66.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.    ══════════════════════════════════════════════════════════════════
  4.                              
  5.                 Nightingale Theme V3 (new code)
  6.                        Edited by: shittierthemes
  7.             Theme code: Jacob
  8.  
  9.    ══════════════════════════════════════════════════════════════════
  10.  
  11. -->
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.     <!-- DEFAULT VARIABLES -->
  15.     <meta name="color:Background" content="#3b627e" />
  16.     <meta name="color:borders" content="#111">
  17.     <meta name="color:text" content="#9A9A9A">
  18.     <meta name="color:hover" content="#454545">
  19.     <meta name="color:Footer BG" content="#FFFFFF" />
  20.     <meta name="color:Footer BG Hover" content="#ffffff" />
  21.    
  22.     <meta name="text:Post Opacity" content="0.55" />
  23.     <meta name="text:Sidebar Opacity" content="0.55" />
  24.    
  25.     <meta name="if:Show People I Follow" content="0" />
  26.     <meta name="if:Show Tags" content="1" />
  27.     <meta name="if:Show Album Art on Audio Posts" content="1" />
  28.     <meta name="if:Enable Jump Pagination" content="0" />
  29.     <meta name="if:Fixed Sidebar" content="0" />
  30.     <meta name="if:Sidebar On Left" content="0" />
  31.     <meta name="if:Sidebar On Right" content="1" />
  32.     <meta name="if:Sidebar Avatar" content="1" />
  33.     <meta name="if:Sidebar Image" content="0" />
  34.     <meta name="if:Hide Date And Notes" content="0" />
  35.     <meta name="if:Hide Tags And Source" content="1" />
  36.     <meta name="if:Hide Follow Button" content="1" />
  37.     <meta name="if:Hide Ask And Submit" content="1" />
  38.     <meta name="if:Hide Misc Links" content="1" />
  39.     <meta name="if:Hide Search" content="1" />
  40.     <meta name="if:Hide Copyright" content="1" />
  41.     <meta name="if:Transparent Post Footer" content="0" />
  42.     <meta name="if:Transparent Post Background" content="0" />
  43.     <meta name="if:Transparent Sidebar Background" content="1" />
  44.     <meta name="if:Show Title" content="0" />
  45.     <meta name="if:Background Image Cover" content="0" />
  46.     <meta name="if:Borders" content="0" />
  47.     <meta name="if:Post Shadow" content="0">
  48.    
  49.     <meta name="select:PostBorder" content="solid" title="Solid">
  50.     <meta name="select:PostBorder" content="dashed" title="Dashed">
  51.     <meta name="select:PostBorder" content="dotted" title="Dotted">
  52.     <meta name="select:PostBorder" content="double" title="Double">
  53.     <meta name="select:PostBorder" content="none" title="None">
  54.     <meta name="text:sidebar img position top" content="25"/>
  55.    
  56.     <meta name="image:Header" content="" />
  57.     <meta name="image:Background" content="" />
  58.     <meta name="image:SidebarImage" content="" />
  59.    
  60.    
  61.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62.     <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  63.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64.     <link rel="shortcut icon" href="{Favicon}" />
  65.     <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  66.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  67.     <style type="text/css">
  68.    
  69.      {block:IfHideFollowButton}#followontumblr { display: none !important; }{/block:IfHideFollowButton}
  70.         {block:IfHideAskAndSubmit}.ask_and_submit { display: none !impotant; }{/block:IfHideAskAndSubmit}
  71.         {block:IfHideMiscLinks}#buttons { display: none !important; }{/block:IfHideMiscLinks}
  72.         {block:IfHideSearch}#search, #search-scope { display: none !important; }{/block:IfHideSearch}
  73.         {block:IfHideCopyright}#copyright { display: none !important; }{/block:IfHideCopyright}  {block:IfHideDateAndNotes}.date_notes { display: none !important; }{/block:IfHideDateAndNotes}
  74.         {block:IfHideTagsAndSource}.tags_source { display: none !important; }{/block:IfHideTagsAndSource}
  75.         {block:IfBackgroundImageCover}body { background-size: cover; }{/block:IfBackgroundImageCover} .post .footer, .footer .date, .footer .notes, .notecontainer { background-color: {block:IfTransparentPostFooter}transparent{/block:IfTransparentPostFooter}{block:IfNotTransparentPostFooter}{color:Post Footer}{/block:IfNotTransparentPostFooter} !important; }
  76.         .footer a, .notecontainer a { color: {color:Post Footer Text} !important; }
  77.         .post { background-color: {block:IfTransparentPostBackground}transparent{/block:IfTransparentPostBackground}{block:IfNotTransparentPostBackground}{color:Post Background}{/block:IfNotTransparentPostBackground} !important; }
  78.         {block:IfTransparentPostBackground}#content .bottom { background-image: none !important; }{/block:IfTransparentPostBackground}
  79.         {block:IfTransparentSidebarBackground}#sidebar #top, #sidebar #bottom, #search-scope input { background-color: transparent !important; background-image: none !important; }{/block:IfTransparentSidebarBackground}
  80.         {block:IfNotTransparentSidebarBackground}#top:after { content: ' ';display: block;background-color: {color:Sidebar Background};position: absolute;height: 10px;width: 250px;margin-left: -20px;border-bottom-left-radius: 24px;border-bottom-right-radius: 24px; }{/block:IfNotTransparentSidebarBackground}
  81.    
  82.         body {
  83.             background: {color:Background} url('{image:Background}') top left fixed repeat;
  84.             margin: 0;
  85.             padding: 0;
  86.             font-family: {font:Body};
  87.         }
  88.        
  89.         .clear {
  90.             clear: both;
  91.             height: 0px;
  92.             overflow: hidden;
  93.         }
  94.        
  95.         a img {
  96.             border: none;
  97.         }
  98.        
  99.         #wrapper {
  100.             width: 845px;
  101.             margin: 0 auto;
  102.         }
  103.        
  104.             #wrapper #title {
  105.                 margin: 30px 0;
  106.                 color: #fff;
  107.                 font-size: 50px;
  108.                 font-weight: bold;
  109.                 font-family: {font:Title};
  110.                 text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  111.                 letter-spacing: -1px;
  112.             }
  113.            
  114.                 #wrapper #title a {
  115.                     color: #fff;
  116.                     text-decoration: none;
  117.                 }
  118.            
  119.             #wrapper #content {
  120.                 width: 530px;
  121.                       position: absolute;
  122.                 {block:ifSidebarOnRight}right: 500px;
  123.                                 left: auto;{/block:ifSidebarOnRight}
  124.                                 {block:ifSidebarOnLeft}left: 500px;
  125.                                 right: auto;{/block:ifSidebarOnLeft}
  126.             }
  127.            
  128.                 #wrapper #content .post {
  129.                     font-family: {font:Body};
  130.                     background: #fff;
  131.                     padding: 15px;
  132.                     position: relative;
  133.                     {block:ifpostshadow}-moz-box-shadow:  4px 4px 4px rgba(65,65,65,0.3);
  134. -webkit-box-shadow: 4px 4px 4px rgba(65,65,65,0.3);
  135. box-shadow: 4px 4px 4px rgba(65,65,65,0.3);{/block:ifpostshadow}
  136. {block:IfBorders}border: 1px solid {color:Borders};{/block:IfBorders}
  137. -webkit-transition: all 0.4s linear;
  138.     -moz-transition: all 0.4s linear;
  139.     transition: all 0.4s linear;
  140.                 }
  141.                
  142.                 .box img {
  143.                 display: block;
  144.                 max-width: 100%;}.m-i {
  145.                 display: block;
  146.                 line-height: 1px!important;
  147.                 }
  148.                    
  149.                     #wrapper #content .post .media {
  150.                         text-align: center;
  151.                         margin-bottom: 10px;
  152.                     }
  153.                    
  154.                     #wrapper #content .post .quotebg {
  155.                         font-family: calibri;
  156.                         font-size: 11px;
  157.                         letter-spacing:1px;
  158.                         font-weight:normal;
  159.                         font-style:normal;
  160.                         text-transform:uppercase;
  161.                         line-height:150%
  162.                         color: {color:Background};
  163.                         opacity: 0.2;
  164.                         filter: alpha(opacity=20);
  165.                         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  166.                         position: absolute;
  167.                         top: 70px;
  168.                         left: 10px;
  169.                     }
  170.                    
  171.                     #wrapper #content .post .quote {
  172.                         color:{color:text};
  173.                         font-family: calibri;
  174.                         font-size: 11px;
  175.                         letter-spacing:1px;
  176.                         font-weight:normal;
  177.                         font-style:normal;
  178.                         text-transform:uppercase;
  179.                         line-height:150%
  180.                         padding: 20px 20px 5px 20px;
  181.                     }
  182.                    
  183.                     #wrapper #content .post .quote.short {
  184.                         font-family: calibri;
  185.                         font-size: 11px;
  186.                         letter-spacing:1px;
  187.                         font-weight:normal;
  188.                         font-style:normal;
  189.                         text-transform:uppercase;
  190.                         line-height:150%;
  191.                     }
  192.                    
  193.                     #wrapper #content .post .quote.medium {
  194.                         font-family: calibri;
  195.                         font-size: 11px;
  196.                         letter-spacing:1px;
  197.                         font-weight:normal;
  198.                         font-style:normal;
  199.                         text-transform:uppercase;
  200.                         line-height:150%
  201.                     }
  202.                    
  203.                     #wrapper #content .post .quote.long {
  204.                         font-family: calibri;
  205.                         font-size: 11px;
  206.                         letter-spacing:1px;
  207.                         font-weight:normal;
  208.                         font-style:normal;
  209.                         text-transform:uppercase;
  210.                         line-height:150%
  211.                     }
  212.                                        
  213.                         #wrapper #content .post .quote_source *:first-child {
  214.                             margin-top: 0px;
  215.                         }
  216.                        
  217.                         #wrapper #content .post .quote_source *:last-child {
  218.                             margin-bottom: 0px;
  219.                         }
  220.                        
  221.                         #wrapper #content .post .quote *:first-child {
  222.                             margin-top: 0px;
  223.                         }
  224.                        
  225.                         #wrapper #content .post .quote *:last-child {
  226.                             margin-bottom: 0px;
  227.                         }
  228.                        
  229.                     #wrapper #content .post .copy {
  230.                         color:{color:text};
  231.                         padding: 10px;
  232.                         font-family: consolas;
  233.                         font-size: 11px;
  234.                         letter-spacing:1px;
  235.                         font-weight:normal;
  236.                         font-style:normal;
  237.                         text-transform:uppercase;
  238.                         line-height:150%
  239.                     }
  240.                        
  241.                         #wrapper #content .post .copy a {
  242.                             color:{color:text};
  243.                             text-decoration: underline;
  244.                         }
  245.                        
  246.                         #wrapper #content .post .copy a:hover {
  247.                             color:{color:hover};
  248.                             text-decoration: underline;
  249.                             -webkit-transition: all 0.6s ease-in-out;
  250.                             -moz-transition: all 0.6s ease-in-out;
  251.                             -o-transition: all 0.6s ease-in-out;
  252.                             -ms-transition: all 0.6s ease-in-out;
  253.                             transition: all 0.6s ease-in-out;
  254.                         }
  255.                        
  256.                         #wrapper #content .post .copy p {
  257.                             margin: 10px 0 0 0;
  258.                             padding: 0;
  259.                         }
  260.                        
  261.                         #wrapper #content .post .copy pre {
  262.                             margin: 10px 0px 10px 0px;
  263.                             padding: 10px;
  264.                             background-color: #e6e6e6;
  265.                             font: normal 11px Courier, monospace;
  266.                             overflow: auto;
  267.                         }
  268.                        
  269.                         #wrapper #content .post .copy > p:first-child {
  270.                             margin-top: 0;
  271.                         }
  272.                        
  273.                         #wrapper #content .post .copy img {
  274.                             max-width: 100%;
  275.                         }
  276.                    
  277.                     #wrapper #content .post .audio {
  278.                         background: #eaeaea;
  279.                         float: left;
  280.                         padding: 7px;
  281.                         margin-bottom: 10px;
  282.                         -moz-border-radius: 4px;
  283.                         -webkit-border-radius: 4px;
  284.                         border-radius: 4px;
  285.                     }
  286.                                                        
  287.                         #wrapper #content .post .audio .player {
  288.                             float: left;
  289.                         }
  290.                        
  291.                             #wrapper #content .post .audio .player .audio_player embed {
  292.                                 border: 1px solid #c8c8c8;
  293.                             }
  294.                        
  295.                         #wrapper #content .post .audio .meta {
  296.                             padding: 8px 13px;
  297.                             height: 13px;
  298.                             float: left;
  299.                             color: #666;
  300.                             font-family: {font:Accent};
  301.                             font-size: 11px;
  302.                             text-transform: lowercase;
  303.                         }
  304.                        
  305.                             #wrapper #content .post .audio .meta a {
  306.                                 color: #666;
  307.                                 text-decoration: none;
  308.                             }
  309.                    
  310.                     #wrapper #content .post .album_art {
  311.                         text-align: center;
  312.                     }
  313.                    
  314.                     #wrapper #content .post .question {
  315.                         color: #494949;
  316.                         font-size: 16px;
  317.                         font-weight: bold;
  318.                         background: #f1f1f1;
  319.                         -moz-border-radius: 8px;
  320.                         -webkit-border-radius: 8px;
  321.                         border-radius: 8px;
  322.                         margin: 0 0 15px 0;
  323.                         padding: 15px 20px;
  324.                         position: relative;
  325.                     }
  326.                    
  327.                         #wrapper #content .post .question .nipple {
  328.                             width: 13px;
  329.                             height: 7px;
  330.                             background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  331.                             position: absolute;
  332.                             bottom: -7px;
  333.                             left: 30px;
  334.                         }
  335.                        
  336.                     #wrapper #content .post .asker_container {
  337.                         margin: 0 0 20px 24px;
  338.                     }
  339.                    
  340.                         #wrapper #content .post .asker_container img {
  341.                             margin: 0 12px -7px 0;
  342.                         }
  343.                        
  344.                         #wrapper #content .post .asker_container a.asker {
  345.                             color: {color:Body};
  346.                         }
  347.                    
  348.                     #wrapper #content .post .title {
  349.                         color: #494949;
  350.                         font-size: 16px;
  351.                         font-weight: bold;
  352.                         padding: 10px 10px 0 10px;
  353.                     }
  354.                    
  355.                     #wrapper #content .post img {
  356.                       max-width: 500px;
  357.                     }
  358.                                        
  359.                     #wrapper #content .post .chat {
  360.                         background-color: #fff;
  361.                         border-left: 5px solid #dedddd;
  362.                         margin: 10px 10px 0 10px;
  363.                         font-size: 14px;
  364.                     }
  365.                                        
  366.                         #wrapper #content .post .chat .lines {
  367.                             margin-left: 1px;
  368.                         }
  369.                        
  370.                             #wrapper #content .post .chat .lines .line {
  371.                                 background-color: #eaeaea;
  372.                                 color: #494949;
  373.                                 margin-bottom: 1px;
  374.                                 padding: 3px 5px;
  375.                             }
  376.                            
  377.                             #wrapper #content .post .chat .lines .line.even {
  378.                                 background-color: #dedddd;
  379.                             }
  380.                        
  381.                         #wrapper #content .post .link {
  382.                             margin: 4px 0 2px 0;
  383.                             font-size: 16px;
  384.                             line-height: 25px;
  385.                         }
  386.                            
  387.                             #wrapper #content .post .link a {
  388.                                 background-color: {color:Background};
  389.                                 color:{color:text};
  390.                                 padding: 5px 7px;
  391.                                 -moz-border-radius: 4px;
  392.                                 -webkit-border-radius: 4px;
  393.                                 border-radius: 4px;
  394.                             }
  395.                            
  396.                             #wrapper #content .post .link a:hover {
  397.                                 color:{color:hover};
  398.                             -webkit-transition: all 0.6s ease-in-out;
  399.                             -moz-transition: all 0.6s ease-in-out;
  400.                             -o-transition: all 0.6s ease-in-out;
  401.                             -ms-transition: all 0.6s ease-in-out;
  402.                             transition: all 0.6s ease-in-out;
  403.                             }
  404.                    
  405.                     #wrapper #content .post .footer {
  406.                         background: {color:Footer BG};
  407.                         border: 1px  {select:postborder} {color:borders};
  408.                         -moz-border-radius: 4px;
  409.                         -webkit-border-radius: 4px;
  410.                         border-radius: 4px;
  411.                         font-family: consolas;
  412.                         padding: 5px;
  413.                         font-family: consolas;
  414.                         font-size: 11px;
  415.                         letter-spacing:1px;
  416.                         font-weight:normal;
  417.                         font-style:normal;
  418.                         text-transform:uppercase;
  419.                         line-height:50%
  420.                         padding: 6px 6px;
  421.                         margin-top: 3px;
  422.                         -webkit-transition: all 0.6s ease-in-out;
  423.                         -moz-transition: all 0.6s ease-in-out;
  424.                         -o-transition: all 0.6s ease-in-out;
  425.                         -ms-transition: all 0.6s ease-in-out;
  426.                         transition: all 0.6s ease-in-out;
  427.                     }
  428.                        
  429.                         #wrapper #content .post .footer:hover {
  430.                           background:{color:Footer BG Hover};
  431.                          -webkit-transition: all 0.6s ease-in-out;
  432.                          -moz-transition: all 0.6s ease-in-out;
  433.                          -o-transition: all 0.6s ease-in-out;
  434.                          -ms-transition: all 0.6s ease-in-out;
  435.                          transition: all 0.6s ease-in-out;
  436.                     }
  437.                        
  438.                         #wrapper #content .post .footer .date {
  439.                             width: 67%;
  440.                             float: left;
  441.                         }
  442.                        
  443.                         #wrapper #content .post .footer .date a {
  444.                                 color:{color:text};
  445.                             }
  446.                        
  447.                         #wrapper #content .post .footer .date a:hover {
  448.                             color:{color:hover};
  449.                             -webkit-transition: all 0.6s ease-in-out;
  450.                             -moz-transition: all 0.6s ease-in-out;
  451.                             -o-transition: all 0.6s ease-in-out;
  452.                             -ms-transition: all 0.6s ease-in-out;
  453.                             transition: all 0.6s ease-in-out;
  454.                         }
  455.                        
  456.                         #wrapper #content .post .footer .notes {
  457.                             width: 33%;
  458.                             float: right;
  459.                             text-align: right;
  460.                             color:{color:text};
  461.                         }
  462.                            
  463.                             #wrapper #content .post .footer .notes a {
  464.                                 color:{color:text};
  465.                             }
  466.                            
  467.                             #wrapper #content .post .footer .notes a:hover {
  468.                                 color:{color:hover};
  469.                                 -webkit-transition: all 0.6s ease-in-out;
  470.                                 -moz-transition: all 0.6s ease-in-out;
  471.                                 -o-transition: all 0.6s ease-in-out;
  472.                                 -ms-transition: all 0.6s ease-in-out;
  473.                                 transition: all 0.6s ease-in-out;
  474.                             }
  475.                            
  476.                             #wrapper #content .post .footer .tags a {
  477.                                 color:{color:text};
  478.                                 text-decoration: underline;
  479.                             }
  480.                            
  481.                             #wrapper #content .post .footer .tags a:hover {                               color:{color:hover};
  482.                                 text-decoration: underline;
  483.                                 -webkit-transition: all 0.6s ease-in-out;
  484.                                 -moz-transition: all 0.6s ease-in-out;
  485.                                 -o-transition: all 0.6s ease-in-out;
  486.                                 -ms-transition: all 0.6s ease-in-out;
  487.                                 transition: all 0.6s ease-in-out;
  488.                             }
  489.                            
  490.                                 #wrapper #content .post .footer .tags .tag-commas:last-child {
  491.                                     display: none;
  492.                                 }
  493.  
  494.                            
  495.                             #wrapper #content .post .footer.with_source_url .tags {
  496.                                 max-width: 330px;
  497.                                 float: left;
  498.                             }
  499.                            
  500.                             #wrapper #content .post .footer.with_source_url .source_url {
  501.                                 float: right;
  502.                                 max-width: 160px;
  503.                                 overflow: hidden;
  504.                                 white-space: nowrap;
  505.                                
  506.                             }
  507.                            
  508.                                 #wrapper #content .post .footer.with_source_url .source_url img {
  509.                                     vertical-align: top;
  510.                                     -moz-opacity: 0.5;
  511.                                     opacity: 0.5;
  512.                                 }
  513.                                
  514.                                 #wrapper #content .post .footer.with_source_url .source_url:hover img {
  515.                                     -moz-opacity: 0.7;
  516.                                     opacity: 0.7;
  517.                                 }
  518.                                
  519.                                 {block:IfHideTagsAndSource}.tags_source { display: none !important; }{/block:IfHideTagsAndSource}
  520.                        
  521.                         #wrapper #content .post a {
  522.                             color: #6e7173;
  523.                             text-decoration: none;
  524.                         }
  525.                        
  526.                             #wrapper #content .post .copy blockquote {
  527.                                 margin: 10px 0px 10px 10px;
  528.                                 padding-left: 15px;
  529.                                 border-left: solid 4px #dcdcdc;
  530.                             }
  531.                            
  532.                                 #wrapper #content .post .copy blockquote blockquote {
  533.                                     border-left: solid 4px #cccccc;
  534.                                 }
  535.                                
  536.                                     #wrapper #content .post .copy blockquote blockquote blockquote {
  537.                                         border-left: solid 4px #bcbcbc;
  538.                                     }
  539.                                    
  540.                                         #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  541.                                             border-left: solid 4px #acacac;
  542.                                         }
  543.                                        
  544.                                             #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  545.                                                 border-left: solid 4px #9c9c9c;
  546.                                             }
  547.                                            
  548.                                                 #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  549.                                                     border-left: solid 4px #8c8c8c;
  550.                                                 }
  551.                        
  552.                         #wrapper #content .bottom {
  553.                            
  554.                             width: 513px;
  555.                             height: 20px;
  556.                             margin: 0 auto;
  557.                         }
  558.                        
  559.                         #wrapper #content #navigation {
  560.                             text-align: right;
  561.                             padding-bottom: 35px;
  562.                             text-transform: uppercase;
  563.                         }
  564.                        
  565.                             #wrapper #content #navigation a {
  566.                                 background-color: #fff;
  567.                                 color: {color:Background};
  568.                                 padding: 5px 10px;
  569.                                 text-decoration: none;
  570.                                 margin-left: 28px;
  571.                             }
  572.                            
  573.                             #wrapper #content #navigation a:hover {
  574.                                 opacity: 0.9;
  575.                                 filter: alpha(opacity=90);
  576.                                 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  577.                             }
  578.                            
  579.                         #wrapper #content #navigation.jump_pagination {}
  580.                            
  581.                             #wrapper #content #navigation.jump_pagination a {                              
  582.                                 margin: 0 0 0 4px;
  583.                             }
  584.                            
  585.                             #wrapper #content #navigation.jump_pagination .current_page {
  586.                                 color: #FFCCCC;
  587.                                 background-color: rgba(255,255,255, 0.1);
  588.                                 border: 2px solid #fff;
  589.                                 padding: 3px 8px;
  590.                                 margin: 0 0 0 4px;
  591.                                 cursor: default;
  592.                             }
  593.                            
  594.                             #wrapper #content #navigation.jump_pagination .jump_page {}
  595.                            
  596.                             #wrapper #content .post .notecontainer {
  597.                                 background: #eaeaea;
  598.                                 -moz-border-radius: 4px;
  599.                                 -webkit-border-radius: 4px;
  600.                                 border-radius: 4px;
  601.                                 font-family: calibri;
  602.                                 font-size: 11px;
  603.                                 color:{color:text};
  604.                                 margin-top: 10px;
  605.                                 margin-bottom: -10px;
  606.                             }
  607.                            
  608.                                     #wrapper #content .post .notecontainer a {
  609.                                         color:{color:text};
  610.                                         text-decoration: underline;
  611.                                     }
  612.                                    
  613.                         #wrapper #content .post .notecontainer a:hover {
  614.                                 color:{color:hover};
  615.                                 text-decoration: underline;
  616.                                 -webkit-transition: all 0.6s ease-in-out;                                 -moz-transition: all 0.6s ease-in-out;
  617.                                 -o-transition: all 0.6s ease-in-out;
  618.                                 -ms-transition: all 0.6s ease-in-out;
  619.                                 transition: all 0.6s ease-in-out;
  620.                                     }
  621.                                    
  622.                                     #wrapper #content .post .notecontainer ol.notes {
  623.                                         padding: 0px 0 10px 0;
  624.                                         list-style-type: none;
  625.                                         font-size: 11px;
  626.                                     }
  627.                                    
  628.                                         #wrapper #content .post .notecontainer ol.notes li.note {
  629.                                             padding: 10px 10px 0 10px;
  630.                                         }
  631.                                        
  632.                                             #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  633.                                                 vertical-align: -4px;
  634.                                                 margin-right: 10px;
  635.                                                 width: 16px;
  636.                                                 height: 16px;
  637.                                             }
  638.                                            
  639.                                             #wrapper #content .post .notecontainer ol.notes li.note span.action {
  640.                                                 font-weight: normal;
  641.                                             }
  642.                                            
  643.                                             #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  644.                                                 font-weight: normal;
  645.                                             }
  646.                                            
  647.                                             #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  648.                                                 border-left: 2px solid #666;
  649.                                                 padding: 4px 10px;
  650.                                                 margin: 10px 0px 0px 25px;
  651.                                             }
  652.                                            
  653.                                                 #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  654.                                                     text-decoration: none;
  655.                                                 }
  656.                
  657.                 #wrapper #content #searchresults {
  658.                     color: #fff;
  659.                     margin: 0 0 15px 0;
  660.                     text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  661.                     font-family: {font:Body};
  662.                     font-size: 20px;
  663.                 }
  664.                
  665.                     #wrapper #content #searchresults .search_query {
  666.                         font-weight: bold;
  667.                     }
  668.                    
  669.                     #wrapper #content #searchresults .search_query:before {
  670.                         content:'“';
  671.                     }
  672.                    
  673.                     #wrapper #content #searchresults .search_query:after {
  674.                         content:'”';
  675.                     }
  676.            
  677.             #wrapper #sidebar {
  678.                 width: 250px;
  679.                 margin-top:100px;
  680.                 {block:ifSidebarOnRight}left: auto;
  681.                                 right: 250px;{/block:ifSidebarOnRight}
  682.                                 {block:ifSidebarOnLeft}left: 250px;
  683.                                 right: auto;{/block:ifSidebarOnLeft}
  684.                                 {block:iffixedsidebar}position: fixed;{/block:iffixedsidebar}
  685.                 color: {color:Background};
  686.                 font-family: {font:Accent}
  687.             }
  688.            
  689.                 #wrapper #sidebar a {
  690.                     color: {color:Background};
  691.                 }
  692.                
  693.                 #wrapper #sidebar #top {
  694.                     background: #fff;
  695.                     padding: 0 20px;
  696.                    
  697.                     -webkit-border-top-left-radius: 10px;
  698.                     -webkit-border-top-right-radius: 10px;
  699.                     -moz-border-radius-topleft: 10px;
  700.                     -moz-border-radius-topright: 10px;
  701.                     border-top-left-radius: 10px;
  702.                     border-top-right-radius: 10px;
  703.                 }
  704.                
  705.                  
  706.                    
  707.                        #wrapper #sidebar img {  background:#fff;
  708.                                                 width: auto;
  709.                                                 margin-right: 10px;
  710.                                                 margin-bottom: 10px;
  711.                                                 padding:10px;
  712.                                                 max-width: 230px;
  713.                                                 border-radius: 10px;
  714.                                         }
  715.                    
  716.                     #wrapper #sidebar #top #pages {
  717.                         margin-bottom: 15px;
  718.                         font-size: 12px;
  719.                     }
  720.                    
  721.                         #wrapper #sidebar #top #pages.ask_and_submit {
  722.                             display: none;
  723.                             {block:AskEnabled}display: block;{/block:AskEnabled}
  724.                             {block:SubmissionsEnabled}display: block;{/block:SubmissionsEnabled}
  725.                         }
  726.                    
  727.                         #wrapper #sidebar #top #pages a.page {
  728.                             display: block;
  729.                             float: left;
  730.                             background-color: {color:Background};
  731.                             color: #fff;
  732.                             padding: 4px 5px;
  733.                             margin: 0 5px 5px 0;
  734.                             -webkit-border-radius: 3px;
  735.                             -moz-border-radius: 3px;
  736.                             border-radius: 3px;
  737.                         }
  738.                        
  739.                         #wrapper #sidebar #top #pages a.page:last-child {
  740.                             margin-right: 0;
  741.                         }
  742.                        
  743.                         #wrapper #sidebar #top #pages a.page:hover {
  744.                             opacity: 0.9;
  745.                             filter: alpha(opacity=90);
  746.                             -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  747.                         }
  748.                        
  749.                     #wrapper #sidebar #top #description {
  750.                         background:#fff;
  751.                         color:{color:text};
  752.                         font-family: consolas;
  753.                         font-size: 11px;
  754.                         letter-spacing:1px;
  755.                         font-weight:normal;
  756.                         font-style:normal;
  757.                         text-transform:uppercase;
  758.                         line-height:150%
  759.                         padding:10px;
  760.                         padding-bottom: 10px;
  761.                         padding-top: 10px;
  762.                         padding-left: 10px;
  763.                         padding-right: 10px;
  764.                         box-shadow:rgba({text:glow rgb},0.6) 0px 0px 10px 1px;                    border-radius: 3px;
  765.                         -webkit-border-radius: 10px;
  766.                         -moz-border-radius: 10px;
  767.                         -o-border-radius: 10px;
  768.                         -ms-border-radius: 10px;
  769.                         {block:IfPostAndSidebarTransparent}
  770.                         background: rgba(255, 255, 255, {text:Post Opacity});
  771.                         {/block:IfPostAndSidebarTransparent}
  772.                         position: relative;
  773.                         width:132px;
  774.                         left:-1px;
  775.                         top: 10px;
  776.                     }
  777.                    
  778.                         #wrapper #sidebar #top #description a {
  779.                             color:{color:text};
  780.                             text-decoration: underline;
  781.                         }
  782.                    
  783.                     #wrapper #sidebar #top #search {
  784.                         background: #fff;
  785.                         border: 1px solid {color:Background};
  786.                        
  787.                         -moz-border-radius: 4px;
  788.                         -webkit-border-radius: 4px;
  789.                         border-radius: 4px;
  790.                     }
  791.                    
  792.                     #wrapper #sidebar #top #search-scope {
  793.                         padding-top: 5px;
  794.                         font-size: 11px;
  795.                         text-align: center;
  796.                     }
  797.                    
  798.                         #wrapper #sidebar #top #search-scope input,
  799.                         #wrapper #sidebar #top #search-scope label {
  800.                             cursor: pointer;
  801.                         }
  802.                        
  803.                         #wrapper #sidebar #top #search form {
  804.                             margin: 0;
  805.                         }
  806.                            
  807.                             #wrapper #sidebar #top #search form .query {
  808.                                 padding: 5px;
  809.                                 border: none;
  810.                                 background: transparent;
  811.                                 outline: none;
  812.                                 width: 125px;
  813.                                 float: left;
  814.                                 color: {color:Background};
  815.                             }
  816.                            
  817.                             #wrapper #sidebar #top #search form .submit {
  818.                                 background: {color:Background};
  819.                                 color: #fff;
  820.                                 border: none;
  821.                                 padding: 5px 7px;
  822.                                 margin: 3px 3px 2px 0;
  823.                                 float: right;
  824.                                 -moz-border-radius: 3px;
  825.                                 -webkit-border-radius: 3px;
  826.                                 border-radius: 3px;
  827.                                 cursor: pointer;
  828.                             }
  829.                            
  830.                             #wrapper #sidebar #top #search form .submit:hover {
  831.                                 opacity: 0.9;
  832.                                 filter: alpha(opacity=90);
  833.                                 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  834.                             }
  835.                    
  836.                     #wrapper #sidebar #top .heading {
  837.                         color: #fff;
  838.                         font-family: helvetica, arial, sans-serif;
  839.                         font-size: 17px;
  840.                         margin-top: 20px;
  841.                         padding: 10px;
  842.                         background-color: {color:Background};
  843.                         -webkit-border-top-left-radius: 4px;
  844.                         -webkit-border-top-right-radius: 4px;
  845.                         -moz-border-radius-topleft: 4px;
  846.                         -moz-border-radius-topright: 4px;
  847.                         border-top-left-radius: 4px;
  848.                         border-top-right-radius: 4px;
  849.                     }
  850.                    
  851.                     #wrapper #sidebar #top a .heading {
  852.                         color: #fff;
  853.                         text-decoration: none;
  854.                     }
  855.                    
  856.                     #wrapper #sidebar #top .heading#followontumblr {
  857.                         background: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-en_US.png') center left no-repeat {color:Background};
  858.                         text-indent: -9999px;
  859.                         -moz-border-radius: 4px;
  860.                         -webkit-border-radius: 4px;
  861.                         border-radius: 4px;
  862.                        
  863.                         {block:German}
  864.                             background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-de_DE.png');
  865.                         {/block:German}
  866.                        
  867.                         {block:Japanese}
  868.                             background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-ja_JP.png');
  869.                         {/block:Japanese}
  870.                        
  871.                         {block:Italian}
  872.                             background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-it_IT.png');
  873.                         {/block:Italian}
  874.                        
  875.                         {block:French}
  876.                             background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-fr_FR.png');
  877.                         {/block:French}
  878.                     }
  879.                    
  880.                     #wrapper #sidebar #top .heading#followontumblr:hover,
  881.                     #wrapper #sidebar #top .heading#twitter:hover {
  882.                         opacity: 0.9;
  883.                         filter: alpha(opacity=90);
  884.                         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  885.                     }
  886.                    
  887.                     #wrapper #sidebar #top .heading#twitter {
  888.                         background: url('http://assets.tumblr.com/themes/redux/sidebar-twitter.png') right center no-repeat {color:Background};
  889.                     }
  890.                    
  891.                     #wrapper #sidebar #top .heading#following {
  892.                         background: url('http://assets.tumblr.com/themes/redux/sidebar-following.png') right center no-repeat {color:Background};
  893.                     }
  894.                    
  895.                     #wrapper #sidebar #top .content {
  896.                         margin-top: 2px;
  897.                         padding: 7px 10px;
  898.                         background: #eaeaea;
  899.                         color: #666;
  900.                         font-size: 11px;
  901.                         overflow: hidden;
  902.                     }
  903.                    
  904.                         #wrapper #sidebar #top a {
  905.                             text-decoration: none;
  906.                         }
  907.                    
  908.                         #wrapper #sidebar #top #following-avatars.content {
  909.                             padding: 4px;
  910.                         }
  911.                    
  912.                                 #wrapper #sidebar #top #following-avatars.content a img {
  913.                                     margin: 5px;
  914.                                 }
  915.                                
  916.                         #wrapper #sidebar #top #buttons {
  917.                             padding: 20px 0 0 0;
  918.                         }
  919.                        
  920.                             #wrapper #sidebar #top #buttons .button {
  921.                                 width: 35%;
  922.                                 height: 21px;
  923.                                 float: left;
  924.                                 background: left center no-repeat transparent;
  925.                                 padding: 2px 0 0 30px;
  926.                                 font-size: 14px;
  927.                             }
  928.                            
  929.                                 #wrapper #sidebar #top #buttons a {
  930.                                     color: {color:Background};
  931.                                     text-decoration: none;
  932.                                 }
  933.                            
  934.                                 #wrapper #sidebar #top #buttons div {
  935.                                     padding-bottom: 10px;
  936.                                 }
  937.                            
  938.                             #wrapper #sidebar #top #buttons .button#button-rss {
  939.                                 background-image: url('http://assets.tumblr.com/themes/redux/button-rss.png?2');
  940.                                 text-transform: capitalize;
  941.                             }
  942.                            
  943.                             #wrapper #sidebar #top #buttons .button#button-random {
  944.                                 background-image: url('http://assets.tumblr.com/themes/redux/button-random.png?2');
  945.                             }
  946.                            
  947.                             #wrapper #sidebar #top #buttons .button#button-archive {
  948.                                 background-image: url('http://assets.tumblr.com/themes/redux/button-archive.png?2');
  949.                             }
  950.                            
  951.                             #wrapper #sidebar #top #buttons .button#button-mobile {
  952.                                 background-image: url('http://assets.tumblr.com/themes/redux/button-mobile.png?2');
  953.                             }
  954.                
  955.                     #wrapper #sidebar #bottom {
  956.                         background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  957.                         width: 250px;
  958.                         height: 25px;
  959.                     }
  960.                    
  961.                     #wrapper #sidebar #copyright {
  962.                         text-align: center;
  963.                         color: #fff;
  964.                         font-size: 12px;
  965.                         margin-bottom: 10px;
  966.                     }
  967.                    
  968.                         #wrapper #sidebar #copyright a {
  969.                             color: #fff;
  970.                             margin-left: 15px;
  971.                         }
  972.  
  973.             #cred {
  974.                         position:fixed;
  975.                         font-size:8px;
  976.                         font-weight:normal;
  977.                         line-height:150%;
  978.                         letter-spacing:2px;
  979.                         right:10px;
  980.                         bottom:10px;
  981.                         text-transform:uppercase;
  982.                         text-align:center;
  983.                         }
  984.                        
  985.                         #cred a {
  986.                         padding:3px;
  987.                         color:{color:bg};
  988.                         background-color:{color:link};
  989.                         -moz-transition-duration:0.5s;
  990.                         -webkit-transition-duration:0.5s;
  991.                         -o-transition-duration:0.5s;
  992.                         }
  993.    
  994.     </style>
  995.     <!--[if lt IE 7.]>
  996.        <style type="text/css">
  997.            #wrapper #sidebar #bottom {
  998.                background: transparent;
  999.            }
  1000.            
  1001.            #wrapper #sidebar #top #avatar {
  1002.                background: none;
  1003.            }
  1004.            
  1005.            #wrapper #sidebar #top #avatar img {
  1006.                border: 5px solid #f1f1f1;
  1007.            }
  1008.            
  1009.            #wrapper #sidebar #top .heading#followontumblr {
  1010.                background-image: none;
  1011.                text-indent: 0;
  1012.            }
  1013.        
  1014.            #wrapper #sidebar #top .heading#twitter {
  1015.                background-image: none;
  1016.            }
  1017.        
  1018.            #wrapper #sidebar #top .heading#following {
  1019.                background-image: none;
  1020.            }
  1021.  
  1022.            #wrapper #content .post .audio .player {
  1023.                float: none;
  1024.            }
  1025.            
  1026.            #wrapper #content .post .audio .meta {
  1027.                display: none;
  1028.                float: none;
  1029.            }
  1030.        </style>
  1031.    <![endif]-->
  1032.    
  1033.     <!--[if lt IE 8.]>
  1034.        <style type="text/css">
  1035.            #wrapper #content .bottom {
  1036.                background: transparent;
  1037.            }
  1038.            
  1039.            #wrapper #content .post .footer {
  1040.                background: transparent;
  1041.                color: #000;
  1042.            }
  1043.            
  1044.            #wrapper #content .post .audio {
  1045.                float: none;
  1046.                background: transparent;
  1047.            }
  1048.            
  1049.            #wrapper #content .post .notecontainer .notes {
  1050.                padding: 0;
  1051.                margin: 0;
  1052.            }
  1053.        </style>
  1054.    <![endif]-->
  1055.     <style type="text/css">{CustomCSS}</style>
  1056. </head>
  1057. <body>
  1058.     <div id="wrapper">
  1059.         <div id="title">
  1060.             <a href="/">
  1061.                 {block:IfShowTitle}{Title}{/block:IfShowTitle}
  1062.             </a>
  1063.             </div>
  1064.        
  1065.         <div id="content">
  1066.            
  1067.             {block:SearchPage}
  1068.                 {block:SearchResults}
  1069.                     <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  1070.                 {/block:SearchResults}
  1071.                
  1072.                 {block:NoSearchResults}
  1073.                     <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  1074.                 {/block:NoSearchResults}
  1075.             {/block:SearchPage}
  1076.            
  1077.             {block:Posts}
  1078.                  <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1079.  
  1080. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1081.  
  1082. {/block:SourceLogo}
  1083.  
  1084. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  1085.  
  1086. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  1087.                 <div class="post">
  1088.                    
  1089.                            {block:Photo}
  1090.                 <div class="photo">
  1091.                 <div class="box">
  1092.                 <!-- permalink --> {block:IndexPage}
  1093.                
  1094.                 <!-- /permalink --> {/block:IndexPage}
  1095.                 {block:IndexPage}
  1096.                 <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>
  1097.                 {/block:IndexPage}
  1098.                 {block:PermalinkPage}
  1099.                 {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  1100.                 {/block:PermalinkPage}
  1101.                 </div>
  1102.                 {block:IndexPage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IndexPage}
  1103.                 </div>
  1104.                 {/block:Photo}
  1105.                
  1106.                 {block:Photoset}
  1107.                 <div class="photoset">
  1108.                 <div class="box">
  1109.                 <!-- permalink --> {block:IndexPage}
  1110.                
  1111.                 <!-- /permalink --> {/block:IndexPage}
  1112.                 <center>{Photoset-500}</center>
  1113.                 </div>
  1114.                 {block:IndexPage}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IndexPage}
  1115.                 </div>
  1116.                 {/block:Photoset}
  1117.                    
  1118.                     {block:Video}
  1119.                         <div class="media">{Video-500}</div>
  1120.                         {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1121.                     {/block:Video}
  1122.                    
  1123.                     {block:Audio}
  1124.                        
  1125.                         {block:AudioEmbed}
  1126.                             {AudioEmbed}
  1127.                         {/block:AudioEmbed}
  1128.                        
  1129.                         {block:AudioPlayer}
  1130.                             {block:IfShowAlbumArtOnAudioPosts}
  1131.                                 {block:AlbumArt}
  1132.                                     <div class="album_art">
  1133.                                         <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  1134.                                     </div>
  1135.                                 {/block:AlbumArt}
  1136.                             {/block:IfShowAlbumArtOnAudioPosts}
  1137.                        
  1138.                             <div class="audio">
  1139.                                 <div class="player">{AudioPlayerWhite}</div>
  1140.                                 <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  1141.                                 <div class="clear"></div>
  1142.                             </div>
  1143.                         {/block:AudioPlayer}
  1144.                        
  1145.                         <div class="clear"></div>
  1146.                        
  1147.                         {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  1148.                        
  1149.                     {/block:Audio}
  1150.                    
  1151.                     {block:Quote}
  1152.                         <div class="quote {Length}">{Quote}</div>
  1153.                         <div class="copy">
  1154.                             <div class="quotebg"></div>
  1155.                             {block:Source}
  1156.                                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  1157.                                     <tr>
  1158.                                         <td valign="top" style="width:20px;">&mdash;</td>
  1159.                                         <td valign="top" class="quote_source">
  1160.                                             {Source}
  1161.                                         </td>
  1162.                                     </tr>
  1163.                                 </table>
  1164.                             {/block:Source}
  1165.                         </div>
  1166.                     {/block:Quote}
  1167.                        
  1168.                     {block:Text}
  1169.                         {block:Title}<div class="title">{Title}</div>{/block:Title}
  1170.                         <div class="copy">{Body}</div>
  1171.                     {/block:Text}
  1172.                    
  1173.                     {block:Answer}
  1174.                         <div class="question">
  1175.                             <div class="nipple"></div>
  1176.                             {Question}
  1177.                         </div>
  1178.                         <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  1179.                         <div class="copy">{Answer}</div>
  1180.                     {/block:Answer}
  1181.                    
  1182.                     {block:Chat}
  1183.                         {block:Title}<div class="title">{Title}</div>{/block:Title}
  1184.                         <div class="chat">
  1185.                             <div class="lines">
  1186.                                 {block:Lines}
  1187.                                     <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  1188.                                 {/block:Lines}
  1189.                             </div>
  1190.                         </div>
  1191.                         <div class="clear"></div>
  1192.                         <div style="height:10px;"></div>
  1193.                     {/block:Chat}
  1194.                    
  1195.                     {block:Link}
  1196.                         <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  1197.                         {block:Description}<div class="copy">{Description}</div>{/block:Description}
  1198.                     {/block:Link}
  1199.                    
  1200.                     {block:Date}
  1201.                         <a href="{Permalink}">
  1202.                             <div class="footer for_permalink">
  1203.                                 <div class="date">
  1204.                                     {block:Reblog}
  1205.                                         {lang:Reblogged TimeAgo from ReblogParentName} <a href="{Permalink}">{NoteCountWithLabel}</a>
  1206.                                     {/block:Reblog}
  1207.                                    
  1208.                                     {block:NotReblog}
  1209.                                         {lang:Posted TimeAgo from source} <a href="{Permalink}">{NoteCountWithLabel}</a>
  1210.                                     {/block:NotReblog}
  1211.                                 </div>
  1212.                                 <div class="notes"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a> {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount}  <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  1213.                                 <div class="clear"></div>
  1214.                             </div>
  1215.                         </a>
  1216.                     {/block:Date}
  1217.                    
  1218.                     <div class="footer tags_source {block:ContentSource}with_source_url{/block:ContentSource}" style="
  1219.                        display:none;
  1220.                        {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  1221.                        {block:ContentSource}display:block;{/block:ContentSource}
  1222.                    ">
  1223.                         {block:IfShowTags}
  1224.                             {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  1225.                         {/block:IfShowTags}
  1226.                        
  1227.                         {block:ContentSource}
  1228.                             <a href="{SourceURL}" class="source_url">
  1229.                                 {lang:Source}:
  1230.                                 {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1231.                                 {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  1232.                             </a>
  1233.                         {/block:ContentSource}
  1234.                        
  1235.                         <div class="clear"></div>
  1236.                     </div>
  1237.                    
  1238.                     {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1239.                    
  1240.                     {block:IfDisqusShortname}
  1241.                         {block:Permalink}
  1242.                             <div class="notecontainer" style="margin:20px 0 1px 0; padding:1px 10px 10px 10px;">
  1243.                                 <div id="disqus_thread"></div>
  1244.                                 <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  1245.                                 <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  1246.                             </div>
  1247.                             <div style="text-align:right; margin-top:5px;">
  1248.                                 {lang:Blog comments powered by Disqus 2}
  1249.                             </div>
  1250.                         {/block:Permalink}
  1251.                     {/block:IfDisqusShortname}
  1252.                    
  1253.                 </div>
  1254.                 <div class="bottom"></div>
  1255.             {/block:Posts}
  1256.            
  1257.             {block:Pagination}
  1258.                 <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  1259.                     {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  1260.                    
  1261.                     {block:IfEnableJumpPagination}
  1262.                         {block:JumpPagination length="5"}
  1263.                             {block:CurrentPage}
  1264.                                 <span class="current_page">{PageNumber}</span>
  1265.                             {/block:CurrentPage}
  1266.                            
  1267.                             {block:JumpPage}
  1268.                                 <a class="jump_page" href="{URL}">{PageNumber}</a>
  1269.                             {/block:JumpPage}
  1270.                            
  1271.                         {/block:JumpPagination}
  1272.                     {/block:IfEnableJumpPagination}
  1273.                    
  1274.                     {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  1275.                 </div>
  1276.             {/block:Pagination}
  1277.            
  1278.         </div>
  1279.        
  1280.         <div id="sidebar">
  1281.             <div id="top">
  1282.                {block:ifsidebaravatar}<div id="avatar"><a href="/"><img src="{PortraitURL-128}" /></a></div>{/block:ifsidebaravatar}
  1283.                
  1284.                {block:ifsidebarimage}<div><a href="/"><img src="{image:SidebarImage}" /></a></div>{/block:ifsidebarimage}
  1285.                
  1286.                <div id="description">{Description}</div>
  1287.                
  1288.              <div id="search">
  1289.                     <form action="/search" method="get" id="search-form">
  1290.                         <input type="hidden" name="t" value="{Name}" />
  1291.                         <input type="hidden" name="scope" value="all_of_tumblr" />
  1292.                         <input type="text" name="q" class="query" value="{SearchQuery}" />
  1293.                         <input type="submit" value="{lang:Search}" class="submit" />
  1294.                         <div class="clear"></div>
  1295.                     </form>
  1296.                 </div>
  1297.                 <div id="search-scope">
  1298.                     <input type="radio" id="search-scope-me" name="scope" checked onclick="document.getElementById('search-form').action='/search'" /> <label for="search-scope-me" onclick="document.getElementById('search-form').action='/search'">{lang:My blog}</label>
  1299.                     <input type="radio" id="search-scope-all" name="scope" onclick="document.getElementById('search-form').action='http://www.tumblr.com/search'" /> <label for="search-scope-all" onclick="document.getElementById('search-form').action='http://www.tumblr.com/search'">{lang:All of Tumblr}</label>
  1300.                 </div>
  1301.                
  1302.                 <a href="http://www.tumblr.com/follow/{Name}"><div class="heading" id="followontumblr">{lang:Follow on Tumblr}</div></a>
  1303.                
  1304.                 {block:Twitter}
  1305.                 <div id="twitterwrapper" style="display:none;">
  1306.                     <a href="http://twitter.com/{TwitterUsername}" style="text-decoration:none;"><div class="heading" id="twitter">{lang:Latest Tweets}</div></a>
  1307.                     <div id="tweetcontainer"></div>
  1308.                     <script type="text/javascript">
  1309.                         function recent_tweets(data) {
  1310.                             document.getElementById("twitterwrapper").style.display = "block";
  1311.                             for(i = 0; i < data.length; i++) {
  1312.                                document.getElementById("tweetcontainer").innerHTML = document.getElementById("tweetcontainer").innerHTML + '<a href="http://twitter.com/{TwitterUsername}/status/' + (data[i].id_str ? data[i].id_str : data[i].id) + '"><div class="content">' + data[i].text + '</div></a>';
  1313.                             }
  1314.                         }
  1315.                     </script>
  1316.                 </div>
  1317.                 {/block:Twitter}
  1318.                
  1319.                 {block:IfShowPeopleIFollow}
  1320.                     {block:Following}
  1321.                         <div class="heading" id="following">{lang:Following}</div>
  1322.                         <div class="content" id="following-avatars">
  1323.                             {block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-40}" /></a>{/block:Followed}
  1324.                         </div>
  1325.                     {/block:Following}
  1326.                 {/block:IfShowPeopleIFollow}
  1327.                
  1328.                 <div id="buttons">
  1329.                     <div class="row">
  1330.                         <div class="button" id="button-rss"><a href="{RSS}">{lang:RSS feed}</a></div>
  1331.                         <div class="button" id="button-random"><a href="/random">{lang:Random}</a></div>
  1332.                     </div>
  1333.                     <div class="clear"></div>
  1334.                     <div class="row">
  1335.                         <div class="button" id="button-archive"><a href="/archive">{lang:Archive}</a></div>
  1336.                         <div class="button" id="button-mobile"><a href="/mobile">{lang:Mobile}</a></div>
  1337.                     </div>
  1338.                     <div class="clear"></div>
  1339.                 </div>
  1340.                
  1341.             </div>
  1342.            
  1343.             <div id="bottom"></div>
  1344.             <div id="copyright">&copy; {CopyrightYears} <a href="http://www.tumblr.com">{lang:Powered by Tumblr}</a></div>
  1345.         </div>
  1346.        
  1347.         <div class="clear"></div>
  1348.     </div>
  1349.    
  1350.     {block:Twitter}
  1351.         <script type="text/javascript" src="/tweets.js"></script>
  1352.     {/block:Twitter}
  1353.    
  1354.     {block:IfDisqusShortname}
  1355.         <script type="text/javascript">
  1356.             //<![CDATA[
  1357.            (function() {
  1358.                var links = document.getElementsByTagName('a');
  1359.                var query = '?';
  1360.                for(var i = 0; i < links.length; i++) {
  1361.                    if(links[i].href.indexOf('#disqus_thread') >= 0) {
  1362.                        query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  1363.                    }
  1364.                }
  1365.                document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  1366.            })();
  1367.            //]]>
  1368.         </script>
  1369.     {/block:IfDisqusShortname}
  1370.  
  1371. <div id="cred"><a href="http://shittierthemes.tumblr.com/">c</a></div>
  1372.  
  1373. </body>
  1374. </html>
Add Comment
Please, Sign In to add comment