Advertisement
destinatia

THEME 003: ✧ * º • ☾SKELETONS.❜ — destinatiia

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