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

theme 018 - spectrum

By: thewicked-eternity on Aug 5th, 2012  |  syntax: None  |  size: 22.16 KB  |  hits: 8,449  |  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.     Theme 018 - Spectrum by thewicked-eternity.tumblr.com
  3.     PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
  4.     For any help, visit wickedeternitythemehelp.tumblr.com
  5. -->
  6.  
  7. <html><head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}" />
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  12. <meta name="description" content="{MetaDescription}" />
  13.  
  14. <!-- DEFAULT VARIABLES -->
  15.         <meta name="color:Background" content="#FFFCF8"/>
  16.         <meta name="color:Post Background" content="#FFFFFF"/>
  17.         <meta name="color:Post Border" content="#FCF2E9"/>
  18.         <meta name="color:Text" content="#CEBDB2"/>
  19.         <meta name="color:Links" content="#CFADA6"/>
  20.         <meta name="color:Links Hover" content="#CEB8B2"/>
  21.         <meta name="color:Sidebar" content="#FFFFFF"/>
  22.         <meta name="color:Topbar" content="#FCF2E9"/>
  23.         <meta name="color:Topbar Right Border" content="#EAD2C8"/>
  24.         <meta name="color:Topbar Bottom Border" content="#FFFFFF"/>
  25.         <meta name="color:Sidelinks" content="#FFFFFF">
  26.         <meta name="color:Sidelinks Hover" content="#FCF2E9"/>
  27.         <meta name="color:Info Border" content="#EAD2C8"/>
  28.         <meta name="color:Info Background" content="#FFFCF8"/>
  29.         <meta name="color:Scrollbar" content="#CEB8B2"/>
  30.         <meta name="color:Title Shadow" content="#FFFFFF"/>
  31.         <meta name="color:Topbar Title" content="#CFADA6"/>
  32.  
  33.         <meta name="image:Sidebar" content=""/>
  34.         <meta name="image:Background" content=""/>
  35.  
  36.         <meta name="font:Topbar Title" content="georgia" />
  37.         <meta name="font:Topbar Title 2" content="georgia" />
  38.         <meta name="font:Post Titles" content="calibri" />
  39.         <meta name="font:Body" content="arial" />
  40.         <meta name="font:Description" content="arial" />
  41.        
  42.         <meta name="if:2 Column Posts" content"0"/>
  43.         <meta name="if:Infinite Scrolling" content"0"/>
  44.         <meta name="if:Hide Pagination" content"0"/>
  45.         <meta name="if:Hide Photo Captions" content="0"/>
  46.         <meta name="if:Show Submit" content="0"/>
  47.  
  48.         <meta name="text:Title 1" content=""/>
  49.         <meta name="text:Title 2" content=""/>
  50.        
  51.         <meta name="text:Link 1" content="http://"/>
  52.         <meta name="text:Link 1 Title" content=""/>
  53.         <meta name="text:Link 2" content="http://">
  54.         <meta name="text:Link 2 Title" content=""/>
  55.         <meta name="text:Link 3" content="http://"/>
  56.         <meta name="text:Link 3 Title" content=""/>
  57.         <meta name="text:Link 4" content="http://"/>
  58.         <meta name="text:Link 4 Title" content=""/>
  59.         <meta name="text:Link 5" content="http://"/>
  60.         <meta name="text:Link 5 Title" content=""/>
  61.         <meta name="text:Link 6" content="http://"/>
  62.         <meta name="text:Link 6 Title" content=""/>
  63.         <meta name="text:Link 7" content="http://"/>
  64.         <meta name="text:Link 7 Title" content=""/>
  65.         <meta name="text:Link 8" content="http://"/>
  66.         <meta name="text:Link 8 Title" content=""/>
  67.  
  68. <style type="text/css">
  69.  
  70.  
  71. /* --- SCROLLBAR --- */
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74.     background-color:{color:Scrollbar};
  75.     height:30px;
  76.     }
  77.  
  78. ::-webkit-scrollbar-thumb:horizontal {
  79.     background-color:{color:Scrollbar};
  80.     height:5px!important;
  81.     }
  82.  
  83. ::-webkit-scrollbar {
  84.     background-color:{color:Background};
  85.     height:5px;
  86.     width:5px;
  87.     }
  88.  
  89.  
  90. /* --- POSTS --- */
  91.  
  92. body {
  93.     color:{color:Text};
  94.     background-attachment:fixed;
  95.     background-color:{color:Background};
  96.     background-image: url('{image:Background}');
  97.     background-position:bottom right;
  98.     background-repeat:no-repeat;
  99.     text-align:justify;
  100.     font-family:{font:Body};
  101.     font-size:10px;
  102.     }
  103.  
  104. a {
  105.     text-decoration:none;
  106.     color:{color:Links};
  107.     }
  108.  
  109. a:hover {
  110.     text-decoration:none;
  111.     color:{color:Links Hover};
  112.     }
  113.  
  114. {block:IfNot2ColumnPosts}
  115. #entries {
  116.     position:absolute;
  117.     overflow:hidden;
  118.     width:630px;
  119.     margin-left:370px;
  120.     margin-top:100px;
  121.     }
  122.  
  123. #posts {
  124.     background-color:{color:Post Background};
  125.     border:1px solid {color:Post Border};
  126.     padding:7px;
  127.     width:500px;
  128.     margin-bottom:10px;
  129.     }
  130. {/block:IfNot2ColumnPosts}
  131.  
  132.  
  133. {block:If2ColumnPosts}
  134. {block:IndexPage}
  135.  
  136. #entries {
  137.     display:inline-block;
  138.     overflow:hidden;
  139.     width:600px;
  140.     margin-left:350px;
  141.     margin-top:100px;
  142.     }
  143.  
  144. #posts {
  145.     float:left;
  146.     width:250px;
  147.     padding:7px;
  148.     margin-left:5px;
  149.     margin-bottom:10px;
  150.     border:1px solid {color:Post Border};
  151.     background-color:{color:Post Background};
  152.     text-align:left;
  153.     }
  154. {/block:IndexPage}
  155.  
  156. {block:PermalinkPage}
  157. #entries {
  158.     position:absolute;
  159.     overflow:hidden;
  160.     width:630px;
  161.     margin-left:370px;
  162.     margin-top:100px;
  163.     }
  164.  
  165. #posts {
  166.     background-color:{color:Post Background};
  167.     border:1px solid {color:Post Border};
  168.     padding:7px;
  169.     width:500px;
  170.     margin-bottom:10px;
  171.     }
  172. {/block:PermalinkPage}
  173. {/block:If2ColumnPosts}
  174.  
  175.  
  176. /* --- SIDEBAR --- */
  177.  
  178. #sidebar {
  179.     position:fixed;
  180.     margin-top:100px;
  181.     margin-left:60px;
  182.     width:270px;
  183.     background-color:{color:Sidebar};
  184.     }
  185.  
  186. #sidebarimage img {
  187.     margin-top:10px;
  188.     margin-bottom:5px;
  189.     max-width:250px;
  190.     height:auto;
  191.     text-align:center;
  192.     }
  193.  
  194. #description {
  195.     font-size:10px;
  196.     font-family:{font:Description};
  197.     color:{color:Text};
  198.     text-align:justify;
  199.     margin-bottom:10px;
  200.     width:250px;
  201.     }
  202.  
  203. .pagination {
  204.     margin-bottom:10px;
  205.     text-align:center;
  206.     line-height:20px;
  207.     font-family:calibri;
  208.     font-size:10px;
  209.     }
  210.    
  211. .pagination a {
  212.     text-decoration:none;
  213.     background-color:{color:Topbar};
  214.     padding: 2px 4px 2px 4px;
  215.     color:{color:Text};
  216.     }
  217.    
  218. .pagination a:hover {
  219.     background-color:{color:Sidebar};
  220.     color:{color:Text};
  221.     }
  222.  
  223.  
  224. /* --- TOPBAR & SIDELINKS --- */
  225.  
  226. #topbar {
  227.     position:fixed;
  228.     padding:5px;
  229.     margin-top:-8px;
  230.     margin-left:-8px;
  231.     width:900px;
  232.     height:70px;
  233.     background-color:{color:Topbar};
  234.     z-index:5;
  235.     border-right:10px solid {color:Topbar Right Border};
  236.     }
  237.  
  238. #topbarbord {
  239.     position:fixed;
  240.     margin-top:70px;
  241.     margin-left:-8px;
  242.     height:5px;
  243.     background-color:{color:Topbar Bottom Border};
  244.     width:920px;
  245.     z-index:6;
  246.     }
  247.  
  248. #sidelinks {
  249.     height:100px;
  250.     width:265px;
  251.     margin-top:-8px;
  252.     z-index:999;
  253.     float:right;
  254.     margin-right:70px;
  255.     }
  256.  
  257. #sidelinks a {
  258.     display:inline-block;
  259.     width:60px;
  260.     margin-bottom:3px;
  261.     height:auto;
  262.     padding:2px;
  263.     font-family:calibri;
  264.     font-size:10px;
  265.     text-transform:uppercase;
  266.     color:{color:Links};
  267.     background-color:{color:Sidelinks};
  268.     -webkit-transition:opacity 0.7s linear;
  269.     -webkit-transition:all 0.3s ease-out;
  270.     -moz-transition:all 0.3s ease-out;
  271.     transition:all 0.3s ease-out;
  272.     }
  273.  
  274. #sidelinks a:hover {
  275.     color:{color:Links Hover};
  276.     background-color:{color:Sidelinks Hover};;
  277.     text-align:center;
  278.     -webkit-transition:opacity 0.8s linear;
  279.     -webkit-transition:all 0.5s ease-out;
  280.     -moz-transition:all 0.5s ease-out;
  281.     transition:all 0.5s ease-out;
  282.     }
  283.  
  284.  
  285. /* --- TITLES --- */
  286.  
  287. #topbartitle {
  288.     font-size:26px;
  289.     font-family:{font:Topbar Title};
  290.     font-style:italic;
  291.     float:left;
  292.     color:{color:Topbar Title};
  293.     margin-top:5px;
  294.     margin-left:170px;
  295.     text-transform:lowercase;
  296.     text-shadow:-2px -2px 1px {color:Title Shadow};
  297.     }
  298.    
  299. #topbartitle2 {
  300.     font-family:{font:Topbar Title 2};
  301.     font-size:10px;
  302.     float:left;
  303.     colour:{color:Text};
  304.     text-transform:uppercase;
  305.     margin-left:-280px;
  306.     margin-top:20px
  307.     }
  308.    
  309. #title1 {
  310.     margin-bottom:-5px;
  311.     font-size:16px;
  312.     {block:If2ColumnPosts}
  313.     font-size:14px;
  314.     {/block:If2ColumnPosts}
  315.     text-decoration:none;
  316.     text-align:center;
  317.     text-transform:uppercase;
  318.     font-family:{font:Post Titles};
  319.     }
  320.    
  321. #title2 {
  322.     margin-bottom:-5px;
  323.     font-size:14px;
  324.     {block:If2ColumnPosts}
  325.     font-size:12px;
  326.     {/block:If2ColumnPosts}    
  327.     text-align:center;
  328.     text-transform:uppercase;
  329.     font-family:{font:Post Titles};
  330.     }
  331.  
  332.  
  333. /* --- AUDIO --- */
  334.  
  335. #audio {
  336.     margin-bottom:5px;
  337.     width:500px;
  338.     height:105px;
  339.     {block:If2ColumnPosts}
  340.     width:250px;
  341.     height:65px;
  342.     {block:PermalinkPage}
  343.     width:500px;
  344.     height:105px;
  345.     {/block:PermalinkPage}
  346.     {/block:If2ColumnPosts}
  347.     }
  348.  
  349. .albumart {
  350.     width:100px;
  351.     height:100px;
  352.     {block:If2ColumnPosts}
  353.     width:64px;
  354.     height:64px;
  355.     {block:PermalinkPage}
  356.     width:100px;
  357.     height:100px;
  358.     {/block:PermalinkPage}
  359.     {/block:If2ColumnPosts}
  360.     position:absolute;
  361.     }
  362.  
  363. .albumart img {
  364.     width:100px;
  365.     height:100px;
  366.     {block:If2ColumnPosts}
  367.     width:64px;
  368.     height:64px;
  369.     {block:PermalinkPage}
  370.     width:100px;
  371.     height:100px;
  372.     {/block:PermalinkPage}
  373.     {/block:If2ColumnPosts}
  374.     float:left;
  375.     }
  376.  
  377. .playercontainer {
  378.     opacity:.2;
  379.     display:block;
  380.     width:100px;
  381.     height:100px;
  382.     {block:If2ColumnPosts}
  383.     width:64px;
  384.     height:64px;
  385.     {block:PermalinkPage}
  386.     width:100px;
  387.     height:100px;
  388.     {/block:PermalinkPage}
  389.     {/block:If2ColumnPosts}
  390.     background-color:white;
  391.     position:absolute;
  392.     z-index:3;
  393.     -webkit-transition:all 0.5s ease-in-out;
  394.     -moz-transition:all 0.5s ease-in-out;
  395.     -o-transition:all 0.5s ease-in-out;
  396.     -ms-transition:all 0.5s ease-in-out;
  397.     transition:all 0.5s ease-in-out;
  398.     }
  399.  
  400. .playercontainer:hover {
  401.     opacity:.7;
  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.     }
  408.  
  409. .player {
  410.     margin-left:36px;
  411.     margin-top:36px;
  412.     {block:If2ColumnPosts}
  413.     margin-left:19px;
  414.     margin-top:19px;
  415.     {block:PermalinkPage}
  416.     margin-left:36px;
  417.     margin-top:36px;
  418.     {/block:PermalinkPage}
  419.     {/block:If2ColumnPosts}    
  420.     width:25px;
  421.     height:25px;
  422.     overflow:hidden;
  423.     background-color:white;
  424.     }
  425.  
  426. {block:IfNot2ColumnPosts}
  427. .audioinfo {
  428.     margin-left:110px;
  429.     float:left;
  430.     background-color:{color:Background};
  431.     width:388px;
  432.     padding:2px;
  433.     margin-top:3px;
  434.     }
  435. {/block:IfNot2ColumnPosts}
  436.  
  437. {block:If2ColumnPosts}
  438. .audioinfo {
  439.     margin-left:70px;
  440.     background-color:trans;
  441.     float:left;
  442.     margin-top:3px;
  443.     width:200px;
  444.     overflow:hidden;
  445.     }
  446. {block:PermalinkPage}
  447. .audioinfo {
  448.     margin-left:110px;
  449.     float:left;
  450.     background-color:{color:Background};
  451.     width:388px;
  452.     padding:2px;
  453.     margin-top:3px;
  454.     }
  455. {/block:PermalinkPage}
  456. {/block:If2ColumnPosts}
  457.  
  458.  
  459. /* --- CHAT POST --- */
  460.  
  461. .chat {
  462.     line-height:12px;
  463.     list-style:none;
  464.     }
  465.  
  466. .chat ul {
  467.     line-height:15px;
  468.     list-style:none;
  469.     padding:0px;
  470.     line-height:20px;
  471.     }
  472.  
  473. .person1 {
  474.     background-color:{color:Background};
  475.     color:{color:Text};
  476.     }
  477.  
  478. .person1 .label {
  479.     font-weight: bold;
  480.     padding: 0px;
  481.     margin-left: 5px;
  482.     color:{color:Text};
  483.     }
  484.  
  485. .person2 {
  486.     color:{color:Text};
  487.     }
  488.  
  489. .person2 .label {
  490.     font-weight: bold;
  491.     padding: 0px;
  492.     margin-left: 5px;
  493.     color:{color:Text};
  494.     }
  495.  
  496. .person3 {
  497.     background-color:{color:Background};
  498.     color:{color:Text};
  499.     }
  500.  
  501. .person3 .label {
  502.     font-weight: bold;
  503.     padding: 0px;
  504.     margin-left: 5px;
  505.     color:{color:Text};
  506.     }
  507.  
  508. .person4 {
  509.     color:{color:Text};
  510.     }
  511.  
  512. .person4 .label {
  513.     font-weight: bold;
  514.     padding: 0px;
  515.     margin-left: 5px;
  516.     color:{color:Text};
  517.     }
  518.  
  519. .person5 {
  520.     background-color:{color:Background};
  521.     color:{color:Text};
  522.     }
  523.  
  524. .person5 .label {
  525.     font-weight: bold;
  526.     padding: 0px;
  527.     margin-left: 5px;
  528.     color:{color:Text};
  529.     }
  530.  
  531. .person6 {
  532.     color:{color:Text};
  533.     }
  534.  
  535. .person6 .label {
  536.     font-weight: bold;
  537.     padding: 0px;
  538.     margin-left: 5px;
  539.     color:{color:Text};
  540.     }
  541.  
  542.  
  543. /* --- INFO & OTHER --- */
  544.  
  545. #info {
  546.     padding:4px;
  547.     margin-top:7px;
  548.     line-height:90%;
  549.     color:{color:Text};
  550.     font-size:10px;
  551.     font-family:calibri;
  552.     text-transform:uppercase;
  553.     width:493px;
  554.     {block:If2ColumnPosts}
  555.     width:243px;
  556.     {block:PermalinkPage}
  557.     width:493px;
  558.     {/block:PermalinkPage}
  559.     {/block:If2ColumnPosts}
  560.     background-color:{color:Info Background};
  561.     border-top:2px solid {color:Info Border};
  562.     text-align:center;
  563.     opacity:0.6;
  564.     -webkit-transition:opacity 0.8s linear;
  565.     -webkit-transition:all 0.5s ease-out;
  566.     -moz-transition:all 0.5s ease-out;
  567.     transition:all 0.5s ease-out;
  568.     }
  569.  
  570. #info:hover {
  571.     opacity:1;
  572.     -webkit-transition: opacity 0.8s linear;
  573.     -webkit-transition: all 0.5s ease-out;
  574.     -moz-transition: all 0.5s ease-out;
  575.     transition: all 0.5s ease-out;    
  576.     }
  577.  
  578. #info a {
  579.     color:{color:Links};
  580.     }
  581.  
  582. #info a:hover {
  583.     color:{color:Links Hover};
  584.     }
  585.  
  586. #questions {
  587.     padding:10px;
  588.     margin-bottom:0px;
  589.     font-size:10px;
  590.     font-family:georgia;
  591.     text-align:center;
  592.     font-style:italic;
  593.     color:{color:Text};
  594.     background-color:{color:Background};
  595.     }
  596.  
  597. #questions a {
  598.     color:{color:Links};
  599.     }
  600.  
  601. #questions a:hover {
  602.     color:{color:Links Hover};
  603.     }
  604.  
  605. #tags {  
  606.     font-family:georgia;
  607.     text-align:center;
  608.     text-transform:lowercase;
  609.     font-style:italic;
  610.     font-size:9px;
  611.     }
  612.  
  613. #source {
  614.     margin-top:3px;
  615.     text-align:right;
  616.     margin-bottom:5px;
  617.     font-size:10px;
  618.     }
  619.  
  620. .postnotes {
  621.     margin-top:-5px;
  622.     }
  623.  
  624. ol.notes, .notes li {
  625.     width:500px;
  626.     list-style:none;
  627.     }
  628.  
  629. blockquote {
  630.     border-left:4px solid {color:Text};
  631.     padding:0px;
  632.     padding-left:5px;
  633.     margin:5px;
  634.     }
  635.  
  636. {CustomCSS}
  637.  
  638. </style>
  639.  
  640. {block:ifNot2ColumnPosts}{block:ifInfiniteScrolling}
  641. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  642. {/block:ifInfiniteScrolling}{/block:ifNot2ColumnPosts}
  643.  
  644. {block:If2ColumnPosts}
  645. {block:IndexPage}
  646.  
  647. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  648.  
  649.  
  650. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  651.  
  652. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  653.  
  654. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  655.  
  656. <script>
  657. $(function(){
  658. var $container = $('#entries');
  659. $container.imagesLoaded(function(){
  660. $container.masonry({
  661.     itemSelector: '#posts',
  662.     });
  663.     });
  664. $container.infinitescroll({
  665.     itemSelector : "#posts",
  666.     navSelector : "#page-nav",
  667.     nextSelector : "#page-nav a",
  668.     loadingImg : "",
  669.     loadingText : "<em></em>",
  670.     bufferPx : 10000,
  671.     extraScrollPx: 12000,
  672.     },
  673. function (newElements) {
  674. var $newElems = $(newElements).css({
  675.     opacity: 1
  676.     });
  677. $newElems.imagesLoaded(function () {
  678. $newElems.animate({
  679.     opacity: 1
  680.     });
  681. $container.masonry( 'appended', $newElems, true );
  682. });
  683. });
  684. });
  685. </script>
  686. {/block:IndexPage}
  687. {/block:If2ColumnPosts}
  688.  
  689. </head>
  690.    <body>
  691.  
  692.  
  693.  
  694.  
  695. <div id="topbarbord"></div><div id="topbar">
  696.  
  697. <div id="topbartitle">{text:Title 1}</div><br>
  698. <div id="topbartitle2">{text:Title 2}</div>
  699.  
  700. <center><div id="sidelinks"><center>
  701. <a href="/">home</a>
  702. <a href="/ask">message</a>
  703. {block:IfShowSubmit}<a href="/submit">Submit</a>{/block:IfShowSubmit}
  704. <a href="/archive">archive</a>
  705. <a href="http://thewicked-eternitythemes.tumblr.com">theme</a>
  706. {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a>
  707. {/block:Pages}{/block:HasPages}
  708. {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1Title}
  709. {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2Title}
  710. {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3Title}
  711. {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4Title}
  712. {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5Title}
  713. {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6Title}
  714. {block:ifLink7Title}<a href="{text:Link 7}">{text:Link 7 Title}</a>{/block:ifLink7Title}
  715. {block:ifLink8Title}<a href="{text:Link 8}">{text:Link 8 Title}</a>{/block:ifLink8Title}
  716. </div></center></div>
  717.  
  718. <div id="sidebar">
  719.  
  720. <center><div id="sidebarimage"><img src="{image:Sidebar}"></div></center>
  721.  
  722. {block:Description}<center><div id="description">{Description}</div></center>{/block:Description}
  723.  
  724. {block:IfNotHidePagination}<div class="pagination">{block:Pagination}
  725. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  726. {block:JumpPagination length="6"}{block:CurrentPage}
  727. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  728. {/block:CurrentPage}
  729. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  730. {/block:JumpPagination}
  731. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  732. {/block:Pagination}</div>{/block:IfNotHidePagination}
  733. </div>
  734.  
  735.  
  736.  
  737. <div id="entries">{block:ifNot2ColumnPosts}{block:ifInfiniteScrolling}<div class="autopagerize_page_element">{/block:ifInfiniteScrolling}{/block:ifNot2ColumnPosts}{block:Posts}<div id="posts">
  738.  
  739. {block:Title}
  740. <div id="title1">{Title}</div>{/block:Title}
  741. {block:Text}{Body}{/block:Text}
  742.  
  743. {block:Photo}
  744. {block:IfNot2ColumnPosts}
  745. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  746. {/block:IfNot2ColumnPosts}
  747. {block:If2ColumnPosts}
  748. {block:IndexPage}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:IndexPage}
  749. {block:PermalinkPage}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{/block:PermalinkPage}
  750. {/block:If2ColumnPosts}
  751. {block:IfNotHidePhotoCaptions}
  752. {block:Caption}{Caption}{/block:Caption}
  753. {/block:IfNotHidePhotoCaptions}
  754. {block:IfHidePhotoCaptions}
  755. {block:PermalinkPage}
  756. {block:Caption}{Caption}{/block:Caption}
  757. {/block:PermalinkPage}
  758. {/block:IfHidePhotoCaptions}
  759. {/block:Photo}
  760.  
  761. {block:Photoset}
  762. {block:IfNot2ColumnPosts}
  763. <center>{Photoset-500}</center>
  764. {/block:IfNot2ColumnPosts}
  765. {block:If2ColumnPosts}{block:IndexPage}
  766. <center>{Photoset-250}</center>
  767. {/block:IndexPage}{block:PermalinkPage}
  768. <center>{Photoset-500}</center>
  769. {/block:PermalinkPage}{/block:If2ColumnPosts}
  770. {block:IfNotHidePhotoCaptions}
  771. {block:Caption}{Caption}{/block:Caption}
  772. {/block:IfNotHidePhotoCaptions}
  773. {block:IfHidePhotoCaptions}
  774. {block:PermalinkPage}
  775. {block:Caption}{Caption}{/block:Caption}
  776. {/block:PermalinkPage}
  777. {/block:IfHidePhotoCaptions}
  778. {/block:Photoset}
  779.  
  780. {block:Quote}
  781. <div id="title2">"{Quote}"</div>{block:Source}<div id="source">— {Source}</div>{/block:Source}
  782. {/block:Quote}
  783.  
  784. {block:Link}
  785. <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  786. {/block:Link}
  787.  
  788. {block:Chat}
  789. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  790. {/block:Chat}
  791.  
  792. {block:Audio}
  793. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}{block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>{/block:AudioPlayer}
  794. {block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}
  795. {block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  796. {block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>
  797. {block:Caption}{Caption}{/block:Caption}
  798. {/block:Audio}
  799.  
  800. {block:Video}
  801. {block:IfNot2ColumnPosts}{Video-500}{/block:IfNot2ColumnPosts}
  802. {block:If2ColumnPosts}{block:IndexPage}{Video-250}{/block:IndexPage}
  803. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  804. {/block:If2ColumnPosts}
  805. {block:Caption}{Caption}{/block:Caption}
  806. {/block:Video}
  807.  
  808. {block:Answer}
  809. <div id="questions">{Asker} asked: "{Question}"</div>
  810. {Answer}{/block:Answer}
  811.  
  812. {block:IfNot2ColumnPosts}
  813. {block:Date}<div id="info"><a href="{ReblogURL}" target="_blank">Reblog</a> - <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} - © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  814.  
  815. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  816. {/block:IfNot2ColumnPosts}
  817.  
  818.  
  819. {block:If2ColumnPosts}{block:IndexPage}
  820. {block:Date}<div id="info"><a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - <a href="{ReblogParentURL}" title="{ReblogParentTitle}">VIA</a> {block:ContentSource} - <a href="{SourceURL}" title="{SourceTitle}">ORG</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  821. {/block:IndexPage}
  822.  
  823. {block:PermalinkPage}
  824. {block:Date}<div id="info"><a href="{ReblogURL}" target="_blank">Reblog</a> - <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} - via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} - © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  825.  
  826. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  827. {/block:PermalinkPage}{/block:If2ColumnPosts}
  828.  
  829.  
  830. </div>{/block:Posts}{block:ifNot2ColumnPosts}{block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}{/block:ifNot2ColumnPosts}
  831.  
  832. {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
  833.  
  834.  
  835. </div></div>
  836.  
  837.     </body>
  838. </html>