Advertisement
jcegers

REBIRTHING

May 24th, 2015
4,392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <!-----------
  12.  
  13.  
  14. T H E M E S B Y
  15.  
  16. ░░░▒█ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀█
  17. ░▄░▒█ ▒█░░░ ▒█▀▀▀ ▒█░▄▄ ▒█▀▀▀ ▒█▄▄▀ ░▀▀▀▄▄
  18. ▒█▄▄█ ▒█▄▄█ ▒█▄▄▄ ▒█▄▄█ ▒█▄▄▄ ▒█░▒█ ▒█▄▄▄█
  19.  
  20. I N F O R M A T I O N
  21.  
  22. — JCEGERS' THEME #15: REBIRTHING
  23. — MADE IN OPERA ( 1600X900 SCREEN RESOLUTION)
  24. — MADE WHILE LISTENING TO REBIRTHING BY SKILLET
  25. — HAVE A QUESTION? MESSAGE TO @jcegers or @jcethemes
  26.  
  27. T E R M S O F U S E / R U L E S
  28.  
  29. — DON'T MOVE OR DELETE THE CREDIT! JUST LEAVE IT WHERE IT IS!
  30. AFTER ALL MY THEMES ARE FREE! SO RESPECT THAT!
  31. — DO NOT STEAL ANY PART OF MY CODE
  32. — DO NOT USE AS A BASECODE
  33. — DO NOT TWEAK IT UNTIL IT IS UNRECOGNIZABLE
  34.  
  35. T H A N K Y O U!
  36.  
  37.  
  38. ------------->
  39.  
  40. <!--Default Variables-->
  41.  
  42. <meta name="color:Background" content="#ffffff"/>
  43. <meta name="color:Text" content="#aaaaaa"/>
  44. <meta name="color:Link" content="#000000"/>
  45. <meta name="color:Hover" content="#000000"/>
  46. <meta name="color:Borders" content="#cfcfcf"/>
  47. <meta name="color:Post Border" content="#eeeeee"/>
  48. <meta name="color:Left Side" content="#121212"/>
  49. <meta name="color:First Letter" content="#dcdcdc"/>
  50. <meta name="color:Sidebar Title" content="#fafafa"/>
  51. <meta name="color:Navigation BG" content="#121212"/>
  52. <meta name="color:Navigation Text" content="#ffffff"/>
  53. <meta name="color:Navigation Link" content="#ffffff"/>
  54. <meta name="color:Navigation Link Hover" content="#151515"/>
  55. <meta name="color:Navigation Link BG" content="#151515"/>
  56. <meta name="color:Navigation Link BG Hover" content="#ffffff"/>
  57.  
  58. <meta name="if:Show 400px posts" content="0"/>
  59. <meta name="if:Show Updates" content="0"/>
  60. <meta name="if:Show Post Border" content="0"/>
  61.  
  62. <meta name="image:Sidebar Image" content=""/>
  63. <meta name="text:Sidebar Title" content="Title"/>
  64. <meta name="text:Description Title" content="About"/>
  65. <meta name="text:Updates Title" content="Updates"/>
  66. <meta name="text:Navigation Updates" content=""/>
  67. <meta name="text:Link 1 URL" content="" />
  68. <meta name="text:Link 1" content="" />
  69. <meta name="text:Link 2 URL" content="" />
  70. <meta name="text:Link 2" content="" />
  71. <meta name="text:Link 3 URL" content="" />
  72. <meta name="text:Link 3" content="" />
  73. <meta name="text:Link 4 URL" content="" />
  74. <meta name="text:Link 4" content="" />
  75.  
  76.  
  77. <script src="//use.edgefonts.net/open-sans.js"></script>
  78.  
  79.  
  80. <!-- jquery for tooltips-->
  81.  
  82.  
  83. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  84.  
  85. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  86. <script>
  87. (function($){
  88. $(document).ready(function(){
  89. $("a[title]").style_my_tooltips({
  90. tip_follows_cursor:true,
  91. tip_delay_time:30,
  92. tip_fade_speed:300,
  93. attribute:"title"
  94. });
  95. });
  96. })(jQuery);
  97. </script>
  98.  
  99. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  100.  
  101.  
  102. <script>
  103. $(document).ready(function(){
  104. $("#blogt").click(function(){
  105. $("#navigation").slideToggle();
  106. });
  107. });
  108. </script>
  109.  
  110. <!--CSS customization here. -->
  111.  
  112. <style type="text/css">
  113.  
  114.  
  115. #s-m-t-tooltip{
  116. position:absolute;
  117. margin-top:20px;
  118. z-index:9999;
  119. font-family:'open-sans';
  120. font-size:10px;
  121. letter-spacing:0.5px;
  122. text-transform:uppercase;
  123. padding:5px;
  124. background:{color:background};
  125. border:1px solid {color:post Border};
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb:vertical {background-color:{color:left side};}
  129. ::-webkit-scrollbar-button:horizontal {display:none;}
  130. ::-webkit-scrollbar {background-color:{color:Background}; width:5px;}
  131.  
  132. ::-webkit-scrollbar-thumb:vertical {
  133. background-color:{color:left side};
  134. height:auto;
  135. border-radius:1px;
  136. }
  137. ::-webkit-scrollbar-thumb:horizontal {
  138. height:auto !important;
  139. border-radius:1px;
  140. }
  141. ::-webkit-scrollbar {
  142. height:auto;
  143. width:5px;
  144. background-color: {color:background};
  145. border-radius:18px;
  146. }
  147.  
  148. /*basics*/
  149.  
  150. blockquote {
  151. padding:0px 12px;
  152. border-left:3px solid {color:left side};
  153. margin-left:5px;
  154. margin-right:5px;
  155. max-width:100%;
  156. }
  157.  
  158. body {
  159. background:{color:background};
  160. color:{color:text};
  161. font-size:9px;
  162. font-family:'open-sans';
  163. text-align:justify;
  164. margin:0;
  165. }
  166.  
  167. a {
  168. color:{color:link};
  169. text-decoration:none;
  170. -moz-transition-duration: 0.5s;
  171. -o-transition-duration: 0.5s;
  172. -webkit-transition-duration: 0.5s;
  173. transition-duration: 0.5s;}
  174.  
  175. a:hover {
  176. color:{color:hover};
  177. text-decoration:none;}
  178.  
  179. img {
  180. opacity:1;
  181. border:none;
  182. text-decoration:none;
  183. }
  184.  
  185. small {font-size:10px;}
  186. big {font-size:12px;}
  187.  
  188. pre {
  189. {block:ifNotShow400pxposts}
  190. width:500px;
  191. {/block:ifNotShow400pxposts}
  192. {block:ifShow400pxposts}
  193. width:400px;
  194. {/block:ifShow400pxposts}
  195. text-align: left;
  196. word-wrap: break-word;
  197. color:{color:Text};
  198. }
  199.  
  200. #title {
  201. font-size:13px;
  202. line-height:12px;
  203. font-weight:bold;
  204. font-family:'open-sans';
  205. letter-spacing:0.5px;
  206. padding:10px;
  207. background:{color:Navigation BG};
  208. color:{color:Sidebar Title};
  209. margin-bottom:10px;
  210. text-transform:uppercase;
  211. text-align:left;}
  212.  
  213. #title:first-letter {
  214. color:{color:First Letter};
  215. }
  216.  
  217. #navigation {
  218. position:fixed;
  219. width:223px;
  220. margin:4px 0px;
  221. display:block;
  222. font-size:10px;
  223. padding:10px;
  224. background:{color:Navigation BG};
  225. color:{color:Navigation text};
  226. border:1px solid {color:Borders};
  227. display:none;
  228. }
  229.  
  230. #navigation a {
  231. color:{color:left side};
  232. }
  233.  
  234. #navigation a:hover {
  235. color:{color:navigation link};
  236. }
  237.  
  238. #blogt {
  239. padding:5px;
  240. padding-left:20px;
  241. font-size:13px;
  242. margin:-2px 0px;
  243. letter-spacing:0.5px;
  244. text-transform:uppercase;
  245. font-family:'open-sans';
  246. background:{color:Navigation BG};
  247. color:{color:Sidebar Title};
  248. border:1px solid {color:Borders};
  249. width:218px;
  250. text-align:left;
  251. font-weight:bold;
  252. cursor:help;
  253. }
  254.  
  255. #blogt:first-letter {
  256. color:{color:First Letter};
  257. }
  258.  
  259. .navigationtitles {
  260. font-size:10px;
  261. letter-spacing:0.5px;
  262. text-transform:uppercase;
  263. font-style:none;
  264. font-weight:bold;
  265. margin-right:2px;
  266. }
  267.  
  268.  
  269. #navigationt {
  270. color:{color:Navigation Text};
  271. font-family:'open-sans';
  272. text-align:left;
  273. line-height:10px;
  274. font-size:10px;
  275. {block:ifShowUpdates}
  276. border-bottom:1px solid {color:Post Border};
  277. {/block:ifShowUpdates}
  278. padding:10px;
  279. letter-spacing:0.5px;
  280. }
  281.  
  282. #navigationt a {
  283. color:{color:navigation link};
  284. }
  285.  
  286. #navigationt a:hover {
  287. color:{color:navigation link hover};
  288. }
  289.  
  290. {block:ifShowUpdates}
  291. #navigationu {
  292. color:{color:Navigation Text};
  293. font-family:'open-sans';
  294. text-align:left;
  295. line-height:10px;
  296. margin-top:3px;
  297. font-size:10px;
  298. padding:10px;
  299. letter-spacing:0.5px;
  300. }
  301. {/block:ifShowUpdates}
  302.  
  303. #navigationlinks {
  304. text-align:center;
  305. margin-top:5px;
  306. margin-left:-3px;
  307. }
  308.  
  309. #navigationlinks a {
  310. display:inline-block;
  311. text-align:center;
  312. background:{color:Navigation Link BG};
  313. color:{color:Navigation Link};
  314. padding:4px;
  315. margin-left:5px;
  316. margin-top:5px;
  317. font-weight:none;
  318. font-size:9px;
  319. text-transform:uppercase;
  320. border:1px solid {color:Post Border};
  321. }
  322.  
  323. #navigationlinks a:hover {
  324. text-align:center;
  325. color:{color:Navigation Link Hover};
  326. background:{color:Navigation Link BG Hover};
  327. }
  328.  
  329. #side {
  330. width:20px;
  331. height:980px;
  332. bottom:0px;
  333. position:fixed;
  334. text-align:center;
  335. padding:5px;
  336. background:{color:Left Side};
  337. }
  338.  
  339. /*sidebar*/
  340.  
  341. #sidebar {
  342. text-align:right;
  343. position:fixed;
  344. margin-left:250px;
  345. margin-top:5px;
  346. width:245px;
  347. height:auto;
  348. padding:5px;
  349. {block:ifShowPostBorder}
  350. border:0px solid {color:Post Border};
  351. {/block:ifShowPostBorder}
  352. }
  353.  
  354. #sidebarim img {
  355. width:245px;
  356. margin-bottom:1px;
  357. opacity:0.9;
  358. -webkit-transition: all 0.4s ease-in-out;
  359. -moz-transition: all 0.4s ease-in-out;
  360. -o-transition: all 0.4s ease-in-out;
  361. transition: all 0.4s ease-in-out;
  362. }
  363.  
  364. #sidebar img:hover {
  365. opacity:1;
  366. -webkit-transition: all 0.4s ease-in-out;
  367. -moz-transition: all 0.4s ease-in-out;
  368. -o-transition: all 0.4s ease-in-out;
  369. transition: all 0.4s ease-in-out;
  370. }
  371.  
  372.  
  373. /*pagination*/
  374.  
  375. #pagination {
  376. margin:50px 0;
  377. font-size:13px;
  378. font-family:'open-sans';
  379. text-align:center;
  380. text-transform:uppercase;
  381. letter-spacing:0.5px;
  382. font-weight:bold;}
  383.  
  384. #pagination a {
  385. padding:0 15px;}
  386.  
  387. /*posts*/
  388.  
  389. #entries {
  390. margin-top:60px;
  391. margin-left:590px;
  392. {block:ifNotShow400pxposts}
  393. width:500px;
  394. {/block:ifNotShow400pxposts}
  395. {block:ifShow400pxposts}
  396. width:400px;
  397. {/block:ifShow400pxposts}
  398. }
  399.  
  400. #posts {
  401. {block:ifShowPostBorder}
  402. border:1px solid {color:Post Border};
  403. {/block:ifShowPostBorder}
  404. padding:7px;
  405. {block:ifNotShow400pxposts}
  406. width:500px;
  407. {/block:ifNotShow400pxposts}
  408. {block:ifShow400pxposts}
  409. width:400px;
  410. {/block:ifShow400pxposts}
  411. overflow:hidden;
  412. {block:IndexPage}
  413. margin-bottom:75px;
  414. {/block:IndexPage}
  415. {block:PermalinkPage}
  416. margin-bottom:50px;
  417. {/block:PermalinkPage}}
  418.  
  419. #posts img {
  420. {block:ifNotShow400pxposts}
  421. max-width:500px;
  422. {/block:ifNotShow400pxposts}
  423. {block:ifShow400pxposts}
  424. max-width:400px;
  425. {/block:ifShow400pxposts}
  426. }
  427.  
  428.  
  429. #posts img:hover {
  430. opacity:1;
  431. }
  432.  
  433.  
  434. .caption {
  435. width:100%;
  436. margin-top:2px;
  437. }
  438.  
  439. /*quote*/
  440.  
  441. #titlequote{
  442. text-align:center;
  443. font-size:12px;
  444. line-height:18px;
  445. font-weight:bold;}
  446.  
  447. #source {
  448. margin-top:4px;
  449. text-align:right;
  450. margin-left:15px;}
  451.  
  452. /*audio*/
  453.  
  454. .music {
  455. width:500px;
  456. padding-bottom:10px;
  457. }
  458.  
  459. .albumart {
  460. float:left;
  461. }
  462.  
  463. .albumart img {
  464. width:50px;
  465. float: left;
  466. margin-top:10px;
  467. margin-left:10px;
  468. margin-right:8px;
  469. }
  470.  
  471. .playercontainer {
  472. text-align:left;
  473. padding:5px 5px -10px 0px;
  474. }
  475.  
  476. .musicinfo {
  477. padding:10px;
  478. min-height:49px;
  479. background:{color:Navigation BG};
  480. color:{color:Navigation Text};
  481. }
  482.  
  483. /*asks*/
  484.  
  485. .ask {
  486. background:{color:Navigation BG};
  487. padding:10px;
  488. {block:ifShow400pxposts}
  489. width:380px;
  490. {/block:ifShow400pxposts}
  491. {block:ifNotShow400pxposts}
  492. width:480px;
  493. {/block:ifNotShow400pxposts}
  494. min-height:46px;
  495. line-height:12px;
  496. color:{color:Navigation Text};
  497. -moz-transition-duration:1s;
  498. -webkit-transition-duration:1s;
  499. -o-transition-duration:1s;
  500. }
  501.  
  502. .ask img {
  503. float: left;
  504. margin-top:-1px;
  505. margin-right:8px;
  506. }
  507.  
  508. .asker {
  509. color:{color:Navigation Link};
  510. font-family:'open-sans';
  511. font-size:13px;
  512. font-weight:bold;
  513. text-transform:lowercase;
  514. }
  515.  
  516. .asker a {
  517. color:{color:Navigation Link};
  518. font-family:'open-sans';
  519. font-size:13px;
  520. font-weight:bold;
  521. }
  522.  
  523. .asker a:hover {
  524. color:{color:Navigation Link Hover};
  525. }
  526.  
  527. .answer {
  528. display:block;
  529. padding-left:10px;
  530. {block:ifShow400pxposts}
  531. width:380px;
  532. {/block:ifShow400pxposts}
  533. {block:ifNotShow400pxposts}
  534. width:480px;
  535. {/block:ifNotShow400pxposts}
  536. border-left:3px solid {color:left side};
  537. margin-top:2px;
  538. line-height:12px;
  539. font-size:10px;
  540. color:{color:Text};
  541. text-transform:none;
  542. text-align:justify;
  543. }
  544.  
  545.  
  546. /*chat*/
  547.  
  548. .chat ol {padding:0;list-style:none;}
  549. .line {padding:5px 0;}
  550. .label {font-weight:bold;}
  551.  
  552. .odd, .even {padding:5px;}
  553. .odd {background-color:{color:navigation bg}; color:{color:navigation text};}
  554.  
  555. /*permalink and notes*/
  556.  
  557. #permalink {
  558. margin-left:0px;
  559. padding:7px;
  560. margin-top:5px;
  561. font-family:'open-sans';
  562. text-align:left;
  563. background:{color:Navigation BG};
  564. color:{color:Navigation Text};
  565. text-transform:uppercase;
  566. }
  567.  
  568. #permalink a {
  569. margin-right:8px;
  570. margin-left:0px;
  571. font-weight:bold;
  572. letter-spacing:0.5px;
  573. }
  574.  
  575. #permalink a:hover {
  576. color:{color:Hover};
  577. }
  578.  
  579. .tags {
  580. margin-left:0px;
  581. padding:7px;
  582. margin-top:2px;
  583. font-family:'open-sans';
  584. text-align:left;
  585. background:{color:Navigation BG};
  586. color:{color:Navigation Text};
  587. text-transform:none;
  588. }
  589.  
  590. .tags a {
  591. text-align:center;
  592. letter-spacing:0.5px;
  593. margin-right:5px;
  594. margin-left:0px;
  595. color:{color:Navigation Link};
  596. }
  597.  
  598. .tags a:hover{
  599. color:{color:Hover};
  600. text-shadow:none;
  601. }
  602.  
  603.  
  604. .pagenotes {
  605. {block:IndexPage}
  606. display: none!important;
  607. {/block:IndexPage}
  608. text-align:left;
  609. padding:10px;
  610. margin-top:-48px;
  611. margin-bottom:30px;
  612. width:395px; height: 150px; overflow:auto;
  613. {block:ifShowPostBorder}
  614. border:0px solid {color:Post Border};
  615. {/block:ifShowPostBorder}
  616.  
  617. }
  618.  
  619. .pagenotes img {
  620. display:none!important;}
  621.  
  622. .pagenotes li {
  623. list-style-type:none;
  624. padding:1px 0px;
  625. text-align:left;
  626. margin:0 0 0 -20px;}
  627.  
  628. .credit {
  629. position:fixed;
  630. font-family:'calibri';
  631. font-size:10px;
  632. letter-spacing:0.5px;
  633. font-weight:normal;
  634. line-height:150%;
  635. letter-spacing:0px;
  636. right:3px;
  637. bottom:3px;
  638. text-align:center;}
  639.  
  640. .credit a {
  641. font-style:normal;
  642. padding:3px;
  643. color:{color:link};
  644. -moz-transition-duration:0.5s;
  645. -webkit-transition-duration:0.5s;
  646. -o-transition-duration:0.5s;}
  647.  
  648. .credit a:hover {
  649. font-style:normal;
  650. padding:3px;
  651. color:{color:hover};
  652. -moz-transition-duration:0.5s;
  653. -webkit-transition-duration:0.5s;
  654. -o-transition-duration:0.5s;}
  655.  
  656.  
  657.  
  658. {CustomCSS}
  659.  
  660.  
  661. </style>
  662.  
  663. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  664. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  665. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  666.  
  667. </head>
  668.  
  669. <script>
  670. $(document).ready(function(){
  671. $('.photo-slideshow').pxuPhotoset({
  672. lightbox: true,
  673. rounded: false,
  674. gutter: '2px',
  675. borderRadius: '0px',
  676. photoset: '.photo-slideshow',
  677. photoWrap: '.photo-data',
  678. photo: '.pxu-photo'
  679. });
  680. });
  681. </script>
  682.  
  683. <body>
  684.  
  685. <div class="credit">
  686. <a href="http://jcegers.tumblr.com" title="theme">JCE</a>
  687. </div>
  688.  
  689. <div id="side"></div>
  690.  
  691. <div id="sidebar">
  692. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  693. <div id="blogt" title="click">{text:Sidebar Title}</div>
  694.  
  695. <div id="navigation">
  696. <div id="navigationt">
  697. <span class="navigationtitles">{text:Description Title}</span>
  698. {Description}</div>
  699. {block:ifShowUpdates}
  700. <div id="navigationu">
  701. <span class="navigationtitles">{text:Updates Title}</span>
  702. {text:Navigation Updates}</div>
  703. {/block:ifShowUpdates}
  704. <div id="navigationlinks">
  705. <a href="/">home</a>
  706. <a href="/ask">inbox</a>
  707. <a href="{text:Link 1 URL}" title="{text:Link 1}">01.</a>
  708. <a href="{text:Link 2 URL}" title="{text:Link 2}">02.</a>
  709. <a href="{text:Link 3 URL}" title="{text:Link 3}">03.</a>
  710. <a href="{text:Link 4 URL}" title="{text:Link 4}">04.</a>
  711. </div>
  712. </div>
  713.  
  714. </div>
  715.  
  716.  
  717.  
  718. <div id="entries">
  719.  
  720. {block:Posts}
  721. <div id="posts">
  722.  
  723.  
  724. {block:Quote}
  725.  
  726.  
  727. <div id="titlequote">“{Quote}”</div>
  728. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  729. {/block:Quote}
  730.  
  731.  
  732.  
  733. {block:Text}
  734.  
  735. {block:Title}
  736. <div id="title">{Title}</div>{/block:Title}
  737. {Body}
  738. {/block:Text}
  739.  
  740. {block:Link}
  741. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  742. {/block:Link}
  743.  
  744. {block:Chat}
  745. {block:Title}
  746. <h1>{Title}</h1>
  747. {/block:Title}
  748. <div class="chat">
  749. <ol>{block:Lines}
  750. <li class="line {Alt}">
  751. {block:Label}
  752. <span class="label">
  753. {Label}</span>
  754. {/block:Label}{Line}</li>
  755. {/block:Lines}
  756. </ol></div>
  757. {/block:Chat}
  758.  
  759. {block:Photo}
  760. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  761. {/block:Photo}
  762.  
  763. {block:Photoset}
  764. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  765. {/block:Photoset}
  766.  
  767. {block:Video}
  768. {block:IfNotShow400pxPosts}{Video-500}{/block:IfNotShow400pxPosts}
  769. {block:IfShow400pxPosts}{Video-400}{/block:IfShow400pxPosts}
  770. {/block:Video}
  771.  
  772. {block:Audio}
  773. <div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  774. <div class="musicinfo">
  775. {block:TrackName}<b>Title:</b> {TrackName}<br/>{/block:TrackName}
  776. {block:Artist}<b>Artist:</b> {Artist}<br/>{/block:Artist}
  777. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  778. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  779. {/block:Audio}
  780.  
  781. {block:Answer}
  782. <div class="ask"><img src="{AskerPortraitURL-48}"><span class="asker">{Asker}</span>:
  783. <br>{Question}</div>
  784. <div class="answer">{Answer}</div>
  785. {/block:Answer}
  786.  
  787. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  788.  
  789. {block:Date}
  790. <div id="permalink">&nbsp;
  791. <a href="{Permalink}" title="{timeago}">{12Hour}:{Minutes} {AmPm}</a>
  792. {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>
  793. {/block:NoteCount} <a href="{ReblogURL}" target="_blank" title="reblog" float="right">reblog</a>
  794.  
  795. {block:PermalinkPage}
  796. <span style="float:right";>
  797. {block:RebloggedFrom}
  798. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>&&nbsp;
  799. {block:ContentSource}
  800. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  801. {/block:ContentSource}
  802. {/block:RebloggedFrom}
  803. </span>
  804. {/block:PermalinkPage}
  805.  
  806. </div>
  807. {block:HasTags}<div class="tags"><sub><img src="https://cdn1.iconfinder.com/data/icons/hawcons/32/699354-icon-146-tag-128.png" width="12"></sub> {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  808.  
  809. {/block:Date}
  810.  
  811.  
  812. </div>
  813.  
  814. {block:PostNotes}
  815. <div class="pagenotes">
  816. {PostNotes}
  817. </div>
  818. {/block:PostNotes}
  819.  
  820. {/block:Posts}
  821.  
  822. <div id="pagination">
  823. {block:Pagination}
  824. {block:PreviousPage}
  825. <a href="{PreviousPage}">back</a>
  826. {/block:PreviousPage}
  827.  
  828.  
  829. {block:NextPage}
  830. <a href="{NextPage}">next</a>
  831. {/block:NextPage}
  832. {/block:Pagination}
  833. </div>
  834.  
  835. </div>
  836.  
  837.  
  838. {block:ContentSource}
  839. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  840. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  841. {/block:SourceLogo}
  842. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  843. {/block:ContentSource}
  844.  
  845.  
  846. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement