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

Theme 5 by ohmyklaus - withOUT shadow - explorer

By: ohmy-klaus on Jun 23rd, 2012  |  syntax: None  |  size: 16.81 KB  |  hits: 2,048  |  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. <!--
  2.    
  3.         WTH is a Stiles? by Evy
  4.         ohmyklaus.tumblr.com
  5.  
  6.         EEEEEE  EE    EE  EE    EE
  7.         EE      EE    EE  EE    EE
  8.         EE       EE  EE    EE  EE
  9.         EEEEE    EE  EE     EEEE
  10.         EE        EEEE       EE
  11.         EE        EEEE       EE
  12.         EEEEEEE    EE        EE
  13.  
  14.         DO NOT REMOVE THE CREDIT!
  15.         DO NOT CLAIM AS YOUR OWN!
  16.                                      -->
  17.  
  18.  
  19.  
  20.  
  21. <html><head>
  22.    
  23.         <meta name="color:Background" content="#352e31"/>
  24.         <meta name="color:Font" content="#d8b4a8"/>
  25.         <meta name="color:Links" content="#f33c4f"/>
  26.         <meta name="color:Links Hover" content="#d8b4a8"/>
  27.         <meta name="color:Bold" content="#f33c4f"/>
  28.         <meta name="color:Posts Title" content="#f33c4f"/>
  29.         <meta name="color:Blog Title Color" content="#d8b4a8"/>
  30.         <meta name="color:Posts Background" content="#453d40"/>
  31.         <meta name="color:Posts Hover Border" content="#3d3539"/>
  32.         <meta name="color:Scrollbar" content="#f33c4f"/>
  33.        
  34.         <meta name="color:Nav Links Color" content="#d8b4a8"/>
  35.         <meta name="color:Home Link Background" content="#453d40"/>
  36.         <meta name="color:Ask Link Background" content="#453d40"/>
  37.         <meta name="color:Theme Link Background" content="#453d40"/>
  38.         <meta name="color:Link 1 Background" content="#453d40"/>
  39.         <meta name="color:Link 2 Background" content="#453d40"/>
  40.         <meta name="color:Link 3 Background" content="#453d40"/>
  41.        
  42.         <meta name="image:Background Image" content=""/>
  43.         <meta name="image:Sidebar Image" content="
  44.         http://store.picbg.net/pubpic/4E/8C/8f3f5135d2254e8c.png"/>
  45.         <meta name="text:Sidebar Image height" content="210" />
  46.        
  47.         <meta name="text:Blog Title" content="" />
  48.        
  49.         <meta name="text:Home Link URL" content="/" />
  50.         <meta name="text:Home Link Title" content="home" />
  51.         <meta name="text:Ask Link URL" content="/ask" />
  52.         <meta name="text:Ask Link Title" content="message" />
  53.         <meta name="text:Link 1 URL" content="/" />
  54.         <meta name="text:Link 1 Title" content="link 1" />
  55.         <meta name="text:Link 2 URL" content="/" />
  56.         <meta name="text:Link 2 Title" content="link 2" />
  57.         <meta name="text:Link 3 URL" content="/" />
  58.         <meta name="text:Link 3 Title" content="link 3" />
  59.        
  60.        
  61.         <title>{Title}</title>
  62.         <link rel="shortcut icon" href="{Favicon}">
  63.        
  64.  
  65.  
  66.  
  67.      
  68.      
  69.  
  70. <style type="text/css">
  71.        
  72.        
  73.        
  74. /* --- BASICS --- */
  75.  
  76.  
  77. body {
  78.     font-family: Calibri;
  79.     font-size: 10px;
  80.     line-height: 100%;
  81.     text-align: justify;
  82.     color: {color:Font};
  83.     background-color: {color:Background};
  84.     background-image: url('{image:Background Image}');
  85.     background-attachment: fixed;
  86.     background-position:  left top;
  87.     background-repeat: no-repeat; }
  88.  
  89.  
  90. a:link, a:visited, a:active {
  91.     font-family: Calibri;
  92.     font-size: 10px;
  93.     color: {color:Links};
  94.     border-bottom: 0px solid transparent;
  95.     -webkit-transition-duration: .90s; }
  96.  
  97. a:hover {
  98.     border-bottom: 1px solid {color:Links Hover};
  99.     color: {color:Links Hover};
  100.     -webkit-transition-duration: .90s; }
  101.  
  102. b, strong {
  103.     color: {color:Bold}; }
  104.    
  105.    
  106. blockquote {
  107.     margin-left: 0px;
  108.     padding-left:4px;
  109.     border-left: 4px solid {color:Bold}; }
  110.    
  111.  
  112. #title {
  113.     font-family: Calibri;
  114.     font-size: 20px;
  115.     margin-top: 5px;
  116.     margin-bottom: 5px;
  117.     padding-bottom: 4px;
  118.     font-size: 16px;
  119.     text-align: center; }
  120.  
  121. #link {
  122.     font-family: Calibri;
  123.     font-size: 20px;
  124.     margin-top: 5px;
  125.     padding-bottom: 0px;
  126.     font-size: 16px;
  127.     text-align: center; }
  128.  
  129.  
  130. h1 {
  131.     font-family: Calibri;
  132.     font-size: 20px;
  133.     line-height: 15px;
  134.     letter-spacing: 0px;
  135.     text-transform: none;
  136.     font-weight: normal;
  137.     text-align: left;
  138.     margin-top: 0px;
  139.     margin-bottom: 0px;
  140.     padding: 0px;
  141.     color: {color:Posts Title}; }
  142.  
  143.  
  144.  
  145. /* --- POSTS --- */
  146.    
  147. #entries {
  148.     position: absolute;
  149.     top: 70px;
  150.     margin-left: 300px;
  151.     width: 520px; }
  152.      
  153. #posts {
  154.     overflow: hidden;
  155.     margin-top: -40px;
  156.     margin-bottom: 40px;
  157.     padding: 10px 10px 8px 10px;
  158.     font: 8px mane;
  159.     text-transform: uppercase;
  160.     background-color: {color:Background};
  161.     -webkit-transition: 0.4s linear; }
  162.      
  163. #posts:hover  {
  164.     background-color: {color:Posts Background};
  165.     border-top: 5px solid {color:Posts Hover Border};
  166.     border-bottom: 5px solid {color:Posts Hover Border};
  167.     -webkit-transition: 0.4s linear; }
  168.      
  169. #posts:hover #info {
  170.     opacity:1;
  171.     display:block;
  172.     }
  173.  
  174.  
  175.  
  176. /* --- POST INFO --- */
  177.  
  178. #info {
  179.     position: absolute;
  180.     opacity: 0;
  181.     margin-top: -10px;
  182.     margin-left: 515px;
  183.     width: 150px;
  184.     padding: 1px 5px 3px 5px;
  185.     font-family: Calibri;
  186.     font-size: 10px;
  187.     line-height:100%;
  188.     text-align: left;
  189.     color: {color:Font};
  190.     background-color: none;
  191.     -webkit-transition: 0.4s linear; }
  192.    
  193. #info a {
  194.     color: {color:Font}; }
  195.  
  196. #info a:hover {  
  197.     color: {color:Links};
  198.     -webkit-transition: 0.4s linear; }
  199.    
  200.    
  201.    
  202. /* --- QUOTE --- */
  203.  
  204. #quote {
  205.     margin: 0px 32px;
  206.     font-family: Calibri;
  207.     font-size: 16px; }
  208.  
  209. #source {
  210.     padding-top: 10px;
  211.     font-size: 8px; }
  212.  
  213.  
  214.  
  215. /* --- AUDIO --- */
  216.  
  217. #audio {
  218.     padding: 0px; }
  219.    
  220. .qu {
  221.     opacity: 0.7;
  222.     font-family: georgia;
  223.     font-size: 25px;
  224.     font-weight: bold;  
  225.     line-height: 33px;}
  226.    
  227. .ote {
  228.     opacity: 0.9;
  229.     margin-top: -34px;
  230.     text-indent: 15px; }
  231.  
  232. .audio {
  233.     background-color :white;
  234.     display: block; }
  235.    
  236.  
  237.  
  238. /* --- QUESTION --- */
  239.  
  240. .asker {
  241.     width: 490px;
  242.     padding: 5px;
  243.     font-family: Calibri;
  244.     font-size: 10px;
  245.     text-transform: normal;
  246.     line-height: 100%;
  247.     font-weight: normal;
  248.     color:{color:Font};}
  249.    
  250. .asker img {
  251.     float: left;
  252.     padding: 0px 5px 0px 0px; }
  253.    
  254. .asker a {
  255.     margin: 0;
  256.     padding: 0;
  257.     font-size: 8px;
  258.     line-height: 100%;
  259.     font-weight: bold;
  260.     text-transform: normal;
  261.     color: {color:Links};;}
  262.    
  263. .asker a:hover {
  264.     margin: 0;
  265.     padding: 0;
  266.     font-weight: bold;
  267.     text-transform: normal;
  268.     color: {color:Links Hover}; }
  269.  
  270. .question {
  271.     font-size: 8px;
  272.     font-weight: normal;
  273.     text-transform: none;
  274.     color:{color:Font};
  275.     background-color: {color:Posts Background}; }
  276.    
  277. .answer {
  278.     padding-top: 0px;
  279.     padding-left: 5px;
  280.     padding-right: 5px; }
  281.    
  282. .answer img {
  283.     max-width: 500px; }
  284.  
  285. img a {
  286.     border:none;
  287.     width:100%; }
  288.  
  289.  
  290.  
  291. /* --- CHAT --- */  
  292.  
  293. .user_1 .label {color:{color:links}; font-weight:bold;}    
  294. .user_2 .label {color:{color:links}; font-weight:bold;}    
  295. .user_3 .label {color:{color:links}; font-weight:bold;}    
  296. .user_4 .label {color:{color:links}; font-weight:bold;}    
  297. .user_5 .label {color:{color:links}; font-weight:bold;}    
  298. .user_6 .label {color:{color:links}; font-weight:bold;}    
  299. .user_7 .label {color:{color:links}; font-weight:bold;}    
  300. .user_8 .label {color:{color:links}; font-weight:bold;}    
  301. .user_9 .label {color:{color:links}; font-weight:bold;}    
  302. .user_10 .label {color:{color:links}; font-weight:bold;}    
  303. .user_11 .label {color:{color:links}; font-weight:bold;}    
  304. .user_12 .label {color:{color:links}; font-weight:bold;}    
  305. .user_13 .label {color:{color:links}; font-weight:bold;}    
  306. .user_14 .label {color:{color:links}; font-weight:bold;}    
  307. .user_15 .label {color:{color:links}; font-weight:bold;}    
  308. .user_16 .label {color:{color:links}; font-weight:bold;}    
  309. .user_17 .label {color:{color:links}; font-weight:bold;}    
  310. .user_18 .label {color:{color:links}; font-weight:bold;}    
  311. .user_19 .label {color:{color:links}; font-weight:bold;}    
  312. .user_20 .label {color:{color:links}; font-weight:bold;}
  313.    
  314. ul.chat, .chat ol, .chat li {
  315.     margin:0px;
  316.     padding:0px;
  317.     list-style:none;}
  318.  
  319.  
  320.  
  321.  
  322.  
  323. /* --- SCROLLBAR --- */
  324.  
  325.  
  326. ::-webkit-scrollbar-thumb:vertical {
  327.     height:10px;
  328.     background-color: {color:Scrollbar}; }
  329.    
  330. ::-webkit-scrollbar-thumb:horizontal {
  331.     height:10px;
  332.     background-color: {color:Scrollbar}; }
  333.    
  334. ::-webkit-scrollbar {
  335.     height: 10px;
  336.     width: 5px;
  337.     background-color: {color:Background}; }
  338.  
  339.  
  340.  
  341.  
  342.  
  343. /* --- PERMALINK NOTES PAGE --- */
  344.  
  345.  
  346. #postnotes {
  347.     margin:0px 0px 0px 0px;
  348.     width:510px;
  349.     padding:5px;
  350.     font-family: Calibri;
  351.     font-size: 10px;
  352.     background-color: none; }
  353.    
  354. #postnotes a {
  355.     margin-top:1px; }
  356.  
  357. ol.notes li.note {
  358.     padding:1px;
  359.     border-bottom: solid 0px;}
  360.  
  361. ol.notes li.note img.avatar {
  362.     vertical-align:-4px;
  363.     margin-right:0px;
  364.     width:16px;
  365.     height:16px; }
  366.  
  367.  
  368.  
  369.  
  370.  
  371. /* --- BORDER --- */
  372.      
  373.    
  374. #top {
  375.     position: fixed;
  376.     top: 0px;
  377.     margin-left: 300px;
  378.     width: 520px;
  379.     height: 10px;
  380.     background-color: {color:Posts Background};
  381.     border-bottom: 5px solid {color:Posts Hover Border};
  382.     z-index: 1001; }    
  383.    
  384. #bottom {
  385.     position: fixed;
  386.     bottom: 0px;
  387.     margin-left: 300px;
  388.     width: 520px;
  389.     height: 10px;
  390.     background-color: {color:Posts Background};
  391.     border-top: 5px solid {color:Posts Hover Border};
  392.     z-index: 1001; }
  393.  
  394.  
  395.  
  396.  
  397.  
  398. /* --- SIDEBAR --- */
  399.  
  400.  
  401. #center {
  402.     margin-left: auto;
  403.     margin-right: auto;
  404.     width: 800px; }
  405.  
  406. #position {
  407.     position: fixed;
  408.     top: 100px;
  409.     margin-left: 20px;
  410.     width: 200px; }
  411.  
  412.  
  413. .sidebar {
  414.     margin-left: 0px;
  415.     width: 200px;
  416.     height: {text:Sidebar Image height}px;
  417.     padding: 0px 0px -2px 0px;
  418.     font-family: Calibri;
  419.     font-size: 10px;
  420.     color: {color:Font};  }
  421.  
  422.  
  423. #ttl {
  424.     position: fixed;
  425.     margin-top: -45px;
  426.     width: 200px;
  427.     font: 9px 'Orator Std';
  428.     letter-spacing: 2px;  
  429.     text-transform: uppercase;
  430.     color: {color:Blog Title Color}; }
  431.  
  432.  
  433. #description {
  434.     position: fixed;
  435.     opacity: 0.9;
  436.     overflow: hidden;
  437.     margin-top: 30px;
  438.     margin-left: 0px;  
  439.     width: 200px;
  440.     padding: 6px 0px 4px 0px;  
  441.     text-align: justify;
  442.     color: {color:Font};
  443.     background: none;
  444.     border: 5px solid none;
  445.     -webkit-transition-duration: .90s;}
  446.  
  447.  
  448.  
  449.  
  450.  
  451. /* --- NAVIGATION --- */
  452.  
  453.  
  454. #nav-a {
  455.     position: fixed;
  456.     margin-top: -21px;
  457.     margin-left: -1px;
  458.     background: {color:Home Link Background};
  459.     -webkit-transition-duration: .90s; }
  460. #nav-a:hover {
  461.     margin-top: -21px;
  462.     color: {color:Links Hover}; }
  463.  
  464. #nav-b {
  465.     position: fixed;
  466.     margin-top: -21px;
  467.     margin-left: 68px;
  468.     background: {color:Ask Link Background};
  469.     -webkit-transition-duration: .90s;  }
  470. #nav-b:hover {
  471.     margin-top: -21px;
  472.     color: {color:Links Hover}; }
  473.  
  474. #nav-c {
  475.     position: fixed;
  476.     margin-top: -21px;
  477.     margin-left: 137px;
  478.     background: {color:Theme Link Background};
  479.     -webkit-transition-duration: .90s;  }
  480. #nav-c:hover {
  481.     margin-top: -21px;
  482.     color: #fd9558; }
  483.  
  484. #nav-d {
  485.     position: fixed;
  486.     margin-top: 4px;
  487.     margin-left: -1px;
  488.     background: {color:Link 1 Background};
  489.     -webkit-transition-duration: .90s;  }
  490. #nav-d:hover {
  491.     margin-top: 4px;
  492.     color: {color:Links Hover}; }
  493.  
  494. #nav-e {
  495.     position: fixed;
  496.     margin-top: 4px;
  497.     margin-left: 68px;
  498.     background: {color:Link 2 Background};
  499.     -webkit-transition-duration: .90s;  }
  500. #nav-e:hover {
  501.     margin-top: 4px;
  502.     color: {color:Links Hover}; }
  503.  
  504. #nav-f {
  505.     position: fixed;
  506.     margin-top: 4px;
  507.     margin-left: 137px;
  508.     background: {color:Link 3 Background};
  509.     -webkit-transition-duration: .90s;  }
  510. #nav-f:hover {
  511.     margin-top: 4px;
  512.     color: {color:Links Hover}; }
  513.  
  514.  
  515. .link-1 {
  516.     float: left;
  517.     display: block;
  518.     margin-top: 0px;
  519.     margin-left: 0px;
  520.     width: 64px;
  521.     padding: 2px 0px 3px 0px;
  522.     font-family: Orator Std;
  523.     font-size: 9px;
  524.     text-align: center;
  525.     color: {color:Nav Links Color};
  526.     -webkit-transition-duration: .90s; }
  527. .link-1 a, a {
  528.     text-decoration: none;
  529.     text-transform: none;
  530.     color: {color:Nav Links Color}; }
  531. .link-1:hover {
  532.     background: {color:Posts Background};
  533.     color: {color:Font}; }
  534.  
  535.  
  536.  
  537.  
  538.  
  539. /* --- PAGES --- */
  540.  
  541.  
  542. #prev {
  543.     position: fixed;
  544.     margin-top: 70px;
  545.     margin-left: -40px;
  546.     width: 0px;
  547.     -webkit-transition-duration: .90s; }
  548.  
  549. #next {
  550.     position: fixed;
  551.     margin-top: 70px;
  552.     margin-left: 205px;
  553.     width: 0px;
  554.     -webkit-transition-duration: .90s; }
  555.  
  556.  
  557. .pages {
  558.     display: block;
  559.     width: 30px;
  560.     padding: 0px 2px 4px 2px;
  561.     font: 35px tahoma;  
  562.     text-align: center;  
  563.     color: {color:Links};
  564.     background: none;
  565.     -webkit-transition-duration: .90s; }
  566. .pages a, a {
  567.     text-decoration: none;
  568.     text-transform: none;
  569.     color: {color:Links}; }
  570. .pages:hover {
  571.     color: {color:Font};
  572.     background: none; }
  573.  
  574.  
  575.  
  576.  
  577.  
  578. </style>
  579. </head>
  580.    
  581.  
  582.  
  583.  
  584.  
  585. <body>
  586.  
  587.  
  588.  
  589. <div id="center">
  590.  
  591. <div id="top"><br></div>
  592. <div id="bottom"><br></div>
  593.  
  594.  
  595.  
  596. <div id="position">
  597.  
  598. <center><div id="ttl"><br>
  599. {text:Blog Title}
  600. </div></center>
  601. <br>
  602.  
  603.  
  604. <div class="sidebar">
  605.  
  606.  
  607. <div id="prev"><center>
  608. {block:Pagination}
  609. {block:PreviousPage}
  610. <a href="{PreviousPage}"> <div class="pages">«</div></a>
  611. {/block:PreviousPage}
  612. {/block:Pagination}
  613. </center></div>
  614.  
  615. <div id="next"><center>
  616. {block:Pagination}
  617. {block:NextPage}
  618. <a href="{NextPage}"> <div class="pages">»</div></a>
  619. {/block:NextPage}
  620. {/block:Pagination}
  621. </center></div>
  622.  
  623.  
  624. <div id="nav-a"><center>
  625. <a href="{text:Home Link URL}"> <div class="link-1">{text:Home Link Title}</div></a>
  626. </center></div>
  627.  
  628. <div id="nav-b"><center>
  629. <a href="{text:Ask Link URL}"> <div class="link-1">{text:Ask Link Title}</div></a>
  630. </center></div>
  631.  
  632. <div id="nav-c"><center>
  633. <a href="http://ohmyklaus.tumblr.com/tagged/themes" target="_blank"> <div class="link-1">theme</div></a>
  634. </center></div>
  635.  
  636. <img src="{image:Sidebar Image}" width="200px">
  637.  
  638. <div id="nav-d"><center>
  639. <a href="{text:Link 1 URL}"> <div class="link-1">{text:Link 1 Title}</div></a>
  640. </center></div>
  641.  
  642. <div id="nav-e"><center>
  643. <a href="{text:Link 2 URL}"> <div class="link-1">{text:Link 2 Title}</div></a>
  644. </center></div>
  645.  
  646. <div id="nav-f"><center>
  647. <a href="{text:Link 3 URL}"> <div class="link-1">{text:Link 3 Title}</div></a>
  648. </center></div>
  649.  
  650.  
  651. <div id="description">
  652. <center>
  653. {description}
  654. </center>
  655. </div>
  656.  
  657.  
  658. </div>
  659. </div>
  660.  
  661.  
  662. <div id="entries">
  663. {block:Posts}
  664. <div id="posts">
  665.  
  666.  
  667. <div id="info">
  668.  
  669. {block:Date}
  670. Posted
  671. <a href="{Permalink}">{TimeAgo}</a> <br>
  672. {/block:Date}
  673. {block:NoteCount}
  674. with
  675. <a href="{Permalink}">{NoteCount}  notes</a> <br>
  676. {/block:NoteCount}
  677.  
  678. {block:RebloggedFrom}<br>
  679. via: <a href="{ReblogParentURL}">
  680. <a href="{ReblogParentURL}">{ReblogParentName}</a>  <br>
  681. {/block:RebloggedFrom}
  682.  
  683. {block:ContentSource}
  684. source: <a href="{SourceURL}">{SourceLink}</a> <br>
  685. {/block:ContentSource}
  686.  
  687. {block:HasTags}<br>
  688. Tags:
  689. {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}
  690. {/block:HasTags}
  691.  
  692. </div>
  693.  
  694.      
  695. {block:Title}
  696. <h1>{Title}&nbsp;</h1>
  697. {/block:Title}
  698.  
  699. {block:Text}
  700. {Body}
  701. {/block:Text}
  702.      
  703. {block:Quote}
  704. <div id="quote">
  705. <center>
  706. " {Quote} "
  707. </center>
  708. </div>
  709. {block:Source}
  710. <div id="source">
  711. <center>
  712. {Source}
  713. </center>
  714. </div>{/block:Source}
  715. {/block:Quote}
  716.      
  717. {block:Link}
  718. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  719. {block:Description}{Description}{/block:Description}
  720. {/block:Link}
  721.      
  722. {block:Photo}
  723. {LinkOpenTag}
  724. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  725. {LinkCloseTag}<br>
  726. {block:Caption}
  727. {Caption}
  728. {/block:Caption}
  729. {/block:Photo}
  730.  
  731. {block:Photoset}
  732. {Photoset-500}
  733. {block:Caption}
  734. {Caption}
  735. {/block:Caption}
  736. {/block:Photoset}
  737.      
  738. {block:Chat}
  739. <ul class="chat">
  740. {block:Lines}
  741. <li class="user_{UserNumber}">
  742. {block:Label}
  743. <span class="label">{Label}</span>
  744. {/block:Label}
  745. &nbsp;{Line}</li>
  746. {/block:Lines}</ul>
  747. {/block:Chat}
  748.      
  749. {block:Video}
  750. {Video-500}
  751. {block:Caption}
  752. {Caption}
  753. {/block:Caption}
  754. {/block:Video}
  755.    
  756. {block:Answer}
  757. <div class="asker">
  758. <img src="{AskerPortraitURL-24}"><b>{Asker}</b> asked:
  759. <div class="questions">
  760. {Question}
  761. </div></div>
  762. <div class="answer">
  763. {Answer}
  764. </div>
  765. {/block:Answer}
  766.  
  767. {block:Audio}
  768. <div id="audio">
  769. {block:AlbumArt}
  770. <img src="{AlbumArtURL}" width="55px" height="55px" align="left" style="margin-right:10px" />
  771. {/block:AlbumArt}
  772. {block:TrackName}
  773. Song: <b>{TrackName}</b><br>
  774. {/block:TrackName}
  775. {block:Artist}
  776. Artist: <b>{Artist}</b><br><br>
  777. {/block:Artist}
  778. {AudioPlayerBlack}<br>
  779. </div>
  780. {block:Caption}
  781. {Caption}
  782. {/block:Caption}
  783. {/block:Audio}
  784.  
  785.    
  786. </div>
  787. {/block:Posts}
  788.  
  789. {block:PostNotes}
  790. <div id="postnotes">{PostNotes}</div>
  791. {/block:PostNotes}
  792.  
  793. </div>
  794.    
  795. </body>
  796. </html>