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

theme 016 - lighthouse

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