FreeTextHost.in host your text & codes anonymously


FREE TEXT HOST

You can save codes, scripts, sources & general debugging text and share / access / use them at any time (anonymously).
You can even set yourself a password if you want to keep it just for yourself.

Posted by "Anonymous" on Sat, September 22nd, 2012, 3:37 AM - Never Expires
Download | New paste

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








freetexthost.in © 2010-2013 - Powered by PASTE 1.0   website by GandhiG.com