Advertisement
Guest User

Untitled

a guest
Sep 14th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.92 KB | None | 0 0
  1. <!--
  2.  
  3. THEME: ALECTRONA
  4. by acuite
  5.  
  6. - don't steal this pls
  7. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  8. - 93mtvan's mun says: I SEE YOU, THIEF.
  9.  
  10. - @acuite for more themes
  11.  
  12. -->
  13.  
  14. <html>
  15. <head>
  16.  
  17. <!-- popups by noveia / bravethemes ; please don't delete credits --><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script>
  18. $(document).ready(function() {
  19. $('a.poplight[href^=#]').click(function() {
  20. var popID = $(this).attr('rel');
  21. var popURL = $(this).attr('href');
  22. var query= popURL.split('?');
  23. var dim= query[1].split('&');
  24. var popWidth = dim[0].split('=')[1];
  25. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  26. var popMargTop = ($('#' + popID).height() + 80) / 2;
  27. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade, .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove();
  39. });
  40. return false;
  41. });
  42. });
  43. </script><!-- poppups by noveia / bravetheme -->
  44.  
  45. <title>ᵗʰᵉʳᵉ'ˢ ᵃ ᵐᵒᵒⁿ ˡᶦᵏᵉ ʸᵒᵘ·</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50. <meta name="image:Sidebar" content=""/>
  51.  
  52. <meta name="color:Text" content="#555"/>
  53. <meta name="color:Link" content="#999"/>
  54. <meta name="color:Hover" content="#a79d98"/>
  55.  
  56. <meta name="if:Title" content=""/>
  57. <meta name="if:Drop Links" content=""/>
  58. <meta name="if:Load More" content=""/>
  59. <meta name="if:Paginate" content=""/>
  60. <meta name="if:Captions" content=""/>
  61. <meta name="if:Borders" content=""/>
  62.  
  63. <meta name="select:Permalinks" content="reg" title="Regular">
  64. <meta name="select:Permalinks" content="pto" title="Only Tags">
  65. <meta name="select:Permalinks" content="rio" title="Only Reblog Info">
  66. <meta name="select:Permalinks" content="phd" title="Hide">
  67.  
  68. <meta name="text:Post" content="350"/>
  69. <meta name="text:Sidebar" content="150"/>
  70. <meta name="text:Margin" content="75"/>
  71.  
  72. <meta name="text:Link 1" content="/"/>
  73. <meta name="text:Link 1 Title" content="one"/>
  74. <meta name="text:Link 2" content="/" />
  75. <meta name="text:Link 2 Title" content="two"/>
  76. <meta name="text:Link 3" content="/" />
  77. <meta name="text:Link 3 Title" content="three"/>
  78. <meta name="text:Link 4" content="/" />
  79. <meta name="text:Link 4 Title" content="four"/>
  80.  
  81. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  82. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  83. <link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700,700i" rel="stylesheet">
  84. <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. /** popups by noveia / bravethemes ; please don't delete credits **/
  90. #fade{
  91. display:none;
  92. background:#fff; /* change background */
  93. position:fixed;
  94. left:0;
  95. top:0;
  96. width:100%;
  97. height:100%;
  98. opacity:0.2; /* change how transparent you want the background */
  99. z-index:9999; /* if this happens to go behind the popup, decrease the amount of 9's */
  100. }
  101. .popup_block{ /* the actual popup */
  102. display:none;
  103. background:#fff; /* change background */
  104. border:0px solid #cdd7e2; /* change border style and color */
  105. -webkit-box-shadow: 0px 0px 0px 0px #cdd7e2; /* change the box shadows here, if you don't want any, feel free to delete them */
  106. -moz-box-shadow: 0px 0px 0px 0px #cdd7e2;
  107. padding:10px;
  108. float:left;
  109. line-height:30px;
  110. position:fixed;
  111. top:30%;
  112. left:50%;
  113. border-radius:10px 10px 10px 10px;
  114. z-index:99999; /* if this happens to go behind the fade, increase the amount of 9's */
  115. }
  116. *html #fade{
  117. position:absolute;
  118. }
  119. *html .popup_block{
  120. position:absolute;
  121. }
  122. /** popups by noveia / bravethemes ; please don't delete credits **/
  123.  
  124.  
  125. /* Scroll */
  126.  
  127. ::-webkit-scrollbar {width:11px;height:11px;background:#eee;}
  128. ::-webkit-scrollbar-thumb {background:rgba({RGBcolor:Link},0.5);}
  129. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  130. border:5px solid #f8f8f8;
  131. }
  132.  
  133. /* Controls */
  134.  
  135. .tc .oi {font-size:20px;color:{color:Link};}
  136. .tc {position:fixed;top:15px;right:15px;cursor:pointer;}
  137. #tumblr_controls,.tmblr-iframe{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0;top:0!important;right:0!important;z-index:999999; padding:10px 30px 10px 10px;}
  138.  
  139. #tumblr_controls:hover,.tmblr-iframe:hover{opacity:0.5;}
  140.  
  141. /* General */
  142.  
  143. body {
  144. margin:0;
  145. color:{color:Text};
  146. background:#f8f8f8;
  147. font-smooth:always;
  148. -webkit-font-smoothing:antialiased;
  149. -moz-osx-font-smoothing: grayscale;
  150. }
  151.  
  152. a:link, a:active, a:visited {text-decoration:none;}
  153. body,p,pre,blockquote,big,small,sub,sup {font-size:11px;}
  154. body,p,pre,em{font-family:'Merriweather Sans',Helvetica,Arial,sans-serif;font-weight:300;}
  155. .our_button,.like_button,#tumblr_controls,.tmblr-iframe,.tc {
  156. transition:0.5s ease;
  157. -o-transition:0.5s ease;
  158. -moz-transition:0.5s ease;
  159. -webkit-transition:0.5s ease;
  160. }
  161.  
  162. /* Credit & Scroll to Top */
  163.  
  164. .c,.top{position:fixed;right:30px;width:40px;}
  165. .c {bottom:30px;font-weight:400;}
  166. .top {bottom:50px;display:none;}
  167.  
  168. /* Pagination */
  169.  
  170. .cp {font-weight:600;}
  171. .cp,.jp,.pag a{display:inline-block;vertical-align:middle;margin:0 10px;}
  172. .pag a i,.top{font-size:20px;}
  173. .pag {position:relative;}
  174. .load {cursor:pointer;display:block;font-weight:400;}
  175. .c,.top,.pag,.load {text-align:center;}
  176. .c,.pag,.load {font-size:10px;letter-spacing:0.5px;text-transform:uppercase;}
  177. {block:ifnotPaginate}
  178. .pag,#infscr-loading {display:none!important;}
  179. {/block:ifnotPaginate}
  180.  
  181. /* Containers */
  182.  
  183. .center {
  184. position:relative;
  185. margin:{text:Margin}px auto;
  186. width:calc({text:Post}px + 4px);
  187. right:400px;
  188. }
  189.  
  190. .entry img{max-width:100%;height:auto;}
  191. .entry {margin:{text:Margin}px 0;background:#fff;}
  192.  
  193. /* Sidebar */
  194.  
  195. .desc {
  196. color:#888888;
  197. font-size:8px;
  198. position:fixed;
  199. z-index:99;
  200. font-family:roboto;;
  201. font-style:bold;
  202. bottom:87px;
  203. right:275px;
  204. width:246px;
  205. height:auto;
  206. letter-spacing:0px;
  207. text-align:center;
  208. padding:15px;
  209. background-color:#fff;
  210. border-radius: 0px 0px 0px 0px;
  211. line-height:10px;
  212. text-transform:uppercase;
  213. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  214. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  215. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  216. }
  217.  
  218. .bot {
  219. position:fixed;
  220. bottom:81px;
  221. right:38px;
  222. background: #fff;
  223. overflow:auto;
  224. padding:6px 20px 4px 8px;
  225. width:485px;
  226. height:1px;
  227. border-radius: 0px 0px 15px 0px;
  228. z-index:9999;
  229. }
  230.  
  231. .hovers {
  232. position:fixed;
  233. font-size:10px;
  234. bottom:199px;
  235. right:437px;
  236. background: #fff;
  237. overflow:auto;
  238. padding:6px 20px 4px 8px;
  239. width:233px;
  240. height:15px;
  241. transform:rotate(-90deg);
  242. border-radius: 0px 0px 0px 0px;
  243. z-index:9999;
  244. }
  245.  
  246. .navi {
  247. position:fixed;
  248. bottom:217px;
  249. right:433px;
  250. z-index:99;
  251. }
  252.  
  253. .navi a {
  254. display: inline-block;
  255. margin-top: 3px;
  256. background-color: #a79d98;
  257. font-size: 8px;
  258. line-height:15px;
  259. text-align:left;
  260. text-transform: uppercase;
  261. color: white;
  262. width:99px;
  263. padding:2px;
  264. padding-right:10px;
  265. padding-left:10px;
  266. height:13px;
  267. letter-spacing: 1px;
  268. font-family: 'roboto';
  269. -webkit-transition: all 0.4s ease-out;
  270. }
  271.  
  272. .navi a:hover {
  273. background-color: white;
  274. color:#a79d98; }
  275.  
  276. .ig {
  277. position:fixed;
  278. bottom:317px;
  279. right:433px;
  280. background: #a79d98;
  281. overflow:auto;
  282. padding:6px 20px 4px 8px;
  283. transform:rotate(-180deg);
  284. width:91px;
  285. height:13px;
  286. border-radius: 0px 0px 0px 0px;
  287. z-index:99;
  288. }
  289.  
  290. .e1 {
  291. position:fixed;
  292. bottom:217px;
  293. right:401px;
  294. background: #b0a7a2;
  295. overflow:auto;
  296. padding:6px 20px 4px 8px;
  297. width:-20px;
  298. height:112px;
  299. border-radius: 0px 0px 0px 0px;
  300. z-index:99;
  301. }
  302.  
  303. .e2 {
  304. position:fixed;
  305. bottom:217px;
  306. right:352px;
  307. background: #beb7b4;
  308. overflow:auto;
  309. padding:6px 20px 4px 8px;
  310. width:17px;
  311. height:112px;
  312. border-radius: 0px 0px 0px 0px;
  313. z-index:99;
  314. }
  315.  
  316. .e3 {
  317. position:fixed;
  318. bottom:217px;
  319. right:270px;
  320. background: #d3cecb;
  321. overflow:auto;
  322. padding:6px 20px 4px 8px;
  323. width:50px;
  324. height:112px;
  325. border-radius: 0px 0px 0px 0px;
  326. z-index:99;
  327. }
  328.  
  329.  
  330. #xx2 {
  331. position:fixed;
  332. background-color:transparent;
  333. z-index:9;
  334. font-size:37px;
  335. right:340px;
  336. bottom:352px;
  337. font-family:'austral';
  338. letter-spacing:2px;
  339. text-align: center;
  340. color:#ffffff;
  341.  
  342. }
  343.  
  344. @font-face { font-family: "austral"; src: url('https://dl.dropboxusercontent.com/s/sxogr82s2pntq4d/Austral-Sans_Stamp-Regular.ttf'); format("truetype");}
  345.  
  346. #xx3 {
  347. position:fixed;
  348. background-color:transparent;
  349. z-index:99;
  350. font-size:13px;
  351. right:268px;
  352. bottom:341px;
  353. font-family:'arial';
  354. letter-spacing:2px;
  355. text-align: center;
  356. color:#ffffff;
  357.  
  358. }
  359.  
  360. @font-face { font-family: "zipper"; src: url('https://dl.dropboxusercontent.com/s/vgwknx208e7fdht/Zipper-Regular.ttf'); format("truetype");}
  361.  
  362. .stats {
  363. position:fixed;
  364. z-index:9999;
  365. background: transparent;
  366. text-align: center;
  367. text-transform: uppercase;
  368. font-size: 7px;
  369. padding: 3px;
  370. right: 45px;
  371. bottom: 80px;
  372. color:white;
  373. }
  374.  
  375. /* Titles */
  376.  
  377. h1 {margin:0;font-size:13px;line-height:100%;text-transform:uppercase;}
  378. h2 {margin:20px;font-size:13px;line-height:100%;font-weight:400;}
  379. h3,h4,h5 {margin:10px;font-size:11px;line-height:100%;}
  380.  
  381. /* Permalinks */
  382.  
  383. .p {font-size:0;font-weight:400;margin:20px;}
  384. .ple {font-size:10px;text-transform:uppercase;letter-spacing:0.5px;}
  385. .ple,.pri {display:inline-block;vertical-align:middle;width:50%;}
  386. .pri {text-align:right;opacity:0.75;padding-top:1px;}
  387. .pri .oi {font-size:16px;}
  388. .oi-refresh {margin-left:4px;}
  389.  
  390. .custom-like-button *{cursor:pointer!important;}
  391. .custom-like-button {
  392. position:relative;
  393. display:inline-block;
  394. vertical-align:top;
  395. width:14px;
  396. height:14px;
  397. cursor:pointer;
  398. }
  399.  
  400. .like_button:hover + .our_button {color:{color:Hover};}
  401. .like_button.liked + .our_button {color:{color:Hover};}
  402. .like_button iframe {width:100%!important;height:100%!important;}
  403. .like_button {z-index:10;opacity:0;}
  404. .our_button {z-index:1;}
  405. .our_button,.like_button {
  406. position:absolute;
  407. top:0;
  408. left:0;
  409. width:100%;
  410. height:100%;
  411. }
  412.  
  413. .p_top {margin:20px 20px -17px;color:{color:Link};}
  414. .pto .from,.rio .tags,.phd {display:none;}
  415. .tags,.from {display:inline;}
  416. .tags a,.from a,.from b{font-size:10px;line-height:100%;}
  417. .from {margin-right:3px;}
  418. .from a {font-weight:400;}
  419. .tags a {margin:0 1px 3px;display:inline-block;font-style:italic;}
  420.  
  421. /* Quotes */
  422.  
  423. .qut_hold {margin:25px;}
  424. .src {margin-bottom:5px;}
  425. .qut {font-size:13px;font-weight:300;line-height:130%;font-style:italic;}
  426.  
  427. /* Audio & Chat */
  428.  
  429. .chat {margin:20px;}
  430. .lines,.chat h2 {margin:10px 0;padding:0;}
  431. .play {padding:10px;background:#e4e4e4;height:27px;width:27px;}
  432. .audio {font-size:0;margin:20px;}
  433. .play,.au {display:inline-block;vertical-align:middle;}
  434. .soundcloud_audio_player{padding:15px 0;}
  435. .au span.tn {text-transform:uppercase;letter-spacing:0.75px;}
  436. .au span {display:block;margin:3px 0;font-size:10px;}
  437. .au {width:calc(100% - 62px);margin-left:15px;}
  438. .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
  439.  
  440. /* Text */
  441.  
  442. ol,ul {padding:0 0 0 20px;}
  443. li {margin:5px;}
  444. p,blockquote,pre,ul,ol{margin:5px 0;}
  445. blockquote p{margin:5px 0;}
  446. blockquote p:first-child{margin:0 0 5px;}
  447. blockquote p:last-child{margin:5px 0 0;}
  448. blockquote p:only-child{margin:0;}
  449. blockquote blockquote {margin:0;}
  450. blockquote{padding-left:10px;border-left:1px solid #eee;}
  451. pre {
  452. white-space:pre-wrap;
  453. white-space:-moz-pre-wrap;
  454. white-space:-pre-wrap;
  455. white-space:-o-pre-wrap;
  456. word-wrap:break-word;
  457. }
  458.  
  459. /* Captions */
  460.  
  461. .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
  462. {block:ifBorders}
  463. .tumblr_parent {margin:0;padding:20px;border:0;border-bottom:1px dotted #eee;}
  464. {/block:ifBorders}
  465. {block:ifnotBorders}
  466. .tumblr_parent {margin:20px;padding:0;border:0;}
  467. {/block:ifnotBorders}
  468. .tumblr_parent blockquote {margin:5px 0;}
  469. .txt.nospace .tumblr_parent:first-of-type {padding-top:0;}
  470. a.tumblr_blog,.aski {
  471. font-size:10px;
  472. font-weight:400;
  473. letter-spacing:0.5px;
  474. text-transform:uppercase;
  475. }
  476.  
  477. .user-pic {
  478. display:inline-block;
  479. vertical-align:middle;
  480. border-radius:50%;
  481. margin-right:7px;
  482. width:14px;
  483. }
  484.  
  485. /* Video */
  486.  
  487. .video {overflow:hidden;}
  488. .vine-embed,#youtube_iframe {display:block;}
  489. .instagram-media {border-radius:0!important;box-shadow:none!important;}
  490.  
  491. /* Photosets */
  492.  
  493. #tumblr_lightbox,.tmblr-lightbox {
  494. background:rgba({RGBcolor:Background},0.99)!important;
  495. }
  496.  
  497. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  498. opacity:0!important;
  499. }
  500.  
  501. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
  502. #tumblr_lightbox_right_image, .lightbox-image {
  503. box-shadow:none!important;
  504. border-radius:0px!important;
  505. }
  506.  
  507. /* Ask */
  508.  
  509. #ask_form {width:calc(100% - 40px);margin:20px;}
  510. .ask {margin:20px;}
  511. .aski {margin:0 0 7px;line-height:20px;}
  512. .aski img {float:left;width:20px;margin-right:7px;border-radius:50%;}
  513. .ans {margin:20px;}
  514.  
  515. /* Permalink Page + Postnotes */
  516.  
  517. .pph {text-transform:lowercase;}
  518. .perma {margin:20px;line-height:175%;}
  519. .pmt a:after {content:',';}
  520. .pmt a:last-of-type:after {content:'.';}
  521. .pn ol {margin:0;padding:0;list-style-type:none;}
  522. .pn li{margin:10px 0;font-size:8.5px;line-height:100%;}
  523. .pn,.pn img{display:none;}
  524. .pn {margin:20px;font-size:0;}
  525. .pnh,.more_notes_link,.notes_loading {display:block;font-weight:600;}
  526. .more_notes_link,.notes_loading {text-align:left!important;}
  527.  
  528. /* Tooltips */
  529.  
  530. #s-m-t-tooltip{
  531. max-width:200px;
  532. margin:15px;
  533. z-index:99999999;
  534. padding:6px;
  535. line-height:100%;
  536. word-wrap:break-word;
  537. word-break:break-all;
  538. background:#fff;
  539. }
  540.  
  541. /* Common Styles */
  542.  
  543. .ask,p,blockquote,.lines,.desc{line-height:150%;}
  544. .cap a:not(.tumblr_blog) {border-bottom:1px solid {color:Hover};color:{color:Text};}
  545. a:hover, a h2:hover,.cap a:hover{color:#9b8775;}
  546. a,.p,.perma,.src,.lines b,.tn,h2,.ask{color:#a79d98;}
  547. b, strong, bold { font-weight:bold;font-size:115%; color:#a79d98; }
  548.  
  549.  
  550. .entry {overflow:hidden;border:1px solid #eee;}
  551. .play,#s-m-t-tooltip,.entry,aside{border-radius:6px;}
  552.  
  553. /* Etc */
  554.  
  555. img {margin:0;display:block;}
  556.  
  557. </style>
  558. </head>
  559. <body>
  560.  
  561. <img src='https://78.media.tumblr.com/dfad988c8ce2578e608e60c2f67af9cc/tumblr_pf2ej8KP851xgx0aao3_r1_500.png' width=300 style='position:fixed;bottom:82px;right:30px;z-index:999'/>
  562.  
  563. <div class="desc">
  564. <div style="overflow:auto; width: 190px; height: 97px; background-color:transparent; text-align:left;padding-left:30px">
  565. <b>KIM LIP</b> (김립), born on February 10, 1999 is a part of the South Korean girl group <b>LOONA</b>, stylized as LOOΠΔ, which was formed by Blockberry Creative, a subsidiary of Polaris Entertainment, set to debut in 2018. Each month, from October 2016 to late 2018, a new member or sub-unit is revealed through the release of a single album or extended play, introducing them to the group. Kim Lip was revealed to the public on the 15th of May. Her solo <b>'ECLIPSE'</b> was released on the 23rd. She will be part of Loona's second subunit.
  566.  
  567. </div></div>
  568.  
  569. <div class="bot"></div>
  570. <div class="hovers">
  571. <div style="text-align:left; font-family:roboto;text-transform:uppercase">
  572. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a title="general character of loona's kim jungeun under closed directory ECLIPSE with small personality tweaks due to lack of information. semi-lit and semi-selective. replies may be slow."><b>gen</b></a>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  573. <a title="both mun and muse of age which means nsfw content appears, properly tagged."><b>nsfw</b></a>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  574. <a title="under dating ban. rumoured heterosexual and single."><b>r/s</b></a>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  575. <a title="this is just roleplay account. i'm no way connected with bbc ent., loona nor kim lip herself."><b>disc</b></a>.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  576. <a title="mun =/= muse. no ooc drama allowed."><b>ooc</b></a>.
  577. </div>
  578. </div>
  579.  
  580. <img src='https://media.giphy.com/media/l2JhIFkIowUP6PBBe/giphy.gif' width=255 style='transform:rotate(15deg);position:fixed;bottom:310px;right:70px;z-index:-9'/>
  581.  
  582. <a href="#?w=300" rel="02" class="poplight" title="there’s a magnetic pull between our souls."><img src='https://78.media.tumblr.com/ee9e8ac6a54abc3613bbabdd679e434b/tumblr_p918d87CD11xu51lzo1_400.gif' width=110 style='transform:rotate(61deg);position:fixed;bottom:230px;right:36px;z-index:99999'/></a>
  583.  
  584.  
  585. <div class="navi"><a href="/"><center>refresh</center></a><br><a href="/ask"><center>contact</center></a><br><a href="/about"><center>profile</center></a><br><a href="/mun"><center>mun's note</center></a><br><a href="http://rp-eclipse.tumblr.com/"><center>directory</center></a></div>
  586.  
  587. <div class="ig"></div>
  588. <div class="e1"></div><div class="e2"></div><div class="e3"></div>
  589.  
  590.  
  591. <div id="xx2">@glaciv — </div>
  592. <div id="xx3"> STARS, TOO, WERE <i>TIME TRAVELERS</i>;</div>
  593.  
  594. <div class="stats">
  595.  
  596. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5566865";
  597. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  598. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=Online User&e2=Online Users&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  599. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  600. </script> //
  601. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3305325";
  602. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1";
  603. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  604. </script>
  605.  
  606. </div>
  607.  
  608. <a title="current location: SEOUL, KOREA."><img src='https://78.media.tumblr.com/a8c640c489a4e687402667999bef8550/tumblr_pf20fodXi81xutn2ho3_r1_250.png' width=40 style='position:fixed;bottom:308px;right:520px;z-index:99999'/></a>
  609.  
  610. <a href="#?w=300" rel="03" class="poplight"><img src='https://78.media.tumblr.com/78d6488811d6976aca573e02ff1c7bf1/tumblr_pf20fodXi81xutn2ho4_r1_250.png' width=22 style='transform:rotate(-20deg);position:fixed;bottom:155px;right:232px;z-index:99999'/></a>
  611.  
  612.  
  613. <div class="tc"><i class="oi oi-menu"></i></div>
  614. <div class="center">
  615.  
  616.  
  617.  
  618. <div id="content">
  619. {block:Posts}
  620. <div class="entry" id="{PostID}">
  621.  
  622. {block:Text}
  623. {block:Title}<h2>{Title} *:・゚✧ </h2>{/block:Title}
  624. <div class="txt cap {block:Title}nospace{/block:Title}">{Body}</div>
  625. {/block:Text}
  626.  
  627. {block:Link}
  628. <h2><a title="{URL}" href="{URL}">{Name}</a></h2>
  629. <div class="txt cap nospace">
  630. {block:Description}{Description}{/block:Description}
  631. </div>
  632. {/block:Link}
  633.  
  634. {block:Photo}
  635. <div class="bx"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="photo"/></a></div>
  636. {/block:Photo}
  637.  
  638. {block:Photoset}
  639. <div class="bx"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div>
  640. {/block:Photoset}
  641.  
  642. {block:Quote}
  643. <div class="qut_hold">
  644. {block:Source}<div class="src">{Source}</div>{/block:Source}
  645. <div class="qut">{Quote}</div>
  646. </div>
  647. {/block:Quote}
  648.  
  649. {block:Chat}
  650. <div class="chat">
  651. {block:Title}<h2>{Title}</h2>{/block:Title}
  652. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
  653. </div>
  654. {/block:Chat}
  655.  
  656. {block:Audio}
  657. <div class="audio">
  658. {block:AudioPlayer}<div class="play">{AudioPlayerGrey}</div>{/block:AudioPlayer}
  659. <div class="au">
  660. {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
  661. {block:Artist}<span>by {Artist}</span>{/block:Artist}
  662. </div>
  663. </div>
  664. {/block:Audio}
  665.  
  666. {block:Video}
  667. <div class="video">{Video-500}</div>
  668. {/block:Video}
  669.  
  670. {block:Answer}
  671. <div class="ask">
  672. <div class="aski"><img src="{AskerPortraitURL-24}"><b>{Asker}</b> is typing...</div>
  673. <div class="que">❝ {Question} ❞</div>
  674. </div>
  675. <div class="txt ans">{Answer}</div>
  676. {/block:Answer}
  677.  
  678. {block:ifCaptions}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
  679.  
  680. {block:IndexPage}
  681.  
  682. <div class="p_top {select:Permalinks}">
  683. {block:RebloggedFrom}<div class="from"><a href="{ReblogParentURL}">{ReblogParentName}</a> <b>&middot;</b> <a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
  684. {block:HasTags}<div class="tags">
  685. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  686. </div>{/block:HasTags}
  687.  
  688. </div>
  689.  
  690. <div class="p">
  691. <a class="ple" href="{Permalink}">{NoteCountWithLabel}</a>
  692.  
  693. <div class="pri">
  694. <div class="custom-like-button">{LikeButton}
  695. <span class="our_button"><i class="oi oi-heart"></i></span>
  696. </div>
  697. <a href="{ReblogURL}"><i class="oi oi-refresh"></i></a>
  698. </div>
  699.  
  700. </div>
  701. {/block:IndexPage}
  702.  
  703.  
  704.  
  705. {block:PermalinkPage}
  706. {block:Date}
  707. <div class="pph">
  708. <div class="perma">
  709. posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
  710. {block:RebloggedFrom}<br>
  711. via <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp;&nbsp;&nbsp;
  712. source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  713. {/block:RebloggedFrom}
  714.  
  715. {block:HasTags}<div class="pmt">tags: &nbsp;
  716. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  717. </div>{/block:HasTags}
  718. <a href="#" class="pnh">{NoteCountWithLabel}</a>
  719. </div>
  720.  
  721. {block:PostNotes}
  722. <div class="pn">{PostNotes}</div>
  723. {/block:PostNotes}
  724.  
  725. </div>
  726. {/block:Date}
  727. {/block:PermalinkPage}
  728.  
  729. {block:ContentSource}
  730. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  731. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  732. {/block:SourceLogo}
  733. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  734. {/block:ContentSource}
  735.  
  736. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  737.  
  738. </div>
  739. {/block:Posts}
  740.  
  741. {block:ifPaginate}
  742. {block:Pagination}
  743. <div class="pag">
  744. {block:PreviousPage}
  745. <a href="{PreviousPage}"><i class="oi oi-chevron-left"></i></a>
  746. {/block:PreviousPage}
  747.  
  748. {block:JumpPagination length="3"}
  749. {block:CurrentPage}
  750. <span class="cp">{PageNumber}</span>
  751. {/block:CurrentPage}
  752. {block:JumpPage}
  753. <a class="jp" href="{URL}">{PageNumber}</a>
  754. {/block:JumpPage}
  755. {/block:JumpPagination}
  756.  
  757. {block:NextPage}
  758. <a href="{NextPage}"><i class="oi oi-chevron-right"></i></a>
  759. {/block:NextPage}
  760. </div>
  761. {/block:Pagination}
  762. {/block:ifPaginate}
  763.  
  764. </div>
  765.  
  766. {block:ifnotPaginate}
  767. {block:Pagination}
  768. <div class="pag">
  769. {block:PreviousPage}
  770. <a href="{PreviousPage}" class="prev">back</a>
  771. {/block:PreviousPage}
  772. {block:NextPage}
  773. <a href="{NextPage}" class="next">next</a>
  774. {/block:NextPage}
  775. </div>
  776.  
  777. {block:ifLoadMore}
  778. <a class="load">Load More</a>
  779. {/block:ifLoadMore}
  780. {/block:Pagination}
  781. {/block:ifnotPaginate}
  782.  
  783. </div>
  784.  
  785. <a href="#" class="top"><i class="oi oi-chevron-up"></i></a>
  786. <div class="c"><a title="theme by acuite. heavily tweaked by 93mtvan's mun for personal use only. if you copy i'll haunt you at sleep." href="http://acuite.tumblr.com">acuite</a></div>
  787.  
  788. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  789. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  790. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  791. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  792. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  793. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  794. <script>
  795. // pxu photosets
  796. $(document).ready(function(){
  797. $('.photo-slideshow').pxuPhotoset({
  798. lightbox: true,
  799. rounded: false,
  800. gutter: '1px',
  801. photoset: '.photo-slideshow',
  802. photoWrap: '.photo-data',
  803. photo: '.pxu-photo'
  804. });
  805.  
  806.  
  807. // minimal soundcloud player © eoxk.tumblr
  808. $(document).ready(function(){
  809. var color = '{color:Link}'; // color of play button (hex)
  810. $('.soundcloud_audio_player').each(function(){
  811. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  812. });
  813. });
  814.  
  815.  
  816. // drop links & post notes
  817. $(document).ready(function(){
  818. $(".pn").hide();
  819. $(".pnh").show();$('.pnh').toggle(function(){
  820. $(".pn").slideDown(function(){});
  821. },function(){
  822. $(".pn").slideUp(function(){});
  823. });
  824. $(".lb").hide();
  825. $(".lh").show();$('.lh').toggle(function(){
  826. $(".lb").slideDown(function(){});
  827. },function(){
  828. $(".lb").slideUp(function(){});
  829. });
  830. });
  831.  
  832.  
  833. // scroll to top © html-tuts.com
  834. var amountScrolled = 500;
  835. $(window).scroll(function() {
  836. if ($(window).scrollTop() > amountScrolled) {
  837. $('a.top').fadeIn('slow');
  838. } else {
  839. $('a.top').fadeOut('slow');
  840. }
  841. });
  842. $('a.top').click(function() {
  843. $('body, html').animate({
  844. scrollTop: 0
  845. }, 'slow');
  846. return false;
  847. });
  848.  
  849.  
  850. // tooltips
  851. (function($){
  852. $(document).ready(function(){
  853. $("[title]").style_my_tooltips({
  854. tip_delay_time:200,
  855. tip_fade_speed:300
  856. }
  857. );
  858. });
  859. })(jQuery);
  860.  
  861.  
  862. /*
  863.  
  864. UN-NEST TUMBLR CAPTIONS PLUGIN
  865. 2016 @magnusthemes & @neothm
  866. source: http://neothm.com/post/148902138319
  867.  
  868. */
  869. $('.entry').unnest({
  870. yourCaption: ".cap",
  871. newCaptionUsername: false,
  872. originalPostCaptionUsername: false,
  873. tumblrAvatars: true,
  874. tumblrAvatarClass: ".user-pic",
  875. usernameColon: false
  876. });
  877.  
  878.  
  879. // infinite scroll
  880. {block:ifnotPaginate}
  881. var $container = $('#content');
  882. $container.infinitescroll({
  883. itemSelector: '.entry',
  884. navSelector: '.pag',
  885. nextSelector: '.next',
  886. loadingImg: ' ',
  887. loadingText: ' ',
  888. donetext: 'No more posts' ,
  889. bufferPx: 2000,
  890. {block:ifLoadMore}
  891. errorCallback: function(){
  892. jQuery('.load').delay(50).fadeOut();
  893. }
  894. {/block:ifLoadMore}
  895. },
  896. function( newElements ) {
  897. var $newElems = $( newElements );
  898. var $newElemsIDs = $newElems.map(function(){
  899. return this.id;
  900. }).get();
  901. console.log($newElems, $newElemsIDs);
  902. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  903. $newElems.find('.photo-slideshow').pxuPhotoset({
  904. lightbox: true,
  905. rounded: false,
  906. gutter: '1px',
  907. photoset: '.photo-slideshow',
  908. photoWrap: '.photo-data',
  909. photo: '.pxu-photo'
  910. });
  911. resizeVideos();
  912. $newElems.unnest({
  913. yourCaption: ".cap",
  914. newCaptionUsername: true,
  915. originalPostCaptionUsername: true,
  916. tumblrAvatars: true,
  917. tumblrAvatarClass: ".user-pic",
  918. usernameColon: false
  919. });
  920. });
  921. {block:ifLoadMore}
  922. $(window).unbind(".infscr");
  923. $(".load").click(function(){
  924. $("#content").infinitescroll("retrieve");
  925. });
  926. {/block:ifLoadMore}
  927. {/block:ifnotPaginate}
  928. });
  929.  
  930. </script>
  931. <div id="02" class="popup_block">
  932. <center>
  933. <br>
  934. /under construction/
  935. </center>
  936. <br>
  937. </div></div>
  938.  
  939.  
  940. <div id="03" class="popup_block">
  941. <center>
  942. <br>
  943. <b>to <i><a href="https://93mtvan.tumblr.com" a title="if i had a star for every time you made me fall in love with you i’d have enough for a whole galaxy.">him.</i></a></b>
  944. <img src="https://i.imgur.com/QQx6rML.png" height="69" width="200">
  945. <b>❝</b> i read once that the ancient egyptians had <i>fifty</i> words for sand & the eskimos had a <i>hundred</i> words for snow & i wish i had a <i>thousand</i> words for <b>love</b>, but all that comes to mind is the way you move against me while you sleep & there are <b>no words</b> for that. <b>❞</b>
  946. <br>
  947. <br>
  948. </center>
  949.  
  950. </div>
  951. </div><!-- layout by noveia / bravethemes --><!-- layout by noveia / bravethemes -->
  952.  
  953.  
  954.  
  955. </body>
  956. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement