Advertisement
destinatia

THEME 011: ✧ * º • ☾OLIVE.❜ — destinatiia

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