Advertisement
rasperries

lp redux

Feb 8th, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.70 KB | None | 0 0
  1. <!--
  2.  
  3. theme by septim
  4.  
  5. ╔╔ ══ ══ Rules:
  6. ║║ -do not use as base
  7. ╚╚ ══ ╗╗ -do not steal bits of code
  8. ║║ -do not remove credits
  9. ══ ══ ╝╝
  10.  
  11.  
  12. -->
  13.  
  14.  
  15.  
  16.  
  17. <!DOCTYPE html>
  18. <head>
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!--Default Variables-->
  27.  
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Text" content="#cccccc"/>
  30. <meta name="color:link" content="#a7a7a7"/>
  31. <meta name="color:title"content="#070707"/>
  32. <meta name="color:blog title"content="#aaaaaa"/>
  33. <meta name="color:scrollbar" content="#d5d5d5" />
  34. <meta name="color:accents" content="#f4f4f4"/>
  35. <meta name="color:Post Shadow" content="#aaaaaa"/>
  36. <meta name="color:link hover" content="#aaaaaa"/>
  37. <meta name="color:posts" content="#ffffff"/>
  38.  
  39. <meta name="if:Infinite scrolling" content="0"/>
  40. <meta name="if:Hide Captions" content="0"/>
  41. <meta name="if:Show Tags" content="0"/>
  42. <meta name="if:Rounded Posts" content="0"/>
  43. <meta name="if:Post Shadow" content="1"/>
  44. <meta name="if:Hover Captions" content="1"/>
  45.  
  46. <meta name="text:post spacing" content="150"/>
  47. <meta name="text:Link 1 URL" content="" />
  48. <meta name="text:Link 1" content="" />
  49. <meta name="text:Link 2 URL" content="" />
  50. <meta name="text:Link 2" content="" />
  51.  
  52.  
  53. <!-- jquery -->
  54.  
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $("a[title]").style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:30,
  71.  
  72. tip_fade_speed:300,
  73.  
  74. attribute:"title"
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83.  
  84. <script type="text/javascript"> /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */ $(document).ready(function() { function photosetResize() { $('iframe.photoset').each(function(){ var newSize = 350; var newSrc = $(this).attr('src').replace('500',newSize); $(this).attr('src', newSrc).width(newSize); var high = $(this).css('height'); var calculate = parseInt(high, 10)* newSize/500; $(this).css('height', calculate); }); } photosetResize(); }); </script>
  85.  
  86.  
  87. <!--CSS customization here. -->
  88.  
  89. <style type="text/css">
  90.  
  91. #s-m-t-tooltip{
  92. font-size:9px;
  93. position:absolute;
  94. margin-top: 15px;
  95. border:1px solid {color:text};
  96. z-index:9999;
  97. font-family:verdana;
  98. background:white;
  99. text-transform:lowercase;
  100. padding:1px 5px ;
  101. -webkit-transition:all 0.3s;
  102. -moz-transition:all 0.3s;
  103. -ms-transition:all 0.3s;
  104. -o-transition:all 0.3s;
  105. transition:all 0.3s;
  106. }
  107.  
  108.  
  109.  
  110.  
  111.  
  112. /*scrollbar*/
  113. ::-webkit-scrollbar{height: 5px;
  114. width: 8px;
  115. -webkit-border-radius: 0px;
  116. background-color:{color:posts}}
  117. ::-webkit-scrollbar-thumb{background-color:{color:posts};
  118. border:1px solid {color:scrollbar};}
  119. ::-webkit-scrollbar-track{background-color:{color:background};}
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. #text {margin-bottom:100px;
  128. font-size:6px;
  129. letter-spacing:1px;
  130. margin-top:20px;
  131. text-transform:uppercase;}
  132. /*main structure*/
  133.  
  134. blockquote{
  135. margin-left:0px;
  136. border-left:1px solid {color:accents};
  137. padding-left:10px;
  138. width:95%;
  139. }
  140. .caption blockquote {text-align:justify;
  141. padding:0 0 0 10px;
  142. border-left:1px solid {color:link hover};}
  143.  
  144.  
  145. body {
  146. background:{color:background};
  147. color:{color:text};
  148. font-family:verdana;
  149. font-size:9px;
  150. text-align:justify;
  151. font-weight:;
  152. margin:0;
  153. line-height:17px;}
  154.  
  155.  
  156. a {
  157. color:{color:link};
  158. text-decoration:none;
  159. border-bottom:1px dotted transparent;
  160. -webkit-transition:all 0.6s;
  161. -moz-transition:all 0.6s;
  162. -ms-transition:all 0.6s;
  163. -o-transition:all 0.6s;
  164. transition:all 0.6s;
  165. }
  166.  
  167. a:hover {border-bottom:1px dotted {color:link hover};
  168. -webkit-transition:all 0.6s;
  169. -moz-transition:all 0.6s;
  170. -ms-transition:all 0.6s;
  171. -o-transition:all 0.6s;
  172. transition:all 0.6s; }
  173.  
  174. img{
  175. opacity:1;
  176. border:none;
  177. text-decoration:none}
  178.  
  179.  
  180. b, strong {
  181. color:{color:title}}
  182. i, em {
  183. color:{color:text}}
  184. p {
  185. margin-top:5px;
  186. margin-bottom:5px}
  187. ol {
  188. list-style:normal;}
  189. ul {
  190. list-style:square;}
  191.  
  192. small {
  193. font-size:9px;}
  194.  
  195. big {
  196. font-size:12px;}
  197.  
  198.  
  199.  
  200.  
  201. #title {
  202. font-weight:bold;
  203. text-transform:uppercase;
  204. margin-left:20px;
  205. margin-top:20px;
  206. margin-bottom:5px;
  207. text-align:left;
  208. color:{color:title};}
  209. #title a {color:{color:title};}
  210.  
  211.  
  212.  
  213.  
  214. /*header*/
  215.  
  216. #headers {
  217. text-align:left;
  218. overflow:hidden;
  219. width:320px;
  220. padding:15px 15px 0 15px;
  221. margin-top:100px;
  222. {block:IfPostShadow}
  223. box-shadow:10px 10px {color:post shadow};
  224. {/block:IfPostShadow}
  225. background:{color:posts};
  226. {block:IfRoundedPosts}
  227. border-radius:10px;
  228. {/block:IfRoundedPosts}
  229. border:1px solid {color:accents};
  230. }
  231.  
  232. #blogt {font-size:10px;float:right;
  233. text-transform:uppercase;
  234. font-weight:bold;}
  235.  
  236. #blogt a {color:{color:blog title};width:auto;
  237. background:transparent;font-family:verdana;
  238. text-decoration:none;border:none;}
  239.  
  240.  
  241.  
  242. .standardlinks {
  243. margin-top:-15px;
  244. margin-left:-15px;
  245. background:{color:accents};
  246. width:340px;
  247. font-family:arial;
  248. padding:1px 5px;
  249. text-align:left;
  250. text-transform:uppercase;
  251. }
  252.  
  253.  
  254. .standardlinks a {
  255. margin:5px 5px 5px 0;
  256. font-size:10px;
  257. height:12px;
  258. padding:0;
  259. line-height:13px;
  260. display:inline-block;
  261. text-align:center;
  262. width:13px;
  263. border:none;
  264. background:{color:posts};
  265. }
  266.  
  267. #description {padding:15px 0;
  268. text-align:justify;
  269. font-size:9px;}
  270.  
  271.  
  272. /*pagination*/
  273. #pagination {
  274. width:340px;
  275. padding:1px 4px;
  276. background:{color:posts};
  277. text-align:center;
  278. border:1px solid {color:accents};
  279. font-size:10px;
  280. font-family:verdana;
  281. margin-top:50px;
  282. {block:IfRoundedPosts}
  283. border-radius:10px;
  284. {/block:IfRoundedPosts}
  285. {block:IfPostShadow}
  286. box-shadow:10px 10px {color:post shadow};
  287. {/block:IfPostShadow}
  288. }
  289. #pagination a {
  290. margin:0 5px;
  291. display:inline-block;
  292. border:none;
  293. }
  294.  
  295. .current_page {margin:0 5px;
  296. text-decoration:none;
  297. font-weight:bold;
  298. display:inline-block;}
  299.  
  300.  
  301. /*container*/
  302. #con {
  303. left:50%;
  304. margin-left:-151px;
  305. position:absolute;
  306. }
  307.  
  308.  
  309.  
  310. /*posts*/
  311.  
  312. #entries {
  313. margin-top:100px;
  314. width:352px;
  315. }
  316.  
  317.  
  318.  
  319. #posts {overflow:hidden;
  320. width:350px;
  321. {block:IfPostShadow}
  322. box-shadow:10px 10px {color:post shadow};
  323. {/block:IfPostShadow}
  324. background:{color:posts};
  325. {block:IfRoundedPosts}
  326. border-radius:10px;
  327. {/block:IfRoundedPosts}
  328. border:1px solid {color:accents};
  329. {block:IndexPage}
  330. margin-bottom:{text:post spacing}px;
  331. {/block:IndexPage}
  332. {block:PermalinkPage}
  333. margin-bottom:50px;
  334. {/block:PermalinkPage}
  335.  
  336. }
  337. #posts img {
  338. max-width:350px;
  339. display:block;
  340.  
  341. }
  342. .photo img {width:350px;}
  343. .photoset {display:block;
  344. margin-bottom:-3px;}
  345.  
  346.  
  347.  
  348. #titlequote{
  349. line-height:18px;
  350. font-weight:;
  351. border-bottom:1px solid {color:accents};
  352. padding:15px;
  353. color:{color:title};
  354. }
  355.  
  356. #source {padding:15px;}
  357.  
  358. #posts li, #posts blockquote {max-width: 100%;}
  359. .caption img{max-width:400px;}
  360. .caption {
  361. {block:IfHoverCaptions}
  362. width:310px;
  363. margin:10px;
  364. position:absolute;
  365. background:{color:posts};
  366. border:1px solid {color:accents};
  367. opacity:0;-webkit-transition:all 0.6s;
  368. -moz-transition:all 0.6s;
  369. -ms-transition:all 0.6s;
  370. -o-transition:all 0.6s;
  371. transition:all 0.6s;
  372. {/block:IfHoverCaptions}
  373. {block:IfRoundedPosts}
  374. border-radius:10px;
  375. {/block:IfRoundedPosts}
  376. padding:9px;
  377. text-transform:none;
  378. {block:IfHideCaptions}
  379. {block:IndexPage}
  380. display:none;
  381. {/block:IndexPage}
  382. {/block:IfHideCaptions}
  383. }
  384. {block:IfHoverCaptions}
  385. #posts:hover .caption {opacity:1;-webkit-transition:all 0.6s;
  386. -moz-transition:all 0.6s;
  387. -ms-transition:all 0.6s;
  388. -o-transition:all 0.6s;
  389. transition:all 0.6s; }
  390. {/block:IfHoverCaptions}
  391.  
  392.  
  393. /*audio*/
  394. .tumblr_audio_player {height:50px;
  395. width:315px;
  396. {block:IfRoundedPosts}
  397. border-bottom-left-radius:10px;
  398. border-bottom-right-radius:10px;
  399. {/block:IfRoundedPosts}
  400. }
  401. .player {
  402. width:350px;
  403. overflow:hidden;
  404. background:{color:posts};
  405. z-index:2;
  406. border-top:1px solid {color:Accents};
  407. {block:IfRoundedPosts}
  408. border-bottom-left-radius:10px;
  409. border-bottom-right-radius:10px;
  410. {/block:IfRoundedPosts}}
  411. .sex {
  412. height:50px;
  413. overflow:hidden;}
  414. .audioinfo {
  415. padding:15px;
  416. text-transform:uppercase;
  417. font-size:8px;
  418. letter-spacing:1px;
  419. }
  420. .audioinfo b {font-size:10px;
  421. letter-spacing:0;}
  422.  
  423.  
  424.  
  425. .tt {padding:15px;
  426. }
  427. .tt img {max-width:470px!important;}
  428.  
  429.  
  430.  
  431. /*asks*/
  432. .q {
  433. padding:15px;
  434. border-bottom:1px solid {color:accents};
  435. }
  436. .as {
  437. font-weight:bold;
  438. text-transform:lowercase;}
  439.  
  440. .a {
  441. margin:15px}
  442.  
  443. .a img {max-width:220px!important;}
  444.  
  445.  
  446.  
  447. .chat ol {
  448. padding:0;
  449. line-height:180%;
  450. list-style:none;
  451. }
  452.  
  453. .line.odd {
  454. background:{color:accents};
  455. padding:5px;
  456. }
  457.  
  458. .line.even {
  459. padding:5px;
  460. }
  461.  
  462. .label {font-weight:bold;
  463. padding-right:1px;
  464. letter-spacing:1px;
  465. text-transform:uppercase;
  466. color:{color:title};
  467. }
  468.  
  469.  
  470.  
  471.  
  472.  
  473. /*permalink and notes*/
  474.  
  475.  
  476. #permalink {
  477. text-align:left;
  478. width:340px;
  479. padding:5px;
  480. {block:IfRoundedPosts}
  481. border-top-left-radius:10px;
  482. border-top-right-radius:10px;
  483. {/block:IfRoundedPosts}
  484. border-bottom:1px solid {color:accents};
  485. font-size:9px;
  486. font-family:verdana;
  487. text-transform:lowercase;
  488. }
  489. #permalink a {margin-right:10px;
  490. }
  491.  
  492. .tags {{block:ifNotShowTags}
  493. {block:IndexPage}
  494. display:none;
  495. {/block:IndexPage}
  496. {/block:ifNotShowTags}
  497. word-break:break-all;
  498. font-family:verdana;
  499. font-size:9px;
  500. width:340px;
  501. padding:5px;
  502. {block:IfRoundedPosts}
  503. border-bottom-left-radius:10px;
  504. border-bottom-right-radius:10px;
  505. {/block:IfRoundedPosts}
  506. border-top:1px solid {color:accents};
  507.  
  508. }
  509. .tags a{
  510. text-transform:none;
  511. margin-right:10px;
  512. text-decoration:none;}
  513.  
  514.  
  515. .pagenotes {margin-bottom:100px;
  516. {block:IndexPage}
  517. display: none!important;
  518. {/block:IndexPage}
  519. {block:PermalinkPage}
  520. width:320px;
  521. padding:15px;
  522. background:{color:posts};
  523. border:1px solid {color:accents};
  524. {/block:PermalinkPage}
  525. text-align:left;
  526. {block:IfPostShadow}
  527. box-shadow:10px 10px {color:post shadow};
  528. {/block:IfPostShadow}
  529. background:{color:posts};
  530. {block:IfRoundedPosts}
  531. border-radius:10px;
  532. {/block:IfRoundedPosts}
  533.  
  534. }
  535. .pagenotes img {
  536. display:none!important;}
  537. .pagenotes li {
  538. list-style-type:none;
  539. padding:5px 0px;
  540. text-align:left;
  541. margin:0 0 0 -40px;
  542. font-size:9px;
  543. text-transform:lowercase;
  544.  
  545. }
  546. .t {
  547. font-size:12px;
  548. font-weight:bold;
  549. color:{color:title};
  550. text-transform:uppercase;}
  551.  
  552.  
  553.  
  554. .dic {width:320px;background:{color:accents};
  555. text-align:right;
  556. padding:5px;
  557. margin:-10px 0 0 -10px;}
  558.  
  559. .dic a {
  560. font-size:10px;
  561. height:12px;
  562. padding:0;
  563. margin-right:2px;
  564. line-height:12px;
  565. display:inline-block;
  566. text-align:center;
  567. width:12px;
  568. background:{color:posts};}
  569.  
  570.  
  571.  
  572. .dac {float:right;
  573. margin-right:-8px;
  574. text-transform:lowercase;
  575. margin-top:2px;}
  576.  
  577. .dac a {
  578. font-size:10px;
  579. height:12px;
  580. padding:0;
  581. line-height:11px;
  582. display:block;
  583. text-align:center;
  584. width:12px;
  585. background:{color:accents};}
  586.  
  587.  
  588. /* TO TOP BUTTON */
  589. #toTop {
  590. text-align:center;
  591. margin:auto;
  592. position:fixed;
  593. display:none;
  594. bottom:20px;
  595. font-size:24px;
  596. cursor:pointer;
  597. }
  598.  
  599. #right_container {
  600. position: fixed;
  601. top: 30%;
  602. right: 50px;
  603. z-index:100;
  604. font-size: 18px;
  605. }
  606.  
  607. #theme{
  608. position:fixed;
  609. bottom:12px;
  610. right:12px;
  611. -webkit-border-radius:100px;
  612. padding:3px 5px 2px;
  613. text-transform:lowercase;
  614. -webkit-transition:0.6s ease-in;
  615. cursor:default;
  616. font-size:7px;
  617. color:white;
  618. }
  619.  
  620. #theme:hover{
  621. background-color:{color:white};
  622. color:white;
  623.  
  624.  
  625. {CustomCSS}
  626.  
  627.  
  628.  
  629. </style>
  630.  
  631. {block:ifinfinitescrolling}
  632. {block:indexpage}
  633. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  634. <script src="http://static.tumblr.com/misqj4e/wRnm75f7d/totop.js" type="text/javascript"></script>
  635. <script type="text/javascript">
  636. $(function() {
  637. $(window).scroll(function() {
  638. if($(this).scrollTop() != 0) {
  639. $('#toTop').fadeIn();
  640. } else {
  641. $('#toTop').fadeOut();
  642. }
  643. });
  644.  
  645. $('#toTop').click(function() {
  646. $('body,html').animate({scrollTop:0},800);
  647. });
  648. });
  649. </script>
  650.  
  651. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  652. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  653.  
  654. {/block:indexpage}
  655. {/block:ifinfinitescrolling}
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663. </head>
  664.  
  665. <body>
  666. {block:ifinfinitescrolling}
  667. <div id="right_container">
  668. <div id="toTop"><img src="http://www.google.com/edu/images/global-ui/thin-arrow-up.png" width="30"></div>
  669. </div>
  670. {/block:ifinfinitescrolling}
  671.  
  672. <div id="con">
  673.  
  674.  
  675. <div id="headers">
  676. <div class="standardlinks">
  677. <div id="blogt"><a href="/">{Title}</a></div>
  678. <a href="/" title="index">I</a>
  679. <a href="/ask" title="ask">II</a>
  680. <a href="/aboutme" title="about">III</a>
  681. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}">IV</a>{/block:ifLink1}
  682. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}">V</a>{/block:ifLink2}
  683. </div>
  684. <div id="description">{Description}</div>
  685.  
  686.  
  687. </div>
  688.  
  689.  
  690.  
  691. <div id="entries">
  692. <div class = "autopagerize_page_element">
  693. {block:Posts}
  694. <div id="posts">
  695. {block:Date}
  696. <div id="permalink">
  697. <div class="dac"><a href="{ReblogURL}" target="_blank" title="reblog">x</a></div>
  698. <a href="{Permalink}">{DayofMonth}.{MonthNumber}.{Year}</a>{block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  699. {block:PermalinkPage}
  700. {block:ContentSource}
  701. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  702. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  703. {/block:SourceLogo}
  704. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  705. {/block:ContentSource}
  706. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  707. {/block:PermalinkPage}
  708.  
  709. </div>
  710. {/block:Date}
  711.  
  712. {block:Quote}
  713.  
  714.  
  715. <div id="titlequote">{Quote}</div>
  716. {block:Source}<div id="source">{Source}</div>{/block:Source}
  717. {/block:Quote}
  718.  
  719.  
  720.  
  721. {block:Text}
  722.  
  723. {block:Title}
  724. <div id="title">{Title}</div>{/block:Title}<div class="tt">
  725. {Body}
  726. </div>
  727.  
  728. {/block:Text}
  729.  
  730. {block:Link}
  731.  
  732. <div id="title"><a href="{URL}">{Name}</a></div>
  733. <div class="tt">
  734. {block:Description}{Description}{/block:Description}
  735. </div>
  736. {/block:Link}
  737.  
  738. {block:Chat}
  739. {block:Title}
  740. <h1>{Title}</h1>
  741. {/block:Title}
  742. <div class="chat">
  743. <ol>{block:Lines}
  744. <li class="line {Alt}">
  745. {block:Label}
  746. <span class="label">
  747. {Label}</span>
  748. {/block:Label}{Line}</li>
  749. {/block:Lines}
  750. </ol></div>
  751. {/block:Chat}
  752.  
  753. {block:Photo}
  754. {block:IfHoverCaptions}
  755. {block:Caption}<div class="caption">
  756. <div class="dic"><a href="{Permalink}">x</a></div>
  757. {Caption}</div>{/block:Caption}
  758. {/block:IfHoverCaptions}
  759. <div class="photo">
  760. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  761.  
  762. {block:IfNotHoverCaptions}
  763. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  764. {/block:IfNotHoverCaptions}
  765. {/block:Photo}
  766.  
  767. {block:Photoset}
  768. {block:IfHoverCaptions}
  769. {block:Caption}<div class="caption">
  770. <div class="dic"><a href="{Permalink}">x</a></div>
  771. {Caption}</div>{/block:Caption}
  772. {/block:IfHoverCaptions}
  773. <div class="photoset">
  774. {Photoset-500}</div>
  775. {block:IfNotHoverCaptions}
  776. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  777. {/block:IfNotHoverCaptions}
  778.  
  779.  
  780. {/block:Photoset}
  781.  
  782. {block:Video}
  783. {block:IfHoverCaptions}
  784. {block:Caption}<div class="caption">
  785. <div class="dic"><a href="{Permalink}">x</a></div>{Caption}</div>{/block:Caption}
  786. {/block:IfHoverCaptions}
  787.  
  788. <div class="photoset" style="padding:50px">
  789. {Video-250}
  790. </div>
  791. {block:IfNotHoverCaptions}
  792. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  793. {/block:IfNotHoverCaptions}
  794. {/block:Video}
  795.  
  796.  
  797.  
  798. {block:Audio}
  799. {block:IfHoverCaptions}
  800. {block:Caption}<div class="caption">
  801. <div class="dic"><a href="{Permalink}">x</a></div>{Caption}</div>{/block:Caption}
  802. {/block:IfHoverCaptions}
  803. <div class="audioinfo">
  804. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  805. </div>
  806. <div class="player"><div class="sex">{AudioPlayerWhite}</div></div>
  807. {block:IfNotHoverCaptions}
  808. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  809. {/block:IfNotHoverCaptions}
  810. {/block:Audio}
  811.  
  812. {block:Answer}
  813. <div class="q">
  814. <span class="as">{Asker} said:</span>
  815. {Question}</div>
  816.  
  817. <div class="a">{Answer}</div>
  818.  
  819. {/block:Answer}
  820.  
  821.  
  822. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  823.  
  824.  
  825.  
  826.  
  827.  
  828. </div>
  829.  
  830.  
  831.  
  832. {block:PostNotes}
  833. <div class="pagenotes">
  834. <div class="t">{NoteCountWithLabel}</div>
  835. {PostNotes}
  836. </div>
  837. {/block:PostNotes}
  838.  
  839. {/block:Posts}
  840. </div>
  841. </div>
  842.  
  843. {block:ifnotinfinitescrolling}
  844. {block:Pagination}
  845. <div id="pagination">
  846. {block:PreviousPage}
  847. <a class="jump_page" href="{PreviousPage}">-</a>
  848. {/block:PreviousPage}
  849. {block:JumpPagination length="5"}
  850. {block:CurrentPage}
  851. <span class="current_page">{PageNumber}</span>
  852. {/block:CurrentPage}
  853. {block:JumpPage}
  854. <a class="jump_page" href="{URL}">{PageNumber}</a>
  855. {/block:JumpPage}
  856. {/block:JumpPagination}
  857. {block:NextPage}
  858. <a class="jump_page" href="{NextPage}">+</a>
  859. {/block:NextPage}
  860. </div>
  861. {/block:Pagination}
  862. {/block:ifnotinfinitescrolling}
  863.  
  864.  
  865.  
  866. <div id="text" style="text-align:center">
  867. theme by <a href="http://farahmir.tumblr.com" target="_blank">Septim</a></div>
  868. </div>
  869.  
  870. <div id="theme"><script language="JavaScript">
  871. var ref = (''+document.referrer+'');
  872. var w_h = window.screen.width + " x " + window.screen.height;
  873. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3539933&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');</script></div></a>
  874. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement