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

Theme 005

By: JayDuff28 on Dec 13th, 2011  |  syntax: None  |  size: 19.81 KB  |  hits: 32,370  |  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.  
  3.         <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
  4.         <head>
  5.    
  6.         <!-- DEFAULT VALUES -->
  7.         <meta name="color:Background" content="#d9d9d9" />
  8.         <meta name="color:Navi" content="#e8e8e8" />
  9.         <meta name="color:Posts" content="#e8e8e8" />
  10.         <meta name="color:Sidebar" content="#e8e8e8" />
  11.         <meta name="color:Text" content="#6F6F6F" />
  12.        
  13.         <meta name="color:Links" content="#699aa5" />
  14.         <meta name="color:Linkshover" content="#65BFD3" />
  15.  
  16.         <meta name="font:Title" content="Lucida Sans" />
  17.         <meta name="font:Body" content="Helvetica" />
  18.  
  19.         <meta name="text:Extra Link One Url" content="#" />
  20.         <meta name="text:Extra Link One Title" content="Extra Link 1" />
  21.         <meta name="text:Extra Link Two Url" content="#" />
  22.         <meta name="text:Extra Link Two Title" content="Extra Link 2" />
  23.         <meta name="text:Extra Link Three Url" content="#" />
  24.         <meta name="text:Extra Link Three Title" content="Extra Link 3" />
  25.         <meta name="text:Extra Link Four Url" content="#" />
  26.         <meta name="text:Extra Link Four Title" content="Extra Link 4" />
  27.         <meta name="text:Extra Link Five Url" content="#" />
  28.         <meta name="text:Extra Link Five Title" content="Extra Link 5" />
  29.         <meta name="text:Extra Link Six Url" content="#" />
  30.         <meta name="text:Extra Link Six Title" content="Extra Link 6" />
  31.         <meta name="text:Extra Link Seven Url" content="#" />
  32.         <meta name="text:Extra Link Seven Title" content="Extra Link 7" />
  33.         <meta name="text:Extra Link Eight Url" content="#" />
  34.         <meta name="text:Extra Link Eight Title" content="Extra Link 8" />
  35.        
  36.  
  37.         <meta name="image:Background" content="" />
  38.  
  39.         <meta name="image:Sidebar1" content="http://static.tumblr.com/b3ov7md/M7klw4obv/sidebarimage.png"/>
  40.  
  41.         <meta name="image:Top1" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  42.         <meta name="image:Top2" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  43.         <meta name="image:Top3" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  44.         <meta name="image:Top4" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  45.         <meta name="image:Top5" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  46.         <meta name="image:Top6" content="http://static.tumblr.com/b3ov7md/4svlw5smn/topimage.png"/>
  47.  
  48.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49.         <title>{Title}</title>
  50.         <link rel="shortcut icon" href="{Favicon}" />
  51.         <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  52.         <style type="text/css">
  53.  
  54.         /*
  55.         Theme Name: Theme 005
  56.         Description: Theme #005
  57.         Author: Jay
  58.         Version: 1
  59.         Comments: Don't remove my credit or steal my coding is all I ask.
  60.         Author URI: http://pruehalliwells.tumblr.com
  61.         */
  62.  
  63.         a:focus {
  64.                 outline: none;
  65.         }
  66.  
  67.         a, a:link, a:visited  {
  68.                 background-color:;  
  69.                 color:{color:Links};
  70.                 cursor:pointer;
  71.                 font-family:{font:Title};
  72.                 font-weight: normal;
  73.                 letter-spacing: px;
  74.                 text-decoration: none;
  75.                 -webkit-transition: all 0.5s ease-out;
  76.                 -moz-transition: all 0.5s ease-out;
  77.                 transition: all 0.5s ease-out;
  78.         }
  79.  
  80.         a:hover {
  81.                 color:{color:Linkshover};
  82.                 -webkit-transition: all 0.5s ease-out;
  83.                 -moz-transition: all 0.5s ease-out;
  84.                 transition: all 0.5s ease-out;
  85.         }
  86.  
  87.         #aboveNav {
  88.                 background-color:{color:Links};
  89.                 height:15px;
  90.                 left : 0px ;
  91.                 margin-top: 0px;
  92.                 margin-left: auto;
  93.                 margin-right: auto;
  94.                 position : fixed ;
  95.                 padding-top: 5px;
  96.                 padding-bottom: 10px;
  97.                 text-align:center;
  98.                 top : 0px ;
  99.                 width : 100% ;
  100.       }
  101.  
  102.         .abovenavi {
  103.                 margin-left: auto;
  104.                 margin-right: auto;
  105.                 text-align:center;
  106.                 width: 850px;
  107.  
  108.  
  109.  
  110.       }
  111.  
  112.         .abovenavi h1 {
  113.                 color: {color:Navi};
  114.                 font-family: {font:Title};
  115.                 font-size:11pt;
  116.                 font-style: italic;
  117.                 font-weight: normal;
  118.                 margin:0;
  119.  
  120.  
  121.       }
  122.  
  123.         .accent {
  124.                 background-color:{color:Posts};
  125.                 border-left: 8px solid {color:Links};
  126.                 color:{color:Links};
  127.                 font-family: {font:Body};
  128.                 font-size: 7pt;
  129.                 list-style-type: none;
  130.                 margin-bottom:2px;
  131.                 padding: 1px;
  132.                 padding-left: 4px;
  133.                 text-align:left;
  134.                 text-transform: uppercase;
  135.                 -webkit-transition: all 0.5s ease-out;
  136.                 -moz-transition: all 0.5s ease-out;
  137.                 transition: all 0.5s ease-out;
  138.         }
  139.  
  140.         .accent:hover {
  141.                 background-color:{color:Accent};
  142.                 border-left: 20px solid {color:Text};
  143.                 color:{color:Posts};
  144.                 -webkit-transition: all 0.5s ease-out;
  145.                 -moz-transition: all 0.5s ease-out;
  146.                 transition: all 0.5s ease-out;
  147.  
  148.         }
  149.  
  150.  
  151.  
  152.         .accent a, .accent a:link, .accent a:visited  {
  153.                 color:{color:Text};
  154.                 cursor:pointer;
  155.                 font-family: {font:Body};
  156.                 font-style:none;
  157.                 font-weight: normal;
  158.                 letter-spacing: 0px;
  159.                 padding-left:1px;
  160.                 text-decoration: none;
  161.                 -webkit-transition: all 0.5s ease-out;
  162.                 -moz-transition: all 0.5s ease-out;
  163.                 transition: all 0.5s ease-out;
  164.         }
  165.  
  166.         .accent a:hover {
  167.                 border-left: 3px solid color:{color:Linkshover};
  168.                 color:{color:Links};
  169.                 letter-spacing:1px;
  170.                 -webkit-transition: all 0.5s ease-out;
  171.                 -moz-transition: all 0.5s ease-out;
  172.                 transition: all 0.5s ease-out;
  173.         }
  174.  
  175.  
  176.  
  177.         .asks {
  178.                 background-color: {color:Background};
  179.                 color:{color:Text};
  180.                 font-family:{font:Body};
  181.                 font-size:7pt;
  182.                 margin-bottom:5px;
  183.                 margin-left:4px;
  184.                 margin-right:4px;
  185.                 padding-top:5px;
  186.                 padding-bottom:3px;
  187.                 padding-left:3px;
  188.                 padding-right:3px;
  189.                 text-align: left;
  190.  
  191.         }
  192.  
  193.         body,
  194.         html {
  195.                 background-attachment:fixed;
  196.                 background-color: {color:Background};
  197.                 background-image: url('{image:Background}');
  198.                 background-repeat: repeat;
  199.                 font-family:{font:Body};
  200.                 margin:0;
  201.                 padding:0;
  202.  
  203.  
  204.         }
  205.  
  206.         blockquote {
  207.                 border-left: 3px solid {color:Links};
  208.                 color: {color:Text};
  209.                 margin-left: 15px;
  210.                 padding-left: 4px;
  211.                 padding-top:0;
  212.                 padding-right:0;
  213.                 padding-bottom:0;
  214.  
  215.         }
  216.  
  217.         .chat .line{
  218.                 color: {color:Text};
  219.                 margin: 0 0 1px;
  220.                 padding: 2px;
  221.  
  222.         }
  223.  
  224.         .chat .line.odd{
  225.                 color: {color:Text2};
  226.  
  227.         }
  228.  
  229.         .clear {
  230.                 clear: both;
  231.                 height:5px;
  232.  
  233.         }
  234.  
  235.         .entries  {
  236.                 background-color:{color:Posts};
  237.                 color:{color:Text};
  238.                 font-family:{font:Body};
  239.                 font-size:7.5pt;
  240.                 margin-bottom:5px;
  241.                 overflow:hidden;
  242.                 padding-top:5px;
  243.                 padding-bottom:3px;
  244.                 padding-left:3px;
  245.                 padding-right:3px;
  246.  
  247.         }
  248.  
  249.         .entries2  {
  250.                 background-color:{color:Posts};
  251.                 color:{color:Text};
  252.                 font-family:{font:Title};
  253.                 font-size:7pt;
  254.                 margin-bottom:5px;
  255.                 padding-top:5px;
  256.                 padding-bottom:3px;
  257.                 padding-left:3px;
  258.                 padding-right:3px;
  259.  
  260.         }
  261.  
  262.  
  263.         h1 {
  264.                 color: {color:Links};
  265.                 font-family: {font:Title};
  266.                 font-size:9pt;
  267.                 font-style: normal;
  268.                 font-weight: normal;
  269.                 margin:0;
  270.         }
  271.  
  272.         h2 {
  273.                 color: {color:Text};
  274.                 font-family: {font:Title};
  275.                 font-size:9pt;
  276.                 font-style: normal;
  277.                 font-weight: normal;
  278.                 margin:0 0 1em;
  279.         }
  280.  
  281.         a img, a:hover img, a:visited img {
  282.                 border: none;
  283.         }
  284.  
  285.         #main {
  286.                 float:left;
  287.                 margin-top:150px;
  288.                 margin-bottom:8px;
  289.                 margin-left:220px;
  290.                 width:410px;
  291.  
  292.  
  293.         }
  294.  
  295.         #main img {
  296.                 max-width:400px;
  297.  
  298.         }
  299.  
  300.         .navi {
  301.                 font-family: {font:Body};
  302.                 font-size: 7pt;
  303.                 text-align:left;
  304.                 text-transform: uppercase;
  305.                 width:100%;
  306.         }
  307.  
  308.         .navi ul{
  309.                 list-style-type: none;
  310.                 padding-left:0px;
  311.                 margin:0;
  312.         }
  313.  
  314.         .navi li {
  315.                 background-color:{color:Posts};
  316.                 border-left: 8px solid {color:Links};
  317.                 color:{color:Links};
  318.                 list-style-type: none;
  319.                 margin-bottom:2px;
  320.                 padding: 1px;
  321.                 padding-left: 4px;
  322.                 text-align:left;
  323.                 -webkit-transition: all 0.5s ease-out;
  324.                 -moz-transition: all 0.5s ease-out;
  325.                 transition: all 0.5s ease-out;
  326.         }
  327.  
  328.         .navi li:hover {
  329.                 background-color:{color:Accent};
  330.                 border-left: 20px solid {color:Text};
  331.                 color:{color:Posts};
  332.                 -webkit-transition: all 0.5s ease-out;
  333.                 -moz-transition: all 0.5s ease-out;
  334.                 transition: all 0.5s ease-out;
  335.  
  336.         }
  337.  
  338.  
  339.  
  340.         .navi a, .navi a:link, .navi a:visited  {
  341.                 color:{color:Text};
  342.                 cursor:pointer;
  343.                 font-family: {font:Body};
  344.                 font-style:none;
  345.                 font-weight: normal;
  346.                 letter-spacing: 0px;
  347.                 padding-left:1px;
  348.                 text-decoration: none;
  349.                 -webkit-transition: all 0.5s ease-out;
  350.                 -moz-transition: all 0.5s ease-out;
  351.                 transition: all 0.5s ease-out;
  352.         }
  353.  
  354.         .navi a:hover {
  355.                 border-left: 3px solid color:{color:Linkshover};
  356.                 color:{color:Links};
  357.                 letter-spacing:2px;
  358.                 -webkit-transition: all 0.5s ease-out;
  359.                 -moz-transition: all 0.5s ease-out;
  360.                 transition: all 0.5s ease-out;
  361.         }
  362.  
  363.         .naviimg {
  364.                 width:132px;
  365.                 height:80px;
  366.  
  367.         }
  368.  
  369.         ol.pnotes {
  370.                 float:left;
  371.                 list-style-type: none;
  372.                 margin-left:-20px;
  373.                 width:410px;
  374.                 text-align:left;
  375.         }
  376.  
  377.         ol.pnotes li.pnote {
  378.                 background-color:{color:Posts};
  379.                 margin-bottom:1px;
  380.                 padding: 5px;
  381.                 text-align:left;
  382.         }
  383.  
  384.         ol.pnotes li.pnote img.avatar {
  385.                 height: 16px;
  386.                 vertical-align: -4px;
  387.                 margin-right: 10px;
  388.                 width: 16px;
  389.         }
  390.  
  391.         ol.pnotes li.pnote span.action {
  392.                 font-weight: normal;
  393.         }
  394.  
  395.         ol.pnotes li.pnote .answer_content {
  396.                 font-weight: normal;
  397.         }
  398.  
  399.         .pagenumbers {
  400.                 color:{color:Text};
  401.                 font-family:{font:Body};
  402.                 font-size:9pt;
  403.                 margin-bottom:5px;
  404.                 padding-top:5px;
  405.                 padding-bottom:3px;
  406.                 padding-left:3px;
  407.                 padding-right:3px;
  408.                 text-align: center;
  409.              
  410.         }
  411.  
  412.         .pnotes  {
  413.                 background-color:;
  414.                 color:{color:Text};
  415.                 font-family:{font:Body};
  416.                 font-size:7pt;
  417.                 margin-bottom:5px;
  418.                 padding-top:5px;
  419.                 padding-bottom:3px;
  420.                 padding-left:3px;
  421.                 padding-right:3px;
  422.  
  423.         }
  424.  
  425.         .sb {
  426.                 background-color:{color:Sidebar};
  427.                 color:{color:Text};
  428.                 font-family:{font:Body};
  429.                 font-size:8pt;
  430.                 margin-bottom:5px;
  431.                 padding-top:5px;
  432.                 padding-bottom:5px;
  433.                 padding-left:3px;
  434.                 padding-right:3px;
  435.         }
  436.  
  437.         #sidebar {
  438.                 float:left;
  439.                 margin-left:5px;
  440.                 margin-top:145px;
  441.                 position:fixed;
  442.                 width:204px;
  443.  
  444.         }
  445.  
  446.         #sidebar2 {
  447.                 float:right;
  448.                 margin-left:642px;
  449.                 margin-top:145px;
  450.                 position:fixed;
  451.                 width:204px;
  452.  
  453.         }
  454.  
  455.         #sidebar img {
  456.                 max-width:195px;
  457.  
  458.         }
  459.  
  460.         .spacer {
  461.                 clear: both;
  462.         }
  463.  
  464.         .space {
  465.                 height: 3px;
  466.         }
  467.            
  468.         .tags  {
  469.                 padding-top: 1px;
  470.                 text-align: right;
  471.  
  472.         }
  473.  
  474.         .tagswrap  {
  475.                 color:{color:Text};
  476.                 font-family:{font:Title};
  477.                 font-size:7pt;
  478.                 margin-top:-25px;
  479.                 margin-bottom:2px;
  480.                 padding-top:5px;
  481.                 padding-bottom:3px;
  482.                 padding-left:3px;
  483.                 padding-right:3px;
  484.                 text-align: right;
  485.  
  486.         }
  487.  
  488.         #topNav {
  489.                 background-color:{color:Navi};
  490.                 left : 0px ;
  491.                 margin-top: 30px;
  492.                 margin-left: auto;
  493.                 margin-right: auto;
  494.                 position : fixed ;
  495.                 padding-top: 10px;
  496.                 padding-bottom: 10px;
  497.                 text-align:center;
  498.                 top : 0px ;
  499.                 width : 100% ;
  500.       }
  501.      
  502.         .topnavi {
  503.                 margin-left: auto;
  504.                 margin-right: auto;
  505.                 text-align:center;
  506.                 width: 850px;
  507.  
  508.  
  509.  
  510.       }
  511.  
  512.         iframe#tumblr_controls {
  513.                 padding-top:1px;
  514.                 position: fixed !important;
  515.       }
  516.  
  517.         #wrap {
  518.                 margin:0 auto;
  519.                 overflow : auto ;
  520.                 width:850px;
  521.         }
  522.  
  523.  
  524.         </style>
  525.  
  526.         </head>
  527.  
  528.         <body>
  529.  
  530.         <div id="aboveNav">
  531.         <div class="abovenavi">
  532.  
  533.         <h1>{Title}</h1>
  534.         </div>
  535.         </div>
  536.  
  537.         <div id="topNav">
  538.  
  539.         <table border="0" class="topnavi">
  540.         <tr>
  541.  
  542.         <td><img src="{image:Top1}" class="naviimg" onmousedown="return false"></td>
  543.         <td><img src="{image:Top2}" class="naviimg" onmousedown="return false"></td>
  544.         <td><img src="{image:Top3}" class="naviimg" onmousedown="return false"></td>
  545.         <td><img src="{image:Top4}" class="naviimg" onmousedown="return false"></td>
  546.         <td><img src="{image:Top5}" class="naviimg" onmousedown="return false"></td>
  547.         <td><img src="{image:Top6}" class="naviimg" onmousedown="return false"></td>
  548.         </tr>
  549.         </table>
  550.  
  551.         </div>
  552.  
  553.         <div id="wrap">
  554.  
  555.         <div id="sidebar2">
  556.  
  557.         <h1><center>Extra Content Box Title</center></h1>
  558.  
  559.         <div class="sb">
  560.  
  561.         <center>This is an extra content box. You can place anything you'd like to place here. Whether it be another description or a section for your friends or whatever.</center><p>
  562.  
  563.  
  564.         <center>You can even put in some links here.</center>
  565.         <center>
  566.         <a href="#">One</a> | <a href="#">Two</a> | <a href="#">Three</a> | <a href="#"> Four</a> | <a href="#">Five</a> | <a href="#">Six</a>
  567.  
  568.  
  569.         </center>
  570.  
  571.         </div>
  572.  
  573.                 <div class="navi" style="margin-top:2px; margin-bottom:5px;"><ul>
  574.  
  575.                 {block:IfExtraLinkFourTitle}<li>
  576. <a href="{text:Extra Link Four Url}">{text:Extra Link Four Title}</a>
  577. </li>{/block:ifExtraLinkFourTitle}
  578.                 {block:IfExtraLinkFiveTitle}<li>
  579. <a href="{text:Extra Link Five Url}">{text:Extra Link Five Title}</a>
  580. </li>{/block:ifExtraLinkFiveTitle}
  581.                 {block:IfExtraLinkSixTitle}<li>
  582. <a href="{text:Extra Link Six Url}">{text:Extra Link Six Title}</a>
  583. </li>{/block:ifExtraLinkSixTitle}
  584.                 {block:IfExtraLinkSevenTitle}<li>
  585. <a href="{text:Extra Link Seven Url}">{text:Extra Link Seven Title}</a>
  586. </li>{/block:ifExtraLinkSevenTitle}
  587.                 {block:IfExtraLinkEightTitle}<li>
  588. <a href="{text:Extra Link Eight Url}">{text:Extra Link Eight Title}</a>
  589. </li>{/block:ifExtraLinkEightTitle}
  590.                 </ul></div>
  591.  
  592.  
  593.         <div class="pagenumbers">
  594.         {block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}
  595.  
  596.         </div>
  597.  
  598.  
  599.         </div>
  600.  
  601.  
  602.  
  603.         <div id="sidebar">
  604.  
  605.         <div class="sb"><div class="sidebar img">
  606.         <center><img src="{image:Sidebar1}" onmousedown="return false"/></center>
  607.         </div></div>
  608.  
  609.  
  610.                 <div class="navi" style="margin-top:2px; margin-bottom:5px;"><ul>
  611.  
  612.         <li>
  613.         <a href="/">homepage</a>
  614.         </li>
  615.         <li>
  616.         <a href="/ask">ask me</a>
  617.         </li>
  618.         <li>
  619.         <a href="http://pruehalliwells.tumblr.com">theme ©</a>
  620.         </li>
  621.  
  622.                 </ul></div>
  623.  
  624.         <div class="sb">
  625.  
  626.         {block:Description}{Description}{/block:Description}
  627.  
  628.         </div>
  629.  
  630.                 <div class="navi" style="margin-top:2px; margin-bottom:5px;"><ul>
  631.  
  632. {block:IfExtraLinkOneTitle}<li>
  633. <a href="{text:Extra Link One Url}">{text:Extra Link One Title}</a>
  634. </li>{/block:ifExtraLinkOneTitle}
  635.                 {block:IfExtraLinkTwoTitle}<li>
  636. <a href="{text:Extra Link Two Url}">{text:Extra Link Two Title}</a>
  637. </li>{/block:ifExtraLinkTwoTitle}
  638.                 {block:IfExtraLinkThreeTitle}<li>
  639. <a href="{text:Extra Link Three Url}">{text:Extra Link Three Title}</a>
  640. </li>{/block:ifExtraLinkThreeTitle}
  641.  
  642.                 </ul></div>
  643.  
  644.         </div>
  645.  
  646.         <div id="main">
  647.  
  648.         {block:Posts}
  649.  
  650.         <div class="entries">
  651.  
  652.         {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  653.         {block:Text}{Body}{/block:Text}
  654.  
  655.         {block:Quote}<h2>"<i>{Quote}</i>"</h2><div style="float:right;"> - {Source}</div>{/block:Quote}
  656.  
  657.         {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  658.         {block:Description}<P>{Description}{/block:Description}</p>{/block:Link}
  659.  
  660.         {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  661.  
  662.         {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  663.  
  664.         {block:Chat}
  665.         {block:Title}
  666.         {/block:Title}
  667.         <div class="chat">
  668.         {block:Lines}<div class="chat"><div class="line {Alt}">
  669.         <div class="{Alt} user_{UserNumber}">
  670.         {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div>
  671.         </div></div>{/block:Lines}
  672.         </div>{/block:Chat}
  673.  
  674.         {block:Video}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  675.  
  676.         {block:Answer}<div class="asks">{Asker} wrote: "{Question}"</div>
  677.         {Answer}{/block:answer}
  678.  
  679.         {block:Audio}{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  680.  
  681.         </div>
  682.  
  683.        {block:Date}<div class="accent"><a href="{Permalink}">
  684.  
  685.         posted {TimeAgo}
  686.         {/block:Date}
  687.  
  688.  
  689.          {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}
  690.  
  691.         {block:IndexPage}{block:RebloggedFrom} − <a href="{ReblogRootURL}">© {ReblogRootName}</a>{/block:RebloggedFrom}{/block:IndexPage}
  692.  
  693.                 </a></div> <br>
  694.  
  695.         {block:HasTags}<div class="tagswrap"><div class="tags"> tagged as: {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}</div><br></div>{/block:HasTags}
  696.  
  697.  
  698.         {/block:Posts}
  699.         {block:PostNotes}<div class="entries">
  700.         <ol class="pnotes">
  701.         {PostNotes}
  702.         </ol>
  703.         </div>{/block:PostNotes}
  704.  
  705.         </div>
  706.         </body>
  707.         </html>