azurethemes

theme 88

Jan 20th, 2016
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.97 KB | None | 0 0
  1. <!----
  2.  
  3.  
  4.  
  5.  
  6.  
  7. +-+-+-+-+-+-+-+-+
  8. |m|o|o|n|s|t|a|r|
  9. +-+-+-+-+-+-+-+-+-+
  10. |t|h|e|m|e|s|
  11. +-+-+-+-+-+-+
  12. © 2016
  13.  
  14.  
  15. ❝ theme 088 ❞
  16.  
  17. ◜ ◝ ◞ ★ ☾ swoon ☽ ★ ◟ ◠ ◡
  18.  
  19. this theme was made by moonstarthemes (jvstincvlt)
  20. this theme was published for public use.
  21. editable for own use only.
  22. to publish an edited version of this theme, shoot me a message
  23. do not take parts of the coding & use for your own themes.
  24. do not claim the theme to be yours.
  25. do not remove the credit.
  26.  
  27. © moonstarthemes / jvstincvlt 2016. All Rights Reserved.
  28.  
  29.  
  30. --->
  31. <!-----start html---->
  32. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  33. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  34. <!-----custom google fonts---->
  35. <script type="text/javascript">
  36. WebFontConfig = {
  37. google: { families: [ 'Roboto:400,500,700:latin' , 'Roboto::latin' , 'Khand:400,600:latin' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin', 'Oxygen:400,700:latin' , 'Hind:400,700:latin' , 'Karla:400,700:latin' , 'Open+Sans:400,700,600:latin' , 'Exo:400,700,600:latin','Roboto+Condensed:400,700:latin', 'Titillium+Web:400,600,700:latin', 'PT+Sans:400,700:latin', 'Droid+Sans::latin', ] }
  38. };
  39. (function() {
  40. var wf = document.createElement('script');
  41. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  42. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  43. wf.type = 'text/javascript';
  44. wf.async = 'true';
  45. var s = document.getElementsByTagName('script')[0];
  46. s.parentNode.insertBefore(wf, s);
  47. })(); </script>
  48. <!-----tooltips---->
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("a[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:90,
  56. tip_fade_speed:600,
  57. attribute:"title"
  58. });
  59. });
  60. })(jQuery);
  61. </script>
  62. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
  63. <!-----back to top button---->
  64. <script>
  65. $(document).ready(function(){
  66. // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
  67. var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-chevron-up"></i></a>'].join("");
  68. $("body").append(back_to_top_button)
  69. // Der Button wird ausgeblendet
  70. $(".back-to-top").hide();
  71. // Funktion für das Scroll-Verhalten
  72. $(function () {
  73. $(window).scroll(function () {
  74. if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
  75. $('.back-to-top').fadeIn();
  76. } else {
  77. ('.back-to-top').fadeOut();
  78. }
  79. });
  80. $('.back-to-top').click(function () { // Klick auf den Button
  81. $('body,html').animate({
  82. scrollTop: 0
  83. }, 800);
  84. return false;
  85. });
  86. });
  87. });
  88. </script>
  89. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  90. <head>
  91. <title>{Title}</title>
  92. <link rel="shortcut icon" href="{Favicon}">
  93. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  94. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  95. <!-----all colors---->
  96. <meta name="color:background" content="#f5f5f5"/>
  97. <meta name="color:text" content="#000000"/>
  98. <meta name="color:links" content="#000000"/>
  99. <meta name="color:info" content="#000000"/>
  100. <meta name="color:post text" content="#000000"/>
  101. <meta name="color:posts" content="#ffffff">
  102. <meta name="color:scrollbar" content="#000000">
  103. <meta name="color:scrollbar background" content="#ffffff">
  104. <meta name="color:hover" content="#97c5e0">
  105. <meta name="color:accent" content="#97c5e0">
  106. <meta name="color:border" content="#f6f6f6">
  107. <!-----images---->
  108. <meta name="image:background" content=""/>
  109. <meta name="image:header" content=""/>
  110. <meta name="text:title" content="">
  111. <!-----sidebar links---->
  112. <meta name="text:link one" content="link one">
  113. <meta name="text:link two" content="link two">
  114. <meta name="text:link three" content="link three">
  115. <meta name="text:link four" content="link four">
  116. <meta name="text:link one url" content="/">
  117. <meta name="text:link two url" content="/">
  118. <meta name="text:link three url" content="/">
  119. <meta name="text:link four url" content="/">
  120. <!-----custom css---->
  121. <style type="text/css">
  122. /*tumblr controls*/
  123. iframe#tumblr_controls {
  124. top: 0px !important;
  125. right:0px !important;
  126. opacity:0.5;
  127. z-index:999999999999999999999999999999999999999999999999999;
  128. position: fixed !important;
  129. }
  130. /*scrollbar*/
  131. ::-webkit-scrollbar-thumb{
  132. height:auto;
  133. background-color:{color:scrollbar};
  134. }
  135. ::-webkit-scrollbar{
  136. height:2px;
  137. width:5px;
  138. background-color:{color:scrollbar background};
  139. }
  140. /*tooltips*/
  141. #s-m-t-tooltip{
  142. margin:12px 0px 0px 12px;
  143. padding:5px;
  144. background-color:{color:text};
  145. font-family: 'roboto', sans-serif;
  146. font-weight:400;
  147. font-size:8px;
  148. text-transform:uppercase;
  149. letter-spacing:1px;
  150. color:{color:posts};
  151. z-index:999999999999999999999999999999999999;
  152. }
  153. /*body basics*/
  154. body{
  155. background-color:{color:background};
  156. background-image:url('{image:background}');
  157. background-attachment: fixed;
  158. background-repeat: repeat;
  159. font-weight:none;
  160. font-family: 'roboto', sans-serif;
  161. font-size:10px;
  162. text-align:justify;
  163. color:{color:text};
  164. margin:0;
  165. }
  166. a{
  167. text-decoration:none;
  168. color:{color:links};
  169. transition-duration: 0.1s;
  170. -moz-transition-duration: 0.1s;
  171. -webkit-transition-duration: 0.1s;
  172. -o-transition-duration: 0.1s;
  173. }
  174. a:hover{
  175. text-decoration:none;
  176. color:{color:hover};
  177. transition-duration: 0.1s;
  178. -moz-transition-duration: 0.1s;
  179. -webkit-transition-duration: 0.1s;
  180. -o-transition-duration: 0.1s;
  181. }
  182. img{
  183. }
  184. blockquote {
  185. font-size:10px;
  186. max-width:545px;
  187. border-left:3px solid{color:border};
  188. text-align:left;
  189. padding:1px;
  190. font-weight:none;
  191. margin-left:0px;
  192. padding-top:0.5px;
  193. padding-bottom:0.5px;
  194. font-size:10px;
  195. font-family: 'arial', sans-serif;
  196. margin-right:30px;
  197. padding-left:15px;
  198. color:{color:text};
  199. }
  200. pre{
  201. font-size:9px;
  202. text-align:center;
  203. text-transform:none;
  204. font-family: 'Bitter', serif;
  205. font-weight:bold;
  206. line-height:9px;
  207. border-left:1px solid {color:border};
  208. border-bottom:1px solid {color:border};
  209. letter-spacing:2px;
  210. background-color:{color:blockquote};
  211. color:{color:post text};
  212. padding:6px;
  213. }
  214. small{
  215. font-size:8px;
  216. }
  217. big{
  218. font-size:11px;
  219. }
  220. sub{
  221. font-size:7px;
  222. }
  223. h1 {
  224. font-size:11px;
  225. text-align:center;
  226. font-family: 'roboto', sans-serif;
  227. letter-spacing:0px;
  228. text-transform:uppercase;
  229. font-weight:700;
  230. line-height:17px;
  231. border-bottom:1px solid {color:border};
  232. color:{color:text};
  233. padding:7px;
  234. }
  235. h1 a{
  236. color:{color:text};
  237. }
  238. h2{
  239. color:{color:post text};
  240. text-transform:uppercase;
  241. font-family: 'Roboto', sans-serif;
  242. text-align:left;
  243. }
  244. b {
  245. font-weight:bold;
  246. padding:2px;
  247. font-family: 'Roboto', sans-serif;
  248. color:{color:text};
  249. }
  250. i {
  251. font-weight:italic;
  252. color:{color:text};
  253. }
  254. m {
  255. color:{color:posts};
  256. }
  257. j {
  258. color:{color:posts};
  259. }
  260. n {
  261. font-weight:bold;
  262. letter-spacing:-1px;
  263. text-shadow: 1px 1px 1px #cccccc;
  264. font-size:12px;
  265. text-transform:uppercase;
  266. color:{color:text};
  267. }
  268. u {
  269. text-decoration:none;
  270. text-shadow: 1px 1px 1px #cccccc;
  271. border-bottom:1px solid {color:text};
  272. }
  273. /*sidebar icon*/
  274. #header {
  275. position:fixed;
  276. width:70px;
  277. margin-top:190px;
  278. padding:10px;
  279. height:70px;
  280. margin-left:180px;
  281. background-color:transparent;
  282. z-index:9999999999999999;
  283. }
  284. #headerimage {
  285. width 70px;
  286. z-index:-99999;
  287. }
  288. #headerimage img {
  289. width:110px;
  290. height:150px;
  291. margin-left:200px;
  292. top:230px;
  293. position:fixed;
  294. opacity:1;
  295. z-index:-9;
  296. }
  297. /*sidebar description*/
  298. #description {
  299. overflow:auto;
  300. position:fixed;
  301. text-align:justify;
  302. top:230px;
  303. margin-left:310px;
  304. word-wrap: break-word;
  305. font-family: 'arial', sans-serif;
  306. border-right:1px solid #eee;
  307. border-bottom:1px solid #eee;
  308. width:160px;
  309. height:114px;
  310. opacity:1;
  311. line-height:13px;
  312. background:{color:posts};
  313. font-weight:400;
  314. color:{color:text};
  315. padding:18px;
  316. letter-spacing:0px;
  317. font-size:9px;
  318. z-index:-99999;
  319. }
  320. /*jump pagination*/
  321. .pagination{
  322. font-family: 'arial', sans-serif;
  323. margin-left:-180px;
  324. width:auto;
  325. padding-top:-10px;
  326. padding-bottom:20px;
  327. font-size:10px;
  328. text-align:center;
  329. }
  330. .pagination a{
  331. padding:3px;
  332. font-family: 'arial', sans-serif;
  333. font-weight:300;
  334. bottom:10px;
  335. margin-left:5px;
  336. border:1px solid {color:border};
  337. color:{color:text};
  338. }
  339. .pagination a:hover{
  340. color:{color:hover};
  341. -moz-transition-duration:0.5s;
  342. -webkit-transition-duration:0.5s;
  343. -o-transition-duration:0.5s;
  344. transition: all 0.3s ease-out;
  345. }
  346. /*back to top button*/
  347. .back-to-top {
  348. position: fixed;
  349. color:{color:text};
  350. bottom:40px;
  351. right:40px;
  352. font-size:20px;
  353. padding:10px;
  354. }
  355. /*post notes*/
  356. ol.notes {
  357. padding: 0px;
  358. margin: 25px 0px;
  359. font-family:'Roboto',sans-serif;
  360. list-style-type: none;
  361. width:540px;
  362. border-bottom: solid 1px #ccc;
  363. }
  364. ol.notes li.note {
  365. border-top: solid 1px #ccc;
  366. padding: 10px;
  367. }
  368. ol.notes li.note img.avatar {
  369. vertical-align: -4px;
  370. border-radius:100px;
  371. margin-right: 10px;
  372. width: 16px;
  373. height: 16px;
  374. }
  375. ol.notes li.note span.action {
  376. font-weight: 300;
  377. }
  378. ol.notes li.note .answer_content {
  379. font-weight: normal;
  380. }
  381. ol.notes li.note blockquote {
  382. border-color: #eee;
  383. padding: 4px 10px;
  384. margin: 10px 0px 0px 25px;
  385. }
  386. ol.notes li.note blockquote a {
  387. text-decoration: none;
  388. }
  389. /*audio*/
  390. .audioartist {
  391. font-family:'roboto', sans-serif;
  392. font-size:10px;
  393. text-transform:lowercase;
  394. font-weight:600;
  395. }
  396. .audiotitle {
  397. font-family:'roboto', sans-serif;
  398. font-size:10px;
  399. text-transform:lowercase;
  400. font-weight:600;
  401. }
  402. .audioplayed {
  403. font-family:'roboto', sans-serif;
  404. font-size:10px;
  405. text-transform:lowercase;
  406. font-weight:600;
  407. }
  408. .audioplayr {
  409. width:400px;
  410. color:{color:text};
  411. background:{color:accent};
  412. }
  413. audioinfo {
  414. font-family:'roboto', sans-serif;
  415. font-size:10px;
  416. letter-spacing:2px;
  417. text-transform:lowercase;
  418. font-weight:300;
  419. }
  420. /*post tags*/
  421. #tags {
  422. text-align:left;
  423. opacity:1
  424. font-size:8px;
  425. font-family: 'roboto', sans-serif;
  426. margin-top:-12px;
  427. margin-left:0px;
  428. color:{color:info};
  429. padding:5px;
  430. font-weight:700;
  431. height:15px;
  432. width:auto;
  433. text-transform:lowercase;
  434. transition-duration: 0.5s;
  435. -moz-transition-duration: 0.5s;
  436. -webkit-transition-duration: 0.5s;
  437. -o-transition-duration: 0.5s;
  438. }
  439. #tags a {
  440. padding:0px;
  441. margin-top:-3px;
  442. color:{color:info};
  443. line-height:12px;
  444. letter-spacing:1px;
  445. font-weight:none;
  446. text-align:left;
  447. font-size:9px;
  448. font-family: 'roboto', sans-serif;
  449. display:inline-block;
  450. }
  451. #tags a:hover {
  452. -moz-transition-duration:0.3s;
  453. -webkit-transition-duration:0.3s;
  454. -o-transition-duration:0.3s;
  455. color:{color:hover};
  456. }
  457. /*sidebar links*/
  458. .links {
  459. width:110px;
  460. height:150px;
  461. overflow:hidden;
  462. cursor:pointer;
  463. top:230px;
  464. opacity:1;
  465. z-index:999999999;
  466. display:inline-block;
  467. position:absolute;
  468. margin-left:-5px;
  469. text-align:center;
  470. }
  471. .links #all {
  472. margin-left:-5px;
  473. margin-top:13px;
  474. padding:6px;
  475. height:14px;
  476. transition-duration: 0.3s;
  477. -moz-transition-duration: 0.3s;
  478. -webkit-transition-duration: 0.3s;
  479. -o-transition-duration: 0.3s;
  480. }
  481. .links #all a:hover {
  482. color:{color:hover};
  483. transition-duration: 0.3s;
  484. -moz-transition-duration: 0.3s;
  485. -webkit-transition-duration: 0.3s;
  486. -o-transition-duration: 0.3s;
  487. }
  488. .links a {
  489. width:49px;
  490. height:15px;
  491. margin-bottom:5px;
  492. text-align:center;
  493. text-transform:uppercase;
  494. outline:1px solid #eee;
  495. padding:4px;
  496. opacity:1;
  497. margin-left:0px;
  498. line-height:16px;
  499. color:{color:text};
  500. background:{color:posts};
  501. z-index:99999;
  502. font-weight:500;
  503. font-family: 'roboto', sans-serif;
  504. letter-spacing:0px;
  505. font-size:8px;
  506. display:inline-block;
  507. -webkit-transition: all 0.3s ease-in-out;
  508. -moz-transition: all 0.3s ease-in-out;
  509. -o-transition: all 0.3s ease-in-out;
  510. -ms-transition: all 0.3s ease-in-out;
  511. transition: all 0.3s ease-in-out;
  512. }
  513. /*sidebar hover*/
  514. #sidebar-hvr {
  515. width:100px;
  516. height:140px;
  517. margin-top:230px;
  518. opacity:0;
  519. padding:5px;
  520. margin-left:200px;
  521. z-index:9999999999999;
  522. -webkit-transition: all 0.5s ease-in-out;
  523. -moz-transition: all 0.5s ease-in-out;
  524. -o-transition: all 0.5s ease-in-out;
  525. -ms-transition: all 0.5s ease-in-out;
  526. transition: all 0.5s ease-in-out;
  527. }
  528. #sidebar-hvr:hover{
  529. opacity:1;
  530. -webkit-transition: all 0.5s ease-in-out;
  531. -moz-transition: all 0.5s ease-in-out;
  532. -o-transition: all 0.5s ease-in-out;
  533. -ms-transition: all 0.5s ease-in-out;
  534. transition: all 0.5s ease-in-out;
  535. }
  536. /*title*/
  537. #sidebartitle{
  538. width:291px;
  539. height:26px;
  540. top:194px;
  541. opacity:1;
  542. padding:5px;
  543. position:fixed;
  544. font-family: 'open sans' , sans-serif;
  545. letter-spacing:0px;
  546. text-align:left;
  547. padding-left:10px;
  548. background:{color:text};
  549. font-weight:700;
  550. color:{color:posts};
  551. text-transform:uppercase;
  552. line-height:29px;
  553. font-size:10px;
  554. margin-left:200px;
  555. z-index:99;
  556. }
  557. /*posts*/
  558. #entries {
  559. margin-left:650px;
  560. margin-top:-320px;
  561. }
  562. #post {
  563. font-size:10px;
  564. width:500px;
  565. color:{color:post text};
  566. background-color:{color:posts};
  567. text-align:justify;
  568. padding:20px;
  569. padding-top:5px;
  570. padding-bottom:12px;
  571. overflow:hidden;
  572. line-height:20px;
  573. margin-bottom:30px;
  574. }
  575. #post img{
  576. max-width:500px;
  577. height:auto;
  578. }
  579. /*questions and answers*/
  580. #asking {
  581. margin-left:20px;
  582. margin-top:-23px;
  583. }
  584. #question {
  585. padding:20px;
  586. padding-left:14px;
  587. margin-top:-28px;
  588. margin-left:-1px;
  589. font-size:9px;
  590. width:470px;
  591. color:{color:text};
  592. background:#eee;
  593. }
  594. #asker{
  595. margin-top:18px;
  596. padding:1px;
  597. font-weight:600;
  598. font-size:9px;
  599. z-index:9999999999;
  600. color:{color:text};
  601. font-style:italic;
  602. opacity:1;
  603. margin-left:12px;
  604. letter-spacing:0px;
  605. font-family: 'roboto', sans-serif;
  606. text-transform:lowercase;
  607. }
  608. /*post info*/
  609. #info {
  610. width:auto;
  611. height:13px;
  612. text-align:left;
  613. font-family: 'roboto', sans-serif;
  614. text-transform:lowercase;
  615. margin-left:0px;
  616. font-size:9px;
  617. margin-top:20px;
  618. overflow:hidden;
  619. font-weight:700;
  620. font-style:none;
  621. letter-spacing:1px;
  622. padding:5px;
  623. border-top:1px solid #eee;
  624. line-height:15px;
  625. background-color:{color:posts};
  626. color:{color:info};
  627. }
  628. #info a {
  629. text-align:left;
  630. font-weight:700;
  631. padding-top:10px;
  632. letter-spacing:1px;
  633. font-family: 'roboto', sans-serif;
  634. line-height:7px;
  635. color:{color:info};
  636. }
  637. #info a:hover{
  638. color:{color:hover};
  639. }
  640. /*credit (u better leave this here u goof)*/
  641. #credit{
  642. position:fixed;
  643. font-size:8px;
  644. font-weight:400;
  645. padding-bottom:5px;
  646. padding-top:5px;
  647. height:20px;
  648. width:20px;
  649. opacity:1;
  650. padding-left:5px;
  651. padding-right:5px;
  652. margin-left:1331px;
  653. top:650px;
  654. letter-spacing:0px;
  655. line-height:22px;
  656. background-color:black;
  657. padding:3px;
  658. text-align:center;
  659. float:left;
  660. font-family: 'roboto', sans-serif;
  661. color:{color:posts};
  662. text-transform:uppercase;
  663. }
  664. {CustomCSS}</style>
  665. </head>
  666. <body>
  667. <!-----basics---->
  668. <div id="sidebar">
  669. <div id="headerimage"><img src="{image:header}"></a></div>
  670. <div id="description">{description}</div>
  671. <div id="sidebartitle">{text:title}</a></div>
  672. </div>
  673. </div>
  674. <div id="sidebar-hvr">
  675. <div class="links">
  676. <div id="all">
  677. <a href="/">index</a>
  678. <a href="/ask">contact</a>
  679. <a href="{text:link one url}"style="margin-left:2px">{text:link one}</a>
  680. <a href="{text:link two url}">{text:link two}</a>
  681. </div>
  682. </div>
  683. </div>
  684. <!-----posts and entries---->
  685. <div id="entries">
  686. {block:Posts}
  687. <div id="post"
  688. <div id="post">
  689. <!----texts---->
  690. {block:Text}
  691. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  692. {Body}
  693. {/block:Text}
  694. <!-----question and answers---->
  695. {block:Answer}
  696. <div id="asker">{Asker} asked:</div>
  697. <div id="question">{Question}</div>
  698. {Answer}{/block:Answer}
  699. <!-----quotes---->
  700. {block:Quote}
  701. {block:Quote}
  702. <h2>{Quote}</h2>
  703. <div align="right">
  704. {block:Source}<h1>-{Source}</h1>{/block:Source}
  705. </div>
  706. {/block:Quote}
  707. <!-----links---->
  708. {block:Link}
  709. <h2><center><a href="{URL}">{Name}</center></a></h2>
  710. {block:Description}{Description}{/block:Description}
  711. {/block:Link}
  712. <!-----chats---->
  713. {block:Chat}
  714. {block:Title}<h2>{Title}</h2>{/block:Title}
  715. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
  716. {Line}</li>{/block:Lines}</ul>
  717. {/block:Chat}
  718. <!-----photos---->
  719. {block:Photo}
  720. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  721. {block:Caption}{Caption}{/block:Caption}
  722. {/block:Photo}
  723. <!-----photosets---->
  724. {block:Photoset}
  725. {Photoset-500}
  726. {block:Caption}{Caption}{/block:Caption}
  727. {/block:Photoset}
  728. <!-----videos---->
  729. {block:Video}
  730. {Video-500}
  731. {block:Caption}{Caption}{/block:Caption}
  732. {/block:Video}
  733. <!-----audios---->
  734. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  735. {block:TrackName}<div class="audiotitle">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
  736. {block:Artist}<div class="audioartist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
  737. {/block:ExternalAudio}<div class="audioplayed">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
  738. </br>
  739. <div class="audioplayr"style="background:{color:accent}">{AudioPlayer}</div>
  740. {/block:Audio}
  741. <!-----info---->
  742. <div id="info">
  743. <div id="permalink">
  744. <a href="{Permalink}">
  745. {DayOfMonth} {ShortMonth} {ShortYear} · </a> {NoteCountWithLabel} {block:RebloggedFrom}
  746. {block:ContentSource}
  747. · <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a> / <a href="{SourceURL}"title="{ReblogRootName}">SRC</a> · {block:RebloggedFrom}
  748. <a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-retweet"style="color:{color:info}"></i></a>
  749. {block:RebloggedFrom}
  750. {/block:RebloggedFrom}
  751. {/block:ContentSource}
  752. {/block:RebloggedFrom}
  753. </a></div></div>
  754. {block:HasTags}<div id="tags"> {block:Tags} <a href="{TagURL}"> {Tag} </a>, {/block:Tags}
  755. </div>
  756. {/block:HasTags}
  757. </div>
  758. {block:PostNotes} {PostNotes} {/block:PostNotes}
  759.  
  760. {/block:Posts}
  761. {block:Pagination}
  762. <div class="pagination"style="{color:title text}">
  763. {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:posts};background:{color:text};padding:4px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:title text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  764. {/block:Pagination}</div>
  765. </div>
  766. <!-----credit (u better dont touch this here u goof)---->
  767. <div id="credit">
  768. <a href="http://adf.ly/1Q6OGo"title="moonstar themes"style="color:white">ms</a>
  769. </div>
  770. </html>
  771. </body>
  772. <!-----end html---->
Add Comment
Please, Sign In to add comment