Advertisement
Guest User

Untitled

a guest
Aug 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.57 KB | None | 0 0
  1. <!--
  2.  
  3. THEME: PALLAS
  4. by acuite
  5.  
  6. - tweaked by 93mtvan's mun for yeoorvm's mun as a gift
  7. - don't steal this pls
  8. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  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="color:Text" content="#555555"/>
  51. <meta name="color:Link" content="#aeaeb1"/>
  52. <meta name="color:Accent" content="#aeaeb1"/>
  53.  
  54. <meta name="if:Tags" content="1"/>
  55. <meta name="if:Load More" content="0"/>
  56. <meta name="if:Paginate" content="0"/>
  57. <meta name="if:Round Edges" content="1"/>
  58.  
  59. <meta name="text:Like" content="lorem ipsum dolor sit amet, consectetuer adipiscing elit."/>
  60. <meta name="text:Dislike" content="vehicula ipsum dolor sit amet, consectetuer adipiscing elit."/>
  61.  
  62. <meta name="text:Post" content="250"/>
  63. <meta name="text:Sidebar" content="150"/>
  64. <meta name="text:Margin" content="75"/>
  65.  
  66. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  67. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  68. <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i" rel="stylesheet">
  69.  
  70. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76.  
  77. /** popups by noveia / bravethemes ; please don't delete credits **/
  78. #fade{
  79. display:none;
  80. background:#fff; /* change background */
  81. position:fixed;
  82. left:0;
  83. top:0;
  84. width:100%;
  85. height:100%;
  86. opacity:0.5; /* change how transparent you want the background */
  87. z-index:99999; /* if this happens to go behind the popup, decrease the amount of 9's */
  88. }
  89. .popup_block{ /* the actual popup */
  90. display:none;
  91. background:#fff; /* change background */
  92. border:0.5px solid #f2f2f2; /* change border style and color */
  93. padding:10px;
  94. float:left;
  95. border-top-right-radius: 50px;
  96. border-bottom-left-radius:50px;
  97. line-height:20px;
  98. position:fixed;
  99. top:50%;
  100. left:50%;
  101. z-index:999999; /* if this happens to go behind the fade, increase the amount of 9's */
  102. -webkit-animation: fadeInUp·2s;
  103. -moz-animation: fadeInUp 2s;
  104. -ms-animation: fadeInUp 2s;
  105. -o-animation: fadeInUp 2s;
  106. animation: fadeInUp 2s;
  107.  
  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.  
  119. /* Scroll */
  120.  
  121. ::-webkit-scrollbar {width:11px;height:11px;background:#eee;}
  122. ::-webkit-scrollbar-thumb {background:rgba({RGBcolor:Link},0.5);}
  123. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  124. border:5px solid #f8f8f8;
  125. }
  126.  
  127. /* Controls */
  128.  
  129. .tc .oi {font-size:15px;color:{color:Link};}
  130. .tc {position:fixed;top:15px;right:15px;cursor:pointer;}
  131. #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;}
  132.  
  133. #tumblr_controls:hover,.tmblr-iframe:hover{opacity:0.5;}
  134.  
  135.  
  136. /* General */
  137.  
  138. body {
  139. margin:0;
  140. color:{color:Text};
  141. background:#f2f2f2;
  142. font-smooth:always;
  143. -webkit-font-smoothing:antialiased;
  144. -moz-osx-font-smoothing: grayscale;
  145. }
  146.  
  147. a:link, a:active, a:visited {text-decoration:none;}
  148. body,p,pre,blockquote,big,sup {font-size:12px;}
  149. small {font-size:11px;}
  150. sub {font-size:10px;}
  151. b, strong, bold { font-weight:bold;font-size:105%;color:#825c5c;}
  152. i, italic, em, oblique { font-weight:italic; }
  153. body,p,pre,em{font-family:'Roboto',Helvetica,Arial,sans-serif;}
  154. a,.tags,.our_button,.like_button,#tumblr_controls,.tmblr-iframe,.tc {
  155. transition:0.5s ease;
  156. -o-transition:0.5s ease;
  157. -moz-transition:0.5s ease;
  158. -webkit-transition:0.5s ease;
  159. }
  160.  
  161. /* Credit & Scroll to Top */
  162.  
  163. .c,.top{position:fixed;right:30px;width:40px;}
  164. .c {bottom:30px;}
  165. .top {bottom:50px;display:none;}
  166.  
  167. /* Pagination */
  168.  
  169. .cp {font-weight:600;}
  170. .cp,.jp,.pag a{display:inline-block;vertical-align:middle;margin:0 10px;}
  171. .pag a i,.top{font-size:20px;}
  172. .pag {position:relative;}
  173. .load {cursor:pointer;display:block;}
  174. .c,.top,.pag,.load {text-align:center;}
  175. .c,.pag,.load {font-size:9px;letter-spacing:1px;text-transform:uppercase;}
  176. {block:ifnotPaginate}
  177. .pag,#infscr-loading {display:none!important;}
  178. {/block:ifnotPaginate}
  179.  
  180. /* Containers */
  181.  
  182. .center {
  183. left:65px; /* 65 */
  184. position:relative;
  185. margin:80px auto;
  186. width:calc({text:Post}px + 2px);
  187. }
  188.  
  189. .entry img{max-width:100%;height:auto;}
  190. .entry {
  191. margin:{text:Margin}px 0;
  192. background:#fff;
  193. overflow:hidden;
  194. border:1px solid #eee;
  195. }
  196.  
  197. /* Sidebar */
  198.  
  199.  
  200. .eclipse {
  201. position:fixed;
  202. top:394px;
  203. left:67px;
  204. background: #825c5c;
  205. overflow:auto;
  206. padding:6px 20px 4px 8px;
  207. width: 203px;
  208. height:12px;
  209. border-radius: 0px 0px 10px 10px;
  210. z-index:999;
  211. }
  212.  
  213.  
  214.  
  215. .desc {
  216. color:#555;
  217. font-size:7px;
  218. position:fixed;
  219. z-index:99;
  220. font-family:Roboto;
  221. font-style:bold;
  222. top: 242px;
  223. left: 214px;
  224. width: 165px;
  225. height: 75px;
  226. letter-spacing:0px;
  227. text-align:center;
  228. padding:10px;
  229. background-color:#fff;
  230. border-radius: 15px 15px 0px 0px;
  231. line-height:10px;
  232. text-transform:uppercase;
  233. border-left: 30px solid white;
  234. border-right: 24px solid white;
  235. border-bottom: 3px solid white;
  236. }
  237.  
  238.  
  239. #bbygirl {
  240. position:fixed;
  241. background-color:transparent;
  242. z-index:99;
  243. font-size:34px;
  244. left:252px;
  245. top:189px;
  246. font-family:'facile';
  247. letter-spacing:-2px;
  248. text-align: center;
  249. color: #825c5c;
  250. }
  251.  
  252. #bbygirl2 {
  253. position:fixed;
  254. background-color:transparent;
  255. z-index:99;
  256. font-size:20px;
  257. left:275px;
  258. top:220px;
  259. font-family:'facile';
  260. letter-spacing:-2px;
  261. text-align: center;
  262. color: #c1a7a7;
  263. }
  264.  
  265. @font-face { font-family: "facile"; src: url('https://dl.dropboxusercontent.com/s/mqcaaqxgczvdy93/Facile%20Sans.ttf'); format("truetype");}
  266.  
  267.  
  268. #links {
  269. position: fixed;
  270. z-index: 9999;
  271. left:82px;
  272. top:393px;
  273. width:250px;
  274. height: auto;
  275. padding:4px;
  276. }
  277.  
  278. .links {
  279. color:#fff;
  280. font-size:9px;
  281. z-index:99999;
  282. text-align:center;
  283. line-height:15px;
  284. border-radius:15px 15px 15px 15px;
  285. padding: 5px 5px 5px 5px;
  286. -moz-transition:all linear 0.5s;
  287. -webkit-transition:all linear 0.5s;
  288. -o-transition:all linear 0.5s;
  289. }
  290.  
  291. .links:hover {
  292. color:#825c5c;
  293. }
  294.  
  295. #hover a {
  296. position:fixed;
  297. top:405px;
  298. left:400px;
  299. padding:2px;
  300. height:6px;
  301. width:40px;
  302. font-size:8px;
  303. background:#825c5c;
  304. border-radius: 16px 16px 16px 16px;
  305. z-index:999;
  306. }
  307.  
  308. #hover a:hover {
  309. box-shadow: inset -181px 0px 0px 0px #fff;
  310. }
  311.  
  312. #hover2 a {
  313. position:fixed;
  314. top:405px;
  315. left:350px;
  316. padding:2px;
  317. height:6px;
  318. width:40px;
  319. font-size:8px;
  320. background:#c1a7a7;
  321. border-radius: 16px 16px 16px 16px;
  322. z-index:999;
  323. }
  324.  
  325. #hover2 a:hover {
  326. box-shadow: inset -181px 0px 0px 0px #fff;
  327. }
  328.  
  329. #hover3 a {
  330. position:fixed;
  331. top:405px;
  332. left:300px;
  333. height:6px;
  334. padding:2px;
  335. width:40px;
  336. font-size:6px;
  337. background:#e9d0d2;
  338. border-radius: 16px 16px 16px 16px;
  339. z-index:999;
  340. }
  341.  
  342. #hover3 a:hover {
  343. box-shadow: inset -181px 0px 0px 0px #fff;
  344. }
  345.  
  346. .stats {
  347. position:fixed;
  348. z-index:999;
  349. background: transparent;
  350. text-align: center;
  351. text-transform: uppercase;
  352. font-size: 7px;
  353. padding: 3px;
  354. left: 310px;
  355. top: 415px;
  356. }
  357.  
  358. #likes{
  359. top:341px;
  360. left:265px;
  361. position:fixed;
  362. text-align:left;
  363. font-size:7px;
  364. font-family:Roboto;
  365. line-height:9px;
  366. background:#fff;
  367. text-transform:uppercase;
  368. width:143px;
  369. height:20px;
  370. padding:5px;
  371. letter-spacing:0.3px;
  372. overflow:auto;
  373. z-index:1;
  374. border-left:35px solid white;
  375. }
  376.  
  377. #dislikes{
  378. top:372px;
  379. left:300px;
  380. position:fixed;
  381. text-align:left;
  382. font-size:7px;
  383. font-family:Roboto;
  384. line-height:9px;
  385. background:#fff;
  386. text-transform:uppercase;;
  387. width:143px;
  388. height:20px;
  389. padding:5px;
  390. letter-spacing:0.3px;
  391. overflow:auto;
  392. z-index:1;
  393. }
  394.  
  395. /* Titles */
  396.  
  397. h1,h2 {letter-spacing:-0.25px;}
  398. h1 {margin:0;font-size:15px;line-height:100%;}
  399. h2 {margin:0 0 10px;font-size:14px;line-height:100%;}
  400. h3,h4,h5 {margin:10px;font-size:12px;line-height:100%;}
  401.  
  402. /* Permalinks */
  403.  
  404. .p_icon,.p_info {display:inline-block;vertical-align:middle;}
  405. .p_icon {width:25px;margin-right:9px;border-radius:50%;}
  406. .p_info {font-size:10px;line-height:100%;}
  407. .p_info b{
  408. display:block;
  409. margin:0 0 3px;
  410. color:{color:Text};
  411. font-weight:400;
  412. }
  413.  
  414. .p {font-size:0;margin:20px;}
  415. .ple {width:calc(100% - 20px);}
  416. .ple,.pri {display:inline-block;vertical-align:middle;}
  417. .pri {text-align:right;width:20px;}
  418. .pri .oi {font-size:18px;}
  419.  
  420. .custom-like-button *{cursor:pointer!important;}
  421. .custom-like-button {
  422. position:relative;
  423. display:inline-block;
  424. vertical-align:top;
  425. width:16px;
  426. height:17px;
  427. cursor:pointer;
  428. }
  429.  
  430. .like_button:hover + .our_button {color:{color:Accent};}
  431. .like_button.liked + .our_button {color:{color:Accent};}
  432. .like_button iframe {width:100%!important;height:100%!important;}
  433. .like_button {z-index:10;opacity:0;}
  434. .our_button {z-index:1;}
  435. .our_button,.like_button {
  436. position:absolute;
  437. top:0;
  438. left:0;
  439. width:100%;
  440. height:100%;
  441. }
  442.  
  443. .entry:hover .thover{opacity:1;}
  444. .tshow,.thover{display:block;position:relative;}
  445. .thide {display:none;}
  446. .thover {opacity:0;}
  447. .tags {margin:0 0 15px;}
  448. .tags a{margin:0 5px 0 0;font-size:12px;font-family:arial;line-height:100%;font-weight:400;}
  449.  
  450. /* Quotes */
  451.  
  452. .qut_hold {margin:20px;}
  453. .src {margin-bottom:10px;}
  454. .qut {font-size:15px;font-weight:300;line-height:130%;font-style:italic;}
  455.  
  456. /* Audio & Chat */
  457.  
  458. .chat {margin:20px;}
  459. .lines,.chat h2 {margin:10px 0;padding:0;}
  460. .play {padding:10px;background:#e4e4e4;height:27px;width:27px;}
  461. .audio {font-size:0;margin:20px;}
  462. .play,.au {display:inline-block;vertical-align:middle;}
  463. .soundcloud_audio_player{padding:15px 0;}
  464. .au span.tn {font-size:13px;font-weight:800;}
  465. .au span {display:block;margin:5px 0;font-size:10px;line-height:100%;}
  466. .au {width:calc(100% - 62px);margin-left:15px;}
  467. .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
  468.  
  469. /* Text */
  470.  
  471. .cap b,.cap strong {font-weight:400;}
  472. ol,ul {padding:0 0 0 25px;}
  473. li {margin:5px;}
  474. p,blockquote,pre,ul,ol{margin:5px 0;}
  475. blockquote p{margin:5px 0;}
  476. blockquote p:first-child{margin:0 0 5px;}
  477. blockquote p:last-child{margin:5px 0 0;}
  478. blockquote p:only-child{margin:0;}
  479. blockquote blockquote {margin:0;}
  480. blockquote{padding-left:10px;border-left:1px solid #eee;}
  481. pre {
  482. white-space:pre-wrap;
  483. white-space:-moz-pre-wrap;
  484. white-space:-pre-wrap;
  485. white-space:-o-pre-wrap;
  486. word-wrap:break-word;
  487. }
  488.  
  489. /* Captions */
  490.  
  491. .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
  492. .tumblr_parent blockquote {margin:5px 0;}
  493. .tumblr_parent {border:0;margin:20px;padding:0;}
  494. a.tumblr_blog:hover {border-color:inherit;}
  495. a.tumblr_blog {border-bottom:1px solid rgba({RGBcolor:Accent},0.5);}
  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(255,255,255,0.9)!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. {block:ifRoundEdges}border-radius:6px dotted!important;{/block:ifRoundEdges}
  518. }
  519.  
  520. /* Ask */
  521.  
  522. .ask {padding:15px;}
  523. .aski {margin:0 0 5px;font-size:11px;line-height:18px;font-weight:700;}
  524. .aski img {float:left;width:18px;margin-right:8px;border-radius:4px;}
  525.  
  526. /* Permalink Page + Postnotes */
  527.  
  528. .pph {text-transform:lowercase;}
  529. .perma {margin:20px;font-size:10px;line-height:175%;}
  530. .pmt a:after {content:',';}
  531. .pmt a:last-of-type:after {content:'.';}
  532. .pn ol {margin:0;padding:0;list-style-type:none;}
  533. .pn li{margin:10px;font-size:9px;line-height:100%;}
  534. .pn,.pn img{display:none;}
  535. .pn {margin:20px;font-size:0;}
  536. .pnh,.more_notes_link,.notes_loading {display:block;font-weight:600;}
  537. .more_notes_link,.notes_loading {text-align:left!important;}
  538.  
  539. /* Tooltips */
  540.  
  541. #s-m-t-tooltip{
  542. max-width:190px;
  543. margin:15px;
  544. z-index:99999999;
  545. padding:6px;
  546. line-height:100%;
  547. background:#fff;
  548. }
  549.  
  550. /* Common Styles */
  551.  
  552. .ask,p,blockquote,.lines,.desc{line-height:150%;}
  553. a,h2 a:hover,.p,.perma,.src,.ask,.tumblr_blog:hover,h1 a:hover{color:{color:Link};}
  554. a:hover,h2,h2 a,.lines b,h1 a,.tn,.tumblr_blog,.lb a{color:{color:Accent};}
  555.  
  556. {block:ifRoundEdges}
  557. .play,.aski img,#s-m-t-tooltip,.entry,.sidehold{border-radius:5px;}
  558. {/block:ifRoundEdges}
  559.  
  560. /* Etc */
  561.  
  562. img {margin:0;display:block;}
  563.  
  564. </style>
  565.  
  566. <script type="text/javascript">
  567. var rev = "fwd";
  568. function titlebar(val)
  569. {
  570. var msg = "ʳ ᵃ ⁿ ᵘ ⁿ ᶜ ᵘ ˡ ᵘ ˢ";
  571. var res = " ";
  572. var speed = 100;
  573. var pos = val;
  574. msg = "ʳ ᵃ ⁿ ᵘ ⁿ ᶜ ᵘ ˡ ᵘ ˢ";
  575. var le = msg.length;
  576. if(rev == "fwd"){
  577. if(pos < le){
  578. pos = pos+1;
  579. scroll = msg.substr(0,pos);
  580. document.title = scroll;
  581. timer = window.setTimeout("titlebar("+pos+")",speed);}
  582. else{
  583. rev = "bwd";
  584. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  585. else{
  586. if(pos > 0){
  587. pos = pos-1;
  588. var ale = le-pos;
  589. scrol = msg.substr(ale,le);
  590. document.title = scrol;
  591. timer = window.setTimeout("titlebar("+pos+")",speed);}
  592. else{
  593. rev = "fwd";
  594. timer = window.setTimeout("titlebar("+pos+")",speed);
  595. }}}
  596. titlebar(0);
  597. </script>
  598. </head>
  599. <body>
  600.  
  601. <img src="https://78.media.tumblr.com/8b6683eec84f7ba5990a6b9edbcd66fe/tumblr_pcfrs5PJho1x7whexo1_400.png" width="380" style="position:fixed;top:135px;left:-13px;z-index:999">
  602.  
  603.  
  604. <div class="eclipse"></div>
  605. <div class="gowno"></div>
  606.  
  607. <div class="desc"><div style="overflow:auto; width: 158px; height: 70px; background-color:transparent; text-align:center;padding-left:25px;padding-top:4px"><font style="font-size:15px"><b>HAN YEOREUM</b></font> (한여름), born on 7 June 1997 in Busan, lived in Oakland<i>, freelancer model</i>. photography enthusiast, still studying, loves strawberries and cotton candy. <u>small ray of sunshine</u>
  608. </div></div>
  609.  
  610.  
  611. <div id="bbygirl">LOVE ME NOT</div>
  612. <div id="bbygirl2">I <i>STILL</i> DREAM OF YOU.</div>
  613.  
  614. <div id="links">
  615. <a class= "links" href="http://yeoorvm.tumblr.com">refresh</a>
  616. <a class= "links" href="/ask">mailbox</a>
  617. <a class= "links" href="/submit">gifts</a>
  618. <a class= "links" href="/about">about</a>
  619. <a class= "links" href="https://rp-eclipse.tumblr.com/">directory</a>
  620.  
  621. </div>
  622.  
  623.  
  624. <a href="#?w=300" rel="02" class="poplight" title="sexual orientation and r/s status are unknown to public."><img src='http://www.clker.com/cliparts/Z/e/Y/R/N/V/white-heart-md.png' width=13 style='position:fixed;top:255px;left:150px;z-index:99999'/></a>
  625.  
  626. <a href="#?w=300" rel="01" class="poplight" title="she wore flowers in her hair and carried magic secrets in her eyes."><img src='https://78.media.tumblr.com/5722b3b8c11c4de13fdec8ac2c04724f/tumblr_p918d87CD11xu51lzo2_r1_400.gif' width=110 style='transform:rotate(-73deg);position:fixed;top:90px;left:70px;z-index:99999'/></a>
  627.  
  628. <div id="likes"><font color="white">..</font><i class="fa fa-check" aria-hidden="true"></i><font color="white">x</font> {text:Like}</div>
  629.  
  630. <div id="dislikes"><font color="white">...</font><i class="fa fa-times" aria-hidden="true"></i><font color="white">x</font> {text:Dislike}</div>
  631.  
  632. <div id="hover3"><a title="mun and muse are both 18+"></a></div>
  633. <div id="hover2"><a title="open for pre-est relationships."></a></div>
  634. <div id="hover"><a title="feel free to give her lots of love."></a></div>
  635.  
  636. <div class="stats">
  637. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5567761";
  638. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  639. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=ONLINE USER&e2=ONLINE USERS&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  640. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  641. </script>
  642. //
  643. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3305848";
  644. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=VISITS&a=1";
  645. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  646. </script>
  647.  
  648. <br>
  649. <u>disclaimer:</u> not real lee chaeun, <br>
  650. just a <b><i>roleplay blog</i></b>.
  651. </center></div>
  652.  
  653.  
  654.  
  655.  
  656. <div class="tc"><i class="oi oi-gear"></i></div>
  657. <div class="center {select:Captions}">
  658.  
  659.  
  660.  
  661. <div id="content">
  662. {block:Posts}
  663. <div class="entry" id="{PostID}">
  664.  
  665. {block:Text}
  666. <div class="txt cap">
  667. {block:Title}<h2>{Title}</h2>{/block:Title}
  668. {Body}</div>
  669. {/block:Text}
  670.  
  671. {block:Link}
  672. <div class="txt cap">
  673. <h2><a title="{URL}" href="{URL}">{Name}</a></h2>
  674. {block:Description}{Description}{/block:Description}
  675. </div>
  676. {/block:Link}
  677.  
  678. {block:Photo}
  679. <div class="bx"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="photo"/></a></div>
  680. {/block:Photo}
  681.  
  682. {block:Photoset}
  683. <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>
  684. {/block:Photoset}
  685.  
  686. {block:Quote}
  687. <div class="qut_hold">
  688. {block:Source}<div class="src">{Source}</div>{/block:Source}
  689. <div class="qut">{Quote}</div>
  690. </div>
  691. {/block:Quote}
  692.  
  693. {block:Chat}
  694. <div class="chat">
  695. {block:Title}<h2>{Title}</h2>{/block:Title}
  696. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
  697. </div>
  698. {/block:Chat}
  699.  
  700. {block:Audio}
  701. <div class="audio">
  702. {block:AudioPlayer}<div class="play">{AudioPlayerGrey}</div>{/block:AudioPlayer}
  703. <div class="au">
  704. {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
  705. {block:Artist}<span>by {Artist}</span>{/block:Artist}
  706. </div>
  707. </div>
  708. {/block:Audio}
  709.  
  710. {block:Video}
  711. <div class="video">{Video-500}</div>
  712. {/block:Video}
  713.  
  714. {block:Answer}
  715. <div class="ask">
  716. <div class="aski"><img src="{AskerPortraitURL-24}"><u><i>{Asker}</i></u> whispered:</div>
  717. <div class="que">‹ {Question} ›</div>
  718. </div>
  719. <hr>
  720. <div class="txt ans cap">{Answer}</div>
  721. {/block:Answer}
  722.  
  723. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  724.  
  725. {block:IndexPage}
  726. <div class="p">
  727. {block:ifTags}{block:HasTags}<div class="tags">
  728. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  729. </div>{/block:HasTags}{/block:ifTags}
  730.  
  731. <div class="ple">
  732. {block:RebloggedFrom}<a href="{ReblogRootURL}"><img class="p_icon" src="{ReblogRootPortraitURL-96}"></a>{/block:RebloggedFrom}{block:NotReblog}<a href="{Permalink}"><img class="p_icon" src="{PortraitURL-96}"></a>{/block:NotReblog}
  733. <div class="p_info">
  734. <b>
  735. {block:RebloggedFrom}{ReblogRootName}{/block:RebloggedFrom}
  736. {block:NotReblog}{Name}{/block:NotReblog}
  737. </b>
  738. <a href="{Permalink}">{DayofMonth} {ShortMonth} &middot; {NoteCount}</a>
  739. </div>
  740. </div>
  741.  
  742. <div class="pri">
  743. <div class="custom-like-button">{LikeButton}
  744. <span class="our_button"><i class="oi oi-bookmark"></i></span>
  745. </div>
  746. </div>
  747. </div>
  748. {/block:IndexPage}
  749.  
  750.  
  751.  
  752. {block:PermalinkPage}
  753. {block:Date}
  754. <div class="pph">
  755. <div class="perma">
  756. posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
  757. {block:RebloggedFrom}<br>
  758. via <a href="{ReblogParentURL}">{ReblogParentName}</a> &nbsp;&nbsp;&nbsp;
  759. source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  760. {/block:RebloggedFrom}
  761.  
  762. {block:HasTags}<div class="pmt">tags: &nbsp;
  763. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  764. </div>{/block:HasTags}
  765. <a href="#" class="pnh">{NoteCountWithLabel}</a>
  766. </div>
  767.  
  768. {block:PostNotes}
  769. <div class="pn">{PostNotes}</div>
  770. {/block:PostNotes}
  771.  
  772. </div>
  773. {/block:Date}
  774. {/block:PermalinkPage}
  775.  
  776. {block:ContentSource}
  777. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  778. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  779. {/block:SourceLogo}
  780. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  781. {/block:ContentSource}
  782.  
  783. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  784.  
  785. </div>
  786. {/block:Posts}
  787.  
  788. {block:ifPaginate}
  789. {block:Pagination}
  790. <div class="pag">
  791. {block:PreviousPage}
  792. <a href="{PreviousPage}"><i class="oi oi-chevron-left"></i></a>
  793. {/block:PreviousPage}
  794.  
  795. {block:JumpPagination length="3"}
  796. {block:CurrentPage}
  797. <span class="cp">{PageNumber}</span>
  798. {/block:CurrentPage}
  799. {block:JumpPage}
  800. <a class="jp" href="{URL}">{PageNumber}</a>
  801. {/block:JumpPage}
  802. {/block:JumpPagination}
  803.  
  804. {block:NextPage}
  805. <a href="{NextPage}"><i class="oi oi-chevron-right"></i></a>
  806. {/block:NextPage}
  807. </div>
  808. {/block:Pagination}
  809. {/block:ifPaginate}
  810.  
  811. </div>
  812.  
  813. {block:ifnotPaginate}
  814. {block:Pagination}
  815. <div class="pag">
  816. {block:PreviousPage}
  817. <a href="{PreviousPage}" class="prev">back</a>
  818. {/block:PreviousPage}
  819. {block:NextPage}
  820. <a href="{NextPage}" class="next">next</a>
  821. {/block:NextPage}
  822. </div>
  823.  
  824. {block:ifLoadMore}
  825. <a class="load">Load More</a>
  826. {/block:ifLoadMore}
  827. {/block:Pagination}
  828. {/block:ifnotPaginate}
  829.  
  830. </div>
  831.  
  832. <a href="#" class="top"><i class="oi oi-chevron-up"></i></a>
  833. <div class="c"><a title="theme by acuite, heavily tweaked by 93mtvan's mun. do not copy." href="http://acuite.tumblr.com">acuite</a></div>
  834.  
  835. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  836. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  837. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  838. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  839. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  840. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  841. <script>
  842. // pxu photosets
  843. $(document).ready(function(){
  844. $('.photo-slideshow').pxuPhotoset({
  845. lightbox: true,
  846. rounded: false,
  847. gutter: '1px',
  848. photoset: '.photo-slideshow',
  849. photoWrap: '.photo-data',
  850. photo: '.pxu-photo'
  851. });
  852.  
  853.  
  854. // minimal soundcloud player © eoxk.tumblr
  855. $(document).ready(function(){
  856. var color = '{color:Link}'; // color of play button (hex)
  857. $('.soundcloud_audio_player').each(function(){
  858. $(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%' });
  859. });
  860. });
  861.  
  862.  
  863. // drop links & post notes
  864. $(document).ready(function(){
  865. $(".pn").hide();
  866. $(".pnh").show();$('.pnh').toggle(function(){
  867. $(".pn").slideDown(function(){});
  868. },function(){
  869. $(".pn").slideUp(function(){});
  870. });
  871. $(".lb").hide();
  872. $(".lh").show();$('.lh').toggle(function(){
  873. $(".lb").slideDown(function(){});
  874. },function(){
  875. $(".lb").slideUp(function(){});
  876. });
  877. });
  878.  
  879.  
  880. // scroll to top © html-tuts.com
  881. var amountScrolled = 500;
  882. $(window).scroll(function() {
  883. if ($(window).scrollTop() > amountScrolled) {
  884. $('a.top').fadeIn('slow');
  885. } else {
  886. $('a.top').fadeOut('slow');
  887. }
  888. });
  889. $('a.top').click(function() {
  890. $('body, html').animate({
  891. scrollTop: 0
  892. }, 'slow');
  893. return false;
  894. });
  895.  
  896.  
  897. // tooltips
  898. (function($){
  899. $(document).ready(function(){
  900. $("[title]").style_my_tooltips({
  901. tip_delay_time:200,
  902. tip_fade_speed:300
  903. }
  904. );
  905. });
  906. })(jQuery);
  907.  
  908.  
  909. /*
  910.  
  911. UN-NEST TUMBLR CAPTIONS PLUGIN
  912. 2016 @magnusthemes & @neothm
  913. source: http://neothm.com/post/148902138319
  914.  
  915. */
  916. $('.entry').unnest({
  917. yourCaption: ".cap",
  918. newCaptionUsername: false,
  919. originalPostCaptionUsername: false,
  920. tumblrAvatars: false,
  921. usernameColon: false
  922. });
  923.  
  924.  
  925. // infinite scroll
  926. {block:ifnotPaginate}
  927. var $container = $('#content');
  928. $container.infinitescroll({
  929. itemSelector: '.entry',
  930. navSelector: '.pag',
  931. nextSelector: '.next',
  932. loadingImg: ' ',
  933. loadingText: ' ',
  934. donetext: 'No more posts' ,
  935. bufferPx: 2000,
  936. {block:ifLoadMore}
  937. errorCallback: function(){
  938. jQuery('.load').delay(50).fadeOut();
  939. }
  940. {/block:ifLoadMore}
  941. },
  942. function( newElements ) {
  943. var $newElems = $( newElements );
  944. var $newElemsIDs = $newElems.map(function(){
  945. return this.id;
  946. }).get();
  947. console.log($newElems, $newElemsIDs);
  948. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  949. $newElems.find('.photo-slideshow').pxuPhotoset({
  950. lightbox: true,
  951. rounded: false,
  952. gutter: '1px',
  953. photoset: '.photo-slideshow',
  954. photoWrap: '.photo-data',
  955. photo: '.pxu-photo'
  956. });
  957. resizeVideos();
  958. $newElems.unnest({
  959. yourCaption: ".cap",
  960. newCaptionUsername: true,
  961. originalPostCaptionUsername: true,
  962. tumblrAvatars: false,
  963. usernameColon: false
  964. });
  965. });
  966. {block:ifLoadMore}
  967. $(window).unbind(".infscr");
  968. $(".load").click(function(){
  969. $("#content").infinitescroll("retrieve");
  970. });
  971. {/block:ifLoadMore}
  972. {/block:ifnotPaginate}
  973. });
  974.  
  975. </script>
  976.  
  977. <!-- layout by noveia / bravethemes -->
  978.  
  979. <div id="01" class="popup_block">
  980. <center>
  981. <br>
  982. /under construction/
  983. </center>
  984. <br>
  985. </div></div>
  986.  
  987.  
  988.  
  989. <div id="02" class="popup_block">
  990. <center>
  991. <br>
  992. /under construction/
  993. </center>
  994. <br>
  995. </div></div><!-- layout by noveia / bravethemes -->
  996.  
  997.  
  998. </body>
  999. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement