Advertisement
rasperries

unravel 3.0

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