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

Theme: Sky Lullaby

By: mugendia on Jun 11th, 2012  |  syntax: None  |  size: 27.57 KB  |  hits: 28,350  |  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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
  8.  
  9. <!--
  10.  
  11.  
  12. SKY LULLABY THEME BY: COCORINI (http://cocorini.tumblr.com).
  13. PLEASE DO NOT REMOVE THIS CREDIT. THANK YOU!
  14.  
  15.  
  16. -->
  17.  
  18. <meta name="color:Left Background" content=""/>
  19. <meta name="color:Background" content="#f7f7f7"/>
  20. <meta name="color:Side Border" content="#e1ecee"/>
  21.  
  22. <meta name="color:Entries" content="#fff"/>
  23. <meta name="color:Entries Border" content="#f0f3f3"/>
  24.  
  25. <meta name="color:Body Text" content="#c0bdb7"/>
  26. <meta name="color:Body Bold Text" content="#afcab7"/>
  27. <meta name="color:Body Italic Text" content="#abc2b7"/>
  28. <meta name="color:Body Links" content="#caa5b9"/>
  29. <meta name="color:Body Links Hover" content="#a8b38f"/>
  30. <meta name="color:Blockquote Border" content="#d8e7d3"/>
  31.  
  32. <meta name="color:Asker Border" content="#f3f1eb"/>
  33. <meta name="color:Asker Background" content="#fff"/>
  34.  
  35. <meta name="color:Permalink Text" content="#769790"/>
  36. <meta name="color:Permalink Text Hover" content="#769790"/>
  37. <meta name="color:Permalink Background" content="#eef3f3"/>
  38.  
  39. <meta name="color:Sidebar Background" content="#f5f4f0"/>
  40. <meta name="color:Sidebar Border" content="#e1ecee"/>
  41. <meta name="color:Sidebar Shadow" content="#dce1e6"/>
  42. <meta name="color:Sidebar Text" content="#cac7c0"/>
  43. <meta name="color:Sidebar Title" content="#b8d6d5"/>
  44. <meta name="color:Sidebar Title Underline" content="#dee6dc"/>
  45.  
  46. <meta name="color:Sidebar Links Text" content="#bbac98"/>
  47. <meta name="color:Sidebar Links Text Hover" content="#8e9998"/>
  48. <meta name="color:Sidebar Links Background" content="#e0ebc0"/>
  49. <meta name="color:Sidebar Links Hover Background" content="#f3dbd3">
  50.  
  51. <meta name="color:Description Border" content="#eeebe6"/>
  52. <meta name="color:Description Background" content="#f6f7f2"/>
  53.  
  54. <meta name="color:Custom Links Text" content="#7f929b"/>
  55. <meta name="color:Custom Links Text Hover" content="#ce8193"/>
  56. <meta name="color:Custom Links Background" content="#f3fafa"/>
  57. <meta name="color:Custom Links Hover Background" content="#f6f7df"/>
  58.  
  59. <meta name="color:Scrollbar" content="#e1ecee"/>
  60. <meta name="color:Scrollbar Background" content="#f8f8f8"/>
  61.  
  62. <meta name="image:Left Background" content=""/>
  63. <meta name="image:Background" content=""/>
  64. <meta name="image:Sidebar Image" content="http://media.tumblr.com/0d785c8d6877603753f9d9d7c67c6de1/tumblr_inline_mj53anpANo1qz4rgp.png"/>
  65. <meta name="image:Sidebar Background" content=""/>
  66. <meta name="image:Icon Image" content="http://media.tumblr.com/911639732067174c54270a2f1ba26cf5/tumblr_inline_mj53agg5iL1qz4rgp.png"/>
  67. <meta name="image:Description Background" content=""/>
  68.  
  69. <meta name="text:Custom Link One" content=""/>
  70. <meta name="text:Custom Link One URL" content=""/>
  71. <meta name="text:Custom Link Two" content=""/>
  72. <meta name="text:Custom Link Two URL" content=""/>
  73. <meta name="text:Custom Link Three" content=""/>
  74. <meta name="text:Custom Link Three URL" content=""/>
  75. <meta name="text:Custom Link Four" content=""/>
  76. <meta name="text:Custom Link Four URL" content=""/>
  77. <meta name="text:Custom Link Five" content=""/>
  78. <meta name="text:Custom Link Five URL" content=""/>
  79. <meta name="text:Custom Link Six" content=""/>
  80. <meta name="text:Custom Link Six URL" content=""/>
  81.  
  82. <meta name="if:Posts 400" content="1"/>
  83. <meta name="if:Image Fade" content="1"/>
  84. <meta name="if:Show Captions" content=""/>
  85. <meta name="if:Show Reblog" content="1"/>
  86. <meta name="if:Infinite Scroll" content="1"/>
  87. <meta name="if:Left Column" content="1"/>
  88. <meta name="if:Entries Border" content=""/>
  89. <meta name="if:Show Tags" content=""/>
  90.  
  91.  
  92. <style type="text/css">
  93.  
  94. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  95.  
  96. /*BACKGROUND*/
  97.  
  98. body {
  99.    font-family: oxygen;
  100.    font-size: 11px;
  101.    background-color: {color:Background};
  102.    background-image: url('{image:Background}');
  103.    background-attachment: fixed;
  104.    text-align: justify;
  105.    color: {color:Body Text};
  106. }
  107.  
  108. #blog {
  109.     position:fixed;
  110.     left: 0px;
  111.     top: 0px;
  112.     {block:IfLeftColumn}width: 360px;
  113.     height: 100%;
  114.     background-color: {color:Left Background};
  115.     background-image: url('{image:Left Background}');
  116.     background-attachment:fixed;
  117.     border-right: 10px solid {color:Side Border};{/block:IfLeftColumn}
  118. }
  119.  
  120. /*ENTRIES*/
  121.  
  122. .entry {
  123.    position: relative;
  124.    left: 510px;
  125.    top: 20px;
  126.    {block:IfNotPosts400}width: 500px;{/block:IfNotPosts400}
  127.    {block:IfPosts400}width: 400px;{/block:IfPosts400}
  128.    background-color: {color:Entries};
  129.    margin-bottom: 20px;
  130.    margin-left: 0px;
  131.    padding: 10px;
  132.    {block:IfEntriesBorder}border: 3px solid {color:Entries Border};{/block:IfEntriesBorder}
  133. }
  134.  
  135. .entry img {
  136.     max-width: 100%;
  137. }
  138.  
  139. .entrytitle {
  140.     font-size: 14px;
  141.     font-family: tinytots;
  142.     text-transform: lowercase;
  143.     letter-spacing: 2px;
  144.     padding-bottom: 2px;
  145.     color: {color:Sidebar Title};
  146.     border-bottom: 2px dotted {color:Sidebar Title Underline};
  147. }
  148.  
  149. .entry b, strong {
  150.     color: {color:Body Bold Text};
  151. }
  152.  
  153. .entry i, em {
  154.     color: {color:Body Italic Text};
  155. }
  156.  
  157. #permalink {
  158.     font-family: oxygen;
  159.     font-size: 9px;
  160.     text-align: center;
  161.     letter-spacing: 1px;
  162.     padding: 3px;
  163.     margin-bottom: 5px;
  164. }
  165.  
  166. /*STATS*/
  167.  
  168. .perma {
  169.     opacity: 0;
  170.     width: 260px;
  171.     {block:ifPosts400}width: 210px;{/block:IfPosts400}
  172.     position: absolute;
  173.     padding: 5px;
  174.     left: 0px;
  175.     bottom: 0px;
  176.     text-align: right;
  177.     font-family: oxygen;
  178.     text-transform: uppercase;
  179.     letter-spacing: 1px;
  180.     font-size: 8px;
  181.     z-index: 999;
  182.     background-color: {color:Permalink Background};
  183.     {block:ifEntriesBorder}border-top: 3px solid {color:Entries Border};{/block:ifEntriesBorder}
  184.     -webkit-transition: all 1s ease;
  185.     -moz-transition: all 1s ease;
  186.     -o-transition: all 1s ease;
  187.     transition: all 1s ease-in-out;
  188. }
  189.  
  190. .perma a {
  191.     color: {color:Permalink Text}
  192. }
  193.  
  194. .perma a:hover {
  195.     color: {color:Permalink Text Hover}
  196. }
  197.  
  198. .entry:hover .perma {
  199.     opacity: 1;
  200.     width: 510px;
  201.     {block:ifPosts400}width: 410px;{/block:IfPosts400}
  202. }
  203.  
  204. {block:IfShowTags}.tags {
  205.     opacity: 0;
  206.     width: auto;
  207.     position: absolute;
  208.     padding: 3px 3px 3px 5px;
  209.     {block:IfPosts400}left: 425px;{/block:IfPosts400}
  210.     {block:IfNotPosts400}left: 525px;{/block:IfNotPosts400}
  211.     top: 3px;
  212.     font-family: oxygen;
  213.     text-transform: uppercase;
  214.     font-size: 8px;
  215.     letter-spacing: 1px;
  216.     border-left: 5px solid {color:Permalink Background};
  217.     -webkit-transition: all 0.7s ease;
  218.     -moz-transition: all 0.7s ease;
  219.     -o-transition: all 0.7s ease;
  220.     -ms-transition: all 0.7s ease-in-out;
  221.     transition: all 0.7s ease-in-out;
  222. }
  223.  
  224. .tags a {
  225.     color: {color:Permalink Text};
  226. }
  227.  
  228. .entry:hover .tags {
  229.     opacity: 1;
  230. }{/block:IfShowTags}
  231.  
  232. /*LINKS*/
  233.  
  234. a {
  235.     color: {color:Body Links};
  236.     -webkit-transition: all 0.5s ease;
  237.     -moz-transition: all 0.5s ease;
  238.     -o-transition: all 0.5s ease;
  239.     -ms-transition: all 0.5s ease-in-out;
  240.     transition: all 0.5s ease-in-out;
  241.     text-decoration: none;
  242. }
  243.  
  244. a:hover {
  245.     color: {color:Body Links Hover};
  246. }
  247.  
  248. /*PAGINATION*/
  249.  
  250. #pagination {
  251.     text-align: center;
  252.     padding: 3px;
  253.     font-family: tinytots;
  254.     font-size: 11px;
  255.     text-shadow: 1px 1px 1px #fff;
  256. }
  257.  
  258. #pagination a {
  259.     margin: 3px;
  260. }
  261.    
  262. /*SIDEBAR*/
  263.  
  264. #placeholder {
  265.     position: fixed;
  266.     margin-top: 150px;
  267.     margin-left: 241px;
  268. }
  269.  
  270. #portrait {
  271.     padding: 10px;
  272.     width: 95px;
  273.     height: 95px;
  274.     margin-left: 66px;
  275.     margin-bottom: 10px;
  276.     background-color: {color:Side Border};
  277.     border-radius: 80px;
  278. }
  279.  
  280. #portrait img {
  281.     max-width: 96px;
  282.     border-radius: 100px;
  283. }
  284.  
  285. #sidebar {
  286.     width: 240px;
  287.     padding: 5px;
  288.     background-color: {color:Sidebar Background};
  289.     border-top: 4px dashed {color:Sidebar Border};
  290.     border-bottom: 4px dashed {color:Sidebar Border};
  291.     border-right: 4px dashed {color:Sidebar Border};
  292. }
  293.  
  294. #place {
  295.     position: fixed;
  296.     top: 160px;
  297.     left: 20px;
  298. }
  299.  
  300. #sidebarimage {
  301.     width: 200px;
  302.     padding: 10px;
  303.     background-color: {color:Sidebar Background};
  304.     border-radius: 14px;
  305.     box-shadow: 0px 0px 6px 1px {color:Sidebar Shadow};
  306.     background-image: url('{image:Sidebar Background}');
  307. }
  308.  
  309. #sidebarimage img {
  310.     max-width: 200px;
  311.     border-radius: 8px;
  312. }
  313.  
  314. #desc {
  315.     width: 227px;
  316.     margin-top: 5px;
  317.     padding: 6px;
  318.     background-color: {color:Description Background};
  319.     background-attachment: fixed;
  320.     border-top: 1px dashed {color:Description Border};
  321.     border-bottom: 1px dashed {color:Description Border};
  322.     background-image: url('{image:Description Background}');
  323. }
  324.  
  325. #desc b, strong {
  326.     color: {color:Body Bold Text};
  327. }
  328.  
  329. #desc i, em {
  330.     color: {color:Body Italic Text};
  331. }
  332.  
  333. #title {
  334.     font-family: tinytots;
  335.     text-transform:  lowercase;
  336.     letter-spacing: 2px;
  337.     font-size: 16px;
  338.     text-align: center;
  339.     margin-bottom: 2px;
  340.     padding-bottom: 2px;
  341.     color: {color:Sidebar Title};
  342.     border-bottom: 2px dotted {color:Sidebar Title Underline};
  343. }
  344.  
  345. #sidebarnav {
  346.     position: relative;
  347.     text-align: center;
  348. }
  349.  
  350. #sidebarnav a {
  351.     padding: 3px;
  352.     padding-top: 4px;
  353.     margin-top: 4px;
  354.     margin-left: 2px;
  355.     width: 45px;
  356.     font-family: tinytots;
  357.     font-size: 7px;
  358.     text-transform: uppercase;
  359.     letter-spacing: 2px;
  360.     display: inline-block;
  361.     text-align: center;
  362.     color: {color:Sidebar Links Text};
  363.     background-color: {color:Sidebar Links Background};
  364.     border-bottom: 1px dashed #fff;
  365.     -webkit-transition: all 0.5s ease-in-out;
  366.     -moz-transition: all 0.5s ease-in-out;
  367.     -o-transition: all 0.5s ease-in-out;
  368.     -ms-transition: all 0.5s ease-in-out;
  369.     transition: all 0.5s ease-in-out;
  370. }
  371.  
  372. #sidebarnav a:hover {
  373.     color: {color:Sidebar Links Text Hover};
  374.     background-color: {color:Sidebar Links Hover Background};
  375. }
  376.  
  377. /*CUSTOM LINKS*/
  378.  
  379. #custom {
  380.     position: relative;
  381.     margin-top: 10px;
  382.     margin-left: -7px;
  383. }
  384.  
  385. #extra {
  386.     position: relative;
  387.     text-align: center;
  388. }
  389.  
  390. #extra a {
  391.     padding: 7px;
  392.     margin-bottom: 8px;
  393.     width: 100px;
  394.     font-family: tinytots;
  395.     font-size: 8px;
  396.     text-transform: uppercase;
  397.     letter-spacing: 1px;
  398.     display: inline-block;
  399.     text-align: center;
  400.     color: {color:Custom Links Text};
  401.     background-color: {color:Custom Links Background};
  402.     -webkit-transition: all 0.5s ease-in-out;
  403.     -moz-transition: all 0.5s ease-in-out;
  404.     -o-transition: all 0.5s ease-in-out;
  405.     -ms-transition: all 0.5s ease-in-out;
  406.     transition: all 0.5s ease-in-out;
  407.     border: 2px solid {color:Side Border};
  408. }
  409.  
  410. #extra a:hover {
  411.     color: {color:Custom Links Text Hover};
  412.     background-color: {color:Custom Links Hover Background};
  413. }
  414.  
  415. /*BLOCKQUOTE*/
  416.  
  417. blockquote {
  418.     border-left: 5px solid {color:Blockquote Border};
  419.     padding-left: 5px;
  420. }
  421.  
  422. /*ASK*/
  423.  
  424. .ask {
  425.     font-size: 10px;
  426.     padding: 5px;
  427.     margin-left: 35px;
  428.     background-color: {color:Asker Background};
  429.     border-bottom: 2px dashed {color:Asker Border};
  430. }
  431.  
  432. .askinfo img {
  433.     float: left;
  434.     max-width: 30px;
  435.     border-radius: 20px;
  436. }
  437.  
  438. /*AUDIO*/
  439.  
  440. .audio {
  441.     background-color: #fff;
  442.     margin-left: 30px;
  443.     display: block;
  444. }
  445.  
  446. .cover img {
  447.     margin-left: 0px;
  448.     width: 57px;
  449.     float: left;
  450.     border-radius: 30px;
  451. }
  452.  
  453. .audioinfo {
  454.     position: relative;
  455.     margin-top: 5px;
  456.     margin-left: 73px;
  457.     border-left: 5px solid {color:Blockquote Border};
  458.     padding-left: 5px;
  459. }
  460.  
  461. /*QUOTE*/
  462.  
  463. .quote {
  464.     font-size: 12px;
  465.     letter-spacing: 2px;
  466.     padding-left: 5px;
  467. }
  468.  
  469. /*PHOTO HOVER*/
  470.  
  471. {block:IfImageFade}.photo {
  472.     opacity: .8;
  473.     -webkit-transition: all 0.5s ease-in-out;
  474.     -moz-transition: all 0.5s ease-in-out;
  475.     -o-transition: all 0.5s ease-in-out;
  476.     -ms-transition: all 0.5s ease-in-out;
  477.     transition: all 0.5s ease-in-out;
  478. }
  479.  
  480. .photo:hover {
  481.     opacity: 1;
  482. }
  483.  
  484. .entry img {
  485.     opacity: .8;
  486.     -webkit-transition: all 0.5s ease-in-out;
  487.     -moz-transition: all 0.5s ease-in-out;
  488.     -o-transition: all 0.5s ease-in-out;
  489.     -ms-transition: all 0.5s ease-in-out;
  490.     transition: all 0.5s ease-in-out;
  491. }
  492.  
  493. .entry img:hover {
  494.     opacity: 1;
  495. }{/block:IfImageFade}
  496.  
  497. /*BACK TO TOP*/
  498.  
  499. .top {
  500.     font-size: 8px;
  501.     font-family: tinytots;
  502.     text-align: center;
  503.     text-transform: uppercase;
  504.     letter-spacing: 1px;
  505.     text-shadow: 1px 1px 1px #fff;
  506. }
  507.  
  508. #scrollToTop:link, #scrollToTop:visited {
  509.     background-color: transparent;
  510.     display: none;
  511.     position: fixed;
  512.     bottom: 10px;
  513.     right: 10px;
  514. }
  515.  
  516. /*SCROLLBAR*/
  517.  
  518. ::-webkit-scrollbar-thumb:vertical {
  519.     background-color: {color:Scrollbar};
  520.     height: 30px;
  521. }
  522.  
  523. ::-webkit-scrollbar {
  524.     height: 30px;
  525.     width: 5px;
  526.     background-color: {color:Scrollbar Background};
  527. }
  528.  
  529. /*TUMBLR STUFF*/
  530.  
  531. iframe#tumblr_controls {
  532.     right: 3px !important;
  533.     position: fixed !important;
  534.     opacity: .2;
  535.     -webkit-transition: all 0.5s ease-in-out;
  536.     -moz-transition: all 0.5s ease-in-out;
  537.     -o-transition: all 0.5s ease-in-out;
  538.     transition: all 0.5s ease-in-out;
  539. }
  540.  
  541. iframe#tumblr_controls:hover {
  542.     opacity: 1;
  543. }
  544.  
  545. </style>
  546.  
  547.  
  548. {Block:IfInfiniteScroll}
  549.     <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  550.  
  551. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  552. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  553.  
  554. <div class="top">
  555.     <a href="javascript:;" id="scrollToTop">&#x21e1;<br />back to top</a>
  556. </div>
  557. {/Block:IfInfiniteScroll}
  558.  
  559.  
  560.     </head><body>
  561.  
  562.  
  563. <div id="blog">
  564.  
  565. <div id="place">
  566. <div id="sidebarimage">
  567.     <img src="{image:Sidebar Image}">
  568. </div>
  569.  
  570. {Block:IfNotInfiniteScroll}
  571.     {block:Pagination}<div id="pagination">
  572.  
  573.       {block:PreviousPage}<a href="{PreviousPage}">&#x25c0;</a>
  574.       {/block:PreviousPage}
  575.      
  576.     {block:JumpPagination length="3"}
  577.  
  578.       {block:CurrentPage}<span class="current_page">{PageNumber}</span>
  579.       {/block:CurrentPage}
  580.  
  581.       {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  582.      
  583.     {/block:JumpPagination}
  584.  
  585.       {block:NextPage}<a href="{NextPage}">&#x25b6;</a>{/block:NextPage}
  586.  
  587.     </div>{/block:Pagination}
  588. {/Block:IfNotInfiniteScroll}
  589. </div>
  590.  
  591. <div id="placeholder">
  592.  
  593. <div id="portrait">
  594.     <img src="{image:Icon Image}">
  595. </div>
  596.  
  597. <div id="sidebar">
  598.     <div id="title">{Title}</div>
  599.    
  600.     <div id="sidebarnav">
  601.     <a href="/">home</a>
  602.     <a href="/ask">message</a>
  603.     <a href="/archive">archive</a>
  604.     <a href="http://cocorini.tumblr.com" target="_blank">theme</a>
  605.     </div>
  606.    
  607.     <div id="desc">
  608.     {Block:Description}
  609.         {Description}
  610.     {/Block:Description}
  611.     </div>
  612.    
  613. </div>
  614.    
  615.    
  616. <div id="custom">
  617.        
  618.   {block:IfCustomLinkOne}
  619.      <div id="extra">
  620.         <a href="{Block:IfCustomLinkOneURL}{text:Custom Link One URL}{/Block:IfCustomLinkOneURL}">{text:Custom Link One}</a></div>
  621.   {/block:IfCustomLinkOne}
  622.  
  623.   {block:IfCustomLinkTwo}
  624.      <div id="extra">
  625.         <a href="{Block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/Block:IfCustomLinkTwoURL}">{text:Custom Link Two}</a></div>
  626.   {/block:IfCustomLinkTwo}
  627.  
  628.   {block:IfCustomLinkThree}
  629.      <div id="extra">
  630.         <a href="{Block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/Block:IfCustomLinkThreeURL}">{text:Custom Link Three}</a></div>
  631.   {/block:IfCustomLinkThree}
  632.  
  633.    {block:IfCustomLinkFour}
  634.       <div id="extra">
  635.          <a href="{Block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/Block:IfCustomLinkFourURL}">{text:Custom Link Four}</a></div>
  636.    {/block:IfCustomLinkFour}
  637.  
  638.    {block:IfCustomLinkFive}
  639.       <div id="extra">
  640.          <a href="{Block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/Block:IfCustomLinkFiveURL}">{text:Custom Link Five}</a></div>
  641.    {/block:IfCustomLinkFive}
  642.  
  643.    {block:IfCustomLinkSix}
  644.       <div id="extra">
  645.          <a href="{Block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/Block:IfCustomLinkSixURL}">{text:Custom Link Six}</a></div>
  646.    {/block:IfCustomLinkSix}
  647.  
  648. </div></div></div>
  649.  
  650.  
  651. {Block:IfInfiniteScroll}
  652. <div class="autopagerize_page_element">
  653. {/Block:IfInfiniteScroll}
  654.  
  655.  
  656. {block:Posts}
  657.  
  658. <div class="entry">
  659.  
  660. {block:IndexPage}
  661.    
  662.     <div class="perma">
  663.     <a href="{permalink}">
  664.         {block:Date} {TimeAgo}{/block:Date}</a> {block:NoteCount}| <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:ifShowReblog}| <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:ifShowReblog}</div>
  665.  
  666.     {block:IfShowTags}{block:HasTags}
  667.     <div class="tags">
  668.         {block:Tags}#<a href="{TagURL}">{Tag}</a><br />{/block:Tags}
  669.     </div>
  670.     {/block:HasTags}{/block:IfShowTags}
  671.        
  672. {/block:IndexPage}
  673.    
  674.  
  675.  
  676. {block:Text}
  677.  
  678.     {block:Title}<div class="entrytitle">{Title}</div>{/block:Title}
  679.    
  680.         {Body}
  681.            
  682.     {Block:PermalinkPage}
  683.    
  684.     <div id="permalink">
  685.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  686.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  687.         {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  688.    
  689.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  690.    
  691.     {/Block:PermalinkPage}
  692.  
  693. {/block:Text}
  694.  
  695.  
  696.  
  697.  
  698. {block:Photo}
  699.  
  700.    {block:IfNotPosts400}
  701.       {LinkOpenTag}
  702.       <img src="{PhotoURL-highres}" width="500px" alt="{PhotoAlt}">
  703.       {LinkCloseTag}
  704.    {/block:IfNotPosts400}
  705.  
  706.    {block:IfPosts400}
  707.       {LinkOpenTag}
  708.       <img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}">
  709.       {LinkCloseTag}
  710.    {/block:IfPosts400}
  711.        
  712.     {block:IfShowCaptions}
  713.        {Caption}
  714.     {/block:IfShowCaptions}  
  715.  
  716.     {block:PermalinkPage}
  717.  
  718.    {block:IfNotShowCaptions}
  719.        {Caption}
  720.    {/block:IfNotShowCaptions}
  721.    
  722.     <div id="permalink">
  723.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  724.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  725.         {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  726.  
  727.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  728.    
  729.     {/block:PermalinkPage}
  730.  
  731. {/block:Photo}
  732.  
  733.  
  734.  
  735. {block:Photoset}
  736.  
  737.     {block:IfNotPosts400}
  738.     <div class="photo">{Photoset-500}</div>
  739.     {/block:IfNotPosts400}
  740.    
  741.     {block:IfPosts400}
  742.     <div class="photo">{Photoset-400}</div>
  743.     {/block:IfPosts400}
  744.    
  745.     {block:IfShowCaptions}
  746.        {Caption}
  747.     {/block:IfShowCaptions}
  748.  
  749.     {block:PermalinkPage}
  750.  
  751.    {block:IfNotShowCaptions}
  752.        {Caption}
  753.    {/block:IfNotShowCaptions}
  754.    
  755.     <div id="permalink">
  756.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  757.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  758.         {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  759.    
  760.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  761.    
  762.     {/block:PermalinkPage}
  763.  
  764. {/block:Photoset}
  765.  
  766.  
  767.  
  768.  
  769. {block:Quote}
  770.  
  771.     <div class="quote">{Quote}</div>
  772.    
  773.     {block:Source}
  774.       <div style="text-align: right;text-transform: uppercase;font-size: 9px;letter-spacing: 2px;padding-top: 3px;">—{Source}</div>
  775.     {/block:Source}
  776.    
  777.     {Block:PermalinkPage}
  778.    
  779.     <div id="permalink">
  780.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  781.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  782.         {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  783.    
  784.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  785.    
  786.     {/Block:PermalinkPage}
  787.  
  788.  
  789. </div> {/block:Quote}
  790.  
  791.  
  792.  
  793.  
  794. {block:Link}
  795.  
  796.     <t><a href="{URL}" {Target}>
  797.         <div style="font-size: 13px; text-transform: lowercase;letter-spacing: 1px;font-family: oxygen">{Name}</div>
  798.     </a></t>
  799.  
  800.     {block:Description}
  801.         {Description}
  802.     {/block:Description}
  803.  
  804.     {Block:PermalinkPage}
  805.    
  806.     <div id="permalink">
  807.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  808.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  809.         {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  810.    
  811.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  812.    
  813.     {/Block:PermalinkPage}
  814.    
  815. {/block:Link}
  816.  
  817.  
  818.  
  819.  
  820. {block:Chat}
  821.  
  822.     {block:Title}<div class="entrytitle">{Title}</div>{/block:Title}
  823.    
  824.     {block:Lines}
  825.     <div style="border-bottom:1px dotted #cccccc; padding: 3px">
  826.     {block:Label}<b>{Label}</b>{/block:Label}
  827.       {Line}<br></div>
  828.     {/block:Lines}
  829.    
  830.     {Block:PermalinkPage}
  831.    
  832.     <div id="permalink">
  833.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  834.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  835.         {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  836.    
  837.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  838.    
  839.     {/Block:PermalinkPage}
  840.    
  841. {/block:Chat}
  842.  
  843.  
  844.  
  845. {block:Audio}
  846.  
  847.     <div class="cover">{block:AlbumArt}
  848.     <img src="{AlbumArtURL}">
  849.     {/block:AlbumArt}</div>
  850.    
  851.     <div class="audio">{AudioPlayerWhite}</div>
  852.    
  853.     <div class="audioinfo">
  854.     {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}<br /><b>Track:</b> {block:TrackName} "{TrackName}" {/block:TrackName}</div>
  855.    
  856.     {block:IfShowCaptions}
  857.        {Caption}
  858.     {/block:IfShowCaptions}
  859.  
  860.     {block:PermalinkPage}
  861.  
  862.    {block:IfNotShowCaptions}
  863.        {Caption}
  864.    {/block:IfNotShowCaptions}
  865.    
  866.     <div id="permalink">
  867.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  868.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  869.         {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  870.    
  871.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  872.    
  873.     {/block:PermalinkPage}
  874.    
  875. {/block:Audio}
  876.  
  877.  
  878.  
  879.  
  880. {block:Video}
  881.  
  882.     {block:IfNotPosts400} {Video-500} {/block:IfNotPosts400}
  883.     {block:IfPosts400} {Video-400} {/block:IfPosts400}
  884.  
  885.     {block:IfShowCaptions}
  886.        {Caption}
  887.     {/block:IfShowCaptions}
  888.  
  889.     {block:PermalinkPage}
  890.  
  891.    {block:IfNotShowCaptions}
  892.        {Caption}
  893.    {/block:IfNotShowCaptions}
  894.    
  895.     <div id="permalink">
  896.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  897.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  898.         {block:RebloggedFrom}<br /><b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  899.    
  900.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  901.    
  902.     {/block:PermalinkPage}
  903.  
  904. {/block:Video}
  905.  
  906.  
  907.  
  908. {block:Answer}
  909.    
  910.     <div class="askinfo"><img src="{AskerPortraitURL-30}"></div>
  911.     <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  912.     {Answer}
  913.        
  914.     {Block:PermalinkPage}
  915.    
  916.     <div id="permalink">
  917.         <a href="{permalink}">{block:Date}<img src="http://media.tumblr.com/tumblr_m2l4z2LGF51r92csh.gif"> {12Hour}:{Minutes} {AmPm} {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date}</a> {block:NoteCount}| <img src="http://media.tumblr.com/tumblr_m2n9rxQdgx1rnjuep.png"> <a href="{permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
  918.         {block:HasTags}<br />{block:Tags}<img src="http://media.tumblr.com/tumblr_m2n9rtOtpC1rnjuep.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  919.    
  920.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  921.    
  922.     {/Block:PermalinkPage}
  923.  
  924. {/block:Answer}  
  925.  
  926. </div>
  927.  
  928. {/block:Posts} {Block:IfInfiniteScroll}</div>{/Block:IfInfiniteScroll}
  929. </body>
  930. </html>