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

Untitled

By: a guest on Sep 2nd, 2012  |  syntax: None  |  size: 48.73 KB  |  hits: 45  |  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" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!-- TWEAKED BY ITWEAAK-->
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5.     <!-- DEFAULT VARIABLES -->
  6.     <meta name="color:Background" content="#3b627e" />
  7.    
  8.     <meta name="font:Title" content="Arial" />
  9.     <meta name="font:Body" content="Arial" />
  10.     <meta name="font:Accent" content="Lucida Sans" />
  11.    
  12.     <meta name="if:Show People I Follow" content="1" />
  13.     <meta name="if:Show Tags" content="1" />
  14.     <meta name="if:Show Album Art on Audio Posts" content="1" />
  15.     <meta name="if:Enable Jump Pagination" content="0" />
  16.    
  17.     <meta name="text:Disqus Shortname" content="" />
  18.    
  19.     <meta name="image:Header" content="" />
  20.     <meta name="image:Background" content="" />
  21.    
  22.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  23.     <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  24.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.     <link rel="shortcut icon" href="{Favicon}" />
  26.     <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  27.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  28.     <style type="text/css">
  29.         body {
  30.             background: {color:Background} url('') right fixed no-repeat;
  31.             margin: 0;
  32.             padding: 0;
  33.             font-family: {font:Body};
  34.         }
  35.        
  36.         .clear {
  37.             clear: both;
  38.             height: 0px;
  39.             overflow: hidden;
  40.         }
  41.        
  42.         a img {
  43.             border: none;
  44.         }
  45.        
  46.         #wrapper {
  47.             width: 845px;
  48.             margin: 0 auto;
  49.         }
  50.        
  51.             #wrapper #title {
  52.                 margin: 30px 0;
  53.                 color: #fff;
  54.                 font-size: 50px;
  55.                 font-weight: bold;
  56.                 font-family: {font:Title};
  57.                 text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  58.                 letter-spacing: -1px;
  59.             }
  60.            
  61.                 #wrapper #title a {
  62.                     color: #fff;
  63.                     text-decoration: none;
  64.                 }
  65.            
  66.             #wrapper #content {
  67.                 width: 520px;
  68.                 float: left;
  69.             }
  70.            
  71.                 #wrapper #content .post {
  72.                     font-family: {font:Body};
  73.                     background: #fff;
  74.                     padding: 10px;
  75.                     position: relative;
  76.                 }
  77.                    
  78.                     #wrapper #content .post .media {
  79.                         text-align: center;
  80.                         margin-bottom: 10px;
  81.                     }
  82.                    
  83.                     #wrapper #content .post .quotebg {
  84.                         font-family: georgia, serif;
  85.                         font-size: 150px;
  86.                         color: {color:Background};
  87.                         opacity: 0.2;
  88.                         filter: alpha(opacity=20);
  89.                         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  90.                         position: absolute;
  91.                         top: 70px;
  92.                         left: 10px;
  93.                     }
  94.                    
  95.                     #wrapper #content .post .quote {
  96.                         color: {color:Background};
  97.                         font-weight: bold;
  98.                         padding: 20px 20px 5px 20px;
  99.                     }
  100.                    
  101.                     #wrapper #content .post .quote.short {
  102.                         font-size: 33px;
  103.                         line-height: 35px;
  104.                     }
  105.                    
  106.                     #wrapper #content .post .quote.medium {
  107.                         font-size: 25px;
  108.                         line-height: 28px;
  109.                     }
  110.                    
  111.                     #wrapper #content .post .quote.long {
  112.                         font-size: 18px;
  113.                         line-height: 22px;
  114.                     }
  115.                                        
  116.                         #wrapper #content .post .quote_source *:first-child {
  117.                             margin-top: 0px;
  118.                         }
  119.                        
  120.                         #wrapper #content .post .quote_source *:last-child {
  121.                             margin-bottom: 0px;
  122.                         }
  123.                        
  124.                         #wrapper #content .post .quote *:first-child {
  125.                             margin-top: 0px;
  126.                         }
  127.                        
  128.                         #wrapper #content .post .quote *:last-child {
  129.                             margin-bottom: 0px;
  130.                         }
  131.                        
  132.                     #wrapper #content .post .copy {
  133.                         color: #6e7173;
  134.                         padding: 10px;
  135.                         font-size: 13px;
  136.                         line-height: 15px;
  137.                     }
  138.                        
  139.                         #wrapper #content .post .copy a {
  140.                             color: #6e7173;
  141.                             text-decoration: underline;
  142.                         }
  143.                        
  144.                         #wrapper #content .post .copy p {
  145.                             margin: 10px 0 0 0;
  146.                             padding: 0;
  147.                         }
  148.                        
  149.                         #wrapper #content .post .copy pre {
  150.                             margin: 10px 0px 10px 0px;
  151.                             padding: 10px;
  152.                             background-color: #e6e6e6;
  153.                             font: normal 11px Courier, monospace;
  154.                             overflow: auto;
  155.                         }
  156.                        
  157.                         #wrapper #content .post .copy > p:first-child {
  158.                             margin-top: 0;
  159.                         }
  160.                        
  161.                         #wrapper #content .post .copy img {
  162.                             max-width: 100%;
  163.                         }
  164.                    
  165.                     #wrapper #content .post .audio {
  166.                         background: #eaeaea;
  167.                         float: left;
  168.                         padding: 7px;
  169.                         margin-bottom: 10px;
  170.                         -moz-border-radius: 4px;
  171.                         -webkit-border-radius: 4px;
  172.                         border-radius: 4px;
  173.                     }
  174.                                                        
  175.                         #wrapper #content .post .audio .player {
  176.                             float: left;
  177.                         }
  178.                        
  179.                             #wrapper #content .post .audio .player .audio_player embed {
  180.                                 border: 1px solid #c8c8c8;
  181.                             }
  182.                        
  183.                         #wrapper #content .post .audio .meta {
  184.                             padding: 8px 13px;
  185.                             height: 13px;
  186.                             float: left;
  187.                             color: #666;
  188.                             font-family: {font:Accent};
  189.                             font-size: 11px;
  190.                             text-transform: lowercase;
  191.                         }
  192.                        
  193.                             #wrapper #content .post .audio .meta a {
  194.                                 color: #666;
  195.                                 text-decoration: none;
  196.                             }
  197.                    
  198.                     #wrapper #content .post .album_art {
  199.                         text-align: center;
  200.                     }
  201.                    
  202.                     #wrapper #content .post .question {
  203.                         color: #494949;
  204.                         font-size: 16px;
  205.                         font-weight: bold;
  206.                         background: #f1f1f1;
  207.                         -moz-border-radius: 8px;
  208.                         -webkit-border-radius: 8px;
  209.                         border-radius: 8px;
  210.                         margin: 0 0 15px 0;
  211.                         padding: 15px 20px;
  212.                         position: relative;
  213.                     }
  214.                    
  215.                         #wrapper #content .post .question .nipple {
  216.                             width: 13px;
  217.                             height: 7px;
  218.                             background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  219.                             position: absolute;
  220.                             bottom: -7px;
  221.                             left: 30px;
  222.                         }
  223.                        
  224.                     #wrapper #content .post .asker_container {
  225.                         margin: 0 0 20px 24px;
  226.                     }
  227.                    
  228.                         #wrapper #content .post .asker_container img {
  229.                             margin: 0 12px -7px 0;
  230.                         }
  231.                        
  232.                         #wrapper #content .post .asker_container a.asker {
  233.                             color: {color:Body};
  234.                         }
  235.                    
  236.                     #wrapper #content .post .title {
  237.                         color: #494949;
  238.                         font-size: 16px;
  239.                         font-weight: bold;
  240.                         padding: 10px 10px 0 10px;
  241.                     }
  242.                    
  243.                     #wrapper #content .post img {
  244.                       max-width: 500px;
  245.                     }
  246.                                        
  247.                     #wrapper #content .post .chat {
  248.                         background-color: #fff;
  249.                         border-left: 5px solid #dedddd;
  250.                         margin: 10px 10px 0 10px;
  251.                         font-size: 14px;
  252.                     }
  253.                                        
  254.                         #wrapper #content .post .chat .lines {
  255.                             margin-left: 1px;
  256.                         }
  257.                        
  258.                             #wrapper #content .post .chat .lines .line {
  259.                                 background-color: #eaeaea;
  260.                                 color: #494949;
  261.                                 margin-bottom: 1px;
  262.                                 padding: 3px 5px;
  263.                             }
  264.                            
  265.                             #wrapper #content .post .chat .lines .line.even {
  266.                                 background-color: #dedddd;
  267.                             }
  268.                        
  269.                         #wrapper #content .post .link {
  270.                             margin: 4px 0 2px 0;
  271.                             font-size: 16px;
  272.                             line-height: 25px;
  273.                         }
  274.                            
  275.                             #wrapper #content .post .link a {
  276.                                 background-color: {color:Background};
  277.                                 color: #fff;
  278.                                 padding: 5px 7px;
  279.                                 -moz-border-radius: 4px;
  280.                                 -webkit-border-radius: 4px;
  281.                                 border-radius: 4px;
  282.                             }
  283.                            
  284.                            
  285.                            
  286.  
  287. div.navigate a{
  288. color:#000;
  289. background-color:#fff;
  290. padding-left:8px;
  291. padding-right:6px; padding-top:3px;
  292. line-height:10px;
  293. font:lowercase 8px arial;
  294. text-transform:lowercase;
  295. text-decoration:none;
  296. letter-spacing:1pt; border:1px solid #c4c4c4;
  297. transition: all 0.8s ease-out;
  298. -o-transition-transition: all 0.8s ease-out;
  299. -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;
  300.  
  301. }
  302.  
  303. div.navigate a:hover{
  304. width:100px;
  305. background-color: #8ae9ee; border:1px solid black;
  306. color:#fff;
  307. transition: all 0.3s ease-out;
  308. -o-transition-transition: all 0.3s ease-out;
  309. -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  310. }
  311.  
  312.                            
  313.                             #wrapper #content .post .link a:hover {
  314.                                 opacity: 0.9;
  315.                                 filter: alpha(opacity=90);
  316.                                 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  317.                             }
  318.                    
  319.                     #wrapper #content .post .footer {
  320.                         background: #eaeaea;
  321.                         -moz-border-radius: 4px;
  322.                         -webkit-border-radius: 4px;
  323.                         border-radius: 4px;
  324.                         font-family: {font:Accent};
  325.                         font-size: 11px;
  326.                         color: #666;
  327.                         padding: 5px 10px;
  328.                         margin-top: 10px;
  329.                     }
  330.                        
  331.                         #wrapper #content .post .footer.for_permalink:hover {
  332.                             opacity: 0.9;
  333.                             filter: alpha(opacity=90);
  334.                             -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  335.                         }
  336.                        
  337.                         #wrapper #content .post .footer .date {
  338.                             width: 67%;
  339.                             float: left;
  340.                             color: #666;
  341.                         }
  342.                        
  343.                         #wrapper #content .post .footer .notes {
  344.                             width: 33%;
  345.                             float: right;
  346.                             text-align: right;
  347.                             color: #666;
  348.                         }
  349.                            
  350.                             #wrapper #content .post .footer .notes a {
  351.                                 color: #666;
  352.                             }
  353.                            
  354.                             #wrapper #content .post .footer .tags a {
  355.                                 color: #4a4a51;
  356.                                 text-decoration: underline;
  357.                             }
  358.                            
  359.                                 #wrapper #content .post .footer .tags .tag-commas:last-child {
  360.                                     display: none;
  361.                                 }
  362.                            
  363.                             #wrapper #content .post .footer.with_source_url .tags {
  364.                                 max-width: 330px;
  365.                                 float: left;
  366.                             }
  367.                            
  368.                             #wrapper #content .post .footer.with_source_url .source_url {
  369.                                 float: right;
  370.                                 max-width: 160px;
  371.                                 overflow: hidden;
  372.                                 white-space: nowrap;
  373.                                
  374.                             }
  375.                            
  376.                                 #wrapper #content .post .footer.with_source_url .source_url img {
  377.                                     vertical-align: top;
  378.                                     -moz-opacity: 0.5;
  379.                                     opacity: 0.5;
  380.                                 }
  381.                                
  382.                                 #wrapper #content .post .footer.with_source_url .source_url:hover img {
  383.                                     -moz-opacity: 0.7;
  384.                                     opacity: 0.7;
  385.                                 }
  386.                        
  387.                         #wrapper #content .post a {
  388.                             color: #6e7173;
  389.                             text-decoration: none;
  390.                         }
  391.                        
  392.                             #wrapper #content .post .copy blockquote {
  393.                                 margin: 10px 0px 10px 10px;
  394.                                 padding-left: 15px;
  395.                                 border-left: solid 4px #dcdcdc;
  396.                             }
  397.                            
  398.                                 #wrapper #content .post .copy blockquote blockquote {
  399.                                     border-left: solid 4px #cccccc;
  400.                                 }
  401.                                
  402.                                     #wrapper #content .post .copy blockquote blockquote blockquote {
  403.                                         border-left: solid 4px #bcbcbc;
  404.                                     }
  405.                                    
  406.                                         #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  407.                                             border-left: solid 4px #acacac;
  408.                                         }
  409.                                        
  410.                                             #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  411.                                                 border-left: solid 4px #9c9c9c;
  412.                                             }
  413.                                            
  414.                                                 #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  415.                                                     border-left: solid 4px #8c8c8c;
  416.                                                 }
  417.                        
  418.                         #wrapper #content .bottom {
  419.                             background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
  420.                             width: 513px;
  421.                             height: 40px;
  422.                             margin: 0 auto;
  423.                         }
  424.                        
  425.                         #wrapper #content #navigation {
  426.                             text-align: right;
  427.                             padding-bottom: 35px;
  428.                             text-transform: lowercase;
  429.                         }
  430.                        
  431.                             #wrapper #content #navigation a {
  432.                                 background-color: #fff;
  433.                                 color: {color:Background};
  434.                                 padding: 5px 10px;
  435.                                 text-decoration: none;
  436.                                 margin-left: 25px;
  437.                             }
  438.                            
  439.                             #wrapper #content #navigation a:hover {
  440.                                 opacity: 0.9;
  441.                                 filter: alpha(opacity=90);
  442.                                 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  443.                             }
  444.                            
  445.                         #wrapper #content #navigation.jump_pagination {}
  446.                            
  447.                             #wrapper #content #navigation.jump_pagination a {
  448.                                 margin: 0 0 0 4px;
  449.                             }
  450.                            
  451.                             #wrapper #content #navigation.jump_pagination .current_page {
  452.                                 color: #fff;
  453.                                 background-color: rgba(255,255,255, 0.1);
  454.                                 border: 2px solid #fff;
  455.                                 padding: 3px 8px;
  456.                                 margin: 0 0 0 4px;
  457.                                 cursor: default;
  458.                             }
  459.                            
  460.                             #wrapper #content #navigation.jump_pagination .jump_page {}
  461.                            
  462.                             #wrapper #content .post .notecontainer {
  463.                                 background: #eaeaea;
  464.                                 -moz-border-radius: 4px;
  465.                                 -webkit-border-radius: 4px;
  466.                                 border-radius: 4px;
  467.                                 font-family: {font:Accent};
  468.                                 font-size: 11px;
  469.                                 color: #666;
  470.                                 margin-top: 10px;
  471.                                 margin-bottom: -10px;
  472.                             }
  473.                            
  474.                                     #wrapper #content .post .notecontainer a {
  475.                                         color: #666;
  476.                                         text-decoration: underline;
  477.                                     }
  478.                                    
  479.                                     #wrapper #content .post .notecontainer ol.notes {
  480.                                         padding: 0px 0 10px 0;
  481.                                         list-style-type: none;
  482.                                         font-size: 11px;
  483.                                     }
  484.                                    
  485.                                         #wrapper #content .post .notecontainer ol.notes li.note {
  486.                                             padding: 10px 10px 0 10px;
  487.                                         }
  488.                                        
  489.                                             #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  490.                                                 vertical-align: -4px;
  491.                                                 margin-right: 10px;
  492.                                                 width: 16px;
  493.                                                 height: 16px;
  494.                                             }
  495.                                            
  496.                                             #wrapper #content .post .notecontainer ol.notes li.note span.action {
  497.                                                 font-weight: normal;
  498.                                             }
  499.                                            
  500.                                             #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  501.                                                 font-weight: normal;
  502.                                             }
  503.                                            
  504.                                             #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  505.                                                 border-left: 2px solid #666;
  506.                                                 padding: 4px 10px;
  507.                                                 margin: 10px 0px 0px 25px;
  508.                                             }
  509.                                            
  510.                                                 #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  511.                                                     text-decoration: none;
  512.                                                 }
  513.                
  514.                 #wrapper #content #searchresults {
  515.                     color: #fff;
  516.                     margin: 0 0 15px 0;
  517.                     text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  518.                     font-family: {font:Body};
  519.                     font-size: 20px;
  520.                 }
  521.                
  522.                     #wrapper #content #searchresults .search_query {
  523.                         font-weight: bold;
  524.                     }
  525.                    
  526.                     #wrapper #content #searchresults .search_query:before {
  527.                         content:'“';
  528.                     }
  529.                    
  530.                     #wrapper #content #searchresults .search_query:after {
  531.                         content:'”';
  532.                     }
  533.            
  534.             #wrapper #sidebar {
  535.                 width: 250px;
  536.                 float: right; margin-left:550px;
  537.            
  538.                 position:fixed;
  539.                 color:black;
  540.                 font-family: {font:Accent}
  541.             }
  542.            
  543.                 #wrapper #sidebar a {
  544.                     color: {color:Background};
  545.                 }
  546.                
  547.                 #wrapper #sidebar #top {
  548.                     background: #fff;
  549.                     padding: 0 20px;
  550.                    
  551.                     -webkit-border-top-left-radius: 10px;
  552.                     -webkit-border-top-right-radius: 10px;
  553.                     -moz-border-radius-topleft: 10px;
  554.                     -moz-border-radius-topright: 10px;
  555.                     border-top-left-radius: 10px;
  556.                     border-top-right-radius: 10px;
  557.                 }
  558.                
  559.                     #wrapper #sidebar #top #avatar {
  560.                         width: 146px;
  561.                         height: 146px;
  562.                         padding: 8px 0 0 9px;
  563.                         background: url('http://assets.tumblr.com/themes/redux/avatar-bg.png') top left no-repeat transparent;
  564.                         position: relative;
  565.                         top: -24px;
  566.                         left: -5px;
  567.                     }
  568.                    
  569.                     #wrapper #sidebar #top #pages {
  570.                         margin-bottom: 15px;
  571.                         font-size: 12px;
  572.                     }
  573.                    
  574.                         #wrapper #sidebar #top #pages.ask_and_submit {
  575.                             display: none;
  576.                             {block:AskEnabled}display: block;{/block:AskEnabled}
  577.                             {block:SubmissionsEnabled}display: block;{/block:SubmissionsEnabled}
  578.                         }
  579.                    
  580.                         #wrapper #sidebar #top #pages a.page {
  581.                             display: block;
  582.                             float: left;
  583.                             background-color: {color:Background};
  584.                             color: #fff;
  585.                             padding: 4px 5px;
  586.                             margin: 0 5px 5px 0;
  587.                             -webkit-border-radius: 3px;
  588.                             -moz-border-radius: 3px;
  589.                             border-radius: 3px;
  590.                         }
  591.                        
  592.                         #wrapper #sidebar #top #pages a.page:last-child {
  593.                             margin-right: 0;
  594.                         }
  595.                        
  596.                         #wrapper #sidebar #top #pages a.page:hover {
  597.                             opacity: 0.9;
  598.                             filter: alpha(opacity=90);
  599.                             -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  600.                         }
  601.                        
  602.                     #wrapper #sidebar #top #description {
  603.                         font-size: 11px;
  604.                         position: relative;
  605.                         top: -18px;
  606.                     }
  607.                    
  608.                         #wrapper #sidebar #top #description a {
  609.                             color: {color:Background};
  610.                             text-decoration: underline;
  611.                         }
  612.                    
  613.                     #wrapper #sidebar #top #search {
  614.                         background: #fff;
  615.                         border: 1px solid {color:Background};
  616.                        
  617.                         -moz-border-radius: 4px;
  618.                         -webkit-border-radius: 4px;
  619.                         border-radius: 4px;
  620.                     }
  621.                    
  622.                     #wrapper #sidebar #top #search-scope {
  623.                         padding-top: 5px;
  624.                         font-size: 11px;
  625.                         text-align: center;
  626.                     }
  627.                    
  628.                         #wrapper #sidebar #top #search-scope input,
  629.                         #wrapper #sidebar #top #search-scope label {
  630.                             cursor: pointer;
  631.                         }
  632.                        
  633.                         #wrapper #sidebar #top #search form {
  634.                             margin: 0;
  635.                         }
  636.                            
  637.                             #wrapper #sidebar #top #search form .query {
  638.                                 padding: 5px;
  639.                                 border: none;
  640.                                 background: transparent;
  641.                                 outline: none;
  642.                                 width: 125px;
  643.                                 float: left;
  644.                                 color: {color:Background};
  645.                             }
  646.                            
  647.                             #wrapper #sidebar #top #search form .submit {
  648.                                 background: {color:Background};
  649.                                 color: #fff;
  650.                                 border: none;
  651.                                 padding: 5px 7px;
  652.                                 margin: 3px 3px 2px 0;
  653.                                 float: right;
  654.                                 -moz-border-radius: 3px;
  655.                                 -webkit-border-radius: 3px;
  656.                                 border-radius: 3px;
  657.                                 cursor: pointer;
  658.                             }
  659.                            
  660.                             #wrapper #sidebar #top #search form .submit:hover {
  661.                                 opacity: 0.9;
  662.                                 filter: alpha(opacity=90);
  663.                                 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  664.                             }
  665.                    
  666.                     #wrapper #sidebar #top .heading {
  667.                         color: #fff;
  668.                         font-family: helvetica, arial, sans-serif;
  669.                         font-size: 17px;
  670.                         margin-top: 20px;
  671.                         padding: 10px;
  672.                         background-color: {color:Background};
  673.                         -webkit-border-top-left-radius: 4px;
  674.                         -webkit-border-top-right-radius: 4px;
  675.                         -moz-border-radius-topleft: 4px;
  676.                         -moz-border-radius-topright: 4px;
  677.                         border-top-left-radius: 4px;
  678.                         border-top-right-radius: 4px;
  679.                     }
  680.                    
  681.                     #wrapper #sidebar #top a .heading {
  682.                         color: #fff;
  683.                         text-decoration: none;
  684.                     }
  685.                    
  686.                     #wrapper #sidebar #top .heading#followontumblr {
  687.                         background: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-en_US.png') center left no-repeat {color:Background};
  688.                         text-indent: -9999px;
  689.                         -moz-border-radius: 4px;
  690.                         -webkit-border-radius: 4px;
  691.                         border-radius: 4px;
  692.                        
  693.                         {block:German}
  694.                             background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-de_DE.png');
  695.                         {/block:German}
  696.                        
  697.                         {block:Japanese}
  698.                             background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-ja_JP.png');
  699.                         {/block:Japanese}
  700.                        
  701.                         {block:Italian}
  702.                             background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-it_IT.png');
  703.                         {/block:Italian}
  704.                        
  705.                         {block:French}
  706.                             background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-fr_FR.png');
  707.                         {/block:French}
  708.                     }
  709.                    
  710.                     #wrapper #sidebar #top .heading#followontumblr:hover,
  711.                     #wrapper #sidebar #top .heading#twitter:hover {
  712.                         opacity: 0.9;
  713.                         filter: alpha(opacity=90);
  714.                         -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  715.                     }
  716.                    
  717.                     #wrapper #sidebar #top .heading#twitter {
  718.                         background: url('http://assets.tumblr.com/themes/redux/sidebar-twitter.png') right center no-repeat {color:Background};
  719.                     }
  720.                    
  721.                     #wrapper #sidebar #top .heading#following {
  722.                         background: url('http://assets.tumblr.com/themes/redux/sidebar-following.png') right center no-repeat {color:Background};
  723.                     }
  724.                    
  725.                     #wrapper #sidebar #top .content {
  726.                         margin-top: 2px;
  727.                         padding: 7px 10px;
  728.                         background: #eaeaea;
  729.                         color: #666;
  730.                         font-size: 11px;
  731.                         overflow: hidden;
  732.                     }
  733.                    
  734.                         #wrapper #sidebar #top a {
  735.                             text-decoration: none;
  736.                         }
  737.                    
  738.                         #wrapper #sidebar #top #following-avatars.content {
  739.                             padding: 4px;
  740.                         }
  741.                    
  742.                                 #wrapper #sidebar #top #following-avatars.content a img {
  743.                                     margin: 5px;
  744.                                 }
  745.                                
  746.                         #wrapper #sidebar #top #buttons {
  747.                             padding: 20px 0 0 0;
  748.                         }
  749.                        
  750.                             #wrapper #sidebar #top #buttons .button {
  751.                                 width: 35%;
  752.                                 height: 21px;
  753.                                 float: left;
  754.                                 background: left center no-repeat transparent;
  755.                                 padding: 2px 0 0 30px;
  756.                                 font-size: 14px;
  757.                             }
  758.                            
  759.                                 #wrapper #sidebar #top #buttons a {
  760.                                     color: {color:Background};
  761.                                     text-decoration: none;
  762.                                 }
  763.                            
  764.                                 #wrapper #sidebar #top #buttons div {
  765.                                     padding-bottom: 10px;
  766.                                 }
  767.                            
  768.                             #wrapper #sidebar #top #buttons .button#button-rss {
  769.                                 background-image: url('http://assets.tumblr.com/themes/redux/button-rss.png?2');
  770.                                 text-transform: capitalize;
  771.                             }
  772.                            
  773.                             #wrapper #sidebar #top #buttons .button#button-random {
  774.                                 background-image: url('http://assets.tumblr.com/themes/redux/button-random.png?2');
  775.                             }
  776.                            
  777.                             #wrapper #sidebar #top #buttons .button#button-archive {
  778.                                 background-image: url('http://assets.tumblr.com/themes/redux/button-archive.png?2');
  779.                             }
  780.                            
  781.                             #wrapper #sidebar #top #buttons .button#button-mobile {
  782.                                 background-image: url('http://assets.tumblr.com/themes/redux/button-mobile.png?2');
  783.                             }
  784.                
  785.                     #wrapper #sidebar #bottom {
  786.                         background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  787.                         width: 250px;
  788.                         height: 25px;
  789.                     }
  790.                    
  791.                     #wrapper #sidebar #copyright {
  792.                         text-align: center;
  793.                         color: #fff;
  794.                         font-size: 12px;
  795.                         margin-bottom: 10px;
  796.                     }
  797.                    
  798.                         #wrapper #sidebar #copyright a {
  799.                             color: #fff;
  800.                             margin-left: 15px;
  801.                         }
  802.    
  803.     </style>
  804.     <!--[if lt IE 7.]>
  805.         <style type="text/css">
  806.             #wrapper #sidebar #bottom {
  807.                 background: transparent;
  808.             }
  809.            
  810.             #wrapper #sidebar #top #avatar {
  811.                 background: none;
  812.             }
  813.            
  814.             #wrapper #sidebar #top #avatar img {
  815.                 border: 5px solid #f1f1f1;
  816.             }
  817.            
  818.             #wrapper #sidebar #top .heading#followontumblr {
  819.                 background-image: none;
  820.                 text-indent: 0;
  821.             }
  822.        
  823.             #wrapper #sidebar #top .heading#twitter {
  824.                 background-image: none;
  825.             }
  826.        
  827.             #wrapper #sidebar #top .heading#following {
  828.                 background-image: none;
  829.             }
  830.  
  831.             #wrapper #content .post .audio .player {
  832.                 float: none;
  833.             }
  834.            
  835.             #wrapper #content .post .audio .meta {
  836.                 display: none;
  837.                 float: none;
  838.             }
  839.         </style>
  840.     <![endif]-->
  841.    
  842.     <!--[if lt IE 8.]>
  843.         <style type="text/css">
  844.             #wrapper #content .bottom {
  845.                 background: transparent;
  846.             }
  847.            
  848.             #wrapper #content .post .footer {
  849.                 background: transparent;
  850.                 color: #000;
  851.             }
  852.            
  853.             #wrapper #content .post .audio {
  854.                 float: none;
  855.                 background: transparent;
  856.             }
  857.            
  858.             #wrapper #content .post .notecontainer .notes {
  859.                 padding: 0;
  860.                 margin: 0;
  861.             }
  862.         </style>
  863.     <![endif]-->
  864.     <style type="text/css">{CustomCSS}</style>
  865. </head>
  866. <body>
  867.     <div id="wrapper">
  868.         <div id="title">
  869.             <a href="/">
  870.                 {block:IfHeaderImage}<img src="{image:Header}" />{/block:IfHeaderImage}
  871.                 {block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
  872.             </a>
  873.         </div>
  874.        
  875.         <div id="content">
  876.            
  877.             {block:SearchPage}
  878.                 {block:SearchResults}
  879.                     <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  880.                 {/block:SearchResults}
  881.                
  882.                 {block:NoSearchResults}
  883.                     <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  884.                 {/block:NoSearchResults}
  885.             {/block:SearchPage}
  886.            
  887.             {block:Posts}
  888.                 <div class="post">
  889.                    
  890.                     {block:Photo}
  891.                         <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  892.                         {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  893.                     {/block:Photo}
  894.                    
  895.                     {block:Video}
  896.                         <div class="media">{Video-500}</div>
  897.                         {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  898.                     {/block:Video}
  899.                    
  900.                     {block:Audio}
  901.                        
  902.                         {block:AudioEmbed}
  903.                             {AudioEmbed}
  904.                         {/block:AudioEmbed}
  905.                        
  906.                         {block:AudioPlayer}
  907.                             {block:IfShowAlbumArtOnAudioPosts}
  908.                                 {block:AlbumArt}
  909.                                     <div class="album_art">
  910.                                         <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  911.                                     </div>
  912.                                 {/block:AlbumArt}
  913.                             {/block:IfShowAlbumArtOnAudioPosts}
  914.                        
  915.                             <div class="audio">
  916.                                 <div class="player">{AudioPlayerWhite}</div>
  917.                                 <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>
  918.                                 <div class="clear"></div>
  919.                             </div>
  920.                         {/block:AudioPlayer}
  921.                        
  922.                         <div class="clear"></div>
  923.                        
  924.                         {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  925.                        
  926.                     {/block:Audio}
  927.                    
  928.                     {block:Quote}
  929.                         <div class="quote {Length}">{Quote}</div>
  930.                         <div class="copy">
  931.                             <div class="quotebg">“</div>
  932.                             {block:Source}
  933.                                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
  934.                                     <tr>
  935.                                         <td valign="top" style="width:20px;">&mdash;</td>
  936.                                         <td valign="top" class="quote_source">
  937.                                             {Source}
  938.                                         </td>
  939.                                     </tr>
  940.                                 </table>
  941.                             {/block:Source}
  942.                         </div>
  943.                     {/block:Quote}
  944.                        
  945.                     {block:Text}
  946.                         {block:Title}<div class="title">{Title}</div>{/block:Title}
  947.                         <div class="copy">{Body}</div>
  948.                     {/block:Text}
  949.                    
  950.                     {block:Answer}
  951.                         <div class="question">
  952.                             <div class="nipple"></div>
  953.                             {Question}
  954.                         </div>
  955.                         <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  956.                         <div class="copy">{Answer}</div>
  957.                     {/block:Answer}
  958.                    
  959.                     {block:Chat}
  960.                         {block:Title}<div class="title">{Title}</div>{/block:Title}
  961.                         <div class="chat">
  962.                             <div class="lines">
  963.                                 {block:Lines}
  964.                                     <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  965.                                 {/block:Lines}
  966.                             </div>
  967.                         </div>
  968.                         <div class="clear"></div>
  969.                         <div style="height:10px;"></div>
  970.                     {/block:Chat}
  971.                    
  972.                     {block:Link}
  973.                         <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  974.                         {block:Description}<div class="copy">{Description}</div>{/block:Description}
  975.                     {/block:Link}
  976.                    
  977.                     {block:Date}
  978.                         <a href="{Permalink}">
  979.                             <div class="footer for_permalink">
  980.                                 <div class="date">
  981.                                     {block:Reblog}
  982.                                         {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
  983.                                     {/block:Reblog}
  984.                                    
  985.                                     {block:NotReblog}
  986.                                         {lang:Posted TimeAgo from source}
  987.                                     {/block:NotReblog}
  988.                                 </div>
  989.                                 <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
  990.                                 <div class="clear"></div>
  991.                             </div>
  992.                         </a>
  993.                     {/block:Date}
  994.                    
  995.                     <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  996.                         display:none;
  997.                         {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  998.                         {block:ContentSource}display:block;{/block:ContentSource}
  999.                     ">
  1000.                         {block:IfShowTags}
  1001.                             {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
  1002.                         {/block:IfShowTags}
  1003.                        
  1004.                         {block:ContentSource}
  1005.                             <a href="{SourceURL}" class="source_url">
  1006.                                 {lang:Source}:
  1007.                                 {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1008.                                 {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  1009.                             </a>
  1010.                         {/block:ContentSource}
  1011.                        
  1012.                         <div class="clear"></div>
  1013.                     </div>
  1014.                    
  1015.                     {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1016.                    
  1017.                     {block:IfDisqusShortname}
  1018.                         {block:Permalink}
  1019.                             <div class="notecontainer" style="margin:20px 0 1px 0; padding:1px 10px 10px 10px;">
  1020.                                 <div id="disqus_thread"></div>
  1021.                                 <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  1022.                                 <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  1023.                             </div>
  1024.                             <div style="text-align:right; margin-top:5px;">
  1025.                                 {lang:Blog comments powered by Disqus 2}
  1026.                             </div>
  1027.                         {/block:Permalink}
  1028.                     {/block:IfDisqusShortname}
  1029.                    
  1030.                 </div>
  1031.                 <div class="bottom"></div>
  1032.             {/block:Posts}
  1033.            
  1034.             {block:Pagination}
  1035.                 <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  1036.                     {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  1037.                    
  1038.                     {block:IfEnableJumpPagination}
  1039.                         {block:JumpPagination length="5"}
  1040.                             {block:CurrentPage}
  1041.                                 <span class="current_page">{PageNumber}</span>
  1042.                             {/block:CurrentPage}
  1043.                            
  1044.                             {block:JumpPage}
  1045.                                 <a class="jump_page" href="{URL}">{PageNumber}</a>
  1046.                             {/block:JumpPage}
  1047.                            
  1048.                         {/block:JumpPagination}
  1049.                     {/block:IfEnableJumpPagination}
  1050.                    
  1051.                     {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  1052.                 </div>
  1053.             {/block:Pagination}
  1054.            
  1055.         </div>
  1056.        
  1057.         <div id="sidebar">
  1058.        
  1059.             <div id="top">
  1060.             <br>
  1061.                 <div id="description"><br><img src="http://joanneyoung.net/images/past/waking.jpg" width=200><br>{Description}<br>
  1062.                     <div class="navigate">
  1063. <center><a href="/"><font color=black>home</font></a> <a href="/ask"><font color=black>ask</font></a> <a href="http://itweaak.tumblr.com/"><font color=black>tweaked</font></a></center></div>
  1064.  
  1065.                 </div>
  1066.                
  1067.            
  1068. </body>
  1069. </html>