Advertisement
Guest User

theme 32: burning red; by primrosetylers

a guest
Aug 14th, 2014
733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. theme 32: burning red;
  7. coded by irma at primrosetylers.tumblr.com
  8. do not steal, remove the credit, or use as a base
  9.  
  10. -->
  11.  
  12. <title>{Title}</title>
  13. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <!-- meta stuffs go here -->
  18.  
  19. <meta name="color:background" content="#fff">
  20. <meta name="color:scrollbar" content="#eee">
  21. <meta name="color:title" content="#000">
  22. <meta name="color:title hover" content="#000">
  23. <meta name="color:toplink" content="#000">
  24. <meta name="color:toplink hover" content="#fff">
  25. <meta name="color:description" content="#000">
  26. <meta name="color:description bg" content="#eee">
  27. <meta name="color:header borders" content="#000">
  28. <meta name="color:tooltip text" content="#fff">
  29. <meta name="color:tooltip background" content="#000">
  30. <meta name="color:post border" content="#ddd">
  31. <meta name="color:posts" content="#fff">
  32. <meta name="color:post text" content="#000">
  33. <meta name="color:post info" content="#000">
  34. <meta name="color:post info hover" content="#aaa">
  35. <meta name="color:posts link" content="#aaa">
  36. <meta name="color:posts link hover" content="#000">
  37. <meta name="color:pagination" content="#aaa">
  38. <meta name="color:pagination hover" content="#000">
  39. <meta name="color:blockquote" content="#aaa">
  40.  
  41. <meta name="if:500px posts" content="0">
  42. <meta name="if:400px posts" content="1">
  43. <meta name="if:250px posts" content="0">
  44. <meta name="if:show tags" content="1">
  45. <meta name="if:show caption" content="1">
  46. <meta name="if:tiny cursor" content="1">
  47. <meta name="if:infinite scroll" content="0">
  48.  
  49. <meta name="text:link 1" content="index">
  50. <meta name="text:link 1 url" content="/">
  51. <meta name="text:link 2" content="mssg">
  52. <meta name="text:link 2 url" content="/ask">
  53. <meta name="text:link 3" content="past">
  54. <meta name="text:link 3 url" content="/archive">
  55. <meta name="text:link 4" content="link 4 title">
  56. <meta name="text:link 4 url" content="link 4 url">
  57. <meta name="text:link 5" content="link 5 title">
  58. <meta name="text:link 5 url" content="link 5 url">
  59. <meta name="text:link 6" content="link 6 title">
  60. <meta name="text:link 6 url" content="link 6 url">
  61.  
  62. <!-- metas end-->
  63.  
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  65. <script type="text/javascript">
  66. $(function(){
  67. var stickyRibbonTop = $('#postage').offset().top;
  68.  
  69. $(window).scroll(function(){
  70. if( $(window).scrollTop() > stickyRibbonTop ) {
  71. $('.sidebar').addClass('cool');
  72. } else {
  73. $('.sidebar').removeClass('cool');
  74. }
  75. });
  76. });
  77. </script>
  78.  
  79. <!-- infinite scroll script -->
  80.  
  81. {block:IfInfiniteScroll}
  82. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  83. {/block:IfInfiniteScroll}
  84. {block:IfNotInfiniteScroll}{/block:IfNotInfiniteScroll}
  85.  
  86.  
  87. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  88.  
  89. <!-- tooltip script -->
  90. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("a[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:30,
  98. tip_fade_speed:300,
  99. attribute:"title"
  100. });
  101. });
  102. })(jQuery);
  103. </script>
  104.  
  105. <style type="text/css">
  106.  
  107. /*tooltip css*/
  108. #s-m-t-tooltip {
  109. max-width:300px;
  110. position:absolute;
  111. z-index:99999;
  112. margin-top:20px;
  113. text-transform:uppercase;
  114. padding:2px 4px 2px 4px;
  115. background-color:{color:tooltip background};
  116. font-family:arial;
  117. font-size:10px;
  118. color:{color:tooltip text};
  119. }
  120.  
  121. body {
  122. background-color:{color:background};
  123. font-family:'Lato', calibri;
  124. color:{color:post text};
  125. font-size:11px;
  126. }
  127.  
  128. a {
  129. text-decoration:none;
  130. color:{color:posts link};
  131. -webkit-transition:0.5s;
  132. -moz-transition:0.5s;
  133. -ms-transition:0.5s;
  134. -o-transition:0.5s;
  135. }
  136.  
  137. blockquote {
  138. border-left:2px solid {color:blockquote};
  139. padding-left:10px;
  140. max-width:450px;
  141. }
  142.  
  143. a:hover {
  144. color:{color:posts link hover};
  145. }
  146.  
  147. pre {
  148. white-space: pre-wrap;
  149. white-space: -moz-pre-wrap;
  150. white-space: -pre-wrap;
  151. white-space: -o-pre-wrap;
  152. word-wrap: break-word;
  153. }
  154.  
  155. code {
  156. white-space: pre-wrap;
  157. white-space: -moz-pre-wrap;
  158. white-space: -pre-wrap;
  159. white-space: -o-pre-wrap;
  160. word-wrap: break-word;
  161. }
  162.  
  163. ::-webkit-scrollbar {
  164. width: 8px;
  165. }
  166.  
  167. ::-webkit-scrollbar-track {
  168. background-color:{color:background};
  169. }
  170.  
  171. ::-webkit-scrollbar-thumb {
  172. background-color:{color:scrollbar};
  173. }
  174.  
  175. ::-webkit-scrollbar:horizontal {
  176. height:8px;
  177. }
  178.  
  179. ::selection {
  180. background: {color:scrollbar};
  181. }
  182. ::-moz-selection {
  183. background: {color:scrollbar};
  184. }
  185.  
  186. h2 {
  187. text-align:center;
  188. }
  189.  
  190. /*header*/
  191.  
  192. .header {
  193. position:absolute;
  194. top:0;
  195. bottom:0;
  196. left:0;
  197. right:0;
  198. margin:auto;
  199. width:500px;
  200. max-height:200px;
  201. overflow:hidden;
  202. }
  203.  
  204. #title {
  205. position:static;
  206. height:25px;
  207. }
  208.  
  209. #liney {
  210. height:1px;
  211. background-color:{color:header borders};
  212. width:500px;
  213. z-index:1;
  214. position:absolute;
  215. top:12px;
  216. }
  217.  
  218. #texty {
  219. position:absolute;
  220. right:50px;
  221. background-color:{color:background};
  222. padding-left:5px;
  223. padding-right:5px;
  224. z-index:2;
  225. }
  226.  
  227. #title {
  228. text-align:right;
  229. padding-right:50px;
  230. font-size:20px;
  231. text-transform:uppercase;
  232. letter-spacing:5px;
  233. }
  234.  
  235. #title a {
  236. color:{color:title};
  237. }
  238.  
  239. #title a:hover {
  240. color:{color:title hover};
  241. letter-spacing:8px;
  242. }
  243.  
  244. #description {
  245. font-size:12px;
  246. max-height:150px;
  247. overflow:auto;
  248. color:{color:description};
  249. margin:10px 0 15px 0;
  250. padding:5px;
  251. text-transform:uppercase;
  252. background-color:{color:description bg};
  253. }
  254.  
  255. #description a {color:{color:description};}
  256.  
  257. #links {
  258. margin-left:50px;
  259. }
  260.  
  261. #pone {
  262. position:absolute;
  263. z-index:2;
  264. padding-left:2px;
  265. padding-right:2px;
  266. background-color:{color:background};
  267. }
  268.  
  269. .link {
  270. width:20px;
  271. height:12px;
  272. background-color:{color:toplink};
  273. display:inline-block;
  274. border:2px solid {color:background};
  275. -webkit-transition:0.5s;
  276. -moz-transition:0.5s;
  277. -ms-transition:0.5s;
  278. -o-transition:0.5s;
  279. transition:0.5s;
  280. }
  281.  
  282. .link:hover {
  283. width:40px;
  284. background-color:{color:toplink hover};
  285. }
  286.  
  287. .line {
  288. height:1px;
  289. background-color:{color:header borders};
  290. width:700px;
  291. display:inline-block;
  292. position:absolute;
  293. margin-top:8px;
  294. margin-left:-200px;
  295. z-index:1;
  296. }
  297.  
  298. /*sidebar*/
  299.  
  300. .sidebar {
  301. z-index:2;
  302. position:fixed;
  303. {block:If500pxPosts}width:650px;{/block:if500pxPosts}
  304. {block:If400pxPosts}width:550px;{/block:if400pxPosts}
  305. {block:If250pxPosts}width:400px;{/block:if250pxPosts}
  306. height:0;
  307. overflow:hidden;
  308. left:0;
  309. right:0;
  310. top:0;
  311. bottom:0;
  312. margin:auto;
  313. text-align:right;
  314. -webkit-transition:0.3s;
  315. -moz-transition:0.3s;
  316. -ms-transition:0.3s;
  317. -o-transition:0.3s;
  318. transition:0.3s;
  319. }
  320.  
  321. .cool {
  322. height:250px;
  323. -webkit-transition:0.3s;
  324. -moz-transition:0.3s;
  325. -ms-transition:0.3s;
  326. -o-transition:0.3s;
  327. transition:0.3s;
  328. }
  329.  
  330. #yewsuck {
  331. width:16px;
  332. }
  333. .slinky {
  334. width:16px;
  335. height:30px;
  336. margin:5px;
  337. background-color:{color:toplink};
  338. -webkit-transition:0.5s;
  339. -moz-transition:0.5s;
  340. -ms-transition:0.5s;
  341. -o-transition:0.5s;
  342. transition:0.5s;
  343. }
  344.  
  345. .slinky:hover {
  346. background-color:{color:toplink hover};
  347. height:60px;
  348. }
  349.  
  350.  
  351. /*pag*/
  352.  
  353. #pag {
  354. font-size:14px;
  355. letter-spacing:2px;
  356. color:{color:pagination};
  357. width:100%;
  358. text-align:center;
  359. z-index:7;
  360. margin-bottom:50px;
  361. margin-top:75px;
  362. }
  363.  
  364. #pag a {color:{color:pagination};}
  365. #pag a:hover {color:{color:pagination hover};}
  366.  
  367. /*posts*/
  368.  
  369. .autopagerize_page_element {
  370. margin-top:85vh;
  371. position:absolute;
  372. {block:If500pxPosts}width:550px;{/block:if500pxPosts}
  373. {block:If400pxPosts}width:450px;{/block:if400pxPosts}
  374. {block:If250pxPosts}width:300px;{/block:if250pxPosts}
  375. left:50%;
  376. {block:If500pxPosts}margin-left:-275px;{/block:if500pxPosts}
  377. {block:If400pxPosts}margin-left:-225px;{/block:if400pxPosts}
  378. {block:If250pxPosts}margin-left:-150px;{/block:if250pxPosts}
  379. z-index:5;
  380. }
  381.  
  382. #postage {
  383. {block:If500pxPosts}width:500px;{/block:if500pxPosts}
  384. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  385. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  386. margin-top:40px;
  387. margin-bottom:40px;
  388. margin-left:auto;
  389. margin-right:auto;
  390. background-color:{color:posts}; /*temp*/
  391. padding:15px;
  392. border:1px solid {color:post border};
  393. -webkit-transition:0.5s;
  394. -moz-transition:0.5s;
  395. -ms-transition:0.5s;
  396. -o-transition:0.5s;
  397. }
  398.  
  399. #panorama img {
  400. {block:If500pxPosts}width:500px;{/block:if500pxPosts}
  401. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  402. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  403. }
  404.  
  405. #text img {
  406. {block:If500pxPosts}max-width:300px;{/block:if500pxPosts}
  407. {block:If400pxPosts}max-width:240px;{/block:if400pxPosts}
  408. {block:If250pxPosts}max-width:150px;{/block:if250pxPosts}
  409. }
  410.  
  411. #words {
  412. font-style:italic;
  413. font-size:15px;
  414. }
  415.  
  416. .source {
  417. text-align:right;
  418. padding-right:5px;
  419. }
  420.  
  421. #linkpost {
  422. text-align:center;
  423. font-size:11px;
  424. }
  425.  
  426. .linkety {
  427. font-size:15px;
  428. }
  429.  
  430. #chat ul {
  431. list-style:none;
  432. font-family:courier;
  433. margin-left:-30px;
  434. }
  435.  
  436. .label {
  437. text-transform:uppercase;
  438. font-weight:bold;
  439. }
  440.  
  441. #audioplayer {
  442. width:25px;
  443. height:25px;
  444. position:absolute;
  445. overflow:hidden;
  446. margin-top:25px;
  447. margin-left:25px;
  448. opacity:0.7;
  449. border-radius:100%;
  450. -webkit-border-radius:100%;
  451. -moz-border-radius:100%;
  452. }
  453.  
  454. #albumart {
  455. width:75px;
  456. height:75px;
  457. background-color:#e3e3e3;
  458. }
  459.  
  460. #ask span a {
  461. color:{color:post text};
  462. font-style:italic;
  463. }
  464.  
  465. .info {
  466. padding-top:10px;
  467. border-top:1px solid {color:post border};
  468. text-align:center;
  469. text-transform:uppercase;
  470. {block:If500pxPosts}width:500px;{/block:if500pxPosts}
  471. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  472. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  473. margin-top:5px;
  474. opacity:1;
  475. color:{color:post info};
  476. -webkit-transition:0.6s;
  477. -moz-transition:0.6s;
  478. -ms-transition:0.6s;
  479. -o-transition:0.6s;
  480. }
  481.  
  482. .info a {
  483. color:{color:post info};
  484. }
  485.  
  486. .info a:hover {
  487. color:{color:post info hover};
  488. }
  489.  
  490. .tags {
  491. font-size:10px;
  492. text-transform:none;
  493. -webkit-transition:0.6s;
  494. -moz-transition:0.6s;
  495. -ms-transition:0.6s;
  496. -o-transition:0.6s;
  497. }
  498.  
  499. #postnotes {
  500. line-height:200%;
  501. }
  502.  
  503. #postnotes li {
  504. list-style:none;
  505. }
  506.  
  507. #postnotes img {
  508. margin-right:5px;
  509. }
  510.  
  511. #credit {
  512. right:10px;
  513. bottom:15px;
  514. font-size:11px;
  515. padding:2px 5px 2px 5px;
  516. text-transform:uppercase;
  517. text-align:center;
  518. background-color:#000;
  519. position:fixed;
  520. font-family:arial;
  521. opacity:0.8;
  522. }
  523.  
  524. #credit a {
  525. color:#fff;
  526. }
  527.  
  528. #credit a:hover {
  529. text-shadow:0 0 2px #fff;
  530. color:#000;
  531. opacity:1;
  532. }
  533.  
  534. {block:IfTinyCursor}
  535. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;} /* End http://www.cursors-4u.com */
  536. {/block:IfTinyCursor}
  537.  
  538. {CustomCSS}
  539. </style>
  540. </head>
  541. <body>
  542.  
  543. <!-- HEADER -->
  544. <div class="header">
  545.  
  546. <div id="title">
  547. <div id="liney"></div>
  548. <div id="texty"><a href="/">{Title}</a></div>
  549. </div>
  550.  
  551. <div id="description">{Description}</div>
  552.  
  553. <div id="links">
  554. <div id="pone">
  555. {block:iflink1}<a title="{text:link 1}" href="{text:link 1 url}"><div class="link"></div></a>{/block:iflink1}{block:iflink2}<a title="{text:link 2}" href="{text:link 2 url}"><div class="link"></div></a>{/block:iflink2}{block:iflink3}<a title="{text:link 3}" href="{text:link 3 url}"><div class="link"></div></a>{/block:iflink3}{block:iflink4}<a title="{text:link 4}" href="{text:link 4 url}"><div class="link"></div></a>{/block:iflink4}{block:iflink5}<a title="{text:link 5}" href="{text:link 5 url}"><div class="link"></div></a>{/block:iflink5}{block:iflink6}<a title="{text:link 6}" href="{text:link 6 url}"><div class="link"></div></a>{/block:iflink6}
  556. </div>
  557. <div class="line"></div>
  558. </div>
  559.  
  560. </div>
  561.  
  562. <!-- SIDEBAR -->
  563. <div class="sidebar">
  564. <div id="yewsuck">
  565. {block:iflink1}<a title="{text:link 1}" href="{text:link 1 url}"><div class="slinky"></div></a>{/block:link1}
  566. {block:iflink2}<a title="{text:link 2}" href="{text:link 2 url}"><div class="slinky"></div></a>{/block:iflink2}
  567. {block:iflink3}<a title="{text:link 3}" href="{text:link 3 url}"><div class="slinky"></div></a>{/block:iflink3}
  568. {block:iflink4}<a title="{text:link 4}" href="{text:link 4 url}"><div class="slinky"></div></a>{/block:iflink4}
  569. {block:iflink5}<a title="{text:link 5}" href="{text:link 5 url}"><div class="slinky"></div></a>{/block:iflink5}
  570. {block:iflink6}<a title="{text:link 6}" href="{text:link 6 url}"><div class="slinky"></div></a>{/block:iflink6}
  571. </div>
  572. </div>
  573.  
  574. <!-- POSTS -->
  575. <div class = "autopagerize_page_element" >
  576. {block:Posts}
  577. <div id="postage">
  578.  
  579. {block:Text}
  580. <div id="text">
  581. <h2><a href="{Permalink}">{Title}</a></h2>
  582. {Body}
  583. </div> <!--text post-->
  584. {/block:Text}
  585.  
  586. {block:Photo}
  587. <div id="photo">
  588. {block:If500pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:If500pxPosts}
  589. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:if400pxPosts}
  590. {block:If250pxPosts}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{/block:if250pxPosts}
  591. {block:IfShowCaption}
  592. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  593. {/block:IfShowCaption}
  594. {block:IfNotShowCaption}
  595. {block:PermalinkPage}
  596. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  597. {/block:PermalinkPage}
  598. {/block:IfNotShowCaption}
  599. </div> <!--photo post-->
  600. {/block:Photo}
  601.  
  602. {block:Panorama}
  603. <div id="panorama">
  604. {LinkOpenTag}
  605. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  606. {LinkCloseTag}
  607. {block:IfShowCaption}
  608. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  609. {/block:IfShowCaption}
  610. {block:IfNotShowCaption}
  611. {block:PermalinkPage}
  612. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  613. {/block:PermalinkPage}
  614. {/block:IfNotShowCaption}
  615. </div> <!--panorama post-->
  616. {/block:Panorama}
  617.  
  618. {block:Photoset}
  619. <div id="photoset">
  620. {block:If500pxPosts}{Photoset-500}{/block:If500pxPosts}
  621. {block:If400pxPosts}{Photoset-400}{/block:if400pxPosts}
  622. {block:If250pxPosts}{Photoset-250}{/block:if250pxPosts}
  623. {block:IfShowCaption}
  624. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  625. {/block:IfShowCaption}
  626. {block:IfNotShowCaption}
  627. {block:PermalinkPage}
  628. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  629. {/block:PermalinkPage}
  630. {/block:IfNotShowCaption}
  631. </div> <!--photoset-->
  632. {/block:Photoset}
  633.  
  634. {block:Quote}
  635. <div id="quote">
  636. <div id="words">{Quote}</div>
  637. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  638. </div> <!--quote-->
  639. {/block:Quote}
  640.  
  641. {block:Link}
  642. <div id="linkpost">
  643. {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
  644. <a href="{URL}" class="linkety" {Target}>{Name}</a>
  645. {block:Description}
  646. <div class="linkdesc">{Description}</div>
  647. {/block:Description}
  648. </div> <!--link-->
  649. {/block:Link}
  650.  
  651. {block:Chat}
  652. <div id="chat">
  653. <h2><a href="{Permalink}">{Title}</a></h2>
  654. <ul>
  655. {block:Lines}
  656. <li class="{Alt} user_{UserNumber}">
  657. {block:Label}
  658. <span class="label">{Label}</span>
  659. {/block:Label}{Line}
  660. </li>
  661. {/block:Lines}
  662. </ul>
  663. </div> <!--chat-->
  664. {/block:Chat}
  665.  
  666. {block:Video}
  667. <div id="video">
  668. {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
  669. {block:If500pxPosts}{Video-500}{/block:If500pxPosts}
  670. {block:If400pxPosts}{Video-400}{/block:if400pxPosts}
  671. {block:If250pxPosts}{Video-250}{/block:if250pxPosts}
  672. {block:IfShowCaption}
  673. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  674. {/block:IfShowCaption}
  675. {block:IfNotShowCaption}
  676. {block:PermalinkPage}
  677. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  678. {/block:PermalinkPage}
  679. {/block:IfNotShowCaption}
  680. </div> <!--video-->
  681. {/block:Video}
  682.  
  683. {block:Audio}
  684. <div id="audio">
  685. <table style="padding:5px; margin-bottom:5px;">
  686. <tr>
  687. <td style="vertical-align:top;padding-right:10px;"><div id="audioplayer">{AudioPlayerBlack}</div>
  688. <div id="albumart">
  689. {block:AlbumArt}
  690. <img src="{AlbumArtURL}" style="width:75px;">
  691. {/block:AlbumArt}</div></td>
  692. <td style="vertical-align:top; font-size:12px;"> {block:TrackName}<i>title:</i> {TrackName} <br />{/block:TrackName}
  693. {block:Artist}<i>artist:</i> {Artist} <br />{/block:Artist}
  694. {block:Album}<i>album:</i> {Album} <br />{/block:Album}
  695. {block:PlayCount}<i>played:</i> {FormattedPlayCount} times{/block:PlayCount}
  696. </td>
  697. </tr>
  698. </table>
  699. {block:IfShowCaption}
  700. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  701. {/block:IfShowCaption}
  702. {block:IfNotShowCaption}
  703. {block:PermalinkPage}
  704. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  705. {/block:PermalinkPage}
  706. {/block:IfNotShowCaption}
  707. </div> <!--audio-->
  708. {/block:Audio}
  709.  
  710. {block:Answer}
  711. <div id="ask">
  712. <p style="padding:10px; background-color:#aaa;">— <span>{Asker}</span>: {Question}</p>
  713. <p>{block:Answerer}— <span>{Answerer}</span> replied: {/block:Answerer}{Answer}</p>
  714. {block:Answerer}<blockquote>{Replies}</blockquote>{/block:Answerer}
  715. </div> <!--ask-->
  716. {/block:Answer}
  717.  
  718. <div class="info">
  719. {block:IndexPage}
  720. {block:Date}<a title="{NoteCountWithLabel}" href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>{/block:Date} - <a href="{ReblogURL}" target="_blank">reblog</a>
  721. {/block:IndexPage}
  722.  
  723. {block:PermalinkPage}
  724. {block:Date}Posted on {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel}{/block:Date} <br>
  725. {block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}, created by <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  726. {block:IfNotShowTags}
  727. {block:HasTags}
  728. <div class="tags">
  729. {block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}
  730. </div>
  731. {/block:HasTags}
  732. {/block:IfNotShowTags}
  733. {/block:PermalinkPage}
  734.  
  735. {block:IfShowTags}
  736. {block:HasTags}
  737. <div class="tags">
  738. {block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}
  739. </div>
  740. {/block:HasTags}
  741. {/block:IfShowTags}
  742. </div> <!--info-->
  743.  
  744. {block:PermalinkPage}
  745. <div id="postnotes">
  746. {PostNotes}
  747. </div>
  748. {/block:PermalinkPage}
  749.  
  750. </div> <!--postage-->
  751. {/block:Posts}
  752.  
  753. {block:IfNotInfiniteScroll}
  754. {block:Pagination}
  755. <div id="pag">
  756. {block:PreviousPage}<a href="{PreviousPage}">BACK</a> - {/block:PreviousPage}
  757. {block:JumpPagination length="5"}
  758. {block:CurrentPage}[{PageNumber}]{/block:CurrentPage}
  759. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  760. {/block:JumpPagination}
  761. {block:NextPage} - <a href="{NextPage}">GO</a>{/block:NextPage}
  762. </div>
  763. {/block:Pagination}
  764. {/block:IfNotInfiniteScroll}
  765. {block:IfInfiniteScroll}{/block:IfInfiniteScroll}
  766.  
  767. </div> <!-- autopagerize page element thing -->
  768.  
  769. <div id="credit"><a href="http://primrosetylers.tumblr.com">✿THEME</a></div>
  770.  
  771. </body>
  772. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement