Advertisement
krluce

shitty wcf tumblr theme woohoo

May 19th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 24.04 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.     <!-- DEFAULT VARIABLES -->
  5.    
  6.     <meta name="color:background" content="#000000" />
  7.     <meta name="color:link" content="#4f7e1f" />
  8.     <meta name="color:link hover" content="#000000" />
  9.     <meta name="color:chat1" content="#000000" />
  10.     <meta name="color:chat2" content="#4f7e1f" />
  11.     <meta name="color:blockquote" content="#4f7e1f" />
  12.     <meta name="color:post text" content="#000000" />
  13.     <meta name="color:sidebar text" content="#000000" />
  14.     <meta name="color:navigation text" content="#000000" />
  15.     <meta name="color:navigation background" content="#ffffff" />
  16.     <meta name="color:nav arrows" content="#ffffff" />
  17.     <meta name="color:scrollbar" content="#4f7e1f" />
  18.     <meta name="color:scrollbar bg" content="#0000000" />
  19.    
  20.     <meta name="text:sidebar width" content="130"/>
  21.     <meta name="text:sidebar image position" content="70"/>
  22.     <meta name="text:link 1 url" content=""/>
  23.     <meta name="text:link 1 title" content=""/>
  24.     <meta name="text:link 2 url" content=""/>
  25.     <meta name="text:link 2 title" content=""/>
  26.     <meta name="text:link 3 url" content=""/>
  27.     <meta name="text:link 3 title" content=""/>
  28.     <meta name="text:link 4 url" content=""/>
  29.     <meta name="text:link 4 title" content=""/>
  30.     <meta name="text:link 5 url" content=""/>
  31.     <meta name="text:link 5 title" content=""/>
  32.     <meta name="text:link 6 url" content=""/>
  33.     <meta name="text:link 6 title" content=""/>
  34.     <meta name="text:link 7 url" content=""/>
  35.     <meta name="text:link 7 title" content=""/>
  36.    
  37.    
  38.     <meta name="if:show captions" content="1"/>
  39.     <meta name="if:link 1" content="0"/>
  40.     <meta name="if:link 2" content="0"/>
  41.     <meta name="if:link 3" content="0"/>
  42.     <meta name="if:link 4" content="0"/>
  43.     <meta name="if:link 5" content="0"/>
  44.     <meta name="if:link 6" content="0"/>
  45.     <meta name="if:link 7" content="0"/>
  46.    
  47.      
  48.     <meta name="image:background" content="http://static.tumblr.com/asa2mtk/md8ma1wuc/meenah_bg.png" />
  49.     <meta name="image:sidebar" content="http://static.tumblr.com/asa2mtk/xf3maxitq/meenah_crop.png" />
  50.    
  51.  
  52.    
  53.    
  54.    
  55.    
  56.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  57.     <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  58.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59.     <link rel="shortcut icon" href="{Favicon}" />
  60.     <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  61.     <style type="text/css">
  62.    
  63.        img{
  64.     opacity: 0.6;
  65.    
  66.    z-index: .99999999999999px;
  67.  
  68. -webkit-transition: all 0.6s ease-in-out;
  69.  
  70. -moz-transition: all 0.6s ease-in-out;
  71.  
  72. -o-transition: all 0.6s ease-in-out;
  73.  
  74. -ms-transition: all 0.6s ease-in-out;
  75.  
  76. transition: all 0.6s ease-in-out;
  77. }
  78. img:hover{
  79.     opacity: 1
  80.    
  81.    }
  82.        
  83.         body {
  84.             background: {color:background} url('http://i1354.photobucket.com/albums/q691/estabien/download_zps2c17cc66.png') top left fixed repeat;
  85.             font-family: courier;
  86.             font-weight: bold;
  87.             font-size: 14px;
  88.         }
  89.        
  90.         ::-webkit-scrollbar {
  91.         height: 5px;
  92.         width: 5px;
  93.         background: {color:scrollbar bg};
  94.         }
  95.        
  96.         p {
  97.         margin: 0;
  98.         margin-top: 5px;
  99.         }
  100.        
  101.         ::-webkit-scrollbar-thumb {
  102.         background-color: {color:scrollbar};
  103.         border-radius: 10px;
  104.             -moz-border-radius: 10px;
  105.             -webkit-border-radius: 10px;
  106.             -o-border-radius: 10px;
  107.             -ms-border-radius: 10px;
  108.         }
  109.        
  110.         ::selection {
  111.         background: #2d96c6 selection color;
  112.         color: #ffffff font color;
  113.         }
  114.  
  115.         ::-moz-selection {
  116.         background: #2d96c6 selection color;
  117.         color: #ffffff font color;
  118.         }
  119.  
  120.         ::-webkit-selection {
  121.         background: #2d96c6 selection color;
  122.         color: #ffffff font color;
  123.         }
  124.        
  125.         .no {
  126.             font-size: 0px;
  127.             color: rgba(255,255,255,0);
  128.             display: none;
  129.         }
  130.        
  131.         .invisible {
  132.             color: rgba(255,255,255,0);
  133.         }
  134.        
  135.         a img {
  136.             border: none;
  137.         }
  138.        
  139.         a {
  140.             text-decoration: none;
  141.             color: {color:link};
  142.             -webkit-transition: all 0.2s ease-out;
  143.                 -moz-transition: all 0.2s ease-out;
  144.                 transition: all 0.2s ease-out;
  145.                 -o-transition: all 0.2s ease-out;
  146.                 -ms-transition: all 0.2s ease-out;
  147.         }
  148.        
  149.         a:hover {
  150.             color: {color:link hover};
  151.             -webkit-transition: all 0.2s ease-out;
  152.                 -moz-transition: all 0.2s ease-out;
  153.                 transition: all 0.2s ease-out;
  154.                 -o-transition: all 0.2s ease-out;
  155.                 -ms-transition: all 0.2s ease-out;
  156.         }
  157.        
  158.        
  159.        
  160.         #wrapper {
  161.             position: relative;
  162.             width: 670px;
  163.             margin: 0 auto;
  164.             height: 100%;
  165.         }
  166.        
  167.        
  168.        
  169.        
  170.        
  171.         #postwrapper {
  172.             width: 500px;
  173.             margin-bottom: 10px;
  174.             margin-top: 9px;
  175.             float: right;
  176.         }
  177.        
  178.        
  179.        
  180.         #postandfooter {
  181.             margin-bottom: 23px;
  182.         }
  183.        
  184.        
  185.         #post {
  186.             padding: 8px;
  187.             width: 500px;
  188.             margin-bottom: 3px;
  189.             color: {color:post text};
  190.             border: solid 3px #b6b6b6;  
  191.             outline: solid 3px #c4c4c4;
  192.             background: #cfcfcf; /* Old browsers */
  193. background: -moz-linear-gradient(top,  #cfcfcf 0%, #eeeeee 100%); /* FF3.6+ */
  194. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  195. background: -webkit-linear-gradient(top,  #cfcfcf 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  196. background: -o-linear-gradient(top,  #cfcfcf 0%,#eeeeee 100%); /* Opera 11.10+ */
  197. background: -ms-linear-gradient(top,  #cfcfcf 0%,#eeeeee 100%); /* IE10+ */
  198. background: linear-gradient(to bottom,  #cfcfcf 0%,#eeeeee 100%); /* W3C */
  199. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  200.  
  201.         }
  202.        
  203.        #sidebar {
  204.             padding: 9px;
  205.             width: 500px;
  206.             margin-bottom: 3px;
  207.             color: {color:post text};
  208.             border: solid 3px #b6b6b6;  
  209.             outline: solid 3px #c4c4c4;
  210.             background: #cfcfcf; /* Old browsers */
  211. background: -moz-linear-gradient(top,  #cfcfcf 0%, #eeeeee 100%); /* FF3.6+ */
  212. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  213. background: -webkit-linear-gradient(top,  #cfcfcf 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  214. background: -o-linear-gradient(top,  #cfcfcf 0%,#eeeeee 100%); /* Opera 11.10+ */
  215. background: -ms-linear-gradient(top,  #cfcfcf 0%,#eeeeee 100%); /* IE10+ */
  216. background: linear-gradient(to bottom,  #cfcfcf 0%,#eeeeee 100%); /* W3C */
  217. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  218.  
  219.         }
  220.      
  221.      
  222.      
  223.        
  224.         #post img {
  225.             max-width: 500px;
  226.         }
  227.        
  228.         blockquote {
  229.             border-left: solid 3px {color:blockquote};
  230.             margin: 10px 0px 10px 10px;
  231.             padding-left: 15px;
  232.             overflow: hidden;
  233.         }
  234.        
  235.         #post #mediaholder {
  236.             overflow: hidden;
  237.             padding: 0px !important;
  238.             -webkit-transition: all 0.4s ease-out;
  239.                 -moz-transition: all 0.4s ease-out;
  240.                 transition: all 0.4s ease-out;
  241.                 -o-transition: all 0.4s ease-out;
  242.                 -ms-transition: all 0.4s ease-out;
  243.             margin-bottom:8px;
  244.         }
  245.        
  246.         #post #mediaholder:hover {
  247.             -webkit-transition: all 0.3s ease-out;
  248.                 -moz-transition: all 0.3s ease-out;
  249.                 transition: all 0.3s ease-out;
  250.                 -o-transition: all 0.3s ease-out;
  251.                 -ms-transition: all 0.3s ease-out;
  252.         }
  253.        
  254.         #post #media {
  255.             margin: 0px !important;
  256.             padding: 0px !important;
  257.             overflow: hidden;
  258.             text-align: center;
  259.         }
  260.          
  261.          
  262.         #post .photopost {
  263.             max-width: 500px;
  264.         }
  265.        
  266.         #post .audiopost {
  267.             width: 500px;
  268.         }
  269.        
  270.         .photoset {
  271.             max-width: 500px;
  272.         }
  273.        
  274.         #post .text {
  275.             padding-left: 1px;
  276.             padding-right: 1px;
  277.             padding-top: 0px;
  278.             margin: 0px;
  279.         }
  280.        
  281.         #post .text img {
  282.             max-width: 500px;
  283.             -webkit-transition: all 0.4s ease-out;
  284.                 -moz-transition: all 0.4s ease-out;
  285.                 transition: all 0.4s ease-out;
  286.                 -o-transition: all 0.4s ease-out;
  287.                 -ms-transition: all 0.4s ease-out;
  288.         }
  289.        
  290.         #post .text img:hover {
  291.             -webkit-transition: all 0.3s ease-out;
  292.                 -moz-transition: all 0.3s ease-out;
  293.                 transition: all 0.3s ease-out;
  294.                 -o-transition: all 0.3s ease-out;
  295.                 -ms-transition: all 0.3s ease-out;
  296.         }
  297.        
  298.         .tumblr_blog {
  299.         text-transform: uppercase;
  300.         color: {color: post text};
  301.         }
  302.        
  303.         a .tumblr_blog {
  304.         text-transform: uppercase;
  305.         color: {color: post text};
  306.         }
  307.        
  308.         #post .title {
  309.         font-weight: bold;
  310.         text-transform: uppercase;
  311.        
  312.         }
  313.        
  314.         .quote {
  315.         color: {color: link};
  316.         }
  317.        
  318.         #post .quotesource {
  319.         padding-top: 5px;
  320.         padding-bottom: 3px;
  321.         padding-right: 50px;
  322.         padding-left: 50px;
  323.         text-align: right;
  324.         }
  325.        
  326.         #post .link {
  327.         text-align: center;
  328.         font-weight: bold;
  329.         text-transform: uppercase;
  330.         }
  331.        
  332.         #post .link .linkarrow {
  333.         font-size: 20px;
  334.         font-weight: normal;
  335.         line-height: 10px;
  336.         position: relative;
  337.         top: -1px;
  338.         }
  339.        
  340.         #post .lines strong {
  341.         color: {color:chat1};
  342.         text-transform: uppercase;
  343.         }
  344.        
  345.         #post .lines .line1 strong {
  346.         color: {color:chat1};
  347.         text-transform: uppercase;
  348.         }
  349.        
  350.        
  351.         #post .lines .line2 strong {
  352.         color: {color:chat2};
  353.         text-transform: uppercase;
  354.         }
  355.        
  356.         #post .audioplayer {
  357.         position: relative;
  358.         height: 0px;
  359.         top: -42px;
  360.         width: 486px;
  361.         margin-left: auto;
  362.         margin-right: auto;
  363.         -webkit-transition: opacity 0.5s linear;
  364.         -moz-transition: opacity 0.5s linear;
  365.             opacity: 0.35;
  366.             filter:alpha(opacity=35);
  367.         }
  368.        
  369.         #post .audio_player {
  370.         width: 486px;
  371.         background-color: #ffffff;
  372.         }
  373.        
  374.        
  375.         #post .audioplayer:hover {
  376.         position: relative;
  377.         height: 0px;
  378.         top: -42px;
  379.         width: 486px;
  380.         margin-left: auto;
  381.         margin-right: auto;
  382.         -webkit-transition: opacity 0.3s linear;
  383.         -moz-transition: opacity 0.3s linear;
  384.             opacity: .6;
  385.             filter:alpha(opacity=60);
  386.         }
  387.        
  388.         #post .audioplayerpadding {
  389.         border-radius: 0px;
  390.             -moz-border-radius: 0px;
  391.             -webkit-border-radius: 0px;
  392.             -o-border-radius: 0px;
  393.             -ms-border-radius: 0px;  
  394.         position: relative;
  395.         top: -29px;
  396.         left: 257px;
  397.         }
  398.        
  399.        
  400.         #post .askpic {
  401.         position: relative;
  402.         float: left;  
  403.         padding-right: 7px;
  404.         }
  405.        
  406.         #post .askerpic {  
  407.             -webkit-transition: all 0.4s ease-out;
  408.                 -moz-transition: all 0.4s ease-out;
  409.                 transition: all 0.4s ease-out;
  410.                 -o-transition: all 0.4s ease-out;
  411.                 -ms-transition: all 0.4s ease-out;
  412.         }
  413.        
  414.         #post .askerpic:hover {
  415.             -webkit-transition: all 0.3s ease-out;
  416.                 -moz-transition: all 0.3s ease-out;
  417.                 transition: all 0.3s ease-out;
  418.                 -o-transition: all 0.3s ease-out;
  419.                 -ms-transition: all 0.3s ease-out;
  420.         }
  421.        
  422.        
  423.         #post .answer {
  424.         min-height: 68px;
  425.         }
  426.        
  427.        
  428.         #footer {
  429.             padding: 8px;
  430.             width: 500px;
  431.             min-height: 16px;
  432.             position: relative;
  433.             top: 3px;
  434.             color: {color:post text};
  435.             border: solid 3px #b6b6b6;  
  436.             outline: solid 3px #c4c4c4;
  437.             background: #eeeeee;
  438.  
  439.         }
  440.        
  441.         .notes {
  442.         text-align: right;
  443.         float: right;
  444.         position: relative;
  445.         top: -23px;
  446.         }
  447.        
  448.         .rebubble {
  449.         position: relative;
  450.         top: 5px;
  451.         }
  452.        
  453.         .tags {
  454.         width: 400px;
  455.         min-height: 16px;
  456.         position: relative;
  457.         top: 1px;
  458.         }
  459.        
  460.        
  461.         #notewrapper {
  462.         padding-left: 27px !important;
  463.         padding-top: 35px !important;
  464.         padding: 7px;}
  465.        
  466.        
  467.         #navigation {
  468.         color: {color:nav arrows};
  469.         font-size:40px;
  470.         width: 300px;
  471.         margin-left:auto;
  472.         margin-right:auto;
  473.         line-height: 20px;
  474.         text-align: center;
  475.         padding-bottom: 15px;
  476.        
  477.        
  478.         }
  479.        
  480.         #navigation a {
  481.         color: {color:nav arrows};
  482.         }
  483.        
  484.         #navigation a:hover {
  485.         font-weight: normal;
  486.         color: rgba(255, 255, 255, 0);
  487.         }
  488.        
  489.        
  490.        #sidebarwrapper {
  491.            float:left;
  492.            width: 0px;
  493.        }
  494.        
  495.        #sidebar {
  496.            position: fixed;
  497.            text-align: center;
  498.            color: {color:sidebar text} !important;
  499.            width: {text:sidebar width}px;
  500.        }
  501.        
  502.        
  503.        .desc {
  504.            color: {color:sidebar text} !important;
  505.        }
  506.        
  507.        #fishbabe {
  508.            position: relative;
  509.            left: -{text:sidebar image position}px;
  510.          }
  511.        
  512.         #navi {
  513.             margin-top: 10px;
  514.             margin-bottom: 10px;
  515.             position: relative;
  516.             font-size: 11px;
  517.             font-family: courier;
  518.             font-weight: bold;
  519.             width: 120px;
  520.             border:0px solid white;
  521.             color: {color:navigation text};
  522.             background: {color:navigation background};
  523.         }
  524.        
  525.         iframe#tumblr_controls {
  526.             top: 0px;
  527.             right: 0px;
  528.             height: 23px;
  529.             position: fixed !important;
  530.             opacity: 0.45;
  531.             filter:alpha(opacity=45);
  532.             -webkit-transition: all 0.9s ease-out;
  533.             -moz-transition: all 0.9s ease-out;
  534.             -ms-transition: all 0.9s ease-out;
  535.             transition: all 0.9s ease-out;
  536.         }
  537.  
  538.        
  539.  
  540.         iframe#tumblr_controls:hover {
  541.             opacity: 0.9;
  542.             filter:alpha(opacity=90);
  543.             -webkit-transition: all 0.4s ease-out;
  544.             -moz-transition: all 0.4s ease-out;
  545.             -ms-transition: all 0.4s eas-out;
  546.             transition: all 0.4s ease-out;
  547.         }
  548.        
  549.         iframe#submit_form {
  550.             position: relative !important;
  551.             width: 475px;
  552.             left: 10px !important;
  553.         }
  554.        
  555.         iframe#ask_form {
  556.             position: relative !important;
  557.             width: 475px;
  558.             left: 10px !important;
  559.         }
  560.        
  561.         .cornerholder {
  562.             height: 0px;
  563.             width: 0px;
  564.         }
  565.        
  566.         .corner {
  567.             width: 9px;
  568.             height: 9px;
  569.             position: relative;
  570.             background: {color:background} url('{image:background}') top left fixed repeat;
  571.         }
  572.        
  573.         .cornertopleft {
  574.             width: 9px;
  575.             height: 9px;
  576.             position: relative;
  577.             background: transparent url('http://i.imgur.com/Uef9L.png') top left repeat;
  578.         }
  579.        
  580.         .cornertopright {
  581.             width: 9px;
  582.             height: 9px;
  583.             position: relative;
  584.             background: transparent url('http://i.imgur.com/J2fof.png') top left repeat;
  585.         }
  586.        
  587.         .cornerbottomleft {
  588.             width: 9px;
  589.             height: 9px;
  590.             position: relative;
  591.             background: transparent url('http://i.imgur.com/jqqk0.png') top left repeat;
  592.         }
  593.        
  594.         .cornerbottomright {
  595.             width: 9px;
  596.             height: 9px;
  597.             position: relative;
  598.             background: transparent url('http://i.imgur.com/Zf6aC.png') top left repeat;
  599.         }
  600.        
  601.    
  602.            
  603.     </style>
  604. </head>
  605. <body>
  606.     <div id="wrapper">
  607.    
  608.     <div id="postwrapper">{block:Posts}
  609.     <div id="postandfooter"><div id="post">
  610.    
  611.     <div class="cornerholder"><div class="corner" style="left:-14px; top:-14px;"></div></div>
  612.     <div class="cornerholder"><div class="corner" style="left:505px; top:-14px;"></div></div>
  613.     <div class="cornerholder"><div class="cornertopleft" style="left:-14px; top:-14px;"></div></div>
  614.     <div class="cornerholder"><div class="cornertopright" style="left:505px; top:-14px;"></div></div>
  615.    
  616.         {block:Text}
  617.         {block:Title}<div class="text"><div class="title"><center>{Title}</center></div>{/block:Title}
  618.         {Body}{block:Title}</div>{/block:Title}          
  619.         {/block:Text}
  620.  
  621.         {block:Photo}
  622.         <div id="mediaholder"><div id="media">{LinkOpenTag}<img class="photopost" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}</div></div>
  623.         {block:Caption}{block:Ifshowcaptions}<div class="text">{Caption}</div>{/block:Ifshowcaptions}{/block:Caption}        
  624.         {/block:Photo}
  625.  
  626.         {block:Photoset}
  627.         <div id="mediaholder"><div id="media">{Photoset-500}</div></div>
  628.         {block:Caption}{block:Ifshowcaptions}<div class="text">{Caption}</div>{/block:Ifshowcaptions}{/block:Caption}
  629.         {/block:Photoset}
  630.  
  631.         {block:Quote}
  632.         <div class="text"><div class="title"><center><strong><font class="quote" style="color: {color:link};">"</font>{Quote}<font class="quote" style="color: {color:link};">"</font></strong></center></div>
  633.         {block:Source}<div class="quotesource">-{Source}</div>{/block:Source}</div>
  634.         {/block:Quote}
  635.  
  636.         {block:Link}
  637.         <div class="text"><div class="link"><a href="{URL}" {Target}>{Name} <font class="linkarrow"></font></a></div>
  638.         {block:Description}{Description}{/block:Description}</div>
  639.         {/block:Link}
  640.  
  641.         {block:Chat}
  642.         <div class="text">{block:Title}<div class="title"><center>{Title}</center></div>{/block:Title}
  643.         <div class="lines">{block:Lines}<div class="line{UserNumber}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>{/block:Lines}</div></div>
  644.         {/block:Chat}
  645.  
  646.         {block:Video}
  647.         <div id="mediaholder"><div id="media">{Video-500}</div></div>
  648.         {block:Caption}{block:Ifshowcaptions}<div class="text">{Caption}</div>{/block:Ifshowcaptions}{/block:Caption}
  649.         {/block:Video}
  650.  
  651.         {block:Audio}
  652.         {block:AlbumArt}
  653.         <div id="mediaholder"><div id="media"><img class="audiopost" src="{AlbumArtURL}">      
  654.         <div class="audioplayer"><div class="audioplayerbox">{/block:AlbumArt}{AudioPlayerWhite}{block:AlbumArt}</div></div></div></div>{/block:AlbumArt}
  655.         {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  656.         {/block:Audio}
  657.        
  658.         {block:Answer}
  659.         <div class="askpic"><img class="askerpic" src="{AskerPortraitURL-64}"></div>
  660.         <div class="answer" style="color:{color:link};">{Asker}: {Question}</div>
  661.         <p>{Answer}</p>
  662.         {/block:Answer}
  663.        
  664.         {block:PermalinkPage}
  665.         <a class="no" href="{ReblogParentURL}">{ReblogParentName}</a>
  666.         {block:ContentSource}<a class="no" href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  667.         {/block:PermalinkPage}
  668.        
  669.         <div class="cornerholder"><div class="corner" style="left:-14px; top:6px;"></div></div>
  670.     <div class="cornerholder"><div class="corner" style="left:505px; top:6px;"></div></div>
  671.     <div class="cornerholder"><div class="cornerbottomleft" style="left:-14px; top:6px;"></div></div>
  672.     <div class="cornerholder"><div class="cornerbottomright" style="left:505px; top:6px;"></div></div>
  673.         </div>
  674.                
  675.     <div id="footer">
  676.     <div class="cornerholder"><div class="corner" style="left:-14px; top:-14px;"></div></div>
  677.     <div class="cornerholder"><div class="corner" style="left:505px; top:-14px;"></div></div>
  678.     <div class="cornerholder"><div class="cornertopleft" style="left:-14px; top:-14px;"></div></div>
  679.     <div class="cornerholder"><div class="cornertopright" style="left:505px; top:-14px;"></div></div>
  680.     <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div><div class="notes">{block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} <a href="{Permalink}"><a href="{ReblogURL}" title="steal the post?">| steal this</a></div>
  681.        
  682.   <div class="cornerholder"><div class="corner" style="left:-14px; top:6px;"></div></div>
  683.     <div class="cornerholder"><div class="corner" style="left:505px; top:6px;"></div></div>
  684.     <div class="cornerholder"><div class="cornerbottomleft" style="left:-14px; top:6px;"></div></div>
  685.     <div class="cornerholder"><div class="cornerbottomright" style="left:505px; top:6px;"></div></div>  
  686.     </div>
  687.          
  688.    
  689.        
  690. {block:PermalinkPage}
  691. {block:PostNotes}<div id="notewrapper">{PostNotes}</div>{/block:PostNotes}
  692. {/block:PermalinkPage}</div>
  693.        
  694.     {/block:Posts}
  695.  
  696.        
  697.         <div id="navigation">
  698.        
  699.          {block:Pagination}
  700.             <div id="navigation">{block:PreviousPage}<font style="float: left;"><a href="{PreviousPage}"></a></font>{/block:PreviousPage}
  701.        
  702.        
  703.         {block:NextPage}
  704.             <font style="float: right;"><a href="{NextPage}"></a></font>
  705.         {/block:NextPage}</div>
  706.         {/block:Pagination}
  707.        
  708.        
  709.         </div>
  710.        
  711.     </div>
  712.    
  713.    
  714.  
  715.  <div id="sidebarwrapper"><div id="sidebar">
  716.   <div id="fishbabe"><img src="{image:sidebar}"></div>
  717.   <select onChange="location.href=this.options[this.selectedIndex].value;" id="navi">
  718.     <option value="/">navigation</option>
  719.     <option value="/">home</option>
  720.     <option value="/ask">ask</option>
  721.     <option value="/submit">submit</option>
  722.     {block:Iflink1}<option value="{text:link 1 url}">{text:link 1 title}</option>{/block:Iflink1}
  723.     {block:Iflink2}<option value="{text:link 2 url}">{text:link 2 title}</option>{/block:Iflink2}
  724.     {block:Iflink3}<option value="{text:link 3 url}">{text:link 3 title}</option>{/block:Iflink3}
  725.     {block:Iflink4}<option value="{text:link 4 url}">{text:link 4 title}</option>{/block:Iflink4}
  726.     {block:Iflink5}<option value="{text:link 5 url}">{text:link 5 title}</option>{/block:Iflink5}
  727.     {block:Iflink6}<option value="{text:link 6 url}">{text:link 6 title}</option>{/block:Iflink6}
  728.     {block:Iflink7}<option value="{text:link 7 url}">{text:link 7 title}</option>{/block:Iflink7}
  729.     <option value="http://kingies.tumblr.com/tagged/themes">theme credit</option>
  730.     </select>
  731.   <font class="desc">{Description}</font>
  732.     </div></div>
  733.    
  734.    </div>
  735. </body>
  736. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement