Advertisement
destinatia

THEME 009: ✧ * º • ☾ AMETHYST. ❜ — destinatiia

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