glam0urkills

theme #9 tylersequins

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