Advertisement
Guest User

insoo

a guest
Aug 21st, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.12 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- 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>
  5. $(document).ready(function() {
  6. $('a.poplight[href^=#]').click(function() {
  7. var popID = $(this).attr('rel');
  8. var popURL = $(this).attr('href');
  9. var query= popURL.split('?');
  10. var dim= query[1].split('&');
  11. var popWidth = dim[0].split('=')[1];
  12. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  13. var popMargTop = ($('#' + popID).height() + 80) / 2;
  14. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  15. $('#' + popID).css({
  16. 'margin-top' : -popMargTop,
  17. 'margin-left' : -popMargLeft
  18. });
  19. $('body').append('<div id="fade"></div>');
  20. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  21. return false;
  22. });
  23. $('a.close, #fade').live('click', function() {
  24. $('#fade, .popup_block').fadeOut(function() {
  25. $('#fade, a.close').remove();
  26. });
  27. return false;
  28. });
  29. });
  30. </script><!-- poppups by noveia / bravetheme -->
  31.  
  32. <title>ˢᵐᵒᵒᶜʰᵎᵎ</title>
  33. <link rel="shortcut icon" href="https://66.media.tumblr.com/9300f58cf58192bcc7aba6dfbfe9ac9b/tumblr_pq0aeiaN811yn7cs5o1_500.png">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  37. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  38. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  39. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  40. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  41. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  42. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  43. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  44.  
  45.  
  46. <meta name="select:Permalinks" content="reg" title="Regular">
  47. <meta name="select:Permalinks" content="pto" title="Only Tags">
  48. <meta name="select:Permalinks" content="rio" title="Only Reblog Info">
  49. <meta name="select:Permalinks" content="phd" title="Hide">
  50.  
  51. <meta name="if:Load More" content=""/>
  52. <meta name="if:Paginate" content=""/>
  53.  
  54. <meta name="text:Post" content="350"/>
  55. <meta name="text:Sidebar" content="150"/>
  56. <meta name="text:Margin" content="75"/>
  57.  
  58. <meta name="text:descrip" content="etytertygdftgertyewyereytruwryerteryewr"/>
  59.  
  60. <meta name="text:hover1" content="SEMI-LITERATE; SEMI-SELECTIVE"/>
  61. <meta name="text:hover2" content="ROLEPLAY BLOG, ORIGINAL CHARACTER"/>
  62. <meta name="text:hover3" content="RELATIONSHIPS ARE WELCOME"/>
  63. <meta name="text:hover4" content="DRINK WATER NOW"/>
  64.  
  65. <meta name="text:location" content="Seoul, South Korea."/>
  66.  
  67. <meta name="text:title1" content=""/>
  68. <meta name="text:title2" content=""/>
  69.  
  70. <meta name="text:quote" content=""/>
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  78. <link href='https://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  79. <link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700,700i" rel="stylesheet">
  80. <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
  81.  
  82.  
  83. <style type="text/css">
  84.  
  85. /** popups by noveia / bravethemes ; please don't delete credits **/
  86. #fade{
  87. display:none;
  88. background:#fff; /* change background */
  89. position:fixed;
  90. left:0;
  91. top:0;
  92. width:100%;
  93. height:100%;
  94. opacity:0.2; /* change how transparent you want the background */
  95. z-index:9999; /* if this happens to go behind the popup, decrease the amount of 9's */
  96. }
  97. .popup_block{ /* the actual popup */
  98. display:none;
  99. background:#fff; /* change background */
  100. padding:10px;
  101. float:left;
  102. line-height:15px;
  103. position:fixed;
  104. top:50%;
  105. left:50%;
  106. border-radius:10px 10px 10px 10px;
  107. z-index:99999; /* if this happens to go behind the fade, increase the amount of 9's */
  108. }
  109. *html #fade{
  110. position:absolute;
  111. }
  112. *html .popup_block{
  113. position:absolute;
  114. }
  115. /** popups by noveia / bravethemes ; please don't delete credits **/
  116.  
  117.  
  118. /* Scroll */
  119.  
  120. ::-webkit-scrollbar {width:11px;height:11px;background:transparent;}
  121. ::-webkit-scrollbar-thumb {background:transparent);}
  122. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  123. border:0px solid #f8f8f8;
  124. }
  125.  
  126. /* Controls */
  127.  
  128. .tc .oi {font-size:20px;color:#587993;}
  129. .tc {position:fixed;top:15px;right:15px;cursor:pointer;}
  130. #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;}
  131.  
  132. #tumblr_controls:hover,.tmblr-iframe:hover{opacity:0.5;}
  133.  
  134. /* General */
  135.  
  136. body {
  137. margin:0;
  138. color:#888888;
  139. background:#dfe3e8;
  140. font-smooth:always;
  141. -webkit-font-smoothing:antialiased;
  142. -moz-osx-font-smoothing: grayscale;
  143. }
  144.  
  145. a:link, a:active, a:visited {text-decoration:none;}
  146. body,p,pre,blockquote,big,small,sub,sup {font-size:11px;}
  147. body,p,pre,em{font-family:'Roboto';font-weight:300;}
  148. .our_button,.like_button,#tumblr_controls,.tmblr-iframe,.tc {
  149. transition:0.5s ease;
  150. -o-transition:0.5s ease;
  151. -moz-transition:0.5s ease;
  152. -webkit-transition:0.5s ease;
  153. }
  154.  
  155. /* Credit & Scroll to Top */
  156.  
  157. .c,.top{position:fixed;right:1840px;width:40px;}
  158. .c {bottom:30px;font-weight:400;}
  159. .top {bottom:50px;display:none;}
  160.  
  161. /* Pagination */
  162.  
  163. .cp {font-weight:600;}
  164. .cp,.jp,.pag a{display:inline-block;vertical-align:middle;margin:0 10px;}
  165. .pag a i,.top{font-size:20px;}
  166. .pag {position:relative;}
  167. .load {cursor:pointer;display:block;font-weight:400;}
  168. .c,.top,.pag,.load {text-align:center;}
  169. .c,.pag,.load {font-size:10px;letter-spacing:0.5px;text-transform:uppercase;}
  170. {block:ifnotPaginate}
  171. .pag,#infscr-loading {display:none!important;}
  172. {/block:ifnotPaginate}
  173.  
  174. /* Containers */
  175.  
  176. .center {
  177. position:relative;
  178. margin:{text:Margin}px auto;
  179. width:calc({text:Post}px + 4px);
  180. left:-230px;
  181. }
  182.  
  183. .entry img{max-width:100%;height:auto;}
  184. .entry {margin:{text:Margin}px 0;background:#fff;}
  185.  
  186. /* Sidebar */
  187.  
  188. .desc {
  189. color:#888888;
  190. font-size:8px;
  191. position:fixed;
  192. z-index:12px;
  193. font-style:bold;
  194. bottom:250px;
  195. left:1300px;
  196. width:393px;
  197. height:52px;
  198. padding:2px;
  199. background-color:#fff;
  200. line-height:6px;
  201. text-transform:uppercase;
  202. border-radius:5px 5px 5px 5px;
  203. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  204. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  205. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  206. }
  207.  
  208. .location {
  209. position:fixed;
  210. bottom:310px;
  211. left:1300px;
  212. background: #fff;
  213. overflow:auto;
  214. width:398px;
  215. height:14px;
  216. text-transform:uppercase;
  217. border-radius:7px 7px 7px 0px;
  218. z-index:99;
  219. }
  220.  
  221. .hover1 {
  222. position:fixed;
  223. bottom:233px;
  224. left:1579px;
  225. background: #98b3ca;
  226. overflow:auto;
  227. width:120px;
  228. height:12.5px;
  229. z-index:99;
  230. border-radius:5px 5px 0px 0px;
  231. }
  232.  
  233. .hover2 {
  234. position:fixed;
  235. bottom:220px;
  236. left:1579px;
  237. background: #8ba8c1;
  238. overflow:auto;
  239. width:120px;
  240. height:12px;
  241. z-index:99;
  242. }
  243.  
  244. .hover3 {
  245. position:fixed;
  246. bottom:207px;
  247. left:1579px;
  248. background: #809eb7;
  249. overflow:auto;
  250. width:120px;
  251. height:12px;
  252. z-index:99;
  253. }
  254.  
  255. .hover4 {
  256. position:fixed;
  257. border-radius:0 0px 0px 5px;
  258. bottom:194px;
  259. left:1579px;
  260. background: #7895ae;
  261. overflow:auto;
  262. width:120px;
  263. height:12px;
  264. z-index:99;
  265. border-radius:0px 0px 5px 5px;
  266. }
  267. .hover1:hover, .hover2:hover, .hover3:hover, .hover4:hover {
  268. border-radius:5px;
  269. box-shadow: inset -181px 0px 0px 0px #fff;
  270. -webkit-transition: all 0.4s ease-out;
  271. }
  272.  
  273. .navi {
  274. position:fixed;
  275. bottom:128px;
  276. left:1140px;
  277. z-index:99;
  278. width:auto;
  279. z-index:99999;
  280. }
  281.  
  282. .navi a {
  283. display: inline-block;
  284. background-color: #8aa8c2;
  285. font-size: 8px;
  286. text-align:center;
  287. text-transform: uppercase;
  288. color: white;
  289. width:112px;
  290. height:15px;
  291. letter-spacing: 2px;
  292. padding-top:5px;
  293. font-family: 'roboto';
  294. -webkit-transition: all 0.4s ease-out;
  295. z-index:99999;
  296. border-bottom:3px solid white;
  297. border-radius:5px 5px 5px 5px;
  298. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  299. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  300. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  301. }
  302.  
  303. .navi a:hover {
  304. background-color: white;
  305. color:#8aa8c2;
  306. border-bottom:3px solid #8aa8c2;
  307. letter-spacing:3px;
  308. }
  309.  
  310. #simba {
  311. position:fixed;
  312. bottom: 152px;
  313. left: 1320px;
  314. width:250px;
  315. height:80px;
  316. padding:1px;
  317. text-align:right;
  318. z-index:99;
  319. padding-top:5px;
  320. padding-bottom: 9px;
  321. padding-left: 6px;
  322. background: #ffffff;
  323. border-radius:0px 5px 5px 0px;
  324. }
  325.  
  326. .quote {
  327. position:fixed;
  328. bottom:152px;
  329. left:1579px;
  330. background: #ffffff;
  331. font-family:'roboto';
  332. overflow:auto;
  333. width:120px;
  334. height:40px;
  335. border-radius: 0px 5px 5px 5px;
  336. z-index:9;
  337. -webkit-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  338. -moz-box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5);
  339. box-shadow: -2px 11px 204px 3px rgba(166,154,155,0.5); }
  340.  
  341. #render {
  342. position: fixed;
  343. bottom:150px;
  344. left:1100px;
  345. z-index:999;
  346. }
  347.  
  348. #render img {
  349. width:280px;
  350. }
  351.  
  352. #xx2 {
  353. position:fixed;
  354. background-color:transparent;
  355. z-index:9;
  356. font-size:1px;
  357. left:-56px;
  358. text-transform: ;
  359. bottom:320px;
  360. font-family:'arial';
  361. letter-spacing:5px;
  362. text-align: center;
  363. color:#f8f8f8;
  364. }
  365.  
  366. @font-face { font-family: "arial"; src: url('https://www.dropbox.com/s/d25r4zco1ec2vpe/Katherine%20Free.otf?dl=0'); format("truetype");}
  367.  
  368.  
  369.  
  370. #xx3 {
  371. position:fixed;
  372. background-color:transparent;
  373. z-index:1;
  374. font-size:1px;
  375. left:-56px;
  376. bottom:306px;
  377. font-family:'zipper';
  378. text-transform: uppercase;
  379. text-align: left;
  380. letter-spacing:5px;
  381. color:#f8f8f8;
  382. }
  383.  
  384. @font-face { font-family: "zipper"; src: url('https://dl.dropboxusercontent.com/s/vgwknx208e7fdht/Zipper-Regular.ttf'); format("truetype");}
  385.  
  386.  
  387. /* Titles */
  388.  
  389. h1 {margin:0;font-size:13px;line-height:100%;text-transform:uppercase;}
  390. h2 {margin:20px;font-size:13px;line-height:100%;font-weight:400;}
  391. h3,h4,h5 {margin:10px;font-size:11px;line-height:100%;}
  392.  
  393. /* Permalinks */
  394.  
  395. .p {font-size:0;font-weight:400;margin:20px;}
  396. .ple {font-size:10px;text-transform:uppercase;letter-spacing:0.5px;}
  397. .ple,.pri {display:inline-block;vertical-align:middle;width:50%;}
  398. .pri {text-align:right;opacity:0.75;padding-top:1px;}
  399. .pri .oi {font-size:16px;}
  400. .oi-refresh {margin-left:4px;}
  401.  
  402. .custom-like-button *{cursor:pointer!important;}
  403. .custom-like-button {
  404. position:relative;
  405. display:inline-block;
  406. vertical-align:top;
  407. width:14px;
  408. height:14px;
  409. cursor:pointer;
  410. }
  411.  
  412. .like_button:hover + .our_button {color:#8aa8c2;}
  413. .like_button.liked + .our_button {color:#8da0a9;}
  414. .like_button iframe {width:100%!important;height:100%!important;}
  415. .like_button {z-index:10;opacity:0;}
  416. .our_button {z-index:1;}
  417. .our_button,.like_button {
  418. position:absolute;
  419. top:0;
  420. left:0;
  421. width:100%;
  422. height:100%;
  423. }
  424.  
  425. .p_top {margin:20px 20px -17px;color:#afa6a5;}
  426. .pto .from,.rio .tags,.phd {display:none;}
  427. .tags,.from {display:inline;}
  428. .tags a,.from a,.from b{font-size:10px;line-height:100%;}
  429. .from {margin-right:3px;}
  430. .from a {font-weight:400;}
  431. .tags a {margin:0 1px 3px;display:inline-block;}
  432.  
  433. /* Quotes */
  434.  
  435. .qut_hold {margin:25px;}
  436. .src {margin-bottom:5px;}
  437. .qut {font-size:13px;font-weight:300;line-height:130%;font-style:italic;}
  438.  
  439. /* Audio & Chat */
  440.  
  441. .chat {margin:20px;}
  442. .lines,.chat h2 {margin:10px 0;padding:0;}
  443. .play {padding:10px;background:#e4e4e4;height:27px;width:27px;}
  444. .audio {font-size:0;margin:20px;}
  445. .play,.au {display:inline-block;vertical-align:middle;}
  446. .soundcloud_audio_player{padding:15px 0;}
  447. .au span.tn {text-transform:uppercase;letter-spacing:0.75px;}
  448. .au span {display:block;margin:3px 0;font-size:10px;}
  449. .au {width:calc(100% - 62px);margin-left:15px;}
  450. .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
  451.  
  452. /* Text */
  453.  
  454. ol,ul {padding:0 0 0 20px;}
  455. li {margin:5px;}
  456. p,blockquote,pre,ul,ol{margin:10px 0;}
  457. blockquote p{margin:10px 0;}
  458. blockquote p:first-child{margin:0 0 5px;}
  459. blockquote p:last-child{margin:5px 0 0;}
  460. blockquote p:only-child{margin:0;}
  461. blockquote blockquote {margin:0;}
  462. blockquote{padding-left:15px;border-left:2px solid #f5f5f5; margin-left:10px;}
  463. pre {
  464. white-space:pre-wrap;
  465. white-space:-moz-pre-wrap;
  466. white-space:-pre-wrap;
  467. white-space:-o-pre-wrap;
  468. word-wrap:break-word;
  469. }
  470.  
  471. /* Captions */
  472.  
  473. .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
  474. {block:ifBorders}
  475. .tumblr_parent {margin:0;padding:20px;border:0;border-bottom:1px dotted #eee;}
  476. {/block:ifBorders}
  477. {block:ifnotBorders}
  478. .tumblr_parent {margin:20px;padding:0;border:0;}
  479. {/block:ifnotBorders}
  480. .tumblr_parent blockquote {margin:5px 0;}
  481. .txt.nospace .tumblr_parent:first-of-type {padding-top:0;}
  482. a.tumblr_blog,.aski {
  483. font-size:10px;
  484. font-weight:400;
  485. letter-spacing:0.5px;
  486. text-transform:uppercase;
  487. }
  488.  
  489. .user-pic {
  490. display:inline-block;
  491. vertical-align:middle;
  492. border-radius:50%;
  493. margin-right:7px;
  494. width:14px;
  495. }
  496.  
  497. /* Video */
  498.  
  499. .video {overflow:hidden;}
  500. .vine-embed,#youtube_iframe {display:block;}
  501. .instagram-media {border-radius:0!important;box-shadow:none!important;}
  502.  
  503. /* Photosets */
  504.  
  505. #tumblr_lightbox,.tmblr-lightbox {
  506. background:rgba({RGBcolor:Background},0.99)!important;
  507. }
  508.  
  509. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  510. opacity:0!important;
  511. }
  512.  
  513. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
  514. #tumblr_lightbox_right_image, .lightbox-image {
  515. box-shadow:none!important;
  516. border-radius:0px!important;
  517. }
  518.  
  519. /* Ask */
  520.  
  521. #ask_form {width:calc(100% - 40px);margin:20px;}
  522. .ask {margin:20px; background:#f5f5f5; padding:10px; border-radius:5px;}
  523. .aski {margin:0 0 7px;line-height:20px;}
  524. .aski img {float:left;width:20px;margin-right:7px;border-radius:50%;}
  525. .ans {margin:20px;}
  526.  
  527. /* Permalink Page + Postnotes */
  528.  
  529. .pph {text-transform:lowercase;}
  530. .perma {margin:20px;line-height:175%;}
  531. .pmt a:after {content:',';}
  532. .pmt a:last-of-type:after {content:'.';}
  533. .pn ol {margin:0;padding:0;list-style-type:none;}
  534. .pn li{margin:10px 0;font-size:8.5px;line-height:100%;}
  535. .pn,.pn img{display:none;}
  536. .pn {margin:20px;font-size:0;}
  537. .pnh,.more_notes_link,.notes_loading {display:block;font-weight:600;}
  538. .more_notes_link,.notes_loading {text-align:left!important;}
  539.  
  540. /* Tooltips */
  541.  
  542. #s-m-t-tooltip{
  543. max-width:200px;
  544. margin:15px;
  545. z-index:99999999;
  546. padding:6px;
  547. font-size:9px;
  548. line-height:100%;
  549. border-left:4px solid #8aa8c2;
  550. background:#fff;
  551. }
  552.  
  553. /* Common Styles */
  554.  
  555. .ask,p,blockquote,.lines,.desc{line-height:150%;}
  556. .cap a:not(.tumblr_blog) {border-bottom:1px solid #587993;color:{color:Text};}
  557. a:hover, a h2:hover,.cap a:hover{color:#8da0a9;}
  558. a,.p,.perma,.src,.lines b,.tn,h2,.ask{color:#587993;}
  559. b, strong, bold { font-weight:bold;font-size:115%; color:#8aa8c2; text-shadow: 1px 1px 1px #9d9594; }
  560.  
  561.  
  562. .entry {overflow:hidden;border:1px solid #eee;}
  563. .play,#s-m-t-tooltip,.entry,aside{border-radius:6px;}
  564.  
  565. /* Etc */
  566.  
  567. img {margin:0;display:block;}
  568.  
  569. </style>
  570. </head>
  571.  
  572. <div id="render"><img src="https://66.media.tumblr.com/ade7d509a279df760cf39172b9ba4e7c/tumblr_pwi42hMsoS1yn7cs5o1_400.png"></div>
  573.  
  574. <div id="simba"><a href="#?w=300" rel="01" class="poplight"><img src="https://66.media.tumblr.com/883074b91ca9ca962e62e6d1c5547448/tumblr_pwi4tiHVrd1yn7cs5o1_500.gif" width=245px /></div></a>
  575.  
  576.  
  577. <div class="desc">
  578. <div style="overflow:auto; width: 310px; height: 94px; background-color:transparent; text-align:left;padding-left:70px; padding-right:-60px">
  579. {text:descrip}</div></div>
  580.  
  581.  
  582. <div class="location">
  583. <div style="padding-top:-10px;padding-left:8px"><a title="CURRENT LOCATION."></a></div><div style="text-align:center;font-size:8px;background:#8aa8c2;border-radius:10px;margin-right:0px;margin-left:-1px;padding-top:2px;padding-bottom:2px;color:white">{text:location}
  584. </div>
  585. </div>
  586.  
  587. <a title="{text:hover1}"><div class="hover1"></div></a>
  588. <a title="{text:hover2}"><div class="hover2"></div></a>
  589. <a title="{text:hover3}"><div class="hover3"></div></a>
  590. <a title="{text:hover4}"><div class="hover4"></div></a>
  591.  
  592. <div class="navi">
  593. <a href="/"><i class="fa fa-home"></i> refresh</a>
  594. <a href="/ask"><i class="fa fa-question"></i> inquire</a>
  595. <a href="/submit"><i class="fa fa-gift"></i> submit</a>
  596. <a href="#?w=400" rel="02" class="poplight"><i class="fa fa-user"></i> profile</a>
  597. <a href="https://stardust-krp.tumblr.com"><i class="fa fa-tags"></i> directory</a>
  598. </div>
  599.  
  600.  
  601. <div class="quote"><div style="padding-top:5px;padding-left:5px"><i class="fa fa-quote-left" style="font-size:11px;color:#8aa8c2"></i><div style="text-align:center;padding-right:9px;font-size:9.5px"> {text:quote} </div></div></div>
  602.  
  603.  
  604. <div id="xx2">{text:title1}</div>
  605. <div id="xx3">{text:title2}</div>
  606.  
  607.  
  608.  
  609.  
  610.  
  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}"><u><b>{Asker}</b></u> is typing...</div>
  673. <div class="que"><blockquote>❝ {Question} ❞ </blockquote></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 93mtvan's mun. TWEAKED BY 02ASC'S MUN FOR PERSONAL USE ONLY. DO NOT COPY." href="https://acuite.tumblr.com">x</a></div>
  787.  
  788. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  789. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  790. <script src ="https://static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  791. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  792. <script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  793. <script src="https://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 = '#afa6a5'; // 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: https://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.  
  932. <div id="01" class="popup_block">
  933. <center>SOON!! SOON!! SOON!!
  934. </center>
  935. </div></div><!-- layout by noveia / bravethemes --><!-- layout by noveia / bravethemes -->
  936.  
  937. <div id="02" class="popup_block">
  938. <center><b>BASIC</b></center><br><b>001. FULL NAME</b>⠀⠀AHN INSOO<br><b>002. AGE</b>⠀⠀INT. 19, KOR. 20<br><b>003. BIRTHPLACE</b> ⠀SEOUL, SOUTH KOREA<br><b>004. DATE OF BIRTH</b>⠀⠀17th NOVEMBER 2000<br><b>005. ZODIAC SIGNS</b>⠀⠀SCORPIO SUN, LEO MOON, CAPRICORN RISING<br><b>006. GENDER</b>⠀⠀MALE<br><b>007. CHINESE ZODIAC SIGN</b>⠀⠀DRAGON<br><b>008. SEXUAL ORIENTATION</b>⠀⠀DEMISEXUAL<br><br><center><B>MORE</B></center><br><b>001. HAIR COLOR</b>⠀⠀OFTEN BLONDE<br><b>002. EYES COLOR</b>⠀⠀DARK BROWN<br><b>003. HEIGHT</b>⠀⠀170 CENTIMETERS<br><b>004. WEIGHT</b>⠀⠀51 KILOGRAMS<br><b>005. DISEASE</b>⠀⠀LACTOSE INTOLERANCE, INSOMNIA, NEUROSIS<br><b>006. FEARS</b>⠀⠀ARACHNOPHOBIA, NYCTOPHOBIA, AQUAPHOBIA<br><b>007. ANIMALS</b>⠀⠀CAT <i>SILVER</i>
  939. <div style="overflow:auto; width: 380px; height: 0px; background-color:transparent; text-align:left;padding:10px">
  940.  
  941. </body>
  942. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement