Advertisement
Phob

JISOO THEME

Jun 23rd, 2017
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <!-- all code tweaks by @nightscaped/@86holic. theft will NOT be tolerated!! -->
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <script>
  19. $(document).ready(function() {
  20. //
  21. $('a.poplight[href^=#]').click(function() {
  22. var popID = $(this).attr('rel'); //Get Popup Name
  23. var popURL = $(this).attr('href'); //Get Popup href to define size
  24. var query= popURL.split('?');
  25. var dim= query[1].split('&');
  26. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  27. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  28. var popMargTop = ($('#' + popID).height() + 80) / 2;
  29. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  30. //Apply Margin to Popup
  31. $('#' + popID).css({
  32. 'margin-top' : -popMargTop,
  33. 'margin-left' : -popMargLeft
  34. });
  35. $('body').append('<div id="fade"></div>');
  36. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  37. return false;
  38. });
  39. $('a.close, #fade').live('click', function() {
  40. $('#fade , .popup_block').fadeOut(function() {
  41. $('#fade, a.close').remove(); //fade them both out
  42. });
  43. return false;
  44. });
  45. });
  46. </script>
  47.  
  48. <script language=JavaScript>
  49. <!--
  50.  
  51. //Disable right mouse click Script
  52. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  53. //For full source code, visit http://www.dynamicdrive.com
  54.  
  55. var message="LMAO U THOUGHT. All coding tweaks are my own work. Please direct all and any questions to my inbox, thanks!";
  56.  
  57. ///////////////////////////////////
  58. function clickIE4(){
  59. if (event.button==2){
  60. alert(message);
  61. return false;
  62. }
  63. }
  64.  
  65. function clickNS4(e){
  66. if (document.layers||document.getElementById&&!document.all){
  67. if (e.which==2||e.which==3){
  68. alert(message);
  69. return false;
  70. }
  71. }
  72. }
  73.  
  74. if (document.layers){
  75. document.captureEvents(Event.MOUSEDOWN);
  76. document.onmousedown=clickNS4;
  77. }
  78. else if (document.all&&!document.getElementById){
  79. document.onmousedown=clickIE4;
  80. }
  81.  
  82. document.oncontextmenu=new Function("alert(message);return false")
  83.  
  84. // -->
  85. </script>
  86.  
  87. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  88.  
  89. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
  90. <script>
  91. $(document).ready(function(){
  92. $("click_body").hide();
  93. $("click").click(function(){
  94. $(this).next("click_body").toggle(1000);
  95. });
  96. });
  97. </script>
  98.  
  99. <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
  100.  
  101. <link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
  102.  
  103. <link href="https://fonts.googleapis.com/css?family=Halant" rel="stylesheet">
  104.  
  105. <style>
  106. div#qTip {
  107. padding: 3px;
  108. display: none;
  109. text-align: center;
  110. position: absolute;
  111. font-size:7px;
  112. margin-left:10px;
  113. margin-top:-2px;
  114. line-height:9px;
  115. font-family:arial;
  116. z-index: 1000;
  117. border: 1px solid #cacaca;
  118. background-color:#fff;
  119. color: #9b9b9b;
  120. text-transform:uppercase;
  121. letter-spacing: 2px;
  122. }
  123. </style>
  124.  
  125.  
  126.  
  127. <style type="text/css">
  128. #fade { /*--Transparent background layer--*/
  129. display: none; /*--hidden by default--*/
  130. position: fixed; left: 0; top: 0;
  131. width: 100%; height: 100%;
  132. opacity: 0;
  133. z-index: 9999;
  134. }
  135. .popup_block{
  136. display: none; /*--hidden by default--*/
  137. background-image: url('http://static.tumblr.com/y91lxtf/2i4orzqak/jspop.png');
  138. padding: 10px;
  139. float: left;
  140. font-size: 11px;
  141. line-height: auto;
  142. text-shadow: 1px 1px 0px #171717;
  143. font-weight: normal;
  144. text-align: center;
  145. position: absolute;
  146. left: 405px;
  147. top: 500px;
  148. height: 300px;
  149. z-index: 99999;
  150. overflow: auto;
  151.  
  152. }
  153. img.btn_close {
  154. float: right;
  155. margin: -20 -20px 0 0;
  156. }
  157. /*--Making IE6 Understand Fixed Positioning--*/
  158. *html #fade {
  159. position: absolute;
  160. }
  161. *html .popup_block {
  162. position: absolute;
  163. }
  164.  
  165. .popup_block strong {
  166. font-size:14px;
  167. text-transform: uppercase;
  168. }
  169.  
  170. .popup_block a {
  171. text-decoration: underline;
  172. text-shadow: none;
  173. }
  174.  
  175. .popup_block a:hover {
  176. text-decoration:underline;}
  177.  
  178. .popup_navi {
  179. text-align:center;
  180. color: #fff;}
  181.  
  182.  
  183. .popup_navi a {
  184. display:inline-block;
  185. padding-top: 10px;
  186. height: 20px;
  187. width: 190px;
  188. background-attachment: fixed;
  189. background-image:url('http://static.tumblr.com/y91lxtf/yE8ok3xxw/glitterkaelpop.png');
  190. color: #9a9a9a;
  191. text-shadow: 2px 2px 0px #212121;
  192. font-size: 24px;
  193. font-family: bebas_neue;
  194. text-decoration:none;
  195. border:4px double #9a9a9a;
  196. -moz-transition-duration:0.6s;
  197. -webkit-transition-duration:0.6s;
  198. -o-transition-duration:0.6s;
  199. }
  200.  
  201.  
  202. .popup_navi a:hover {
  203. color:#212121;
  204. text-shadow: 2px 2px 0px #212121;
  205. text-decoration:none;
  206. -moz-transition-duration:0.6s;
  207. -webkit-transition-duration:0.6s;
  208. -o-transition-duration:0.6s; }
  209.  
  210. img{
  211. opacity: 0.6;
  212. -moz-transition-duration:1.8s;
  213. -webkit-transition-duration:1.8s;
  214. -o-transition-duration:1.8s;
  215.  
  216. }
  217.  
  218. img:hover{
  219. opacity: 1;
  220. -moz-transition-duration:1.8s;
  221. -webkit-transition-duration:1.8s;
  222. -o-transition-duration:1.8s;
  223.  
  224. }
  225.  
  226. ::-webkit-scrollbar { display:none;}
  227.  
  228.  
  229. ::selection {
  230. background: #1c1c1c;
  231. -moz-selection: background: #1c1c1c; }
  232.  
  233.  
  234.  
  235. iframe#tumblr_controls {
  236. white-space:nowrap;
  237. -webkit-filter: (100%);
  238. -moz-filter:(100%);
  239. -o-filter: (100%);
  240. -ms-filter: (100%);
  241. filter: (100%);
  242. }
  243.  
  244. h1 {
  245. text-align: center;
  246. font-size:40px;
  247. color: #727272;
  248. text-transform: uppercase;
  249. font-family: Halant;
  250. text-shadow: 2px 2px 0px #1c1c1c;
  251. letter-spacing: 5px;
  252. line-height: 36px;
  253. }
  254.  
  255. poptitle{
  256. text-align: center;
  257. font-size:40px;
  258. padding-top: 20px;
  259. color: #727272;
  260. text-transform: uppercase;
  261. font-family: Halant;
  262. text-shadow: 2px 2px 0px #1c1c1c;
  263. letter-spacing: 5px;
  264. line-height: 22px;
  265. }
  266.  
  267. @font-face { font-family: "caviardreams"; src: url('https://dl.dropboxusercontent.com/s/0sdd8pywjeng50w/caviardreams.ttf?dl=1'); format(“truetype”);}
  268.  
  269. @font-face { font-family:"swenson"; src: url('https://dl.dropboxusercontent.com/s/g8baufvqnng1g1h/swenson.ttf'); format(“truetype”);}
  270.  
  271. h2 {
  272. font-size:32px;
  273. text-align:center;
  274. line-height:auto;
  275. letter-spacing: 2px;
  276. color: #727272;
  277. font-family: Halant;
  278. text-shadow: 1px 1px 0px #1c1c1c;
  279. }
  280.  
  281. h2 small{
  282. font-size:22px;
  283. }
  284.  
  285. h3 {
  286. font-size:16px;
  287. text-align:center;
  288. line-height:24px;
  289. color: #9a9a9a;
  290. font-family: Quicksand;
  291. }
  292.  
  293. h3 small{
  294. font-size:20px;
  295. }
  296.  
  297. h4 {
  298. background-image: url('http://static.tumblr.com/y91lxtf/yE8ok3xxw/glitterkaelpop.png');
  299. color:#c5c5c5;
  300. font-family: bebas_neue;
  301. background-attachment: fixed;
  302. +outline: 4px double #aeaeae;
  303. line-height: 20px;
  304. letter-spacing: 10px;
  305. font-size:24px;
  306. padding:5px;
  307. text-transform:uppercase;
  308. font-style:normal;
  309. text-align:center;
  310. }
  311.  
  312. hr{
  313. border: 0 ;
  314. color: #303030;
  315. background-color: #303030;
  316. height: 1px;
  317. width: 90%;
  318. }
  319.  
  320. #line{
  321. border: 0 ;
  322. color: #303030;
  323. background-color: #303030;
  324. height: 1px;
  325. width: 90%;
  326. }
  327.  
  328. body {
  329. background:#202020;
  330. margin:0px;
  331. color:#727272;
  332. font-family:trebuchet ms;
  333. font-size:11px;
  334. line-height:100%;
  335. background-attachment:fixed;
  336. background-image: url('http://static.tumblr.com/y91lxtf/nkJoru2lt/js.png');
  337. background-repeat:no-repeat;
  338. }
  339.  
  340. #credit {
  341. font-size:8px;
  342. font-family: avant;
  343. -moz-transition-duration:0.5s;
  344. -webkit-transition-duration:0.5s;
  345. -o-transition-duration:0.5s;
  346. }
  347.  
  348. #credit a {
  349. position:fixed;
  350. right:6px;
  351. bottom:32px;
  352. color: #727272;
  353. text-shadow: none;
  354. }
  355.  
  356. #credit a:hover {
  357. color: #5e5e5e;
  358. -moz-transition-duration:0.5s;
  359. -webkit-transition-duration:0.5s;
  360. -o-transition-duration:0.5s;
  361. }
  362.  
  363. a {
  364. text-decoration:none;
  365. -moz-outline-style:none;
  366. color: #808080;
  367. text-shadow: 0.5px 0.5px 0px #000;
  368. -moz-transition-duration:0.2s;
  369. -webkit-transition-duration:0.2s;
  370. -o-transition-duration:0.2s;
  371. }
  372.  
  373. a:hover {
  374. text-decoration:none;
  375. outline:none;
  376. -moz-outline-style:none;
  377. color: #9a9a9a;
  378. text-shadow: 0.5px 0.5px 0px #000;
  379. -moz-transition-duration:0.2s;
  380. -webkit-transition-duration:0.2s;
  381. -o-transition-duration:0.2s;
  382. }
  383.  
  384. small, sup, sub{
  385. font-size: 11px;
  386. text-shadow: 1px 1px 0px #1c1c1c;
  387. }
  388.  
  389. big{ font-size: 16px;}
  390.  
  391. b, strong {
  392. color: #808080;
  393. font-family: Halant;
  394. font-size:14px;
  395. }
  396.  
  397. @font-face { font-family:"swenson"; src: url('https://dl.dropboxusercontent.com/s/g8baufvqnng1g1h/swenson.ttf'); format(“truetype”);}
  398.  
  399.  
  400.  
  401. blockquote {
  402. padding:4px;
  403. border-left:1px dashed #303030;
  404. }
  405.  
  406. #post {
  407. width:400px;
  408. margin-top:20px;
  409. line-height: 20px;
  410. }
  411.  
  412. #entries {
  413. position:fixed;
  414. overflow:scroll;
  415. overflow-x:hidden;
  416. height:498px;
  417. width: 418px;
  418. top:111px;
  419. left:567px;
  420. }
  421.  
  422.  
  423. #photoset{
  424. opacity: 0.6;
  425. -moz-transition-duration:1.8s;
  426. -webkit-transition-duration:1.8s;
  427. -o-transition-duration:1.8s;
  428.  
  429. }
  430.  
  431. #photoset:hover{
  432. opacity: 1;
  433. -moz-transition-duration:1.8s;
  434. -webkit-transition-duration:1.8s;
  435. -o-transition-duration:1.8s;
  436.  
  437. }
  438.  
  439. #links {
  440. position:fixed;
  441. line-height: auto;
  442. top: 90px;
  443. left: 557px;
  444. font-family: avant;
  445. font-size:8px;
  446. text-align: center;
  447. text-transform:uppercase;
  448. z-index: 999;
  449. }
  450.  
  451. #links a {
  452. color: #6e6e6e;
  453. display:inline-block;
  454. padding-top: 3px;
  455. height: 13px;
  456. width: 36px;
  457. background: #202020;
  458. border: 1px solid #303030;
  459. }
  460.  
  461. #links a:hover {
  462. text-shadow: 0px 0px 4px #6e6e6e;
  463. }
  464.  
  465. #pagination {
  466. width: 250px;
  467. position: fixed;
  468. padding: 3px;
  469. top: 570px;
  470. left: 247px;
  471. font-family: halent;
  472. font-size:11px;
  473. text-align:center;
  474. text-transform:uppercase;
  475. z-index: 999;
  476. color:#9a9a9a;
  477. }
  478.  
  479. #pagination a {
  480. color:#9a9a9a;
  481. text-shadow: 1px 1px 1px #171717;
  482. -moz-transition-duration:0.5s;
  483. -webkit-transition-duration:0.5s;
  484. -o-transition-duration:0.5s;
  485. }
  486.  
  487. #pagination a:hover{
  488. color:#757575;
  489. text-shadow: 1px 1px 0px #222222;
  490. -moz-transition-duration:0.5s;
  491. -webkit-transition-duration:0.5s;
  492. -o-transition-duration:0.5s;
  493. }
  494.  
  495. #s-m-t-tooltip{
  496. max-width:200px;
  497. margin-top:25px;
  498. margin-left:15px;
  499. padding: 3px;
  500. z-index:9999999;
  501. background: #202020;
  502. font-family: silkscreen;
  503. font-size:8px;
  504. text-align:center;
  505. font-style:none;
  506. text-transform:uppercase;
  507. border: 1px solid #303030;
  508. outline: 1px dashed #303030;
  509. outline-offset: 2px;
  510. }
  511.  
  512. #info {
  513. background: #202020;
  514. border: 1px solid #303030;
  515. outline: 1px dashed #303030;
  516. outline-offset: 2px;
  517. width: 94%;
  518. line-height: 20px;
  519. letter-spacing: 10px;
  520. font-size:24px;
  521. padding:5px;
  522. margin-left: 6px;
  523. padding-bottom: 10px;
  524. text-transform:uppercase;
  525. font-style:normal;
  526. text-align:center;
  527. -moz-transition-duration:0.5s;
  528. -webkit-transition-duration:0.5s;
  529. -o-transition-duration:0.5s;
  530. }
  531.  
  532. #info a {
  533. color:#6e6e6e;
  534. width:380px;
  535. text-shadow: 1px 1px 0px #1c1c1c;
  536. font-style:normal;
  537. -moz-transition-duration:0.5s;
  538. -webkit-transition-duration:0.5s;
  539. -o-transition-duration:0.5s;
  540. }
  541.  
  542. #info a:hover {
  543. color:#303030;
  544. text-shadow: 1px 1px 0px #1c1c1c;
  545. -moz-transition-duration:0.5s;
  546. -webkit-transition-duration:0.5s;
  547. -o-transition-duration:0.5s;
  548. }
  549.  
  550. @font-face { font-family:"typewriter"; src: url('https://dl.dropboxusercontent.com/s/1zkidpxmtb4my66/type_writer.ttf?dl=1'); format(“truetype”);}
  551.  
  552. @font-face{ font-family:"redalert"; src:url('https://dl.dropboxusercontent.com/s/mvd0eofd3pxfanl/redalert.ttf');}
  553.  
  554. .tags {
  555. font-family:redalert;
  556. font-style:normal;
  557. width:376px;
  558. text-transform: uppercase;
  559. text-shadow: 1px 1px 0px #111111;
  560. line-height:120%;
  561. padding-left:10px;
  562. font-size:12px;
  563. text-align:center;
  564. padding-top:5px;
  565. padding-bottom:15px;
  566. -moz-transition-duration:0.2s;
  567. -webkit-transition-duration:0.2s;
  568. -o-transition-duration:0.2s;
  569. }
  570. .tags a{
  571. font-style:normal;
  572. text-transform: none;
  573. -moz-transition-duration:0.2s;
  574. -webkit-transition-duration:0.2s;
  575. -o-transition-duration:0.2s;
  576. }
  577. .tags a:hover{
  578. -moz-transition-duration:0.2s;
  579. -webkit-transition-duration:0.2s;
  580. -o-transition-duration:0.2s;
  581. }
  582.  
  583. .audio{
  584. height:65px;
  585. overflow:hidden;
  586. }
  587.  
  588. .trackdetails{
  589. margin-left: 77px;
  590. margin-top: -33px;
  591. text-shadow: 1px 1px 0px #111111;
  592. font-size: 10px;
  593. height: 10px;
  594. }
  595.  
  596. #ask {
  597. color:#cc7171; }
  598.  
  599. @font-face{ font-family:"signarita"; src: url('https://dl.dropboxusercontent.com/s/gc29howy3wio7t8/signarita%20zhai%20rhianne.ttf?dl=1'); format(“truetype”);}
  600.  
  601. @font-face { font-family: "botdoh"; src: url('https://dl.dropboxusercontent.com/s/pqv5lk11d4cngsr/Botdoh.ttf'); format("truetype");}
  602.  
  603.  
  604. .asker {
  605. font-size:24px;
  606. color: #727272;
  607. font-weight: bold;
  608. text-align: center;
  609. text-shadow: 2px 2px 0px #1c1c1c;
  610. font-family: botdoh;
  611. -moz-transition-duration:0.6s;
  612. -webkit-transition-duration:0.6s;
  613. -o-transition-duration:0.6s;
  614. }
  615.  
  616. .asker:hover {
  617. -webkit-filter: blur(2px);
  618. filter: blur(2px);
  619. -moz-transition-duration:0.6s;
  620. -webkit-transition-duration:0.6s;
  621. -o-transition-duration:0.6s;
  622. }
  623.  
  624. quotesource {
  625. font-size:16px;
  626. font-family: botdoh;
  627. font-weight: bold;
  628. text-shadow: 2px 2px 0px #1c1c1c;
  629. }
  630.  
  631. #question{
  632. background: #303030;
  633. padding:6px;
  634. margin-top: -10px;
  635. text-align: justify;
  636. outline: 1px dashed #303030;
  637. outline-offset: 2px;
  638. width: 95%;
  639. margin-left: 4px;
  640. }
  641.  
  642. .question_text{
  643. padding:5px;
  644. width:auto;
  645. font-family: silkscreen;
  646. font-size: 8px;
  647. height:auto;
  648. text-align: center;
  649. overflow:auto;
  650. letter-spacing:0;
  651. word-spacing:0;
  652. line-height: 100%;
  653. background-color:#202020;
  654. outline: dashed 1px #202020;
  655. outline-offset: 2px;
  656. }
  657.  
  658. quote{
  659.  
  660. text-align: center;
  661. font-size:20px;
  662. color: #727272;
  663. text-transform: uppercase;
  664. font-family: Halant;
  665. text-shadow: 2px 2px 0px #1c1c1c;
  666. letter-spacing: 5px;
  667. line-height: 18px;
  668. }
  669.  
  670. pre{
  671. font-family: tinytots;
  672. text-transform: uppercase;
  673. font-size: 8px;
  674. }
  675.  
  676. {CustomCSS}
  677.  
  678. @font-face { font-family: "aaargh"; src: url('https://dl.dropboxusercontent.com/s/bnyoyt2m3w06ehr/aaargh.ttf?dl=1'); format(“truetype”);}
  679.  
  680. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04b_03_.ttf?dl=1'); format(“truetype”);}
  681.  
  682. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  683.  
  684. @font-face { font-family:"avant"; src: url('https://dl.dropboxusercontent.com/s/11icl382vxmy46n/avant_pixel.ttf?dl=1'); format(“truetype”);}
  685.  
  686. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  687.  
  688. @font-face { font-family: "bebas_neue"; src: url('https://dl.dropboxusercontent.com/s/scbj3da4dz3dfmf/bebasneue.otf?dl=1'); format(“truetype”);}
  689.  
  690. @font-face { font-family: "muli"; src: url('https://dl.dropboxusercontent.com/s/swqjp2tlc6l94cj/muli-light.ttf?dl=1'); format(“truetype”);}
  691.  
  692. @font-face {font-family: "dc";src: url('https://dl.dropboxusercontent.com/u/67800931/dc_regular_caps.ttf'); format("truetype");}
  693.  
  694. @font-face {font-family: "vdj";src: url('https://dl.dropboxusercontent.com/u/67800931/vdj.ttf'); format("truetype");}
  695.  
  696. @font-face { font-family:"dolcevita"; src: url('https://dl.dropbox.com/s/ulyc96lx0yfiryl/Dolce%20Vita%20Heavy%20Bold.ttf?dl=1'); format("truetype");}
  697.  
  698. </style>
  699.  
  700. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  701. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  702. <script>
  703. (function($){
  704. $(document).ready(function(){
  705. $("[title],a[title],img[title]").style_my_tooltips({
  706. tip_follows_cursor:true,
  707. tip_delay_time:100,
  708. tip_fade_speed:300,
  709. attribute:"title"
  710. });
  711. });
  712. })(jQuery);
  713. </script>
  714.  
  715. </head><body>
  716.  
  717. <!-- Wikplayer https://www.wikplayer.com -->
  718. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  719. data-config="{'skin':'http://static.tumblr.com/wx6pget/SaSnc7p16/.css','volume':60,'autoplay':true,'shuffle':true,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'bottom','showplaylist':false,'playlist':[{'title':'teenager','url':'https://www.dropbox.com/s/o51keckqkdzargh/02%20TEENAGER.mp3?dl=1'},]}" ></script>
  720. <!-- Wikplayer code end -->
  721.  
  722.  
  723. <div id="pagination">
  724. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="PREVIOUS PAGE">BACK</a>{/block:PreviousPage}&nbsp;/&nbsp;{block:NextPage}<a href="{NextPage}" title="NEXT PAGE">FORTH</a>{/block:NextPage}{/block:Pagination}</center></div>
  725.  
  726. <div id="entries">{block:Posts}<div id="post">
  727.  
  728. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1> {Body}{/block:Text}
  729.  
  730. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  731.  
  732. {block:Photoset}<div id="photoset">{Photoset-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  733.  
  734. {block:Quote}<quote><center>{Quote}</center></quote>{block:Source}<br><br> <div style="text-align: right;">— <quotesource>{Source}</quoutesource></div>{/block:Source}{/block:Quote}
  735.  
  736. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  737.  
  738. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  739.  
  740. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left" style="margin-left: 2px;">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>
  741. <div class="trackdetails">{block:TrackName}<big>{TrackName}</big>{/block:TrackName} <br>
  742. {block:Artist}{Artist}{/block:Artist} /
  743. {block:Album}{Album}{/block:Album}</div><br/>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  744.  
  745. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  746.  
  747.  
  748. {block:Answer}<p><font style="
  749. font-size:16px;
  750. color: #727272;
  751. font-weight: bold;
  752. text-align: center;
  753. text-shadow: 2px 2px 0px #1c1c1c;
  754. font-family: botdoh;
  755. -moz-transition-duration:0.6s;
  756. -webkit-transition-duration:0.6s;
  757. -o-transition-duration:0.6s;">&nbsp;a letter from {Asker}</font></p><p><div id="question"><div class="question_text">{Question}</div></div></p><hr><p>{Answer}{/block:Answer}
  758.  
  759. <p><div id="info"><center> <a href="{Permalink}" title="{DayOfMonth} {Month} {Year} @ {12Hour}:{Minutes}{AmPm}">■</a>
  760. <a href="{Permalink}" title="{NoteCount} Notes">■</a>
  761.  
  762. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">■</a> {/block:RebloggedFrom}{block:ContentSource}<a title="{SourceTitle}" href="{SourceURL}">■</a>{/block:ContentSource} {/block:RebloggedFrom} <a href="{ReblogURL}"target="_blank" title="reblog this post">■</a>
  763. </div>
  764. <p>
  765. <hr>
  766. {block:HasTags}
  767. <div class="tags">
  768. tagged as:{block:Tags} <a title="{Tag}" href="{TagURL}">&nbsp;#&nbsp;{Tag}</a> {/block:Tags}</p></div></center>
  769. {/block:HasTags}
  770. <div class="postnote">
  771. {block:PostNotes}{PostNotes}{/block:PostNotes}
  772. </div>
  773. </div>
  774. {/block:Posts}
  775.  
  776. </div>
  777.  
  778. <div id="credit"><a href="http://hollywhood.tumblr.com" title="tweaked by nightscaped">THEME</a></div>
  779.  
  780.  
  781. </body>
  782.  
  783. <div id="links">
  784. <a href="/" title="Home">one</a>&nbsp;
  785. <a href= "#?w=250" rel="02" class="poplight" title="Ask">two</a>&nbsp;
  786. <a href= "#?w=250" rel="03" class="poplight" title="Rules">three</a>&nbsp;
  787. <a href= "#?w=250" rel="04" class="poplight" title="Profile">four</a>&nbsp;
  788. <a href= "#?w=250" rel="05" class="poplight" title="About">five</a>&nbsp;
  789. <a href= "#?w=250" rel="06" class="poplight" title="Navigation">six</a>
  790. </div>
  791.  
  792. <div id="02" class="popup_block">
  793. <p><poptitle>Ask</poptitle><p>
  794. <center><div id="line"></div></center><p>
  795. Please request privacy when needed!<br>
  796. Submit is available <a href= "#?w=250" rel="08" class="poplight">here!</a><p><center><div id="line"></div></center><p>
  797.  
  798. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/swordslashing.tumblr.com" width="100%"></iframe>
  799. </div></div>
  800.  
  801. <div id="08" class="popup_block">
  802. <p><poptitle>Submit</poptitle>
  803.  
  804. <div id="popup_text">
  805. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/submit_form/swordslashing.tumblr.com" width="100%"></iframe>
  806. </div></div>
  807.  
  808. <div id="03" class="popup_block">
  809. <p><poptitle>Rules</poptitle>
  810. <center><div id="line"></div></center><p>
  811.  
  812. <strong>LAST UPDATED / 20th June 2017</strong><p>
  813.  
  814. <p>hello! i&rsquo;m phoebe (better known as phob), the writer behind this blog. i&rsquo;m a 21 year old from scotland and i use female pronouns. i&rsquo;m currently an animation student. this is supposed to be a fairly relaxed blog so, honestly, i&rsquo;m just going to say that the standard rules of rp etiquette apply. this blog is selective &amp; private, meaning that i only write with mutuals. this is also <strong>NOT</strong> a krp blog and, for the most part, won&rsquo;t be writing with members of that community if i don&rsquo;t know them. this blog is also not my main blog and was never intended to be my priority so please excuse me if i&rsquo;m on the slower side. my main blog is <a href="http://t.umblr.com/redirect?z=http%3A%2F%2Frebel.god.jp%2F&amp;t=MTUwMjA1NTlmZDVlOWVlMzAyMjY3NmM4OGQwZThjMWM5YjY3OWY3YixUbU4zdWpESg%3D%3D&amp;p=&amp;m=0">nightscaped</a>, if i ever seem to vanish when you need me. now, on to the real rules!</p>
  815. <p><strong>ON THEFT &mdash;</strong> All icons and graphics made for this blog were made entirely by me. I can recognise my own work a mile away. This also applies to my character development and writing. This has happened to me before and it&rsquo;s pretty exhausting to see people rip off the work you&rsquo;ve put into your muse just to make things easier for them. I don&rsquo;t accept requests for icons or themes or anything but, if you feel like it, you can always request a promo or mobile banner from me. I&rsquo;d actually be really glad to oblige!</p>
  816. <p><strong>ON GODMODDING/METAGAMING &mdash;</strong> This is pretty standard fair, I&rsquo;d say. I&rsquo;d do make exceptions for muses that have certain abilities, though, so long as that fact is made clear beforehand.</p>
  817. <p><strong>ON FOLLOWING &mdash;</strong> I will only be interacting with blogs I follow and that follow me back. Heacanon questions and stuff like that will still be answered if sent by a non-mutual but IC asks will be deleted on sight, in order to keep my inbox clean. I will follow most sorts of blogs &mdash; canon, OC, AU/canon-divergent, multimuses, multiverse, so on and so forth &mdash; and I will most follow based on my own judgment. I do follow blogs from fandoms I don&rsquo;t know because that&rsquo;s still a chance to explore something new. However, this is NOT a krp blog and Jisoo is NOT a krp muse. I do not follow General/AU krp blogs and have no interest in writing with those who rp as real K-Pop idols. I reserve the right to unfollow at any time and without question. It&rsquo;s likely that I have my reasons (or it was an accident agsgsdgdjjh tumblr&rsquo;s glitchty).</p>
  818. <p><strong>ON FACECLAIMS &mdash;</strong> I currently do not have an animated/manga faceclaim chosen for Jisoo and, as it's not too likely I will ever be using a drawn fc, I will only be using Kwak Heesung until further notice. However, I have no trouble writing threads with those using animated/drawn faceclaims (or characters who are already of their nature in canon). I have no banned faceclaims and do not judge muses on that basis.</p>
  819. <p><strong>ON EXCLUSIVITY &mdash;</strong> For the most part, this is something I don&rsquo;t do. It would take a lot of plotting/IC development for me to feel comfortable with it and, generally, I only practice exclusivity with good friends. Currently, I&rsquo;m exclusive to hyneblessed and therefore will not be writing with any Park Jiyeon FC muses. I won't be writing with any Kim Jaejoong FC muses either, on account of that being the faceclaim I use for Kael, Jisoo's son.</p>
  820. <p><strong>ON REPLIES/FORMATTING &mdash;</strong> I honestly don&rsquo;t care. Seriously. Do whatever you want. If you want to go for fancy formatting, that&rsquo;s cool. If you prefer the sparser stuff, that&rsquo;s great too! I don&rsquo;t mirror for formatting nor do I expect anybody else to do the same. I&rsquo;m willing to write in most lengths too, though I do have a habit of writing replies that are lengthier than intended. Because of that, I ask that you never feel compelled to try and match my length if you don&rsquo;t feel you can &mdash; just don&rsquo;t give me one short, little paragraph in response to multi-para. In that situation, I will just drop the thread.</p>
  821.  
  822. <center><div id="line"></div></center>
  823. <p style="line-height: 19.6px;"><strong>If you have any further questions, don&rsquo;t hesitate to ask!</strong></p></p>
  824. </div>
  825.  
  826.  
  827. <div id="04" class="popup_block">
  828. <p><poptitle>Profile</poptitle><center><div id="line"></div></center><p>
  829. <pre>under construction &amp; therefore super basic</pre>
  830. <h2>BASIC</h2>
  831. <p><strong>Name:</strong>&nbsp;Jisoo Haden (n&eacute; Jisoo Kang /&nbsp;강지수)</p>
  832. <p><strong>Age:</strong>&nbsp;26</p>
  833. <p><strong>Birthday:</strong>&nbsp;28th July</p>
  834. <p><strong>Hometown:</strong>&nbsp;Deling City</p>
  835. <p><strong>Birthplace:</strong> Unknown</p>
  836. <p><strong>R/S Status:</strong> Married</p>
  837. <p><strong>Orientation:</strong>&nbsp;Bisexual</p>
  838. <p><strong>Languages:</strong>&nbsp;English (fluent &amp; first language), Korean (almost fluent)</p>
  839. <p><strong>Ethnicity:</strong>&nbsp;Korean (coded)</p>
  840. <p><strong>Occupation:</strong>&nbsp;G-Soldier</p>
  841. </blockquote>
  842. <h2>PHYSICAL</h2>
  843. <p><strong>Height:</strong>&nbsp;185cm / 6&rsquo;1&rdquo;</p>
  844. <p><strong>Weight:</strong>&nbsp;74kg / 163lbs / 11st9lbs</p>
  845. <p><strong>Eye Colour:</strong>&nbsp;Dark brown</p>
  846. <p><strong>Hair Colour:</strong>&nbsp;Black</p>
  847. <p>SECTION U/C</p>
  848. </blockquote>
  849. <h2>FAMILY</h2>
  850. <p><strong>Parents: </strong>Birth parents (unnamed; deceased), adoptive parents (unnamed)</p>
  851. <p><strong>Spouse:</strong> Ahn Miseon</p>
  852. <p><strong>Children:</strong>&nbsp;<span style="text-decoration: underline;"><a href="http://nightscaped.tumblr.com/">Kael Haden</a></span></p>
  853. <p><strong>Extended:</strong> Ahn Seungho (brother-in-law), <a href="http://dutymade.tumblr.com/"><span style="text-decoration: underline;">Ahn Seungjae</span></a> (nephew), Ahn ???? (niece)</p>
  854. </blockquote></p>
  855. </div>
  856.  
  857. <div id="05" class="popup_block">
  858. <p><poptitle>About</poptitle><p>
  859. <img src="https://68.media.tumblr.com/b48b63cae7ad111f75233b3f220fd7ad/tumblr_inline_oqhafn6pbn1uli5xt_500.png" /></p>
  860. <p>this page is currently under construction. in the meantime, please read <a href="http://swordslashing.tumblr.com/post/161749077874/okay-ive-yet-to-write-up-his-backstory-in-full">this post</a>. a full&nbsp;version of his backstory will be written up at a later date.</p>
  861. </div>
  862.  
  863. <div id="06" class="popup_block">
  864. <p><poptitle>Navigation</poptitle>
  865. <center><div id="line"></div>
  866. <pre>under construction</pre>
  867. <center><div id="line"></div><p><br><br>
  868. <div class="popup_navi">
  869. <p>
  870. </div>
  871. </div>
  872.  
  873. </div></div></div></div></div></div></div></div></div>
  874.  
  875. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement