mintrps

sunsets ; (w/ header).

May 27th, 2018 (edited)
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.30 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  7. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <meta name="color:background" content="#000000"/>
  14. <meta name="color:text" content="#7b7b7b"/>
  15. <meta name="color:borders" content="#111"/>
  16. <meta name="color:links" content="#868686"/>
  17. <meta name="color:sidebar background" content="#040404"/>
  18. <meta name="color:description Background" content="#040404"/>
  19. <meta name="color:post background" content="#040404"/>
  20. <meta name="color:title color" content="#aaa"/>
  21. <meta name="color:nav title background" content="#070707"/>
  22. <meta name="color:top links color" content="#7b7b7b"/>
  23. <meta name="color:container background" content="#0a0a0a"/>
  24. <meta name="image:container bg" content=""/>
  25. <meta name="image:outer bg" content=""/>
  26. <meta name="image:icon" content=""/>
  27. <meta name="image:tab image" content=""/>
  28. <meta name="image:header" content=""/>
  29. <meta name="text:desc subtitle" content="muse name & age."/>
  30. <meta name="text:url link1" content="/">
  31. <meta name="text:url link2" content="/">
  32. <meta name="text:url link3" content="/">
  33. <meta name="text:url link4" content="/">
  34. <meta name="text:link1" content="refresh">
  35. <meta name="text:link2" content="inquire">
  36. <meta name="text:link3" content="navigation">
  37. <meta name="text:link4" content="muses">
  38. <meta name="text:desc" content="text here">
  39. <meta name="text:sidebar title" content="softness">
  40. <meta name="text:subtitle" content= "무죄 란 무엇인가?">
  41. <meta name="text:ask title" content="ask me anything">
  42. <meta name="text:nav title" content="navigation">
  43. <meta name="text:nav subtitle" content="subtitle text goes right here">
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
  46. <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  47.  
  48. <script>
  49. function openAlytut(evt, alytutName) {
  50. var i, x, tablinks;
  51. x = document.getElementsByClassName("alytut");
  52. for (i = 0; i < x.length; i++) {
  53. x[i].style.display = "none";
  54. }
  55. tablinks = document.getElementsByClassName("tablink");
  56. for (i = 0; i < x.length; i++) {
  57. tablinks[i].className = tablinks[i].className.replace(" tabzact", "");
  58. }
  59. document.getElementById(alytutName).style.display = "block";
  60. evt.currentTarget.className += " tabzact";
  61. }
  62. </script>
  63.  
  64. <script type="text/javascript"
  65. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  66. <script>
  67. $(document).ready(function() {
  68. //
  69. $('a.poplight[href^=#]').click(function() {
  70. var popID = $(this).attr('rel'); //Get Popup Name
  71. var popURL = $(this).attr('href'); //Get Popup href to define size
  72. var query= popURL.split('?');
  73. var dim= query[1].split('&');
  74. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  75. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  76. var popMargTop = ($('#' + popID).height() + 80) / 2;
  77. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  78. //Apply Margin to Popup
  79. $('#' + popID).css({
  80. 'margin-top' : -popMargTop,
  81. 'margin-left' : -popMargLeft
  82. });
  83. $('body').append('<div id="fade"></div>');
  84. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  85. return false;
  86. });
  87. $('a.close, #fade').live('click', function() {
  88. $('#fade , .popup_block').fadeOut(function() {
  89. $('#fade, a.close').remove(); //fade them both out
  90. });
  91. return false;
  92. });
  93. });
  94. </script>
  95.  
  96. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  97.  
  98. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  99. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  100. <script>
  101. (function($){
  102. $(document).ready(function(){
  103. $("[title]").style_my_tooltips();
  104. });
  105. })(jQuery);
  106. </script>
  107.  
  108. <style type="text/css">
  109.  
  110.  
  111. /* TABS STYLING--
  112. BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
  113. */
  114.  
  115. .tabz {
  116. margin-top:-9px;
  117. margin-left:-5px;
  118. padding:10px;
  119. }
  120.  
  121. .joo a{
  122. color:{color:top links color};
  123. background-color:transparent;
  124. display:inline;
  125. padding-right:3px;
  126. margin-left:0px;
  127. }
  128.  
  129. .tabz a {
  130. padding:5px;
  131. padding-top:0px;
  132. margin-right:-5px;
  133. width:50px;
  134. text-align:center;
  135. font-family:arial black;
  136. color:{color:top links color};
  137. font-size:12px;
  138. display:inline-block;
  139. margin-left:0px;
  140. transition:.2s;
  141. -webkit-transition:.2s;
  142. -moz-transition:.2s;
  143. }
  144.  
  145. .tabz a:hover {/* tablinks hover color */
  146. transition:.2s;
  147. -webkit-transition:.2s;
  148. -moz-transition:.2s;
  149. }
  150.  
  151. .tabz a:focus, .active {
  152. background-color: #c6a29a; /* tablinks clicked bg color */
  153. color:#dddcdc; /* tablinks clicked color */
  154. }
  155.  
  156. .tabzcon { /* tablinks content aka the box under the tablinks */
  157. margin-top:-10px;
  158. height:340px;
  159. margin-left:11px;
  160. padding:10px;
  161. padding-top:5px;
  162. position:absolute;
  163. background:#000;
  164. z-index:999999999999999999999999;
  165. width:300px;
  166. border-radius:10px;
  167. border:1px solid {color:borders};
  168. position:fixed;
  169. overflow:none;
  170. }
  171.  
  172. #base { /* the box when no tabs are selected */
  173. margin-top:45px;
  174. margin-left:0px;
  175. position:fixed;
  176. padding:10px;
  177. width:205px;
  178. height:260px;
  179. background-color:#e1c9bf;
  180. }
  181.  
  182. .tabzclose { /* the close button, u prob dont need to touch this */
  183. text-transform:uppercase;
  184. font-weight:bold;
  185. font-size:8px;
  186. padding:3px;
  187. color:inherit;
  188. margin-top:-5px;
  189. margin-right:-7px;
  190. float:right;
  191. }
  192.  
  193. .tabzclose:hover {
  194. cursor:pointer;
  195. }
  196.  
  197.  
  198. ::-webkit-scrollbar-thumb {
  199. height:auto;
  200. background-color:{color:Scrollbar};
  201. margin-left:1px;
  202. display:none;
  203. }
  204.  
  205. ::-webkit-scrollbar {
  206. height:9px;
  207. width:1px;
  208. background-color:transparent;
  209. }
  210.  
  211.  
  212. body {
  213. background:{color:background};
  214. margin-top:-20px;
  215. margin-left:-70px;
  216. color:{color:text};
  217. font-family:'arial';
  218. line-height:150%;
  219. font-size:9px;
  220. text-align:justify;
  221. background-image:url('{image:outer bg}');
  222. }
  223.  
  224. sup, sub {
  225. font-size:9px;
  226. }
  227.  
  228. a {
  229. text-decoration:none;
  230. outline:none;
  231. -moz-outline-style:none;
  232. color:{color:links};
  233. }
  234.  
  235. img {
  236. border:none;
  237. }
  238.  
  239. small{
  240. font-size:9px;
  241. }
  242.  
  243. .tumblr_blog {
  244. text-transform:uppercase;
  245. letter-spacing:2px;
  246. padding-left:5px;
  247. font-family:arial;
  248. font-size:6.5px;
  249. border-bottom:0px solid #222;
  250. color:{color:text};
  251. }
  252.  
  253. h1 {
  254. margin-bottom:0px;
  255. padding:10px;
  256. font-size:7px;
  257. letter-spacing:2px;
  258. border-bottom:0px solid #222;
  259. font-weight:600;
  260. text-transform:uppercase;
  261. text-align:center;
  262. line-height:120%;
  263. color:{color:Text};
  264. background:{color:container background};
  265. border-radius:7px;
  266. }
  267.  
  268. h2 {
  269. margin-bottom:0px;
  270. padding:10px;
  271. font-size:7px;
  272. letter-spacing:2px;
  273. border-bottom:0px solid #222;
  274. font-weight:600;
  275. text-transform:uppercase;
  276. text-align:center;
  277. line-height:120%;
  278. color:{color:Text};
  279. background:{color:container background};
  280. border-radius:7px;
  281. }
  282.  
  283. blockquote {
  284. border-left:1px solid {color:borders};
  285. padding-left:10px;
  286. margin-left:5px;
  287. width:93%;
  288. }
  289.  
  290. /*CONTAINER*/
  291.  
  292. #container {
  293. margin-top:0px;
  294. margin-left:192px;
  295. margin-right:auto;
  296. width:340px;
  297. max-height:345px;
  298. overflow:auto;
  299. text-align:left;
  300. position:fixed;
  301. background:{color:container background};
  302. padding-left:7px;
  303. padding-top:10px;
  304. background-image:url('{image:container bg}');
  305. background:transparent;
  306. }
  307.  
  308. /*ENTRIES*/
  309.  
  310. #entries {
  311. position:fixed;
  312. height:385px;
  313. border:1px solid {color:borders};
  314. width:551px;
  315. margin-left:480px;
  316. margin-top:227px;
  317. background:{color:container background};
  318. box-shadow:0px 0px 0px #222;
  319. background-image:url('{image:container bg}');
  320. padding-top:0px;
  321. border-bottom-left-radius:10px;
  322. border-bottom-right-radius:10px;
  323. padding-top:20px;
  324. }
  325.  
  326. #post {
  327. width:300px;
  328. margin-left:11px;
  329. margin-top:-10px;
  330. height: auto;
  331. background-color:{color:post background};
  332. border: 1px solid {color:borders};
  333. padding:10px;
  334. margin-bottom:43px;
  335. color: {color:text};
  336. letter-spacing:0px;
  337. line-height:160%;
  338. text-align:justify;
  339. text-transform:lowercase;
  340. overflow-x:hidden;
  341. border-radius:10px;
  342. }
  343.  
  344. #post img {
  345. border-radius:10px;
  346. opacity:0.4;
  347. }
  348.  
  349. #post img:hover {
  350. -webkit-filter: grayscale(25%);
  351. -webkit-transition: all 0.6s ease-in-out;
  352. -moz-transition: all 0.6s ease-in-out;
  353. -o-transition: all 0.6s ease-in-out;
  354. -ms-transition: all 0.6s ease-in-out;
  355. transition: all 0.6s ease-in-out;
  356. }
  357.  
  358. iframe {
  359. border-radius:10px;
  360. }
  361.  
  362. .media img, .media iframe {
  363. width:300px;
  364. display:block;
  365. border-radius:10px;
  366. -webkit-filter: grayscale(100%);
  367. -webkit-transition: all 0.6s ease-in-out;
  368. -moz-transition: all 0.6s ease-in-out;
  369. -o-transition: all 0.6s ease-in-out;
  370. -ms-transition: all 0.6s ease-in-out;
  371. transition: all 0.6s ease-in-out;
  372. opacity:0.4;
  373. }
  374.  
  375. .media img:hover, .media iframe:hover {
  376. width:300px;
  377. display:block;
  378. border-radius:10px;
  379. -webkit-filter: grayscale(0%);
  380. -webkit-transition: all 0.6s ease-in-out;
  381. -moz-transition: all 0.6s ease-in-out;
  382. -o-transition: all 0.6s ease-in-out;
  383. -ms-transition: all 0.6s ease-in-out;
  384. transition: all 0.6s ease-in-out;
  385. opacity:0.4;
  386. }
  387.  
  388. #post sup{
  389. line-height:200%;
  390. font-size:9px;
  391. }
  392.  
  393. #post img {
  394. -webkit-filter: grayscale(100%);
  395. -webkit-transition: all 0.6s ease-in-out;
  396. -moz-transition: all 0.6s ease-in-out;
  397. -o-transition: all 0.6s ease-in-out;
  398. -ms-transition: all 0.6s ease-in-out;
  399. transition: all 0.6s ease-in-out;
  400. }
  401.  
  402. #post img:hover{
  403. -webkit-filter: grayscale(0%);
  404. -webkit-transition: all 0.6s ease-in-out;
  405. -moz-transition: all 0.6s ease-in-out;
  406. -o-transition: all 0.6s ease-in-out;
  407. -ms-transition: all 0.6s ease-in-out;
  408. transition: all 0.6s ease-in-out;
  409. }
  410.  
  411. .html_photoset {
  412. -webkit-filter: grayscale(100%);
  413. -webkit-transition: all 0.6s ease-in-out;
  414. -moz-transition: all 0.6s ease-in-out;
  415. -o-transition: all 0.6s ease-in-out;
  416. -ms-transition: all 0.6s ease-in-out;
  417. transition: all 0.6s ease-in-out;
  418. }
  419. .html_photoset:hover {
  420. -webkit-filter: grayscale(90%);
  421. -webkit-transition: all 0.6s ease-in-out;
  422. -moz-transition: all 0.6s ease-in-out;
  423. -o-transition: all 0.6s ease-in-out;
  424. -ms-transition: all 0.6s ease-in-out;
  425. transition: all 0.6s ease-in-out;
  426. }
  427.  
  428. .answer span,.convo li{
  429. margin:0 0 10px;
  430. border-radius:10px;
  431. padding:.5em 10px;
  432. max-width:75%;
  433. clear:both;
  434. position:relative
  435.  
  436. }
  437.  
  438. .label {
  439. font-family:calibri;
  440. font-size:8px;
  441. text-transform:uppercase;
  442. letter-spacing:1px;
  443. margin-right:2px;
  444. }
  445.  
  446. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{
  447. float:left;background:{color:borders};
  448. color:{color:text}left:3px;
  449. }
  450.  
  451. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{
  452. content:"";
  453. position:absolute;
  454. left:-.5em;
  455. bottom:0;
  456. width:.5em;
  457. height:1em;
  458. }
  459.  
  460. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{
  461. right:3px;
  462. float:right;
  463. background-color:{color:container background};
  464. color:{color:text};
  465. }
  466.  
  467. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{
  468. content:"";
  469. position:absolute;
  470. right:-.5em;
  471. bottom:0;
  472. width:.5em;
  473. height:1em;
  474. }
  475.  
  476. .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
  477. .asked p {
  478. text-align: left;
  479. margin: 0 0px 10px 0px;
  480. padding: 0;
  481. color: #111;
  482. font-size: 12px;
  483. line-height: 0px;
  484. }
  485. .footerright .viasrc {
  486. float: left;
  487. }
  488. .asked a {
  489. margin:0;padding:0;
  490. }
  491.  
  492. .user_4{
  493. background-color:#0a0a0a;
  494. color:#fff;
  495. padding:10px;
  496. }
  497.  
  498. .user_4::after{
  499. border-color:#0a0a0a;
  500. padding:10px;
  501. }
  502.  
  503. .user_3{
  504. background-color:#111;
  505. padding:10px;
  506. color:#fff;
  507. }
  508.  
  509. .user_3::after{
  510. border-color:#0a0a0a;
  511. padding:10px;
  512. }
  513.  
  514. .convo {
  515. overflow: hidden;
  516. list-style-type: none;
  517. padding: 0;
  518. margin: 0;
  519. }
  520.  
  521. .quote {
  522. letter-spacing:2px;
  523. padding:10px;
  524. font-size:7px;
  525. background:{color:container background};
  526. border:0px solid #222;
  527. line-height:240%;
  528. text-align:center;
  529. text-transform:uppercase;
  530. color:{color:text};
  531. border-radius:10px;
  532. }
  533.  
  534. .source {
  535. margin-top:20px;
  536. line-height:100%;
  537. text-transform:uppercase;
  538. font-family:courier;
  539. letter-spacing:1px;
  540. font-size:10px;
  541. opacity:0.2;
  542. margin-bottom:20px;
  543. text-align:center;
  544. color:#fff;
  545. display:none;
  546. }
  547.  
  548. .source a{
  549. font-family:courier;
  550. color:#fff;
  551. }
  552.  
  553. /*BLOG TITLE*/
  554.  
  555. .title{
  556. position:fixed;
  557. color:{color:text};
  558. padding:5px;
  559. width:432px;
  560. margin-top:150px;
  561. margin-left:480px;
  562. letter-spacing:1px;
  563. font-family:'consolas';
  564. text-align:center;
  565. text-transform:uppercase;
  566. border:1px solid {color:borders};
  567. background-color:{color:container background};
  568. }
  569.  
  570. /*SIDEBAR*/
  571.  
  572. #description {
  573. background-color:{color:Description background};
  574. border-left:0px solid {color:borders};
  575. padding-right:10px;
  576. padding-bottom:13px;
  577. padding-top:0px;
  578. padding-left:11px;
  579. font-family:{text:descfont};
  580. position:fixed;
  581. width:140px;
  582. max-height:152px;
  583. overflow-y:scroll;
  584. font-size:9px;
  585. margin-top:5px;
  586. line-height:21px;
  587. letter-spacing:0px;
  588. color:{color:text};
  589. opacity:1;
  590. text-align:justify;
  591. background:transparent;
  592. }
  593.  
  594. #gay {
  595. font-size:8px;
  596. letter-spacing:3px;
  597. padding-bottom:8px;
  598. border-bottom:1px solid {color:borders};
  599. color:#fff;
  600. text-align:center;
  601. text-transform:uppercase;
  602. margin-top:13px;
  603. }
  604.  
  605. #description b{
  606. font-size:11px;
  607. font-style:italic;
  608. font-weight:600;
  609. }
  610.  
  611. #description small{
  612. font-size:8px;
  613. }
  614.  
  615. #q{
  616. font-size:47px;
  617. margin-left:-27px;
  618. padding-top:15px;
  619. z-index:1;
  620. position:fixed;
  621. border-right:0px solid #222;
  622. height:52px;
  623. padding-right:-5px;
  624. background:transparent;
  625. }
  626.  
  627. @font-face{ font-family:mint; src:url('http://static.tumblr.com/y3tw76x/82Joyt2hm/taken_by_vultures_alternates_demo.ttf');}
  628.  
  629. .tits {
  630. font-size:60px;
  631. text-transform:normal;
  632. width:100px;
  633. position:absolute;
  634. line-height:40%;
  635. margin-left:64px;
  636. margin-top:-45px;
  637. font-weight:normal;
  638. font-family:mint;
  639. text-align:center;
  640. opacity:0.7;
  641. line-height:15%;
  642. z-index:999999999999999999;
  643. color:{color:title color};
  644. }
  645.  
  646. .tits span {
  647. font-family:calibri;
  648. font-size:8px;
  649. text-transform:uppercase;
  650. letter-spacing:2px;
  651. margin-bottom:-10px;
  652. margin-left:-13px;
  653. background:#111;
  654. padding:2px;
  655. position:relative;
  656. z-index:-1;
  657. }
  658.  
  659. #bx {
  660. width:30px;
  661. margin-left:-7px;
  662. position:fixed;
  663. padding-top:0px;
  664. padding-bottom:5px;
  665. padding-right:5px;
  666. background:transparent;
  667. border-right:none;
  668. margin-top:45px;
  669. border-right:0px solid #222;
  670. line-height:38.5px;
  671. }
  672.  
  673. #bx a{
  674. padding-left:17px;
  675. }
  676.  
  677. #bx span{
  678. margin-top:20px;
  679. margin-bottom:19px;
  680. color:#aaa;
  681. z-index:1;
  682. }
  683.  
  684. #box{
  685. padding:10px;
  686. z-index:-9999;
  687. position:fixed;
  688. margin-top:247px;
  689. background:{color:sidebar background};
  690. font-size:10px;
  691. margin-left:498px;
  692. width:160px;
  693. height:336px;
  694. border:1px solid {color:borders};
  695. color:{color:text};
  696. border-radius:10px;
  697. font-family:'arial';
  698. color:{color:background};
  699. opacity:1;
  700. z-index:1;
  701. }
  702.  
  703. #box img {
  704. margin-left:4px;
  705. margin-top:11px;
  706. width:80px;
  707. height:80px;
  708. border:solid 0px {color:borders};
  709. border-radius:10%;
  710. -webkit-filter: grayscale(100%);
  711. -webkit-transition: all 0.6s ease-in-out;
  712. -moz-transition: all 0.6s ease-in-out;
  713. -o-transition: all 0.6s ease-in-out;
  714. -ms-transition: all 0.6s ease-in-out;
  715. transition: all 0.6s ease-in-out;
  716. background-image:url('{image:container bg}');
  717. padding:0px;
  718. }
  719.  
  720. #box img:hover{
  721. -webkit-filter: grayscale(60%);
  722. -webkit-transition: all 0.6s ease-in-out;
  723. -moz-transition: all 0.6s ease-in-out;
  724. -o-transition: all 0.6s ease-in-out;
  725. -ms-transition: all 0.6s ease-in-out;
  726. transition: all 0.6s ease-in-out;
  727. }
  728.  
  729. /*POST INFO*/
  730.  
  731. #info {
  732. width:280px;
  733. margin-top:10px;
  734. padding:10px;
  735. padding-bottom:0px;
  736. border-top:1px solid #111;
  737. text-align:left;
  738. text-transform:uppercase;
  739. font-size:7px;
  740. letter-spacing:2px;
  741. color:{color:text};
  742. font-weight:normal;
  743. }
  744.  
  745. #info a{
  746. color:{color:text};
  747. }
  748.  
  749. #info a:hover {
  750. color:{color:text};
  751. }
  752.  
  753. .tags {
  754. text-align:center;
  755. letter-spacing:0px;
  756. font-size:8px;
  757. font-style:normal;
  758. letter-spacing:2px;
  759. display:inline;
  760. text-transform:none;
  761. }
  762.  
  763. .tags a {
  764. margin:0px 10px 0px 0px;
  765. font-weight:normal;
  766. font:consolas;
  767. }
  768.  
  769. .tags a:hover {
  770. font-style:normal;
  771. cursor:help;
  772. }
  773.  
  774. /*AUDIO*/
  775.  
  776. .audio {
  777. height:60px;
  778. padding:5px;
  779. margin-bottom:0px;
  780. }
  781. .audio-album {
  782. position:absolute;
  783. width:60px;
  784. }
  785. .player {
  786. opacity:0.6;
  787. opacity:60%;
  788. border:10px solid {color:borders};
  789. width:25px;
  790. height:25px;
  791. overflow:hidden;
  792. position:absolute;
  793. z-index:2;
  794. margin-left:7px;
  795. margin-top:7px;
  796. background:#fff;
  797. }
  798.  
  799. .audio-info {
  800. margin-top:-0px;
  801. position:relative;
  802. margin-left:70px;
  803. padding:8px;
  804. }
  805.  
  806. /*QUESTION*/
  807.  
  808. #ask {
  809. padding:10px;
  810. min-height:35px;
  811. background-color:#000;
  812. border:1px solid {color:borders};
  813. }
  814.  
  815. /*HEADER*/
  816.  
  817. #header {
  818. position:fixed;
  819. width:552px;
  820. height:100px;
  821. border-radius:0px;
  822. margin-left:-12px;
  823. margin-top:-115px;
  824. border-left:1px solid {color:borders};
  825. border-right:1px solid {color:borders};
  826. border-top:1px solid {color:borders};
  827. border-top-left-radius:10px;
  828. border-top-right-radius:10px;
  829. }
  830.  
  831. #header img {
  832. width:552px;
  833. height:100px;
  834. border-top-left-radius:10px;
  835. border-top-right-radius:10px;
  836. }
  837.  
  838. /*PAGINATION*/
  839.  
  840. #pagination2{
  841. position:fixed;
  842. width:531px;
  843. background-color:#000;
  844. color:{color:links};
  845. border:1px solid {color:borders};
  846. margin-top:180px;
  847. margin-left:480px;
  848. font-weight:bold;
  849. font-family:calibri;
  850. padding:4px;
  851. padding-top:16px;
  852. padding-bottom:14px;
  853. padding-right:10px;
  854. font-size:10px;
  855. text-align:left;
  856. padding-left:10px;
  857. text-transform:uppercase;
  858. letter-spacing:2px;
  859. box-shadow:0px 0px 0px #222;
  860. }
  861.  
  862. #pagination2 a{
  863. color:{color:top links color};
  864. background-color:transparent;
  865. display:inline;
  866. padding-right:3px;
  867. margin-left:8px;
  868. }
  869.  
  870. .mint {
  871. position:fixed;
  872. text-transform:uppercase;
  873. width:20px;
  874. height:20px;
  875. padding-left:6px;
  876. padding-right:4px;
  877. padding-top:10px;
  878. padding-bottom:0px;
  879. font-size:13px;
  880. text-align:center;
  881. bottom:10px;
  882. right:10px;
  883. color:{color:links};
  884. background-color:{color:background};
  885. letter-spacing:1px;
  886. background:{color:container background};
  887. border:1px solid {color:borders};
  888. border-radius:100%;
  889. }
  890.  
  891. .tabnav {
  892. display:inline-block;
  893. position:fixed;
  894. width:20px;
  895. height:200px;
  896. line-height:200%;
  897. margin-right:4px;
  898. margin-top:-141px;
  899. margin-left:126.5px;
  900. }
  901.  
  902. .tabnav a {
  903. width:16px;
  904. height:17px;
  905. padding:3px;
  906. box-align:center;
  907. text-align:center;
  908. margin-bottom:9px;
  909. border-radius:5px;
  910. display:inline-block;
  911. background:{color:container background};
  912. border:1px solid {color:borders};
  913. transition:.7s;
  914. -webkit-transition:.7s;
  915. -moz-transition:.7s;
  916. }
  917.  
  918. .tabnav a:hover {
  919. background:{color:post background};
  920. border:1px solid {color:borders};
  921. background: rgba(0,0,0,0);
  922. color: {color:text};
  923. box-shadow: inset 0 0 0 3px {color:borders};
  924. transition:.7s;
  925. -webkit-transition:.7s;
  926. -moz-transition:.7s;
  927. }
  928.  
  929. .tabtext span {
  930. background:{color:container background};
  931. padding:3px;
  932. border-radius:3px;
  933. text-transform:uppercase;
  934. font-size:7px;
  935. letter-spacing:1px;
  936. }
  937.  
  938. .tabimg img {
  939. opacity:0.6;
  940. transition:.7s;
  941. -webkit-transition:.7s;
  942. -moz-transition:.7s;
  943. filter:grayscale(100%);
  944. }
  945.  
  946. .tabimg img:hover {
  947. opacity:0.7;
  948. filter:grayscale(25%);
  949. transition:.7s;
  950. -webkit-transition:.7s;
  951. -moz-transition:.7s;
  952. }
  953.  
  954. @font-face { font-family: "stylish"; src: url('https://dl.dropboxusercontent.com/s/ugml618dslxkx0w/selimamint.ttf'); ;}
  955.  
  956. .tabtitle {
  957. text-align:center;
  958. padding:30px;
  959. padding-top:45px;
  960. font-family:stylish;
  961. margin-top:15px;
  962. font-size:60px;
  963. border-top:1px solid {color:borders};
  964. border-bottom:1px solid {color:borders};
  965. background:{color:nav title background};
  966. border-radius:10px;
  967. line-height:10%;
  968. position:relative;
  969. z-index:-1;
  970. height:35px;
  971. transition:.7s;
  972. -webkit-transition:.7s;
  973. -moz-transition:.7s;
  974. }
  975.  
  976. .tabtitle:hover {
  977. letter-spacing:1px;
  978. transition:.7s;
  979. -webkit-transition:.7s;
  980. -moz-transition:.7s;
  981. }
  982.  
  983. .tabtitle span {
  984. font-family:arial;
  985. font-size:7px;
  986. text-transform:uppercase;
  987. letter-spacing:2px;
  988. background:{color:container background};
  989. padding:3px;
  990. border-radius:3px;
  991. position:relative;
  992. z-index:-1;
  993. transition:.7s;
  994. -webkit-transition:.7s;
  995. -moz-transition:.7s;
  996. opacity:0.1;
  997. filter: invert(100%);
  998. color:#fff;
  999. transition:.7s;
  1000. -webkit-transition:.7s;
  1001. -moz-transition:.7s;
  1002. }
  1003.  
  1004. .tabtitle:hover span {
  1005. letter-spacing:2px;
  1006. opacity:0.1;
  1007. filter: invert(100%);
  1008. color:#fff;
  1009. transition:.7s;
  1010. -webkit-transition:.7s;
  1011. -moz-transition:.7s;
  1012. }
  1013.  
  1014. .askq {
  1015. width:300px;
  1016. margin-top:10px;
  1017. text-align:left;
  1018. line-height:300%;
  1019. }
  1020.  
  1021. .askq cute {
  1022. text-transform:uppercase;
  1023. font-size:7px;
  1024. letter-spacing:1px;
  1025. padding:5px;
  1026. width:290px;
  1027. background:{color:container background};
  1028. margin-right:5px;
  1029. border-radius:2px;
  1030. }
  1031.  
  1032. .askq span {
  1033. font-size:11px;
  1034. margin-right:5px;
  1035. }
  1036.  
  1037. #muses {
  1038. width:400px;
  1039. margin-top:0px;
  1040. margin-left:3px;
  1041. padding-top:15px;
  1042. max-height:295px;
  1043. overflow-y:auto;
  1044. }
  1045.  
  1046. #muses img {
  1047. width:80px;
  1048. height:80px;
  1049. -webkit-filter: grayscale(100%);
  1050. -webkit-transition: all 0.6s ease-in-out;
  1051. -moz-transition: all 0.6s ease-in-out;
  1052. -o-transition: all 0.6s ease-in-out;
  1053. -ms-transition: all 0.6s ease-in-out;
  1054. transition: all 0.6s ease-in-out;
  1055. }
  1056.  
  1057. #muses img:hover {
  1058. -webkit-filter: grayscale(60%);
  1059. -webkit-transition: all 0.6s ease-in-out;
  1060. -moz-transition: all 0.6s ease-in-out;
  1061. -o-transition: all 0.6s ease-in-out;
  1062. -ms-transition: all 0.6s ease-in-out;
  1063. transition: all 0.6s ease-in-out;
  1064. }
  1065.  
  1066. .musebox { margin:4px; float:left; text-align:center; display:block; padding-right:0px; margin-bottom:15px; margin-top:3.5px; background:#090909; padding:8px; border-radius:10px; margin-right:10px;margin-left:10px;}
  1067. .musename {text-align:left;margin-top:-20px;position:absolute;font-family:kino; font-size:35px; color:#ccc; width:110px; text-align:center; opacity:1;text-transform:normal;color:#aaa; text-shadow:2px 2px 0px #493c3a; z-index:9999999999;}
  1068. .musename:after { content:'.'; font-family:calibri; }
  1069. .musebox img { z-index:9999;position:relative;margin-top:15px;opacity:1; margin-right:-10px; margin-left:-10px; }
  1070. .musebox a{ margin-bottom:0px; padding:1px; }
  1071. .musebox:hover .mname { opacity:1; transition:0.5s; }
  1072. .musebox i { color:#555; border:1px solid #050505; padding:4px; width:10px; border-radius:5px; background:#050505;
  1073. -webkit-transition: all 0.7s linear;
  1074. -moz-transition: all 0.7s linear;
  1075. transition: all 0.7s linear; }
  1076. .musebox a:hover i {
  1077. background:{color:title}; color:#aaa;
  1078. -webkit-transition: all 0.7s linear;
  1079. -moz-transition: all 0.7s linear;
  1080. transition: all 0.7s linear;
  1081. }
  1082.  
  1083. .mbg {
  1084. padding:3px;
  1085. border-top-left-radius:5px;
  1086. border-top-right-radius:5px;
  1087. background:{color:text};
  1088. opacity:0.5;
  1089. color:#000;
  1090. letter-spacing:2px;
  1091. text-transform:uppercase;
  1092. font-size:7px;
  1093. text-shadow:0px 0px 0px #111;
  1094. position:relative;
  1095. z-index:9;
  1096. padding-left:5px;
  1097. padding-right:5px;
  1098. font-family:arial;
  1099. font-weight:normal;
  1100. }
  1101.  
  1102. .mdesc {
  1103. margin-top:-12px;
  1104. border-bottom-left-radius:10px;
  1105. border-bottom-right-radius: 10px;
  1106. width:88px;
  1107. padding:5px;
  1108. border:1px solid #050505;
  1109. margin-left:5px;
  1110. background:#050505;
  1111. }
  1112.  
  1113. @font-face { font-family: honeyguide; src: url('https://dl.dropboxusercontent.com/s/p6nd92eex9b1mej/dkhoneyguidemint.otf') ;}
  1114.  
  1115. .mname1 {
  1116. margin-left:0px;
  1117. margin-top:-30px;
  1118. font-family:honeyguide;
  1119. font-weight:600;
  1120. text-transform:uppercase;
  1121. width:110px;
  1122. padding-top:10px;
  1123. padding-bottom:5px;
  1124. border-radius:10px;
  1125. line-height:100%;
  1126. color:{color:title};
  1127. font-size:22px;
  1128. text-align:center;
  1129. text-shadow:2px 2px 0px {color:background};
  1130. }
  1131.  
  1132. ul li {
  1133. width:95%;
  1134. }
  1135.  
  1136. #s-m-t-tooltip {
  1137. z-index: 9999;
  1138. background: #000;
  1139. font-size: 12px;
  1140. line-height: 13px;
  1141. font-family:'Quicksand', sans-serif;
  1142. letter-spacing: 2px;
  1143. text-transform:uppercase;
  1144. font-size:6.5px;
  1145. border:solid 1px #111;
  1146. border-radius:3px;
  1147. -o-transition: all 0.3s ease-out;
  1148. -webkit-transition: all 0.3s ease-out;
  1149. -moz-transition: all 0.3s ease-out;
  1150. text-transform: normal;
  1151. color: {color:text};
  1152. max-width: 150px;
  1153. word-wrap: break-word;
  1154. padding: 2px 5px 2px 6px;
  1155. display: block;
  1156. margin: 24px 14px 7px 12px
  1157. }
  1158.  
  1159. {CustomCSS}
  1160.  
  1161. </style></head><body>
  1162. <div id="pagination2">
  1163. <div id="header"><img src="{image:header}"></div>
  1164. <div id="joo">
  1165. <div class="tabz">
  1166. <a href="/" title="{text:link1}"><span class="lnr lnr-redo"></span></a>
  1167. <a href="javascript:void(0)" class="tablink tabzact" onclick="openAlytut(event, 'TabzOne');"style="font-family:'Consolas';"style="font-family:'Consolas';" title="{text:link2}"><span class="lnr lnr-bubble"></span></a>
  1168. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzTwo');"style="font-family:'Consolas';" title="{text:link3}"><span class="lnr lnr-user"></span></a>
  1169. <a href="javascript:void(0)" class="tablink" onclick="openAlytut(event, 'TabzThree');"style="font-family:'Consolas';" title="{text:link4}"><span class="lnr lnr-heart"></span></a>
  1170. </div>
  1171. </div>
  1172. </div>
  1173. </div>
  1174.  
  1175. <div id="box"><img src="{image:icon}"><div class="tits">{text:sidebar title}<br><span>{text:subtitle}</span></div>
  1176. <div id="description">
  1177.  
  1178. {text:desc}
  1179.  
  1180.  
  1181. </div>
  1182. <div style="padding:10px;text-transform:uppercase;font-size:7px; font-family:georgia; letter-spacing:2px; background:{color:container background}; color:#aaa; text-align:center; margin-top:190px; width:130px; margin-left:5px; border-radius:7px;">
  1183.  
  1184. {block:Pagination}
  1185. {block:PreviousPage}
  1186. <a href="{PreviousPage}" style="font-size:9px;">‹</a>
  1187. {/block:PreviousPage}
  1188. {/block:Pagination}
  1189.  
  1190. {text:desc subtitle}
  1191.  
  1192. {block:Pagination}
  1193. {block:NextPage}
  1194. <a href="{NextPage}" style="font-size:8px;">›</a>
  1195. {/block:NextPage}
  1196. {/block:Pagination}
  1197.  
  1198. </div>
  1199. </div>
  1200. </div></div>
  1201. <div id="entries">
  1202. <div id="container">
  1203.  
  1204. <!--
  1205.  
  1206. *TABS BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
  1207.  
  1208. < tabs links >
  1209.  
  1210. -->
  1211. <!--
  1212.  
  1213.  
  1214. < tabs links >
  1215.  
  1216. -->
  1217.  
  1218. <!-- < tabs content >
  1219. -->
  1220.  
  1221. <div id="TabzOne" class="tabzcon alytut" style="display:none">
  1222. <span onclick="this.parentElement.style.display='none'" class="tabzclose">
  1223. <span class="lnr lnr-cross"></span>
  1224. </span>
  1225. <h2>{text:ask title}</h2>
  1226. <blockquote>
  1227.  
  1228. <div class="askq">
  1229.  
  1230. <span class="lnr lnr-envelope"></span>
  1231. <cute>how do you feel about the moon?</cute> wowie.<br>
  1232.  
  1233. <span class="lnr lnr-envelope"></span>
  1234. <cute>sweet! can i add another q?</cute> yeah son.<br>
  1235.  
  1236. <span class="lnr lnr-envelope"></span>
  1237. <cute>question or rule</cute> mmmm nomnomnom.
  1238.  
  1239. </div></blockquote>
  1240. <div style="margin-top:10px">
  1241. <iframe frameborder="0" border="0" scrolling="no" width="300" height="250" allowtransparency="true" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe></div>
  1242. </div>
  1243.  
  1244. <div id="TabzTwo" class="tabzcon alytut" style="display:none">
  1245. <span onclick="this.parentElement.style.display='none'" class="tabzclose">
  1246. <span class="lnr lnr-cross"></span>
  1247. </span>
  1248. <h2>this is a tab!!</h2>
  1249.  
  1250. <div class="tabimg" style="margin-top:15px; margin-left:10px;">
  1251. <img src="https://i.imgur.com/MSbNhM7.png" style="position:fixed; width:60px; margin-top:-15px; margin-left:-13px; opacity:0.6; pointer-events:none;">
  1252. <img src="{image:tab image}" style="border-radius:10px;width:100x;height:150px;">
  1253. </div>
  1254.  
  1255. <div class="tabnav">
  1256. <a href="/"><span class="lnr lnr-tag"></span></a>
  1257. <a href="/"><span class="lnr lnr-lock"></span></a>
  1258. <a href="/"><span class="lnr lnr-star"></span></a>
  1259. <a href="/"><span class="lnr lnr-heart"></span></a>
  1260. </div>
  1261.  
  1262. <div class="tabtext" style="width:103px;position:fixed;margin-left:167px; padding:10px; border-radius:10px; border:1px solid {color:borders}; margin-top:-153px; height:130px; overflow-y:scroll; text-align:justify; line-height:16px; padding-top:7px;">
  1263. <span>one:</span> Lorem ipsum text.<br>
  1264. <span>two:</span> Dolor sit amet consectetur adipiscing.<br>
  1265. <span>three:</span> Sed dolor eiusmod tempor labore <br>
  1266. <span>four:</span> more text goes here, this will scroll.
  1267. <span>mm/dd:</span> update or stat
  1268. </div>
  1269.  
  1270. <div class="tabtitle">
  1271. {text:nav title}<br>
  1272. <span>{text:nav subtitle}</span>
  1273. </div>
  1274.  
  1275. </div>
  1276.  
  1277. <div id="TabzThree" class="tabzcon alytut" style="display:none">
  1278. <span onclick="this.parentElement.style.display='none'" class="tabzclose">
  1279. <span class="lnr lnr-cross"></span>
  1280. </span>
  1281. <h2>meet the kids!</h2>
  1282.  
  1283. <div id="muses">
  1284.  
  1285. <!-- to add a new muse copy from here -->
  1286. <div class="musebox male">
  1287. <a href="#?w=250" rel="04" class="poplight">
  1288. <img src="https://i.imgur.com/WYxj3gE.png" style="margin-top:-20px; position:relative; z-index:1;"></a>
  1289. <div class="mname1"><span style="position:relative;z-index:99999; text-align:center; width:110px;">muse name</span><br>
  1290. <div style="margin-top:-41px;">
  1291. </div>
  1292. <div style="margin-top:30px;"></div>
  1293. <span class="mbg">muse muse muse</span>
  1294. </div>
  1295. <div class="mdesc">xxv. kim seokjin.</div>
  1296.  
  1297. <div style="margin-top:5px;"></div>
  1298.  
  1299. <a href="/" title="muse tag"><i class="fa fa-quote-left" aria-hidden="true"></i></a>
  1300.  
  1301. <a href="/" title="status"><i class="fa fa-plus" aria-hidden="true"></i></a>
  1302.  
  1303. <a href="/" title="ship tag"><i class="fa fa-heart" aria-hidden="true"></i></a>
  1304. </div>
  1305. <!-- to here -->
  1306.  
  1307. <!-- to add a new muse copy from here -->
  1308. <div class="musebox male">
  1309. <a href="#?w=250" rel="04" class="poplight">
  1310. <img src="https://i.imgur.com/WYxj3gE.png" style="margin-top:-20px; position:relative; z-index:1;"></a>
  1311. <div class="mname1"><span style="position:relative;z-index:99999; text-align:center; width:110px;">muse name</span><br>
  1312. <div style="margin-top:-41px;">
  1313. </div>
  1314. <div style="margin-top:30px;"></div>
  1315. <span class="mbg">muse muse muse</span>
  1316. </div>
  1317. <div class="mdesc">xxv. kim seokjin.</div>
  1318.  
  1319. <div style="margin-top:5px;"></div>
  1320.  
  1321. <a href="/" title="muse tag"><i class="fa fa-quote-left" aria-hidden="true"></i></a>
  1322.  
  1323. <a href="/" title="status"><i class="fa fa-plus" aria-hidden="true"></i></a>
  1324.  
  1325. <a href="/" title="ship tag"><i class="fa fa-heart" aria-hidden="true"></i></a>
  1326. </div>
  1327. <!-- to here -->
  1328.  
  1329. <!-- to add a new muse copy from here -->
  1330. <div class="musebox male">
  1331. <a href="#?w=250" rel="04" class="poplight">
  1332. <img src="https://i.imgur.com/WYxj3gE.png" style="margin-top:-20px; position:relative; z-index:1;"></a>
  1333. <div class="mname1"><span style="position:relative;z-index:99999; text-align:center; width:110px;">muse name</span><br>
  1334. <div style="margin-top:-41px;">
  1335. </div>
  1336. <div style="margin-top:30px;"></div>
  1337. <span class="mbg">muse muse muse</span>
  1338. </div>
  1339. <div class="mdesc">xxv. kim seokjin.</div>
  1340.  
  1341. <div style="margin-top:5px;"></div>
  1342.  
  1343. <a href="/" title="muse tag"><i class="fa fa-quote-left" aria-hidden="true"></i></a>
  1344.  
  1345. <a href="/" title="status"><i class="fa fa-plus" aria-hidden="true"></i></a>
  1346.  
  1347. <a href="/" title="ship tag"><i class="fa fa-heart" aria-hidden="true"></i></a>
  1348. </div>
  1349. <!-- to here -->
  1350.  
  1351. <!-- to add a new muse copy from here -->
  1352. <div class="musebox male">
  1353. <a href="#?w=250" rel="04" class="poplight">
  1354. <img src="https://i.imgur.com/WYxj3gE.png" style="margin-top:-20px; position:relative; z-index:1;"></a>
  1355. <div class="mname1"><span style="position:relative;z-index:99999; text-align:center; width:110px;">muse name</span><br>
  1356. <div style="margin-top:-41px;">
  1357. </div>
  1358. <div style="margin-top:30px;"></div>
  1359. <span class="mbg">muse muse muse</span>
  1360. </div>
  1361. <div class="mdesc">xxv. kim seokjin.</div>
  1362.  
  1363. <div style="margin-top:5px;"></div>
  1364.  
  1365. <a href="/" title="muse tag"><i class="fa fa-quote-left" aria-hidden="true"></i></a>
  1366.  
  1367. <a href="/" title="status"><i class="fa fa-plus" aria-hidden="true"></i></a>
  1368.  
  1369. <a href="/" title="ship tag"><i class="fa fa-heart" aria-hidden="true"></i></a>
  1370. </div>
  1371. <!-- to here -->
  1372.  
  1373. <!-- to add a new muse copy from here -->
  1374. <div class="musebox male">
  1375. <a href="#?w=250" rel="04" class="poplight">
  1376. <img src="https://i.imgur.com/WYxj3gE.png" style="margin-top:-20px; position:relative; z-index:1;"></a>
  1377. <div class="mname1"><span style="position:relative;z-index:99999; text-align:center; width:110px;">muse name</span><br>
  1378. <div style="margin-top:-41px;">
  1379. </div>
  1380. <div style="margin-top:30px;"></div>
  1381. <span class="mbg">muse muse muse</span>
  1382. </div>
  1383. <div class="mdesc">xxv. kim seokjin.</div>
  1384.  
  1385. <div style="margin-top:5px;"></div>
  1386.  
  1387. <a href="/" title="muse tag"><i class="fa fa-quote-left" aria-hidden="true"></i></a>
  1388.  
  1389. <a href="/" title="status"><i class="fa fa-plus" aria-hidden="true"></i></a>
  1390.  
  1391. <a href="/" title="ship tag"><i class="fa fa-heart" aria-hidden="true"></i></a>
  1392. </div>
  1393. <!-- to here -->
  1394.  
  1395. <!-- to add a new muse copy from here -->
  1396. <div class="musebox male">
  1397. <a href="#?w=250" rel="04" class="poplight">
  1398. <img src="https://i.imgur.com/WYxj3gE.png" style="margin-top:-20px; position:relative; z-index:1;"></a>
  1399. <div class="mname1"><span style="position:relative;z-index:99999; text-align:center; width:110px;">muse name</span><br>
  1400. <div style="margin-top:-41px;">
  1401. </div>
  1402. <div style="margin-top:30px;"></div>
  1403. <span class="mbg">muse muse muse</span>
  1404. </div>
  1405. <div class="mdesc">xxv. kim seokjin.</div>
  1406.  
  1407. <div style="margin-top:5px;"></div>
  1408.  
  1409. <a href="/" title="muse tag"><i class="fa fa-quote-left" aria-hidden="true"></i></a>
  1410.  
  1411. <a href="/" title="status"><i class="fa fa-plus" aria-hidden="true"></i></a>
  1412.  
  1413. <a href="/" title="ship tag"><i class="fa fa-heart" aria-hidden="true"></i></a>
  1414. </div>
  1415. <!-- to here -->
  1416.  
  1417. </div>
  1418. </div>
  1419.  
  1420.  
  1421. <!--
  1422.  
  1423. < *TABS END >
  1424.  
  1425. -->
  1426.  
  1427. {block:Posts}
  1428.  
  1429. <!-- {block:NoRebloggedFrom}
  1430. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1431. {/block:NoRebloggedFrom} -->
  1432. {block:ContentSource}<!-- {SourceURL}
  1433. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1434. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1435. {/block:ContentSource}
  1436.  
  1437. <div id="post">
  1438.  
  1439. {block:Text}
  1440. {block:Title}<h1>{Title}</h1>{/block:Title}
  1441. {Body}{/block:Text}
  1442.  
  1443. {block:Photo}
  1444. <div class="media"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a> </div> {block:Caption}{Caption}
  1445. {/block:Caption}
  1446. {/block:Photo}
  1447.  
  1448. {block:Photoset}<div class="media">{photoset}</div> {block:Caption}{Caption}
  1449. {/block:Caption}{/block:Photoset}
  1450.  
  1451. {block:Quote}<div class="quote">&#8220;{Quote}&#8221; </div><div class="source">— {block:Source}{Source}{/block:Source}</div> {/block:Quote}
  1452.  
  1453. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1454.  
  1455. {block:Chat}
  1456. {block:Title}
  1457. <h2>{Title}</h2>{/block:Title}<br>
  1458. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  1459. {Line}</li>{/block:Lines}</ul>
  1460. {/block:Chat}
  1461.  
  1462. {block:Audio}<div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}{block:Album}<b>Album:</b> {Album}<BR>{/block:Album}</div></div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  1463.  
  1464. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1465.  
  1466. {block:Answer}
  1467. <img src="{AskerPortraitURL-30}" style="float:left;padding:4px;border-radius:0px;border:1px solid {color:borders};margin-top:6px;margin-left:8px;">
  1468. <div id="ask"><b style="text-transform:uppercase;margin-left:8px;">{Asker}</b>:<br><p style="margin-left:45px;margin-top:5px;">{Question}</p></div><br>
  1469. {Answer}
  1470. {/block:Answer}
  1471.  
  1472. {block:Date}
  1473. <div id="info">
  1474. <a href="{Permalink}" title="{TimeAgo}">{TimeAgo}</a>{/block:Date}{block:NoteCount}
  1475.  
  1476. <span style="float:right;"><a href="{Permalink}"><i class="fa fa-heart-o" aria-hidden="true"></i> {NoteCount}</a>&nbsp; {/block:NoteCount}<span style="float:right;"> | <a href="{ReblogURL}" target="_blank" class="details"><span class="lnr lnr-redo"></span></a></span></span>
  1477.  
  1478. <br><div style="padding-top:2px;">{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</span></div>
  1479. </div></div>
  1480.  
  1481. {block:PermalinkPage}
  1482. <div class="notes">{block:PostNotes}<a name="notes">{PostNotes}</a>{/block:PostNotes}</div>
  1483. {/block:PermalinkPage}
  1484.  
  1485. {/block:Posts}{/block:Posts}</div></div></div>
  1486.  
  1487.  
  1488. </div>
  1489.  
  1490. </ul>
  1491. </div></div>
  1492.  
  1493.  
  1494. <div class="mint">
  1495. <a href="http://mintrps.tumblr.com/" title="theme by mintrps."><span class="lnr lnr-leaf"></span></a>
  1496. </div>
  1497.  
  1498.  
  1499. </div>
  1500.  
  1501. </html>
Add Comment
Please, Sign In to add comment