Advertisement
destinatia

THEME 005: ✧ * º • ☾ JULY. ❜ — destinatiia

Jun 8th, 2016
2,944
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. ✧ * ☾ destinatiia.tumblr.com * ✧
  8.  
  9. - you're allowed edit as much as you want, but don't repost and claim as your own afterwards.
  10. - don't move the credit or put it in another page
  11. - base code made by neonbikethemes as always,,,, absolutely blessed for their existence thank u
  12. - enjoy !! and if you have any questions and/or problems just hmu
  13.  
  14. -->
  15.  
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19. <meta charset="utf-8">
  20. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  21. <title>{Title}{block:TagPage} | {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. <meta name="color:background color" content="#ffffff" />
  26. <meta name="color:links" content="#000000" />
  27. <meta name="color:links hover" content="#a0a0a0" />
  28. <meta name="color:text" content="#000000" />
  29. <meta name="color:posts" content="#ffffff" />
  30. <meta name="color:accent" content="#ffffff" />
  31. <meta name="color:accent text" content="#ffffff" />
  32. <meta name="color:descbox" content="#eee" />
  33. <meta name="color:sidebar borders" content="#eee" />
  34. <meta name="color:bars" content="#eee" />
  35. <meta name="color:container" content="#ffffff" />
  36. <meta name="color:title" content="#ffffff" />
  37. <meta name="color:accent shadow" content="#ffffff" />
  38.  
  39. <meta name="text:ur title here" content="title here" />
  40. <meta name="text:footer link 1" content="/" />
  41. <meta name="text:footer link 2" content="/" />
  42. <meta name="text:footer link 3" content="/" />
  43. <meta name="text:footer link 4" content="/" />
  44.  
  45. <meta name="image:sidebar one" content="" />
  46. <meta name="image:sidebar two" content="" />
  47. <meta name="image:background" content="" />
  48.  
  49. <meta name="if:hide captions" content="0"/>
  50. <meta name="if:full opacity for backgrounds" content="0"/>
  51.  
  52.  
  53.  
  54. <!-- IMPORTED SCRIPTS - DON'T REMOVE -->
  55. <script src="//cdn.jsdelivr.net/emojione/2.0.0/lib/js/emojione.min.js"></script>
  56.  
  57. <link rel="stylesheet" href="//cdn.jsdelivr.net/emojione/2.0.0/assets/css/emojione.min.css"/>
  58. <script>
  59. $(window).load(function(){
  60. function convert() {
  61. var input = document.body.innerHTML;
  62. var output = emojione.unicodeToImage(input);
  63. document.body.innerHTML = output;
  64. }
  65. convert();
  66. });
  67. </script>
  68.  
  69.  
  70.  
  71. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  72.  
  73. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  74.  
  75. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  76.  
  77. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  78.  
  79. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  80.  
  81.  
  82. <!-- TOOLTIP SCRIPT (REMOVE ONYL IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
  83.  
  84. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  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:90,
  92. tip_fade_speed:600,
  93. attribute:"title"
  94. });
  95. });
  96. })(jQuery);
  97. </script>
  98. <script type="text/javascript">
  99. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  100. $(document).ready(function() {
  101. function photosetResize() {
  102. $('iframe.photoset').each(function(){
  103. var newSize = 400;
  104. var newSrc = $(this).attr('src').replace('500',newSize);
  105. $(this).attr('src', newSrc).width(newSize);
  106. var high = $(this).css('height');
  107. var calculate = parseInt(high, 10)* newSize/500;
  108. $(this).css('height', calculate);
  109. });
  110. }
  111. photosetResize();
  112. });
  113. </script>
  114.  
  115.  
  116.  
  117.  
  118. <style type="text/css">
  119.  
  120. /* ---------------------------- GENERAL ----------------------------- */
  121.  
  122. /* -------- SELECTION TOOL ------- */
  123.  
  124. ::-moz-selection {
  125. background: {color:text};
  126. color: {color:background color};
  127. }
  128.  
  129. ::selection {
  130. background: {color:text};
  131. color: {color:background color};
  132. }
  133.  
  134. /* -------- SCROLLBAR ------- */
  135.  
  136. ::-webkit-scrollbar {
  137. width: 0px;
  138. visibility:hidden;
  139. }
  140.  
  141. /* Track */
  142. ::-webkit-scrollbar-track {
  143. background:{color:background color};
  144. visibility:hidden;
  145. }
  146.  
  147. /* Handle */
  148. ::-webkit-scrollbar-thumb {
  149. background:{color:text};
  150. visibility:hidden;
  151. }
  152. ::-webkit-scrollbar-thumb:window-inactive {
  153. background: transparent;
  154. visibility:hidden;
  155. }
  156.  
  157.  
  158. /* ------- TOOLTIPS ------ */
  159.  
  160. #s-m-t-tooltip {
  161. max-width:300px;
  162. padding:7px;
  163. color:{color:accent text};
  164. margin:10px 0px 0px 10px;
  165. background-color:{color:bars};
  166. font-family:'montserrat',sans serif;
  167. font-size:10px;
  168. box-shadow: 3px 3px #999;
  169. z-index:999999999999999999999999999999999999;
  170. }
  171.  
  172.  
  173. /* -------- BASICS ------- */
  174.  
  175. body {
  176. background-color:{color:background color};
  177. background-image:url('{image:background}');
  178. color: {color:text};
  179. overflow-y:hidden;
  180. overflow-x:auto;
  181. font-family: calibri;
  182. font-size: 9px;
  183. margin: 0;
  184. letter-spacing:0.5px;
  185. padding: 0;
  186. word-wrap: break-word;
  187. line-height:160%;
  188. }
  189.  
  190. iframe, img, embed, object, video {
  191. max-width: 100%;
  192. }
  193.  
  194. sup, sub, small {
  195. font-size:9px;
  196. }
  197.  
  198. h1 {
  199. font-family:'montserrat', sans serif;
  200. font-size:24px;
  201. color: {color:accent text};
  202. }
  203.  
  204.  
  205. h2 {
  206. font-family:'montserrat', sans serif;
  207. font-size:18px;
  208. font-style:italic;
  209. color: {color:accent text};
  210. }
  211.  
  212.  
  213. a {
  214. color: {color:links};
  215. text-decoration: none;
  216. -webkit-transition: all .3s;
  217. -moz-transition: all .3s;
  218. -o-transition: all .3s;
  219. -ms-transition: all .3s;
  220. transition: all .3s;
  221. }
  222.  
  223.  
  224. b, strong {
  225. color: {color:accent text};
  226. text-shadow: 0px 0px 4px {color:accent shadow};
  227. font-family:'montserrat', sans serif;
  228. }
  229.  
  230. i, em,italic {
  231. color: {color:accent text};
  232. text-shadow: 0px 0px 4px {color:accent shadow};
  233. font-family:'montserrat', sans serif;
  234. }
  235.  
  236. s, strike {
  237. color: {color:accent text};
  238. text-shadow: 0px 0px 3px {color:accent shadow};
  239. font-family:'montserrat', sans serif;
  240. }
  241.  
  242. u,underline {
  243. color: {color:accent text};
  244. text-shadow: 0px 0px 4px {color:accent shadow};
  245. font-family:'montserrat', sans serif;
  246. }
  247.  
  248. a:hover{
  249. color:{color:links hover};
  250. letter-spacing:1px;
  251. -webkit-transition: all .3s;
  252. -moz-transition: all .3s;
  253. -o-transition: all .3s;
  254. -ms-transition: all .3s;
  255. transition: all .3s;
  256. }
  257.  
  258. blockquote {
  259. background:{color:descbox};
  260. border-left:{color:accent}; 1px solid;
  261. margin: 10px;
  262. padding-left:20px;
  263. padding-top:10px;
  264. padding-right:20px;
  265. padding-bottom:3px;
  266. }
  267.  
  268. p{
  269. margin-bottom:10px;
  270. }
  271.  
  272. h1{
  273. text-transform:uppercase;
  274. font-size:13px;
  275. }
  276.  
  277. ul{
  278. list-style-type:circle;
  279. }
  280.  
  281. ol{
  282. list-style-type:;
  283. }
  284. #bigcon{
  285. width:520px;
  286. margin-left:auto;
  287. margin-right:auto;
  288. }
  289. #postcontainer {
  290. position:static;
  291. margin-top:220px;
  292. margin-left:118px;
  293. z-index:9999999999;
  294. margin-right:auto;
  295. width: 409px;
  296. padding:20px;
  297. overflow-y:auto;
  298. overflow-x:hidden;
  299. background-color:transparent;
  300. height: 270px;
  301. margin-bottom:200px;
  302. }
  303.  
  304. #contbg {
  305. position:fixed;
  306. margin-top:220px;
  307. margin-left:120px;
  308. z-index:-99;
  309. margin-right:auto;
  310. width: 415px;
  311. padding:20px;
  312. overflow:auto;
  313. background-color:{color:container};
  314. height: 270px;
  315. margin-bottom:200px;
  316. }
  317.  
  318. .descbox {
  319. font-size:8px;
  320. z-index:99;
  321. text-align:justify;
  322. background:{color:descbox};
  323. overflow:auto;
  324. line-height:190%;
  325. margin-top:5px;
  326. letter-spacing:1px;
  327. margin-left:5px;
  328. width:210px;
  329. height:40px;
  330. padding:10px;
  331. position:fixed;
  332. }
  333.  
  334. #header {
  335. position:fixed;
  336. margin-top:85px;
  337. z-index:999;
  338. background-color:{color:bars};
  339. width:435px;
  340. font-size:7px;
  341. height:10px;
  342. text-transform:uppercase;
  343. padding-top:5px;
  344. padding-right:10px;
  345. padding-left:10px;
  346. padding-bottom:10px;
  347. display:inline-block;
  348. margin-left:120px;
  349. text-align:center;
  350. }
  351.  
  352. #thisthing {
  353. color:{color:title};
  354. font-family: 'montserrat', sans-serif;
  355. font-size:24px;
  356. position:fixed;
  357. font-weight:bold;
  358. background:{color:container};
  359. opacity:0.9;
  360. z-index:9;
  361. margin-left:120px;
  362. text-align:center;
  363. margin-top:110px;
  364. width:435px;
  365. height:70px;
  366. padding:10px;
  367. }
  368.  
  369. #sidebaricons {
  370. border-radius:50px;
  371. width:200px;
  372. position:fixed;
  373. height:auto;
  374. margin-left:275px;
  375. margin-top:5px;
  376. word-spacing:70px;
  377. z-index:999;
  378. }
  379.  
  380.  
  381. #sidebaricons img {
  382. border-bottom: solid 3px {color:sidebar borders};
  383. border-right: solid 3px {color:sidebar borders};
  384. border-radius:50px;
  385. position:fixed;
  386. width:60px;
  387. }
  388.  
  389. #footer {
  390. position:fixed;
  391. margin-top:530px;
  392. z-index:9999;
  393. background-color:{color:bars};
  394. width:435px;
  395. font-size:7px;
  396. height:17px;
  397. padding-top:11px;
  398. padding-right:10px;
  399. padding-left:10px;
  400. padding-bottom:10px;
  401. display:inline-block;
  402. margin-left:120px;
  403. text-align:center;
  404. letter-spacing: 10px;
  405. -webkit-transition: all .3s;
  406. -moz-transition: all .3s;
  407. -o-transition: all .3s;
  408. -ms-transition: all .3s;
  409. transition: all .3s;
  410. }
  411.  
  412. #footer a:hover {
  413. letter-spacing: 15px;
  414. -webkit-transition: all .3s;
  415. -moz-transition: all .3s;
  416. -o-transition: all .3s;
  417. -ms-transition: all .3s;
  418. transition: all .3s;
  419.  
  420. }
  421.  
  422.  
  423.  
  424. /* ------------------------------ TABS ------------------------------ */
  425.  
  426. .tabs {
  427. width:100%;
  428. margin-left:0px;
  429. display:inline-block;
  430. }
  431.  
  432.  
  433.  
  434. /* --------------------------- POSTS (articles) --------------------- */
  435.  
  436. article {
  437. float:left;
  438. background:{color:posts};
  439. padding: 10px;
  440. width: 400px;
  441. text-align:justify;
  442. margin-bottom:20px;
  443. }
  444.  
  445. /* ---------------------------- POST INFO -----------------------------*/
  446.  
  447. .postinfo{
  448. margin-top:10px;
  449. text-align:center;
  450. font-weight:bold;
  451. font-size:8.5px;
  452. padding-top:10px;
  453. text-transform:uppercase;
  454. letter-spacing:1px;
  455. }
  456.  
  457. .tags {
  458. margin-top:5px;
  459. background:{color:posts};
  460. padding:5px;
  461. border-top: 1px solid {color:accent};
  462. font-weight:normal;
  463. -webkit-transition: all .3s;
  464. -moz-transition: all .3s;
  465. -o-transition: all .3s;
  466. -ms-transition: all .3s;
  467. transition: all .3s;
  468. }
  469.  
  470. .tags:hover{
  471. letter-spacing:1px;
  472. -webkit-transition: all .3s;
  473. -moz-transition: all .3s;
  474. -o-transition: all .3s;
  475. -ms-transition: all .3s;
  476. transition: all .3s;
  477. }
  478.  
  479.  
  480. /* ---------------------------- POST NOTES ------------------------- */
  481.  
  482. ol.notes {
  483. display:block;
  484. text-align:left;
  485. list-style-type:none;
  486. margin-left:-40px;
  487. }
  488.  
  489. ol.notes li.note{
  490. margin-bottom:5px;
  491. }
  492.  
  493. .pagenotes {
  494. text-align:left;
  495. margin-top:15px;
  496. }
  497.  
  498. .pagenotes img{
  499. padding-right:5px;
  500. padding-top:5px;
  501. margin-bottom:-5px;
  502. }
  503.  
  504.  
  505. /* -------------------------- POST TYPES -------------------------- */
  506.  
  507. /* CHAT */
  508.  
  509. .odd, .even {padding:5px;
  510. font-size:8px;
  511. padding:5px;
  512. background-color:{color:container};
  513. }
  514. .odd {background-color:{color:accent};
  515. color:{color:container};
  516. font-size:8px;
  517. text-shadow: 2px 2px 5px {color:accent text};
  518. padding:5px;
  519. }
  520. ul.chat{
  521. list-style:none;
  522. margin-left:-40px;
  523. }
  524.  
  525. .chat span {
  526. float: left;
  527. }
  528. /* QUOTES */
  529.  
  530. .quote{
  531. font-size:15px;
  532. padding:20px;
  533. line-height:150%;
  534. text-transform:uppercase;
  535. text-align:center;
  536. text-shadow: 0px 0px 4px {color:accent shadow};
  537. color:{color:accent text};
  538. font-family: 'montserrat', sans serif;
  539. }
  540.  
  541. .quotesource{
  542. text-align:center;
  543. font-size:13px;
  544. padding:20px;
  545. opacity:0.7;
  546. border-top: 1px solid {color:accent};
  547. width:200px;
  548. margin:auto;
  549. font-family: 'montserrat', sans serif;
  550. text-transform:lowercase;
  551. }
  552.  
  553.  
  554.  
  555. /* QUESTIONS */
  556.  
  557. .question{
  558. margin-bottom:15px;
  559. padding:10px;
  560. }
  561.  
  562. .answer {
  563. font-size:11px;
  564. }
  565.  
  566. .askerimg{
  567. position:relative;
  568. display:inline-block;
  569.  
  570. margin-right:10px;
  571. }
  572.  
  573. /* AUDIO */
  574.  
  575. .playerbuttonbg {
  576. position: absolute;
  577. left: 20px;
  578. top: 20px;
  579. width: 19px;
  580. height: 19px;
  581. background-color: {color:posts};
  582. padding: 10px;
  583. -webkit-border-radius: 40px;
  584. -moz-border-radius: 40px;
  585. border-radius: 40px;
  586. opacity: .4;
  587. filter: alpha(opacity=40);
  588. -moz-opacity: 0.4;
  589. -khtml-opacity: 0.4;
  590. transition: opacity .7s ease-in-out;
  591. -moz-transition: opacity .7s ease-in-out;
  592. -webkit-transition: opacity .7s ease-in-out;
  593. }
  594.  
  595. .playerbuttonbg:hover {
  596. opacity: 1;
  597. filter: alpha(opacity=100);
  598. -moz-opacity: 1;
  599. -khtml-opacity: 1;
  600. }
  601.  
  602. .newplayerbutton {
  603. position: relative;
  604. width: 19px;
  605. height: 19px;
  606. overflow: hidden;
  607. }
  608.  
  609. .playerbuttonhug {
  610. position: absolute;
  611. top: -18px;
  612. left: -7px;
  613. }
  614.  
  615. .tumblr_audio_player {
  616. height: 90px;
  617. width: 270px;
  618. -moz-transform: scale(0.60, 0.60);
  619. -webkit-transform: scale(0.60, 0.60);
  620. -o-transform: scale(0.60, 0.60);
  621. -ms-transform: scale(0.60, 0.60);
  622. transform: scale(0.60, 0.60);
  623. -moz-transform-origin: top left;
  624. -webkit-transform-origin: top left;
  625. -o-transform-origin: top left;
  626. -ms-transform-origin: top left;
  627. transform-origin: top left;
  628. }
  629.  
  630. .audioimgwrapper {
  631. position: absolute;
  632. left: 0px;
  633. top: 0px;
  634. -webkit-border-radius: 40px;
  635. -moz-border-radius: 40px;
  636. border-radius: 40px;
  637. overflow: hidden;
  638. width: 79px;
  639. height: 79px;
  640. }
  641.  
  642. .audioimgwrapper img {
  643. width: 100%;
  644. height: auto;
  645. -webkit-border-radius: 40px;
  646. -moz-border-radius: 40px;
  647. border-radius: 40px;
  648. }
  649.  
  650. .trackdetails {
  651. width: 280px;
  652. height:auto;
  653. margin-top:8px;
  654. background:{color:descbox};
  655. display:inline-block;
  656. margin-left: 90px;
  657. padding:10px;
  658. margin-bottom:17px;
  659. }
  660.  
  661. .audiowrapper {
  662. position: relative;
  663. display:inline-block;
  664. }
  665.  
  666. /* ------------------------- PAGINATION ------------------------- */
  667.  
  668. .pagination{
  669. text-align:center;
  670. }
  671.  
  672. .pagibutton{
  673. position:relative;
  674. text-align:center;
  675. display:inline-block;
  676. color:{color:accent};
  677. padding:10px;
  678. }
  679.  
  680. #yo {
  681. color: #fff;
  682. font-size:7.5px;
  683. float:right;
  684. right:0;
  685. bottom:0;
  686. margin-right:10px;
  687. margin-bottom:10px;
  688. padding:10px;
  689. position:fixed;
  690. background-color:transparent;
  691. font-weight:bold;
  692. text-align:center;
  693.  
  694. }
  695.  
  696.  
  697. /* --------------------------- Custom CSS -------------------------- */
  698. {CustomCSS}
  699. </style>
  700. </head>
  701. <body>
  702.  
  703. <div id="bigcon">
  704.  
  705.  
  706.  
  707.  
  708. <div style="top:10px:left:20px;">
  709.  
  710.  
  711.  
  712. <div id="header">
  713. {text:ur title here}
  714. </div>
  715.  
  716. <div style="margin-left:120px;margin-top:110px;width:435px;height:70px;padding:10px;position:fixed;z-index:999">
  717.  
  718. <div class="descbox">
  719. {description}
  720.  
  721. </div>
  722.  
  723. <div id="sidebaricons" style="line-height:100px;"><img src="{image:sidebar one}"/>&nbsp;<img src="{image:sidebar two}"/></div>
  724. </div>
  725.  
  726. <div id="thisthing"style="{block:IfNotFullOpacityForBackgrounds}opacity:0.6;{/block:IfNotFullOpacityForBackgrounds} {block:IfFullOpacityForBackgrounds}opacity:1.0;{/block:IfFullOpacityForBackgrounds}">
  727.  
  728. </div>
  729.  
  730.  
  731.  
  732. <div id="footer" style="text-align:center;">
  733.  
  734. <b><big><a href="/"><i class="fa fa-spinner fa-2x" style="color:{color:links}"></i></a></b></big>
  735.  
  736. <b><big><a href="{text:footer link 1}" rel="box1" class="poplight"><i class="fa fa-envelope-o fa-2x" style="color:{color:links}"></i></a></b></big>
  737.  
  738. <b><big><a href="{text:footer link 2}" rel="box2" class="poplight"><i class="fa fa-diamond fa-2x" style="color:{color:links}"></i></a></b></big>
  739.  
  740. <b><big><a href="{text:footer link 3}" rel="box3" class="poplight"><i class="fa fa-compass fa-2x" style="color:{color:links}"></i></a></b></big>
  741.  
  742. <b><big><a href="{text:footer link 4}" rel="box4" class="poplight"><i class="fa fa-paper-plane-o fa-2x" style="color:{color:links}"></i></a></b></big>
  743.  
  744.  
  745. </div>
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757. <div id="contbg"style="{block:IfNotFullOpacityForBackgrounds}opacity:0.6;{/block:IfNotFullOpacityForBackgrounds} {block:IfFullOpacityForBackgrounds}opacity:1.0;{/block:IfFullOpacityForBackgrounds}">
  758. </div>
  759.  
  760. <div class="tabs">
  761. <div id="postcontainer">
  762.  
  763. {block:Posts}
  764. <article>
  765.  
  766.  
  767.  
  768. <!--TEXT POST-->
  769. {block:Text}
  770. {block:Title}
  771. <h1 class="title" style="text-align:center;font-size:24px;line-height:100%;border-bottom:1px solid {color:accent};padding-bottom:15px;width:330px;margin:auto;">
  772. <a href="{Permalink}">{Title}</a></h1>
  773. {/block:Title}
  774. {Body}
  775. {/block:Text}
  776.  
  777.  
  778. <!--PHOTO POST-->
  779. {block:Photo}
  780. {block:IndexPage}
  781. {LinkOpenTag}
  782. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  783. {LinkCloseTag}
  784. {/block:IndexPage}
  785. {block:PermalinkPage}
  786. {LinkOpenTag}
  787. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  788. {LinkCloseTag}{/block:PermalinkPage}
  789. {/block:Photo}
  790.  
  791.  
  792. <!--PHOTOSET POST-->
  793. {block:Photoset}
  794. {block:IndexPage}{Photoset-500}{/block:IndexPage}
  795. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  796. {/block:Photoset}
  797.  
  798.  
  799. <!--QUOTE POST-->
  800. {block:Quote}
  801. <div class="quote">{Quote}</div>
  802. {block:Source}
  803. <div class="quotesource">{Source}</div>
  804. {/block:Source}
  805. {/block:Quote}
  806.  
  807.  
  808. <!--LINK POST-->
  809. {block:Link}
  810. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  811. {block:Description}{Description}{/block:Description}
  812. {/block:Link}
  813.  
  814.  
  815. <!--CHAT POST-->
  816. {block:Chat}
  817.  
  818. {block:Title}
  819. <h1 class="title" style="text-align:center;font-size:24px;line-height:100%;border-bottom:1px solid {color:accent};padding-bottom:15px;width:330px;margin:auto;">
  820. <a href="{Permalink}">{Title}</a></h1>
  821. {/block:Title}
  822.  
  823. <ul class="chat">
  824. {block:Lines}<li class="{Alt}">{block:Label}<span class="label" style="text-transform:uppercase; font-weight:bold; ">{Label}</span>{/block:Label}<div style="text-transform:uppercase;">&nbsp;{Line}</div></li>{/block:Lines}
  825. </ul>
  826. {/block:Chat}
  827.  
  828.  
  829. <!--AUDIO POST-->
  830. {block:AudioPlayer}
  831. <div class="audiowrapper">
  832. {block:AlbumArt}
  833. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  834. {/block:AlbumArt}
  835.  
  836. <div class="playerbuttonbg">
  837. <div class="newplayerbutton">
  838. <div class="playerbuttonhug">
  839.  
  840. {AudioPlayerWhite}
  841.  
  842. </div>
  843. </div>
  844. </div>
  845.  
  846. <div class="trackdetails">
  847.  
  848. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  849. {block:Artist}<b><i>artist:</i></b> {Artist}{/block:Artist}<br/>
  850. {block:Album}<i><b>album:</i></b {Album}{/block:Album}<br/>
  851. {PlayCountWithLabel}
  852.  
  853. </div>
  854. </div>
  855. {/block:AudioPlayer}
  856.  
  857. {block:Caption}{/block:Caption}
  858.  
  859.  
  860. <!--VIDEO POST-->
  861. {block:Video}
  862. <div class="video">
  863. <div class="video-player">{Video}</div>
  864. {/block:Video}
  865.  
  866.  
  867. <!--ANSWER POST-->
  868. {block:Answer}
  869. <div class="askerimg"><img src="{AskerPortraitURL-40}" style="border-radius:50px;margin-left:10px;"></div>
  870. <div style="padding:10px; background:{color:bars}; width:auto; height:auto;margin-left:60px;margin-top:-43px; margin-bottom:30px;text-transform:uppercase;">
  871. <div style="padding-bottom:10px;border-bottom:solid 1px {color:accent}; text-align:center; font-size:16px;"><b>{Asker} whispered </b></span></div><br>
  872. <span class="question"style="text-transform:none">❛ {Question} ❜</span></div>
  873. <p><div class="answer">{Answer}</div>
  874. {/block:Answer}
  875.  
  876. <!--CAPTIONS-->
  877. {block:Ifhidecaptions}
  878. {block:permalink}
  879. {block:Caption}
  880. {Caption}
  881. {/block:Caption}
  882. {/block:permalink}
  883. {/block:Ifhidecaptions}
  884. {block:Ifnothidecaptions}
  885. {block:Caption}
  886. {Caption}
  887. {/block:Caption}
  888. {/block:Ifnothidecaptions}
  889.  
  890. <!--POST INFORMATION-->
  891. <div class="postinfo">
  892.  
  893. <!--PERMALINK-->
  894. <a href="{Permalink}">
  895. {block:Date}
  896. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {12Hour}:{Minutes} {AmPm}
  897. {/block:Date}
  898. </a>
  899.  
  900. <!--NOTES-->
  901. {block:NoteCount}
  902. <a href="{Permalink}"> + {NoteCount} </a>
  903. {/block:NoteCount}
  904.  
  905. <!--VIA AND SOURCE-->
  906. {block:RebloggedFrom}
  907. ( <a href="{ReblogParentURL}">Via</a>
  908. {/block:RebloggedFrom}
  909. {block:ContentSource}
  910. & <a href="{SourceURL}">Source</a>
  911. {/block:ContentSource}
  912. {block:RebloggedFrom} ){/block:RebloggedFrom} & <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  913.  
  914. <!--TAGS-->
  915. {block:HasTags}
  916. <div class="tags">
  917. <b style="color:{color:accent text};font-size:10px;text-transform:uppercase;">tagged as:</b>
  918. {block:Tags}
  919. <a href="{TagURL}">#{Tag},</a>
  920. {/block:Tags}
  921. </div>
  922. {/block:HasTags}
  923.  
  924. </div>
  925.  
  926. <!--POST NOTES-->
  927. {block:PostNotes}
  928. <div class="pagenotes">{PostNotes-16}</div>
  929. {/block:PostNotes}
  930.  
  931.  
  932.  
  933.  
  934. </article>
  935. {/block:Posts}
  936.  
  937. <!--PAGINATION-->
  938. {block:Pagination}
  939. <div class="pagination" style="width:100%;font-size:24px;">
  940. {block:PreviousPage}
  941. <a href="{PreviousPage}">
  942. <div class="pagibutton"><b style="font-family:'montserrat',sans serif;color:{color:accent}">-</b></div></a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}"><div class="pagibutton"><b style="font-family:'montserrat',sans serif;color:{color:accent}">+</b></div></a>{/block:NextPage}
  943. </div>
  944. {/block:Pagination}
  945.  
  946.  
  947.  
  948.  
  949. </div>
  950.  
  951. </div>
  952.  
  953.  
  954.  
  955. <!-- END OF TABS -->
  956. </div>
  957. </div>
  958. </div>
  959.  
  960.  
  961.  
  962. <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
  963.  
  964. <script>
  965. $(document).ready(function() {
  966. $('.tabs .tab-links a').on('click', function(e) {
  967. var currentAttrValue = $(this).attr('href');
  968.  
  969. // Show/Hide Tabs
  970. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  971.  
  972. // Change/remove current tab to active
  973. $(this).parent('li').addClass('active').siblings().removeClass('active');
  974.  
  975. e.preventDefault();
  976. });
  977. });
  978. </script>
  979.  
  980. <script>
  981. $(document).ready(function() {
  982. $('#filterOptions li a').click(function() {
  983. // fetch the class of the clicked item
  984. var ourClass = $(this).attr('class');
  985.  
  986. // reset the active class on all the buttons
  987. $('#filterOptions li').removeClass('active');
  988. // update the active state on our clicked button
  989. $(this).parent().addClass('active');
  990.  
  991. if(ourClass == 'all') {
  992. // show all our items
  993. $('#ourHolder').children('div.item').show();
  994. }
  995. else {
  996. // hide all elements that don't share ourClass
  997. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  998. // show all elements that do share ourClass
  999. $('#ourHolder').children('div.' + ourClass).show();
  1000. }
  1001. return false;
  1002. });
  1003. });
  1004. </script>
  1005. <div id="yo">
  1006.  
  1007. <a href="http://destinatiia.tumblr.com/"target="_blank"> <i class="fa fa-moon-o fa-4x" style="color:{color:accent text};text-shadow:none"></i> </a>
  1008. </div>
  1009. </body>
  1010. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement