Advertisement
destinatia

THEME 010: ✧ * º • ☾ BISCUIT. ❜ — destinatiia

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