glam0urkills

theme #10 tylersequins

Dec 10th, 2014
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.01 KB | None | 0 0
  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.  
  8. <!---- theme {another way} © imjaebumx
  9.  
  10.  
  11.      yes this is a theme made by me (ノ◕ヮ◕)ノ*:・゚✧
  12.  
  13.  
  14.  feel free to edit away, but please don't remove the credits!
  15. it's very tiny, see? :) it won't hurt to leave it there
  16.                  thanks for using this code! ilu (◕‿◕✿)
  17.              
  18.              
  19.              
  20.          (no srsly i really do ♡) --->
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:bold" content="#262626"/>
  25. <meta name="color:italic" content="#262626"/>
  26. <meta name="color:Link" content="#686868"/>
  27. <meta name="color:Link hover" content="#4e4e4e"/>
  28. <meta name="color:ask" content="#f9f9f9"/>
  29. <meta name="image:sidebar background" content=""/>
  30.  
  31. <meta name="if:400 Posts" content="0"/>
  32. <meta name="if:500 Posts" content="1"/>
  33.  
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="one" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="two" />
  38. <meta name="text:Link3" content="/" />
  39. <meta name="text:Link3 Title" content="three" />
  40.  
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.     <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44.     <script>
  45.     (function($){
  46.     $(document).ready(function(){
  47.     $("a[title]").style_my_tooltips({
  48.     tip_follows_cursor:true,
  49.     tip_delay_time:90,
  50.     tip_fade_speed:600,
  51.     attribute:"title"
  52.     });
  53.     });
  54.     })(jQuery);
  55.     </script>
  56.  
  57. <style type="text/css">
  58.  
  59. body {
  60.     background:{color:background};
  61.     margin:0px;
  62.     color:{color:text};
  63.     font-family:Calibri;
  64.     font-size:10px;
  65.     line-height:100%;
  66. }
  67.  
  68. b, bold, strong {
  69.     font-weight:bold;
  70. }
  71.  
  72. i, em {
  73.     font:9px 'Libre Baskerville';
  74.     font-style:italic;
  75. }
  76.  
  77. quote {
  78.     font:20px 'Libre Baskerville';
  79.     font-style:italic;
  80.     line-height:20px;
  81. }
  82.  
  83. ::-webkit-scrollbar {
  84.                 width: 7px;
  85.                 height: 10px;
  86.                 background-color: {color:background};
  87.             }
  88.             ::-webkit-scrollbar-button:start:decrement,
  89.             ::-webkit-scrollbar-button:end:increment  {
  90.                 display: none;
  91.             }
  92.              
  93.             ::-webkit-scrollbar-track-piece  {
  94.                 background-color: {color:bold};
  95.                 border:3px solid {color:background};
  96.             }
  97.              
  98.             ::-webkit-scrollbar-thumb:vertical {
  99.                 background-color: {color:bold};
  100.             }
  101.            
  102.             iframe#tumblr_controls {
  103. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  104. }
  105. #tumblr_controls{
  106. position:fixed !important;
  107. -webkit-filter: invert(100%) }
  108.  
  109. ::-moz-selection {
  110.     background: {color:bold};
  111.     color: {color:background};
  112. }
  113.  
  114. ::selection {
  115.     background: {color:bold};
  116.     color: {color:background};
  117.    
  118. }
  119.  
  120. #s-m-t-tooltip {
  121.     max-width:300px;
  122.     padding:5px;
  123.     margin:20px 20px 20px 20px;
  124.     text-transform:lowercase;
  125.     font-family:Libre Baskerville;
  126.     font-size:8px;
  127.     font-style:italic;
  128.     letter-spacing:1px;
  129.     color:{color:text};
  130.     background-color:#fff;
  131.     z-index:999999999999999999999999999999999999;
  132.     }
  133.  
  134. a {
  135.     font:9px 'Libre Baskerville';
  136.     text-transform:lowercase;
  137.     font-style:italic;
  138.     text-decoration:none;
  139.     outline:none;
  140.     -moz-outline-style:none;
  141.     color:{color:link};
  142.     -moz-transition-duration:.9s;
  143.           -webkit-transition-duration:.9s;
  144.           -o-transition-duration:.9s;
  145. }
  146.  
  147. a:hover {
  148.     color:{color:link hover};
  149.         -moz-transition-duration:.9s;
  150.           -webkit-transition-duration:.9s;
  151.           -o-transition-duration:.9s;
  152. }
  153.  
  154. img {
  155.     border:none;
  156. }
  157.  
  158. blockquote {
  159.     padding-left:10px;
  160.     border-left:1px solid {color:bold};
  161. }
  162.  
  163.  
  164. h1 {
  165.     font:20px 'Libre Baskerville';
  166.     text-transform:uppercase;
  167.     font-style:italic;
  168. }
  169.  
  170. h1 a {
  171.     font:20px 'Libre Baskerville';
  172.     text-transform:uppercase;
  173.     font-style:italic;
  174. }
  175.  
  176. #audio {
  177. height:auto;
  178. min-height:100px;
  179. padding-bottom:13px;
  180. }
  181.  
  182. #audio:hover .cover img {
  183.     -webkit-filter: grayscale(0%);
  184. -moz-filter: grayscale(0%);
  185. filter: grayscale(0%);
  186.     -webkit-transition: 0.9s ease-out;
  187.     -moz-transition: 0.9s ease-out;
  188.     -o-transition: 0.9s ease-out;
  189.     transition: 0.9s ease-out;
  190. }
  191.  
  192. .cover {
  193. position:absolute;
  194. z-index:1;
  195. width:100px;
  196. height:100px;
  197. border-radius:0px;
  198. padding-right:20px;
  199. }
  200.  
  201. .cover img {
  202. float:left;
  203. width:100px;
  204. height:100px;
  205. border:5px solid #f9f9f9;
  206. border-radius:0px;
  207.     -webkit-transition: 0.9s ease-out;
  208.     -moz-transition: 0.9s ease-out;
  209.     -o-transition: 0.9s ease-out;
  210.     transition: 0.9s ease-out;
  211. }
  212.  
  213. .button {
  214. width:19px;
  215. height:20px;
  216. overflow:hidden;
  217. position:relative;
  218. z-index:1000;
  219. margin-top:22px;
  220. margin-left:25px;
  221. text-align:center;
  222. margin-top:6px;
  223. margin-left:8px;
  224. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  225. }
  226.  
  227. .box {
  228. opacity:0.8;
  229. width:40px;
  230. height:40px;
  231. margin-top:35px;
  232. margin-left:35px;
  233. background:#fff;
  234. position:absolute;
  235. z-index:1000;
  236. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  237. }
  238.  
  239. artist {
  240.     font-family:georgia;
  241.     font-size:8px;
  242.     font-weight:bold;
  243.     color:{color:italic};
  244.     text-transform:uppercase;
  245. }
  246.  
  247. label {
  248.     font-style:italic;
  249. }
  250.  
  251. .box:hover {
  252. opacity:1.0;
  253. width:40px;
  254. height:40px;
  255. margin-top:35px;
  256. margin-left:35px;
  257. background:#fff;
  258. position:absolute;
  259. z-index:1000;
  260. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  261. }  
  262.  
  263. .capbox {
  264. padding:20px 50px 20px 20px;
  265. margin-left:82px;
  266. border-top:10px solid transparent;
  267. border-left:20px solid transparent;
  268. height:auto;
  269. min-height:35px;
  270. font-family:Calibri;
  271. font-size:8px;
  272. text-transform:uppercase;
  273. background-color: {color:background};
  274. text-align:left;
  275. width:320px;
  276. }
  277.  
  278. #entries {
  279.     padding:40px 10px 10px 10px;
  280.     {block:If500Posts}width:500px;{/block:If500Posts}
  281.     {block:If400Posts}width:400px;{/block:If400Posts}
  282.     margin-left:400px;
  283. }
  284.  
  285. #post {
  286.     {block:If500Posts}width:500px;{/block:If500Posts}
  287.     {block:If400Posts}width:400px;{/block:If400Posts}
  288.     padding-bottom:20px;
  289. }
  290.  
  291. #sidebar {
  292.     width:350px;
  293.     position:fixed;
  294.     height:100%;
  295.     padding-top:50px;
  296.     background-color:#000;
  297.     background-image:url('{image:sidebar background}');
  298.  
  299. }
  300.  
  301. #title {
  302. font-family: Libre Baskerville;
  303. font-size: 15px;
  304. font-style: italic;
  305. text-transform:uppercase;
  306.     background-color:{color:background};
  307.     width:200px;
  308.     padding:10px;
  309.     margin-left:auto;
  310.     margin-right:auto;
  311.     margin-top:250px;
  312.     text-align:center;
  313. }
  314.  
  315. #sidebarimage {
  316.     width 250px;
  317. }
  318.  
  319. #sidebarimage img {
  320.     width:250px;
  321. }
  322.  
  323. #description:first-letter
  324.             {
  325.                 width: 22px;
  326.                 height: 22px;
  327.                 padding: 5px;
  328.                 margin-bottom: 1px;
  329.                 margin-right: 3px;
  330.                 float: left;
  331.                 background-color: {color:bold};
  332.                 border: 3px solid {color:bold};
  333.                 color: {color:background};
  334.                 font-family: Libre Baskerville;
  335.                 font-size: 24px;
  336.                 font-style: italic;
  337.                 line-height: 22px;
  338.                 text-transform: uppercase;
  339.                 text-align: center;
  340.             }
  341.  
  342. #description {
  343.     background-color:{color:background};
  344.     padding:5px;
  345.     width:200px;
  346.     max-height:100px;
  347.     margin-left:auto;
  348.     margin-right:auto;
  349.     margin-top:10px;
  350.     border-bottom:5px solid {color:background};
  351.     border-top:5px solid {color:background};
  352.     border-left:5px solid {color:background};
  353.     border-right:5px solid {color:background};
  354.     text-align:justify;
  355.     overflow-y: auto;
  356.    
  357. }
  358.  
  359. #linkage {
  360.     max-width:250px;
  361.     text-align:center;
  362.     margin-left:auto;
  363.     margin-right:auto;
  364.     margin-top:-50px;
  365.     opacity:0;
  366.             -moz-transition-duration:.9s;
  367.           -webkit-transition-duration:.9s;
  368.           -o-transition-duration:.9s;
  369. }
  370.  
  371. #linkage a {
  372.     width:50px;
  373.     padding:10px;
  374.     font-family: Libre Baskerville;
  375.     font-size:9px;
  376.     text-align:center;
  377.     line-height:35px;
  378.     color:{color:background};
  379.     background-color:{color:bold};
  380.             -moz-transition-duration:.9s;
  381.           -webkit-transition-duration:.9s;
  382.           -o-transition-duration:.9s;
  383. }
  384.  
  385. #linkage a:hover {
  386.     color:{color:bold};
  387.     background-color:{color:background};
  388.             -moz-transition-duration:.9s;
  389.           -webkit-transition-duration:.9s;
  390.           -o-transition-duration:.9s;
  391. }
  392.  
  393. #sidebar:hover #linkage {
  394.     opacity:1;
  395.             -moz-transition-duration:.9s;
  396.           -webkit-transition-duration:.9s;
  397.           -o-transition-duration:.9s;
  398.           margin-top:10px;
  399. }
  400.  
  401. #pagination {
  402.     padding:50px;
  403.     font-size:20px;
  404.     text-align:center;
  405.     margin-left:auto;
  406.     margin-right:auto;
  407. }
  408.  
  409. .jump_page {
  410. padding: 4px 8px;
  411. background-color: {color:background};
  412. color:{color:bold};
  413. font-family:Libre Baskerville;
  414. font-size:11px;
  415. text-decoration:none;
  416. }
  417.  
  418. .current_page, .jump_page:hover {
  419. padding: 4px 8px;
  420. background-color: {color:background};
  421. color: {color:bold};
  422. font-family:Libre Baskerville;
  423. font-size:11px;
  424. text-decoration:none;
  425. }
  426.  
  427. .line  {
  428.         {block:If500Posts}width:500px;{/block:If500Posts}
  429.     {block:If400Posts}width:400px;{/block:If400Posts}
  430.     height: 1px;
  431.     {block:If400Posts}margin-left:0px;{/block:If400Posts}
  432.     margin-top: 8px;
  433.     margin-bottom: 8px;
  434.     background: {color:background};
  435.     }
  436.    
  437. .tagsline  {
  438.         {block:If500Posts}width:500px;{/block:If500Posts}
  439.     {block:If400Posts}width:400px;{/block:If400Posts}
  440.     height: 1px;
  441.     {block:If400Posts}margin-left:0px;{/block:If400Posts}
  442.     margin-top: 0px;
  443.     margin-bottom: 8px;
  444.     background: {color:background};
  445.     }
  446.  
  447. .info {
  448.     margin-left: 0px;
  449.         {block:If500Posts}width:500px;{/block:If500Posts}
  450.     {block:If400Posts}width:400px;{/block:If400Posts}  
  451.     }
  452.  
  453. .postnotes {
  454.         {block:If500Posts}width:484px;{/block:If500Posts}
  455.     {block:If400Posts}width:384px;{/block:If400Posts}
  456.     margin-top: -4px;
  457.     margin-left: 0px;
  458.     margin-bottom: 3px;
  459.     padding: 10px;
  460.     font-family: Libre Baskerville;
  461.     font-style:italic;
  462.     font-size: 8px ;
  463.     text-transform: lowercase;
  464.     letter-spacing: 1px;
  465.     color: {color:text};
  466.     background: {color:ask};
  467.     }
  468. .postnotes a, .inotes a:visited {
  469.     display: inline;
  470.     margin-right: 0px;
  471.     font-family: Libre Baskerville;
  472.     text-transform:lowercase;
  473.     font-size: 8px;
  474.     font-weight: normal;
  475.     text-decoration: none;
  476.     color: {color:text};
  477.     }
  478. .notes a:hover {
  479.     color:{color:background};
  480.     opacity:0.7; }
  481.  
  482. .source {
  483.     float: right;
  484.     display: inline;
  485.     width: 200px;
  486.     text-align: right;
  487.     }
  488.  
  489. .tags {
  490.         {block:If500Posts}width:500px;{/block:If500Posts}
  491.     {block:If400Posts}width:400px;{/block:If400Posts}  
  492.     margin-top: 2px;
  493.     margin-left: 2px;
  494.     padding: 0px;
  495.     font-family: Libre Baskerville;
  496.     font-size: 8px;
  497.     font-style: italic;
  498.     text-transform: lowercase;
  499.     text-align: right;
  500.     letter-spacing: 1px;
  501.     color: {color:link};
  502.     {block:ifHoverTags}opacity: 0;{/block:ifHoverTags}
  503.     {block:ifNotHoverTags}opacity: 1;{/block:ifNotHoverTags}
  504.     -webkit-transition: all 0.7s;
  505.     -moz-transition: all 0.7s;
  506.     -ms-transition: all 0.7s;
  507.     -o-transition: all 0.7s;
  508.     }
  509. .tags a, .tags a:visited {
  510.     margin-top: 2px;
  511.     margin-left: -2px;
  512.     font-family: Libre Baskerville;
  513.     font-size: 8px;
  514.     font-style: italic;
  515.     text-transform: lowercase;
  516.     padding: 2px;
  517.     text-decoration: none;
  518.     color: {color:link};
  519.     }
  520. .tags a:hover {
  521.     color: {color:bold};
  522.     text-decoration: none;
  523.     }
  524.  
  525. #notes {
  526.         {block:If500Posts}width:490px;{/block:If500Posts}
  527.     {block:If400Posts}width:390px;{/block:If400Posts}
  528.    
  529.     margin-top: -10px;
  530.     margin-bottom: 15px;
  531.     margin-left: 32px;
  532.     padding: 2px 0px;
  533.     color: #000000;
  534.     background: transparent;
  535.     }
  536. #notes a { color: #000000 !important; }
  537.  
  538. #postnotes img {
  539.     width: 16px;
  540.     height: 16px;
  541.     padding: 5px;
  542.     }
  543. ol.notes li {
  544.     list-style: none;
  545.     margin-left: -51px;
  546.     padding: 4px;
  547.     }
  548. ol.notes li img {
  549.     list-style: none;  
  550.     margin-bottom: -10px;
  551.     margin-right: 3px;
  552.     }
  553.  
  554. .ask {
  555.   position: relative;
  556.   background-color:{color:ask};
  557.   margin: 0;
  558.   color:{color:text};
  559.       padding: 20px;
  560.     text-align: justify;
  561.     min-height:50px;
  562. }
  563.  
  564.    
  565. .ask a {
  566.     font-size:7px;
  567.     color:{color:background};
  568.     padding:4px;
  569.     background-color:{color:bold};
  570.     text-transform:uppercase;
  571. }
  572.  
  573. .ask a:hover {
  574.     font-size:7px;
  575.     color:{color:bold};
  576.     padding:4px;
  577.     background-color:{color:background};
  578. }
  579.  
  580. .ask img {float: left;
  581.         padding: 3px;
  582.         margin-right: 5px;}
  583.        
  584. .answer {
  585.     background-color:{color:bold};
  586.     font:8px 'Calibri';
  587.     text-transform:uppercase;
  588.     color:{color:background};
  589.     letter-spacing:2px;
  590.     padding:20px;
  591. }
  592.  
  593. .chat {
  594.      line-height: 12px;
  595.      list-style: none }
  596.  
  597. .chat ul {
  598.      line-height: 15px;
  599.      list-style: none;
  600.      padding: 0px;
  601.      line-height:20px;}
  602.  
  603. .person1 {
  604.      background-color:#f9f9f9;
  605.      color: {color:Text};}
  606.  
  607. .person1 .label {
  608.      font:8px 'Calibri';
  609.      text-transform:uppercase;
  610.      padding: 0px;
  611.      margin-left: 5px;
  612.      color:{color:bold};}
  613.  
  614. .person2 {
  615. background-color:{color:background};
  616. color: {color:text}; }
  617.  
  618. .person2 .label {
  619.      font:8px 'Calibri';
  620.      text-transform:uppercase;
  621.      padding: 0px;
  622.      margin-left: 5px;
  623.      color:{color:italic};}
  624.      
  625.      #cred a {
  626.     color:{color:bold};
  627.     background-color:{color:ask};
  628.     font-family:Libre Baskerville;
  629.     font-size:8px;
  630.     text-transform:uppercase;
  631.     padding:4px;
  632. }
  633.  
  634. #cred a:hover {
  635.     color:{color:background};
  636.     background-color:{color:italic};
  637.     padding:4px;
  638. }
  639.  
  640. #cred {
  641. width:auto;
  642. height:auto;
  643. bottom:15px;
  644. right:15px;
  645. padding:4px;
  646. z-index:1000000;
  647. font-size:8px;
  648. letter-spacing:1px;
  649. position:fixed;
  650. text-align:center;
  651. font-family:"calibri";
  652. text-transform:uppercase;
  653.     -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  654. }
  655.  
  656. {CustomCSS}</style></head><body>
  657.  
  658. <div id="sidebar">
  659.  
  660. <div id="title">{Title}</div>
  661.  
  662.  
  663. <div id="description">{Description}</div>
  664.  
  665. <div id="linkage"><a href="/">home</a>
  666.     <a href="/ask">askbox</a>
  667.         {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  668.     {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  669.     {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  670. </div>
  671.  
  672. </div>
  673.  
  674. <div id="cred"><a title="©theme by imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
  675.  
  676. <div id="entries">{block:Posts}<div id="post">
  677.  
  678. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  679.  
  680. {block:If400Posts}{block:IndexPage}{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:IndexPage}{/block:If400Posts}
  681. {block:If500Posts}{block:IndexPage}{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:IndexPage}{/block:If500Posts}
  682. {block:PermalinkPage}{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:PermalinkPage}
  683.  
  684. {block:If400Posts}{block:IndexPage}{block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:IndexPage}{/block:If400Posts}
  685. {block:If500Posts}{block:IndexPage}{block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:IndexPage}{/block:If500Posts}
  686. {block:PermalinkPage}{block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:PermalinkPage}
  687.  
  688. {block:Quote}<quote>{Quote}</quote>{block:Source} —{Source}{/block:Source}{/block:Quote}
  689.  
  690. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  691.  
  692. {block:Chat}
  693. {block:Title}
  694. <h1>{Title}</h1>
  695. {/block:Title}
  696. <div class="chat"><ul>{block:Lines}
  697. <li class="person{UserNumber}">{block:Label}
  698. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  699.  
  700. {/block:Chat}
  701.  
  702. {block:Audio}
  703. <div id="audio">
  704. <div class="cover">
  705. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  706. </div>
  707. {block:AlbumArt}
  708. <div class="cover">
  709. <img src="{AlbumArtURL}"></div>
  710. {/block:AlbumArt}
  711. <div class="box">
  712. <div class="button">
  713. {block:AudioPlayer}
  714. {AudioPlayerWhite}
  715. {/block:AudioPlayer}
  716. </div></div>
  717. <div class="capbox">
  718. <span class="caption"><artist><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}</artist>{/block:Artist}<br>
  719. <label><span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  720. <br>{block:PlayCount} {PlayCountWithLabel}</label>{/block:PlayCount}
  721. </span>
  722. </div></div>
  723.  
  724. {block:Caption}{Caption}{/block:Caption}
  725. {/block:Audio}
  726.  
  727. {block:If400Posts}{block:IndexPage}{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:IndexPage}{/block:If400Posts}
  728. {block:If500Posts}{block:IndexPage}{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:IndexPage}{/block:If500Posts}
  729. {block:PermalinkPage}{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:PermalinkPage}
  730.  
  731. {block:Answer}
  732. <div class="ask"><img src="{AskerPortraitURL-40}"><b>{Asker}</b>:<br><br>{Question}</div>
  733. <div class="answer">{Answer}</div>
  734. {/block:Answer}
  735.  
  736. {block:Date}
  737. <div class="line"></div>
  738. <div class="info">
  739.  
  740. <div class="postnotes">
  741. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a> {block:NoteCount}/ (<a href="{Permalink}">{NoteCountWithLabel}</a>) {/block:NoteCount}
  742.  
  743. <div class="source">
  744. {block:IndexPage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a> |{/block:RebloggedFrom}</span>{/block:IndexPage} <span style="font-family:calibri; font-size:8px"><a href="{ReblogURL}" target="_blank" title="reblog" />reblog</a>
  745. </div>
  746.  
  747. </div>
  748. </div>
  749. {/block:Date}
  750.    <div class="tagsline"></div>
  751. <div class="tags">
  752. {block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  753. </div>    
  754.    
  755. </div>
  756. {/block:Posts}
  757.  
  758.  
  759. {block:PostNotes}
  760. <div id="notes"><span style="background-color:{color:background}">{PostNotes}</span></div>
  761. {/block:PostNotes}</div>
  762.  
  763. <div id="pagination">
  764. {block:Pagination}
  765. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  766. {block:JumpPagination length="5"}
  767. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  768. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  769. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  770. {/block:Pagination}    
  771. </div>
  772.  
  773. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment