Advertisement
destinatia

THEME 008: ✧ * º • ☾ BLUSH. ❜ — destinatiia

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