ahu419

forgetfulthemes008

Dec 24th, 2013
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.10 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--
  9.  
  10. **BEST VIEWED IN GOOGLE CHROME**
  11.  
  12. Terms + Conditions:
  13. -Don't remove the credit
  14. -Taking inspiration is not the same as blatantly copying ideas and/or code
  15. -Don't use as base code
  16.  
  17. Default Settings-->
  18.  
  19. <meta name="color:background" content="#ffffff" />
  20. <meta name="color:content" content="#f9f9f9" />
  21. <meta name="color:desc" content="#000000" />
  22. <meta name="color:sidebar" content="#000000" />
  23. <meta name="color:simg" content="#0d9aaf" />
  24. <meta name="color:tagging font hover" content="#e4e4e4" />
  25. <meta name="color:blockquote" content="#121313" />
  26. <meta name="color:info link hover" content="#058fac" />
  27. <meta name="color:post border" content="#d3e3e7" />
  28. <meta name="color:block" content="#1b1c1d" />
  29. <meta name="color:title" content="#000000" />
  30. <meta name="color:text" cont88ient="#bbd1e7" />
  31. <meta name="color:link" content="#067992" />
  32. <meta name="color:link hover" content="#aea6c4" />
  33. <meta name="color:scrollbar" content="#098b9e" />
  34. <meta name="color:subtitle" content="#000000" />
  35.  
  36. <meta name="image:side" content="" />
  37. <meta name="image:background" content="" />
  38.  
  39. <meta name="if:Posts 500" content="" />
  40. <meta name="if:Posts 400" content="1" />
  41.  
  42. <meta name="text:subtitle" content="" />
  43. <meta name="text:heading" content="" />
  44. <meta name="text:Link1" content="/" />
  45. <meta name="text:Link1 Title" content="link 1" />
  46. <meta name="text:Link2" content="/" />
  47. <meta name="text:Link2 Title" content="link 2" />
  48. <meta name="text:Link3" content="/" />
  49. <meta name="text:Link3 Title" content="link 3" />
  50. <meta name="text:Link4" content="/" />
  51. <meta name="text:Link4 Title" content="link 4" />
  52. <meta name="text:Link5" content="/" />
  53. <meta name="text:Link5 Title" content="link 5" />
  54. <meta name="text:Link6" content="/" />
  55. <meta name="text:Link6 Title" content="link 6" />
  56. <title>{Title}</title>
  57.  
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  60.  
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/vyzeblq/Hrcml3m2x/jquery.style-my-tooltips.js"></script>
  62. <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:"true", tip_delay_time:100, tip_fade_speed:100, attribute:"title"});});})(jQuery);</script>
  63.  
  64.  
  65. <link rel="shortcut icon" href="{Favicon}"/>
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  68.  
  69. <script type="text/javascript"
  70. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  71.  
  72. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  73. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  74. <script type="text/javascript" charset="utf-8">
  75. var $j = jQuery.noConflict();
  76. $j(function() {
  77. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  78. $j("img").lazyload({
  79. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  80. effect: "fadeIn",
  81. });
  82. });
  83. </script>
  84.  
  85. <style type="text/css">
  86.  
  87.  
  88. body {
  89. background-color:{color:background};
  90. background-attachment:fixed;
  91. background-image:url('{image:background}');
  92. font-family:arial;
  93. font-size:10px;
  94. line-height:11px;
  95. letter-spacing:0px;
  96. color:{color:text};
  97. text-wrap:normal
  98. word-wrap:break-word;
  99. height:100%;
  100. right:2px;
  101. overflow-y:scroll;
  102. overflow-x:hidden;
  103. }
  104.  
  105. #s-m-t-tooltip {
  106. z-index:10007;
  107. margin-left:15px;
  108. margin-top:15px;
  109. padding:2px 3px 2px 3px;
  110. position:absolute;
  111. font-family:inconsolata;
  112. text-decoration:underline;
  113. font-size:10px;
  114. text-transform:lowercase;
  115. color:{color:simg};
  116. background-color:{color:background};
  117. }
  118.  
  119.  
  120. html {
  121. overflow-y:auto;
  122. background-color:transparent;
  123. }
  124.  
  125. html {
  126. overflow-y:auto;
  127. background-color:transparent;
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. width:10px;
  132. height:auto;
  133. background:{color:background};
  134. }
  135.  
  136. ::-webkit-scrollbar-thumb:vertical {
  137. background-color:{color:scrollbar};
  138. height:0px;
  139. }
  140.  
  141. ::-webkit-scrollbar-thumb:horizontal {
  142. background-color:{color:scrollbar};
  143. height:0px;
  144. }
  145.  
  146. a, a:active, a:visited{
  147. text-decoration:underline;
  148. color:{color:link};
  149. cursor:help;
  150. }
  151.  
  152. a:hover {
  153. color:{color:link hover};
  154. -webkit-transition-duration:.5s;
  155. -moz-transition-duration:.5s;
  156. -o-transition: all 0.5s ease-in-out;
  157. transition: all 0.5s ease-in-out;
  158. }
  159.  
  160. #main {
  161. background-color:transparent;
  162. background-attachment:fixed;
  163. background-image: url('{image:Background}');
  164. position:absolute;
  165. width:1250px;
  166. height:100%;
  167. }
  168.  
  169. .sidebar {
  170. width:250px;
  171. height:100%;
  172. margin-top:-8px;
  173. z-index:10000;
  174. position:fixed;
  175. opacity:.5;
  176. margin-left:-10px;
  177. border-right:1px solid {color:desc};
  178. }
  179.  
  180. #squaresimg {
  181. z-index:10005;
  182. position:fixed;
  183. margin-left:170px;
  184. margin-top:140px;
  185. }
  186.  
  187. #squaresimg img {
  188. width:65px;
  189. cursor:help;
  190. background-color:{color:simg};
  191. padding:25px;
  192. border:15px solid {color:background};
  193. }
  194.  
  195. #desc {
  196. margin-left:440px;
  197. margin-top:58px;
  198. opacity:1;
  199. z-index:10008;
  200. padding:20px 25px 20px 25px;
  201. {block:ifPosts400}width:350px;{/block:ifPosts400}
  202. {block:ifPosts500}width:450px;{/block:ifPosts500}
  203. height:auto;
  204. background-color:{color:simg};
  205. }
  206.  
  207. #desc:hover {
  208. opacity:1;
  209. -webkit-transition-duration:.5s;
  210. -moz-transition-duration:.5s;
  211. -o-transition: all 0.5s ease-in-out;
  212. transition: all 0.5s ease-in-out;
  213. }
  214.  
  215. .title {
  216. font-family:Inconsolata;
  217. font-size:21px;
  218. line-height:30px;
  219. margin-bottom:5px;
  220. text-align:center;
  221. }
  222.  
  223. .title a {
  224. color:white;
  225. text-decoration:none;
  226. }
  227. .desctext {
  228. {block:ifPosts400}width:350px;{/block:ifPosts400}
  229. {block:ifPosts500}width:450px;{/block:ifPosts500} font-family:arial;
  230. text-align:justify;
  231. font-size:10px;
  232. color:{color:desc};
  233. line-height:14px;
  234. letter-spacing:0px;
  235. }
  236.  
  237. .desctext a{
  238. color:{color:desc};
  239. text-decoration:none;
  240.  
  241. }
  242.  
  243. .desctext a:hover {
  244. font-weight:bold;
  245. }
  246.  
  247. .linkage {
  248. padding:5px 10px 25px 10px;
  249. margin-left:-50px;
  250. margin-top:-80px;
  251. width:95px;
  252. color:black;
  253. z-index:10001;
  254. position:relative;
  255. opacity:0;
  256. background-color:{color:background};
  257. text-align:justify;
  258. }
  259.  
  260. .linkage a {
  261. padding:2px 5px 2px 5px;
  262. font-size:10px;
  263. color:black;
  264. text-align;center;
  265. letter-spacing:0px;
  266. line-height:14px;
  267. font-family:inconsolata;
  268. color:{color:text};
  269. font-style:normal;
  270. text-decoration:none;
  271. cursor:help;
  272. display:inline-block;
  273. }
  274.  
  275. .linkage a:hover {
  276. font-weight:bold;
  277. font-style:italic;
  278. }
  279.  
  280. .left {
  281. text-align:left;
  282. }
  283.  
  284. .right {
  285. text-align:right;
  286. margin-top:-17px;
  287. }
  288.  
  289. #squaresimg:hover .linkage {
  290. margin-left:15px;
  291. opacity:1;
  292. -webkit-transition-duration:.5s;
  293. -moz-transition-duration:.5s;
  294. -o-transition: all .5s ease-in-out;
  295. transition: all .5s ease-in-out;
  296. }
  297.  
  298. #counter {
  299. position:fixed;
  300. bottom:10px;
  301. left:15px;
  302. color:black;
  303. z-index:10006;
  304. }
  305.  
  306. #counter a {
  307. color:black;
  308. font-family:inconsolata;
  309. display:inline-block;
  310. font-size:10px;
  311. text-decoration:none;
  312.  
  313. }
  314.  
  315. .subtitle {
  316. font-family:inconsolata;
  317. font-size:10px;
  318. line-height:12px;
  319. position:relative;
  320. width:95px;
  321. margin-top:10px;
  322. text-align:justify;
  323. margin-left:15px;
  324. padding:10px 0px 10px 10px;
  325. color:{color:text};
  326. background-color:{color:background};
  327. z-index:10001;
  328. letter-spacing:0px;
  329. }
  330.  
  331. .subtitle a {
  332. color:{color:simg};
  333. font-style:italic;
  334. }
  335.  
  336. #squaresimg:hover .subtitle {
  337. margin-left:55px;
  338. opacity:0;
  339. -webkit-transition-duration:.5s;
  340. -moz-transition-duration:.5s;
  341. -o-transition: all .5s ease-in-out;
  342. transition: all .5s ease-in-out;
  343. }
  344.  
  345. .pagelink {
  346. text-align:center;
  347. bottom:50px;
  348. margin-left:-258px;
  349. z-index:10002;
  350. font-size:15px;
  351. line-height:25px;
  352. width:85px;
  353. padding:3px 6px 3px 6px;
  354. position:fixed;
  355. border:10px solid {color:background};
  356. letter-spacing:0px;
  357. font-family:inconsolata;
  358. color:white;
  359. font-weight:bold;
  360. background-color:{color:simg};
  361. }
  362.  
  363. .pagelink a {
  364. color:white;
  365. text-decoration:none;
  366. }
  367.  
  368. #question {
  369. font-size:14px;
  370. line-height:15px;
  371. text-align:left;
  372. font-family:Inconsolata;
  373. background-color:{color:background};
  374. color:{color:text};
  375. }
  376.  
  377. .asker {
  378. font-size:10px;
  379. margin-top:0px;
  380. font-style:italic;
  381. margin-left:5px;
  382. color:{color:text};
  383. }
  384.  
  385. .asker a {
  386. color:{color:text};
  387. }
  388.  
  389. .askerportrait {
  390. margin-left:0px;
  391. position:relative;
  392. width:50px;
  393. }
  394.  
  395. .answer {
  396. margin-top:5px;
  397. }
  398.  
  399. #content {
  400. position:absolute;
  401. height:auto;
  402. left:449px;
  403. font-family:{font:body};
  404. margin-bottom:10px;
  405. padding:0px 0px 45px 0px;
  406. margin-top:210px;
  407. {block:ifPosts400}width:400px;{/block:ifPosts400}
  408. {block:ifPosts500}width:500px;{/block:ifPosts500}
  409. }
  410.  
  411. #post {
  412. {block:ifPosts400}width:400px;{/block:ifPosts400}
  413. {block:ifPosts500}width:500px;{/block:ifPosts500}
  414. margin-left:0px;
  415. margin-right:0px;
  416. margin-top:15px;
  417. margin-bottom:-10px;
  418. padding:25px 0px 15px 0px;
  419. border-bottom:1px solid {color:post border};
  420. }
  421.  
  422. #info {
  423. position:relative;
  424. margin-top:-4px;
  425. margin-right:5px;
  426. z-index:10001;
  427. color:black;
  428. font-size:8px;
  429. background-color:{color:background};
  430. padding:8px 7px 0px 7px;
  431. letter-spacing:1px;
  432. text-align:left;
  433. float:right;
  434. }
  435.  
  436. #info a {
  437. color:black;
  438. font-size:10px;
  439. font-family:inconsolata;
  440. padding-bottom:1px;
  441. text-decoration:none;
  442. }
  443.  
  444. #info a:hover {
  445. color:{color:info link hover};
  446. -webkit-transition-duration:0.5s;
  447. -moz-transition-duration:0.5s;
  448. -o-transition: all 0.5s ease-in-out;
  449. transition: all 0.5s ease-in-out;
  450. }
  451.  
  452.  
  453. .tagging {
  454. position:relative;
  455. {block:ifPosts400}width:400px;{/block:ifPosts400}
  456. {block:ifPosts500}width:500px;{/block:ifPosts500}
  457. margin-top:25px;
  458. margin-bottom:95px;
  459. z-index:10000;
  460. font-size:9px;
  461. text-align:right;
  462. font-family:arial;
  463. }
  464.  
  465.  
  466. .tagging a {
  467. position:relative;
  468. margin-right:7px;
  469. color:{color:text};
  470. height:0px;
  471. font-size:9px;
  472. margin-left:2px;
  473. text-decoration:none;
  474. }
  475.  
  476. .tagging a:hover {
  477. color:{color:tagging font hover};
  478. -webkit-transition-duration:.25s;
  479. -moz-transition-duration:.25s;
  480. -o-transition: all 0.25s ease-in-out;
  481. transition: all 0.25s ease-in-out;
  482. }
  483.  
  484. h1{
  485. font-size:25px;
  486. line-height:20px;
  487. font-family:Inconsolata;
  488. text-align:left;
  489. color:{color:title};
  490. }
  491.  
  492. h1 a {
  493. color:{color:title};
  494. text-decoration:none;
  495. }
  496.  
  497. h1 a:hover {
  498. color:{color:title};
  499. font-style:italic;
  500. }
  501.  
  502. blockquote {
  503. margin-left:10px;
  504. padding:1px 6px 1px 10px;
  505. margin-bottom:-5px;
  506. border-left:1px solid {color:block};
  507. {block:ifPosts400}width:350px;{/block:ifPosts400}
  508. {block:ifPosts500}width:450px;{/block:ifPosts500}}
  509.  
  510. .quote {
  511. font-size:22px;
  512. line-height:25px;
  513. width:400px;
  514. font-family:Inconsolata;
  515. padding-top:-5px;
  516. text-align:justify;
  517. }
  518.  
  519. .quotesource {
  520. {block:ifPosts400}width:400px;{/block:ifPosts400}
  521. {block:ifPosts500}width:500px;{/block:ifPosts500}
  522. font-size:10px;
  523. padding:2px;
  524. text-align:center;
  525. margin-top:0px;
  526. letter-spacing:1px;
  527. }
  528.  
  529. .user_1 .label {
  530. color:{color:link};
  531. font-weight:bold;
  532. }
  533.  
  534. .user_2 .label {
  535. color:{color:text};
  536. font-weight:bold
  537. }
  538. .user_3 .label {
  539. color:{color:link};
  540. font-weight:bold;
  541. }
  542.  
  543. .user_4 .label {
  544. color:{color:text};
  545. font-weight:bold
  546. }
  547. .user_5 .label {
  548. color:{color:link};
  549. font-weight:bold;
  550. }
  551.  
  552. .user_6 .label {
  553. color:{color:text};
  554. font-weight:bold
  555. }
  556.  
  557. .user_7 .label {
  558. color:{color:link};
  559. font-weight:bold
  560. }
  561.  
  562. .user_8 .label {
  563. color:{color:text};
  564. font-weight:bold
  565. }
  566.  
  567. .user_9 .label {
  568. color:{color:link};
  569. font-weight:bold
  570. }
  571.  
  572. .user_10 .label {
  573. color:{color:text};
  574. font-weight:bold
  575. }
  576.  
  577. ul.chat, .chat ol, .chat li {
  578. list-style:none;
  579. margin:0px;
  580. padding:0px;
  581. line-height:15px;
  582. }
  583.  
  584. ol.notes, .notes li {background-color:transparent;
  585. color:{color:text};
  586. margin-top:5px;
  587. list-style:none; margin-left:-20px; }
  588.  
  589. #audentryprob {
  590. display:block;
  591. height:auto;
  592. position:relative;
  593. text-align:left;
  594. background-attachment:fixed;
  595. background-image:url('{AlbumArtURL}');
  596. }
  597.  
  598. .audentry {
  599. {block:ifPosts400}width:400px;{/block:ifPosts400}
  600. {block:ifPosts500}width:500px;{/block:ifPosts500}
  601. background-color:{color:background};
  602. }
  603.  
  604. .albumart {
  605. margin-left:0px;
  606. width:80px;
  607. }
  608.  
  609. .albumart img {
  610. width:75px;
  611. }
  612.  
  613. .audiodata {
  614. font-size:9px;
  615. line-height:10px;
  616. margin-bottom:-35px;
  617. margin-left:100px;
  618. }
  619.  
  620. .audiotitle {
  621. font-size:18px;
  622. text-transform:none;
  623. line-height:15px;
  624. font-family:INconsolata;
  625. }
  626.  
  627. .audioplayer {
  628. width:200px;
  629. height:30px;
  630. overflow:hidden;
  631. margin-left:100px;
  632. margin-top:-30px;
  633. }
  634.  
  635. .audiocaption {
  636. {block:ifPosts400}width:400px;{/block:ifPosts400}
  637. {block:ifPosts500}width:500px;{/block:ifPosts500}
  638. margin-top:20px;
  639. }
  640.  
  641. #tumblr_controls_a {
  642. background: none !important;
  643. border: 0px !important;
  644. box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;}
  645.  
  646.  
  647.  
  648. </style>
  649.  
  650.  
  651. </head>
  652.  
  653.  
  654. <body>
  655.  
  656. <div id="main">
  657. <div class="sidebar"></div>
  658.  
  659.  
  660.  
  661.  
  662.  
  663. <div id="squaresimg"><a href="/" title="{Title}"><img src="{image:side}"></img></a>
  664.  
  665. <div class="subtitle">{text:subtitle}</div>
  666.  
  667. <div class="linkage">
  668. <div class="left"><a href="/ask" title="ask">first</a></div>
  669. <div class="right"><a href="/archive" title="history">second</a></div>
  670. <div class="left">{block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">third</a>{/block:ifLink1}</div>
  671. <div class="right">{block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">fourth</a>{/block:ifLink2}</div>
  672. <div class="left">{block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">fifth</a>{/block:ifLink3}</div>
  673. <div class="right">{block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">sixth</a>{/block:ifLink4}</div>
  674. <div class="left">{block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">seventh</a>{/block:ifLink5}</div>
  675. <div class="right">{block:ifLink6}<a href="{text:Link6}" title="{text:Link6 Title}">eighth</a>{/block:ifLink6}</div>
  676. </div>
  677.  
  678. </div>
  679.  
  680. <div id="desc">
  681. <div class="title"><a href="/">{text:heading}</a></div>
  682. <div class="desctext">
  683. {Description}
  684. </div>
  685. </div>
  686.  
  687.  
  688. </div>
  689.  
  690. <div id="content">
  691.  
  692.  
  693. {block:Posts}
  694.  
  695.  
  696. <div id="post">
  697.  
  698.  
  699. {block:Text}
  700. {block:Title}
  701. <h1><a href="{Permalink}">{Title}</a></h1>
  702. {/block:Title}
  703. {Body}
  704. {/block:Text}
  705.  
  706. {block:ifPosts400}
  707. {block:Photo}
  708. {block:Title}
  709. <h1><a href="{Permalink}">{Title}</a></h1>
  710. {/block:Title}
  711. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  712. {block:Caption}
  713. {Caption}
  714. {/block:Caption}
  715. {/block:Photo}
  716. {/block:ifPosts400}
  717.  
  718. {block:ifPosts500}
  719. {block:Photo}
  720. {block:Title}
  721. <h1><a href="{Permalink}">{Title}</a></h1>
  722. {/block:Title}
  723. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  724. {block:Caption}
  725. {Caption}
  726. {/block:Caption}
  727. {/block:Photo}
  728. {/block:ifPosts500}
  729.  
  730. {block:ifPosts400}
  731. {block:Photoset}
  732. <center>{Photoset-400}</center>
  733. {block:Caption}
  734. {Caption}
  735. {/block:Caption}
  736. {/block:Photoset}
  737. {/block:ifPosts400}
  738.  
  739. {block:ifPosts500}
  740. {block:Photoset}
  741. <center>{Photoset-500}</center>
  742. {block:Caption}
  743. {Caption}
  744. {/block:Caption}
  745. {/block:Photoset}
  746. {/block:ifPosts500}
  747.  
  748. {block:Quote}
  749. {block:Title}
  750. <h1><a href="{Permalink}">{Title}</a></h1>
  751. {/block:Title}
  752. <div class="quote">{Quote}</div>
  753. {block:Source}<br>
  754. <div class="quotesource">{Source}</div>
  755. {/block:Source}
  756. {/block:Quote}
  757.  
  758. {block:Link}
  759. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  760. {block:Description}
  761. <div class="description">{Description}</div>
  762. {/block:description}
  763. {/block:Link}
  764.  
  765. {block:Chat}
  766. {block:Title}
  767. <h1><a href="{Permalink}">{Title}</a></h1>
  768. {/block:Title}
  769. <ul class="chat">
  770. {block:Lines}
  771. <li class="user_{UserNumber}">
  772. {block:Label}
  773. <span class="label">
  774. {Label}
  775. </span>
  776. {/block:Label}
  777. &nbsp;{Line}</li>
  778. {/block:Lines}
  779. </ul>
  780. {/block:Chat}
  781.  
  782. {block:Answer}
  783. <div id="question">{Question}
  784. <div class="asker">{Asker}</div></div><br>
  785. <div class="answer">{Answer}</div>
  786. {/block:Answer}
  787.  
  788.  
  789. {block:ifPosts400}
  790. {block:Video}
  791. {block:Title}
  792. <h1><a href="{Permalink}">{Title}</a></h1>
  793. {/block:Title}
  794. <center>{Video-400}</center>
  795. {block:Caption}
  796. <div class="caption">{Caption}</div>
  797. {/block:Caption}
  798. {/block:Video}
  799. {/block:ifPosts400}
  800.  
  801. {block:ifPosts500}
  802. {block:Video}
  803. {block:Title}
  804. <h1><a href="{Permalink}">{Title}</a></h1>
  805. {/block:Title}
  806. <center>{Video-500}</center>
  807. {block:Caption}
  808. <div class="caption">{Caption}</div>
  809. {/block:Caption}
  810. {/block:Video}
  811. {/block:ifPosts500}
  812.  
  813. {block:Audio}
  814.  
  815. <div id="audentryprob">
  816. <div class="audentry">
  817. <div class="audiodata"<a href="{Permalink}">{block:TrackName}
  818. <div class="audiotitle">{TrackName}</div>
  819. {/block:TrackName}
  820. {block:Artist}
  821. <br> {Artist}
  822. {/block:Artist}{block:Album}
  823. · <i>{Album}</i>
  824. {/block:Album}</a></div>
  825. <div class="albumart">{block:AlbumArt}
  826. <img src="{AlbumArtURL}"></img>
  827. {/block:AlbumArt}</div>
  828. <div class="audioplayer">{AudioPlayerGrey}</div>
  829. {block:Caption}
  830. <div class="audiocaption">{Caption}</div>
  831. {/block:Caption}
  832.  
  833. </div>
  834. </div>{/block:Audio}
  835. </div>
  836.  
  837. <div id="info"> {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  838. {block:NoteCount} · <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom} {block:ContentSource} & <a href="{SourceURL}">orig</a>{/block:ContentSource} · <a href="{ReblogURL}"target="_blank">reblog</a>
  839. </div>
  840. <div class="tagging">
  841. {block:HasTags} {block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  842.  
  843. {/block:Posts}
  844. {block:PostNotes}{PostNotes}{/block:PostNotes}
  845. <div class="pagelink">
  846. {block:Pagination}
  847.  
  848.  
  849. {block:PreviousPage} <a href="{PreviousPage}"><</a> {/block:PreviousPage}page {CurrentPage} {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
  850.  
  851. {/block:Pagination}
  852. </div>
  853. </div>
  854.  
  855.  
  856. </div>
  857.  
  858. </div>
  859.  
  860. </div>
  861.  
  862.  
  863. </body>
  864.  
  865. </html>
  866.  
  867. <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment