Advertisement
rasperries

unravel 2.0

Oct 28th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.87 KB | None | 0 0
  1.  
  2. <!-- °°° Made by septim °°° -->
  3.  
  4.  
  5. <!DOCTYPE html>
  6. <head>
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!--Default Variables-->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#cccccc"/>
  18. <meta name="color:Link" content="#a7a7a7"/>
  19. <meta name="color:Title"content="#070707"/>
  20. <meta name="color:Scrollbar" content="#d5d5d5" />
  21. <meta name="color:Link Hover" content="#aaaaaa"/>
  22. <meta name="color:Accents" content="#F5F3F7"/>
  23.  
  24. <meta name="if:Hide Captions" content="0"/>
  25. <meta name="if:Stretch Background" content="0"/>
  26. <meta name="if:400px posts" content="0"/>
  27. <meta name="if:Infinite Scroll" content="1"/>
  28. <meta name="if:Center Content" content="1"/>
  29.  
  30. <meta name="select:Post Effect" content="none" title="None" />
  31. <meta name="select:Post Effect" content="gray" title="Grayscale" />
  32. <meta name="select:Post Effect" content="fade" title="Fade" />
  33. <meta name="select:Post Effect" content="des" title="Desaturate"/>
  34.  
  35. <meta name="image:Sidebar Image" content=""/>
  36. <meta name="image:Background" content=""/>
  37.  
  38. <meta name="text:Post Spacing" content="100"/>
  39. <meta name="text:post size" content="375"/>
  40.  
  41. <meta name="text:Link 1 URL" content="" />
  42. <meta name="text:Link 1" content="" />
  43. <meta name="text:Link 2 URL" content="" />
  44. <meta name="text:Link 2" content="" />
  45. <meta name="text:Link 3 URL" content="" />
  46. <meta name="text:Link 3" content="" />
  47. <meta name="text:Link 4 URL" content="" />
  48. <meta name="text:Link 4" content="" />
  49.  
  50.  
  51. <!-- jquery -->
  52.  
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59.  
  60. (function($){
  61.  
  62. $(document).ready(function(){
  63.  
  64. $("a[title]").style_my_tooltips({
  65.  
  66. tip_follows_cursor:true,
  67.  
  68. tip_delay_time:30,
  69.  
  70. tip_fade_speed:300,
  71.  
  72. attribute:"title"
  73.  
  74. });
  75.  
  76. });
  77.  
  78. })(jQuery);
  79.  
  80. </script>
  81.  
  82. {block:indexpage}
  83. {block:ifinfinitescroll}
  84. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  85. {/block:ifinfinitescroll}
  86. {/block:indexpage}
  87.  
  88.  
  89. <!--CSS customization here. -->
  90.  
  91. <style type="text/css">
  92.  
  93.  
  94.  
  95. iframe#tumblr_controls { white-space:nowrap!important;
  96. -webkit-filter:invert(100%)!important;
  97. -moz-filter:invert(100%)!important;
  98. -ms-filter:invert(100%)!important;
  99. -o-filter:invert(100%)!important;
  100. filter:invert(100%)!important;
  101. top:0px!important;
  102. right:0px!important;
  103. position:fixed!important;}
  104.  
  105.  
  106.  
  107.  
  108. #s-m-t-tooltip{
  109. position:absolute;
  110. margin:15px;
  111. z-index:9999;
  112. letter-spacing:1px;
  113. font-size:8px;
  114. background:{color:background};
  115. color:{color:text};
  116. text-transform:uppercase;
  117. padding:0px 3px;
  118. }
  119.  
  120.  
  121.  
  122.  
  123. /*scrollbar*/
  124. ::-webkit-scrollbar{height: 4px;
  125. width: 4px;
  126. background-color:{color:background}}
  127. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  128. ::-webkit-scrollbar-track{background-color:{color:background};}
  129.  
  130.  
  131.  
  132. /*main structure*/
  133. blockquote {padding-left:15px;
  134. border-left: 1px solid rgba({RGBcolor:scrollbar},.5);
  135. margin:5px 0;
  136. text-align:justify;
  137. }
  138.  
  139.  
  140.  
  141. body {
  142. background:{color:background} url('{image:background}') center center fixed repeat;
  143. cursor:crosshair;
  144. {block:ifstretchbackground}
  145. -webkit-background-size: cover;
  146. -moz-background-size: cover;
  147. -o-background-size: cover;
  148. background-size: cover;
  149. {/block:ifstretchbackground}
  150. color:{color:text};
  151. font-family:cambria, serif;
  152. font-size:10px;
  153. font-weight:normal;
  154. text-align:justify;
  155. margin:0;
  156. line-height:150%;}
  157. *, body {
  158. cursor: url(http://static.tumblr.com/aegsbm3/yx8mynbjg/cursor__3_.png), crosshair;
  159. }
  160.  
  161. a {
  162. color:{color:link};
  163. text-decoration:none;
  164. }
  165.  
  166. a:hover {color:{color:link hover};
  167. }
  168.  
  169. img{
  170. opacity:1;
  171. border:none;
  172. text-decoration:none}
  173.  
  174.  
  175. b, strong {
  176. color:{color:title}}
  177. i, em {
  178. color:{color:text}}
  179.  
  180.  
  181. p {margin:0};
  182.  
  183. p:first-of-type {margin-top:0;
  184. padding-top:0;
  185. }
  186. p:last-of-type {margin-bottom:0;
  187. padding-bottom:0;
  188. }
  189.  
  190.  
  191.  
  192. ol {
  193. list-style:lower-roman;
  194. text-align:justify;}
  195. ul {
  196. list-style:circle;
  197. text-align:justify;}
  198.  
  199. small {
  200. font-size:8px;}
  201.  
  202. big {
  203. font-size:10px;}
  204.  
  205.  
  206.  
  207.  
  208. #title {font-size:9px;
  209. text-transform:uppercase;
  210. letter-spacing:1px;
  211. font-family:courier new, courier;
  212. text-align:left;
  213. margin-bottom:15px;
  214. padding:0 15px;
  215. border-left:3px solid {color:scrollbar};
  216. color:{color:title};}
  217. #title a {color:{color:title};}
  218.  
  219. #title a:hover {color:{color:link hover};}
  220.  
  221.  
  222. /*header*/
  223.  
  224. #headers {
  225. text-align:left;
  226. position:fixed;
  227. width:150px;
  228. {block:ifnotcentercontent}
  229. left:150px;
  230. {/block:ifnotcentercontent}
  231. {block:ifcentercontent}
  232. margin-left:-300px;
  233. {block:if400pxposts}
  234. margin-left:-300px;
  235. {/block:if400pxposts}
  236. {/block:ifcentercontent}
  237. top:200px;
  238. }
  239.  
  240. #si {position:relative;
  241. width:150px;
  242. height:auto;}
  243.  
  244. #si img {width:150px;
  245. height:auto;
  246. display:block;
  247. position:relative;
  248. z-index:5;
  249. transition:0.4s;
  250. -o-transition-transition:0.4s;
  251. -webkit-transition-duration:0.4s;
  252. -moz-transition-duration:0.4s;
  253. }
  254.  
  255. #blogt {font-size:9px;
  256. margin:15px 0;
  257. font-family:courier new;
  258. text-transform:uppercase;
  259. letter-spacing:1px;
  260. position:relative;
  261. padding-left:15px;
  262. line-height:120%;
  263. border-left:3px solid {color:scrollbar};
  264. }
  265.  
  266. #blogt a {color:{color:title};
  267. transition:0.4s;
  268. -o-transition-transition:0.4s;
  269. -webkit-transition-duration:0.4s;
  270. -moz-transition-duration:0.4s;
  271. }
  272.  
  273.  
  274. .standardlinks {position:absolute;
  275. text-transform:uppercase;
  276. z-index:2;
  277. font-size:8px;
  278. letter-spacing:1px;
  279. font-family:courier new, courier;
  280. left:165px;
  281. opacity:0;
  282. top:0px;
  283. transition:0.4s;
  284. -o-transition-transition:0.4s;
  285. -webkit-transition-duration:0.4s;
  286. -moz-transition-duration:0.4s;
  287. }
  288.  
  289. #headers:hover .standardlinks {opacity:1;
  290. transition:0.4s;
  291. -o-transition-transition:0.4s;
  292. -webkit-transition-duration:0.4s;
  293. -moz-transition-duration:0.4s;}
  294.  
  295. .standardlinks a {margin-right:5px;
  296. border-left:3px solid transparent;
  297. padding-left:0;
  298. color:{color:blog title};
  299. display:block;
  300. transition:0.4s;
  301. -o-transition-transition:0.4s;
  302. -webkit-transition-duration:0.4s;
  303. -moz-transition-duration:0.4s;
  304. }
  305.  
  306. .standardlinks a:hover {color:{color:link hover};
  307. border-left:3px solid {color:scrollbar};
  308. padding-left:15px;
  309. transition:0.4s;
  310. -o-transition-transition:0.4s;
  311. -webkit-transition-duration:0.4s;
  312. -moz-transition-duration:0.4s; }
  313.  
  314.  
  315. #description {
  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