Advertisement
allebyu

sighsss

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