Advertisement
kyngri

Outro: Farewell

May 14th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.16 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. Farahmir base code.
  5. Theme made by kyngri for personal use only.
  6. -->
  7.  
  8. <!DOCTYPE html>
  9. <head>
  10.  
  11. <script language=JavaScript> var message="Boo."; function clickIE4(){ if (event.button==2) { alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("return false") </script>
  12.  
  13. <title>ᴘ ᴀ ᴘ ᴇ ʀ ɪ ʟ ᴇ ɴ ɴ ᴏ ᴋ ᴋ ɪ.</title>
  14.  
  15. <link rel="shortcut icon" href="https://31.media.tumblr.com/0483a8d36e23ac52e39ef75074918fb0/tumblr_inline_nhfthb3Uyo1t7fjz8.png">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!--Default Variables-->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Title" content="#bbbbbb" />
  23. <meta name="color:Text" content="#aaaaaa"/>
  24. <meta name="color:zelda" content="#aaaaaa"/>
  25. <meta name="color:castle town" content="#111111"/>
  26. <meta name="color:hyrule" content="#111111"/>
  27. <meta name="color:spirits" content="#111111"/>
  28. <meta name="color:triforce" content="#111111"/>
  29. <meta name="color:links" content="#ffffff"/>
  30. <meta name="color:links Hover" content="#000000"/>
  31. <meta name="color:Blockquote" content="#e1e1e1"/>
  32. <meta name="color:Borders" content="#dbdbdb" />
  33. <meta name="color:Scroll" content="#dbdbdb" />
  34. <meta name="color:Bold" content="#b3b3b3" />
  35. <meta name="color:Italic" content="#cccccc"/>
  36.  
  37. <meta name="image:Sidebar Image" content=""/>
  38.  
  39. <meta name="text:link 1 URL" content="" />
  40. <meta name="text:link 1" content="" />
  41. <meta name="text:link 2 URL" content="" />
  42. <meta name="text:link 2" content="" />
  43. <meta name="text:link 3 URL" content="" />
  44. <meta name="text:link 3" content="" />
  45.  
  46. <meta name="if:250px" content="0" />
  47. <meta name="if:400px" content="1" />
  48. <meta name="if:500px" content="0" />
  49. <meta name="if:InfiniteScroll" content="0" />
  50. <meta name="if:monochrome" content="1" />
  51. <meta name="if:Dark" content="0" />
  52. <meta name="if:Light" content="1" />
  53.  
  54.  
  55. <!--CSS customization here. -->
  56.  
  57. <style type="text/css">
  58.  
  59. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  60. @font-face {font-family: "neou"; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  61. @font-face {font-family: "alexbrush";src: url('https://dl.dropboxusercontent.com/s/y48zvcvymdw1vmo/alexbrush-regular.ttf?dl=1'); format("truetype");}
  62. @font-face {font-family: "laine";src: url('https://dl.dropboxusercontent.com/s/q2nwfx6s9t3k759/laine.ttf?dl=1'); format("truetype");}
  63. @font-face{ font-family:"signerica"; src: url('https://dl.dropboxusercontent.com/s/kfe6jebile02ki3/signerica_thin.ttf?dl=1'); format(“truetype”);}
  64. @font-face{ font-family:"signarita zhai"; src: url('https://dl.dropboxusercontent.com/u/102415483/Signarita%20Zhai%20Rhianne.ttf?dl=1'); format(“truetype”);}
  65.  
  66.  
  67.  
  68. iframe#tumblr_controls {
  69. top:0%!important;
  70. right:0%!important;
  71. position:fixed!important;
  72. z-index:99999999!important;
  73. -webkit-filter:invert(100%);
  74. -moz-filter:invert(100%);
  75. -o-filter:invert(100%);
  76. -ms-filter:invert(100%);
  77. filter:invert(100%);
  78. opacity:.3;
  79. {block:IndexPage}
  80. opacity:0;
  81. -webkit-transition: all 1s ease-in-out;
  82. -moz-transition: all 1s ease-in-out;
  83. -o-transition: all 1s ease-in-out;
  84. -ms-transition: all 1s ease-in-out;
  85. transition: all 1s ease-in-out;
  86. {/block:IndexPage}
  87. }
  88.  
  89. iframe#tumblr_controls:hover {
  90. opacity:.3;
  91. }
  92.  
  93.  
  94. #s-m-t-tooltip{
  95. max-width:300px;
  96. margin-top:25px;
  97. margin-left:15px;
  98. padding:4px;
  99. z-index:99999999999999999;
  100. background-color:{color:Background};
  101. color:{color:Text};
  102. font-family:wendy;
  103. font-size:10px;
  104. line-height:10px;
  105. letter-spacing:1px;
  106. font-style:normal;
  107. text-transform:normal;
  108. border-left:4px solid {color:Borders};
  109. border-right:4px solid {color:Borders};
  110. border-radius:7px 7px 7px 7px;
  111. word-wrap:break-word;
  112. -moz-transition:all 0.5s ease-in-out;
  113. -webkit-transition:all 0.5s ease-in-out;
  114. -o-transition:all 0.5s ease-in-out;
  115. transition:all 0.5s ease-in-out;
  116. }
  117.  
  118. ::-webkit-scrollbar-thumb:vertical {
  119. background:{color:Scroll};
  120. height: 30px;
  121. }
  122.  
  123. ::-webkit-scrollbar {
  124. height: 10px;
  125. width: 4px;
  126. }
  127.  
  128. /*basics*/
  129. blockquote {padding:5px 0 5px 30px;
  130. border-left:1px solid {color:Blockquote};
  131. margin-left:30px;
  132. }
  133.  
  134. blockquote img {
  135. outline-offset: -10px;
  136. outline:solid 1px rgba(255,255,255,1);
  137. }
  138.  
  139. body {
  140. background:{color:Background};
  141. color:{color:Text};
  142. font-family:calibri;
  143. font-size:11px;
  144. text-align:justify;
  145. margin:0;
  146. line-height:16px;}
  147.  
  148. a {
  149. color:{color:links};
  150. text-decoration:none;
  151. -webkit-transition: all 1s ease-in-out;
  152. -moz-transition: all 1s ease-in-out;
  153. -o-transition: all 1s ease-in-out;
  154. -ms-transition: all 1s ease-in-out;
  155. transition: all 1s ease-in-out;
  156. }
  157. a:hover{
  158. color:{color:links Hover};
  159. text-shadow: 2px 2px 6px #111;
  160. }
  161.  
  162. pre {
  163. width:95%;
  164. white-space:pre-wrap;
  165. word-wrap:break-word;
  166. background:{color:hyrule};
  167. color:white;
  168. padding:4px;
  169. }
  170.  
  171. small {
  172. font-size:9px;}
  173.  
  174. sub {
  175. font-size:9px;}
  176.  
  177. big {
  178. font-size:13px;}
  179.  
  180. b, strong {
  181. color:{color:Bold};
  182. font-weight:bold;
  183. }
  184.  
  185. i, em {
  186. color:{color:Italic};
  187. font-style:italic;
  188. }
  189.  
  190. ul,ol {
  191. padding:2px;
  192. margin-left:25px;
  193. }
  194.  
  195. ul {
  196. list-style-type:square;
  197. }
  198.  
  199. h1 {
  200. font-family:neou;
  201. font-size:30px;
  202. line-height:30px;
  203. font-weight:normal;
  204. margin-bottom:10px;
  205. text-transform:uppercase;
  206. text-align:center;
  207. }
  208.  
  209. #title {
  210. font-family:neou;
  211. font-size:30px;
  212. line-height:30px;
  213. font-weight:normal;
  214. margin-bottom:10px;
  215. text-transform:uppercase;
  216. text-align:center;
  217. }
  218.  
  219. /* stats */
  220.  
  221. #zoras {
  222. position:fixed;
  223. left:1px;
  224. bottom:1px;
  225. width:50px;
  226. height:10px;
  227. text-align:left;
  228. font-family:wendy;
  229. color:white;
  230. font-size:10px;
  231. line-height:10px;
  232. z-index:99999;
  233. }
  234.  
  235. #zoras a {
  236. color:white;
  237. }
  238.  
  239. /* container */
  240.  
  241.  
  242. #hyrulefield {
  243. width:100%;
  244. height:100%;
  245. left:0px;
  246. top:0px;
  247. position:fixed;
  248. background:{color:castle town};
  249. }
  250.  
  251. /* sidebar wrapper */
  252.  
  253. #hyrule {
  254. position:absolute;
  255. left:-13px;
  256. bottom:125px;
  257. width:500px;
  258. height:350px;
  259. z-index:999999;
  260. }
  261.  
  262. #hyruleline {
  263. position:absolute;
  264. left:0px;
  265. bottom:75px;
  266. height:2px;
  267. width:100%;
  268. background-color:{color:hyrule};
  269. }
  270.  
  271. #hyruleline2 {
  272. position:absolute;
  273. left:0px;
  274. bottom:60px;
  275. height:10px;
  276. width:100%;
  277. background-color:{color:hyrule};
  278. }
  279.  
  280. /* Music Player */
  281.  
  282. #ocarina {
  283. overflow:hidden;
  284. position:absolute;
  285. width:20px;
  286. height:20px;
  287. bottom:240px;
  288. left:35px;
  289. background:#f9f9f9;
  290. border:2px solid {color:hyrule};
  291. padding:2px;
  292. border-radius:100%;
  293. z-index:9999999;
  294. -webkit-transition: all 1s ease-in-out;
  295. -moz-transition: all 1s ease-in-out;
  296. -o-transition: all 1s ease-in-out;
  297. -ms-transition: all 1s ease-in-out;
  298. transition: all 1s ease-in-out;
  299. }
  300.  
  301. #time {
  302. margin-top:3px;
  303. margin-left:3px;
  304. z-index:3;
  305. -webkit-transition: 0.9s;
  306. -moz-transition: 0.9s;
  307. -o-transition: 0.9s;
  308. -ms-transition: 0.9s;
  309. transition: 0.9s;
  310. }
  311.  
  312. #ocarina:hover #time {
  313. margin-top:-20px;
  314. -webkit-transition: 0.9s;
  315. -moz-transition: 0.9s;
  316. -o-transition: 0.9s;
  317. -ms-transition: 0.9s;
  318. transition: 0.9s;
  319. }
  320.  
  321. #lullaby {
  322. margin-top:4px;
  323. margin-left:-3px;
  324. opacity:1;
  325. z-index:2;
  326. }
  327.  
  328.  
  329. /* sidebar img */
  330.  
  331. #zelda {
  332. position:absolute;
  333. left:0px;
  334. bottom:0px;
  335. z-index:9;
  336. }
  337.  
  338. /* sidebar desc */
  339.  
  340. #princesszelda {
  341. position:absolute;
  342. left:206px;
  343. bottom:170px;
  344. width:250px;
  345. height:50px;
  346. z-index:99999;
  347. -webkit-transition: all 1s ease-in-out;
  348. -moz-transition: all 1s ease-in-out;
  349. -o-transition: all 1s ease-in-out;
  350. -ms-transition: all 1s ease-in-out;
  351. transition: all 1s ease-in-out;
  352. }
  353.  
  354. #princesszelda:hover {
  355. height:155px;
  356. bottom:65px;
  357. -webkit-transition: all 1s ease-in-out;
  358. -moz-transition: all 1s ease-in-out;
  359. -o-transition: all 1s ease-in-out;
  360. -ms-transition: all 1s ease-in-out;
  361. transition: all 1s ease-in-out;
  362. }
  363.  
  364. #crown {
  365. position:absolute;
  366. width:80px;
  367. left:75px;
  368. top:5px;
  369. font-family:neou;
  370. color:{color:zelda};
  371. font-size:30px;
  372. line-height:30px;
  373. text-align:center;
  374. }
  375.  
  376. #gloves {
  377. position:absolute;
  378. width:80px;
  379. left:120px;
  380. top:60px;
  381. font-family:signarita zhai;
  382. color:{color:zelda};
  383. font-size:30px;
  384. line-height:30px;
  385. text-align:center;
  386. }
  387.  
  388. #aboutzelda_outer:after {
  389. content:"";
  390. width:80px;
  391. height:1px;
  392. top:15px;
  393. left:0px;
  394. position:absolute;
  395. z-index:-1;
  396. background:{color:zelda};
  397. -ms-transform: rotate(20deg); /* IE 9 */
  398. -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
  399. transform: rotate(20deg);
  400. }
  401.  
  402.  
  403. #aboutzelda_outer:before {
  404. content:"";
  405. width:90px;
  406. height:1px;
  407. top:29px;
  408. left:77px;
  409. position:absolute;
  410. z-index:-1;
  411. background:{color:zelda};
  412. -webkit-transition: all 1s ease-in-out;
  413. -moz-transition: all 1s ease-in-out;
  414. -o-transition: all 1s ease-in-out;
  415. -ms-transition: all 1s ease-in-out;
  416. transition: all 1s ease-in-out;
  417. }
  418.  
  419. #hyrule:hover #aboutzelda_outer:before{
  420. width:165px;
  421. -webkit-transition: all 1s ease-in-out;
  422. -moz-transition: all 1s ease-in-out;
  423. -o-transition: all 1s ease-in-out;
  424. -ms-transition: all 1s ease-in-out;
  425. transition: all 1s ease-in-out;
  426. }
  427.  
  428.  
  429. #navi{
  430. background:{color:links};
  431. position:absolute;
  432. left:235px;
  433. top:25px;
  434. width:6px;
  435. height:6px;
  436. border:1px solid {color:Borders};
  437. border-radius:100px;
  438. opacity:0;
  439. -webkit-transition: all 1s ease-in-out;
  440. -moz-transition: all 1s ease-in-out;
  441. -o-transition: all 1s ease-in-out;
  442. -ms-transition: all 1s ease-in-out;
  443. transition: all 1s ease-in-out;
  444. }
  445.  
  446. #navi:hover{
  447. background:{color:links Hover};
  448. }
  449.  
  450. #hyrule:hover #navi {
  451. opacity:1;
  452. -webkit-transition: all 1s ease-in-out;
  453. -moz-transition: all 1s ease-in-out;
  454. -o-transition: all 1s ease-in-out;
  455. -ms-transition: all 1s ease-in-out;
  456. transition: all 1s ease-in-out;
  457. }
  458.  
  459. #pkr {
  460. position:absolute;
  461. bottom:13px;
  462. left:284px;
  463. padding:4px;
  464. width: 165px;
  465. height: 100px;
  466. background:transparent;
  467. font-family:calibri;
  468. font-size:10px;
  469. text-align:center;
  470. overflow:auto;
  471. }
  472.  
  473. #aboutzelda {
  474. position:absolute;
  475. top:95px;
  476. left:78px;
  477. padding:4px;
  478. width: 165px;
  479. height: 80px;
  480. background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');
  481. background-attachment:fixed;
  482. background-repeat:repeat;
  483. font-family:calibri;
  484. font-size:10px;
  485. text-align:center;
  486. overflow:auto;
  487. opacity:0;
  488. -webkit-transition: all 1s ease-in-out;
  489. -moz-transition: all 1s ease-in-out;
  490. -o-transition: all 1s ease-in-out;
  491. -ms-transition: all 1s ease-in-out;
  492. transition: all 1s ease-in-out;
  493. }
  494.  
  495. #princesszelda:hover #aboutzelda {
  496. opacity:1;
  497. -webkit-transition: all 1s ease-in-out;
  498. -moz-transition: all 1s ease-in-out;
  499. -o-transition: all 1s ease-in-out;
  500. -ms-transition: all 1s ease-in-out;
  501. transition: all 1s ease-in-out;
  502. }
  503.  
  504.  
  505.  
  506. /*posts*/
  507.  
  508. #castletown {
  509. position:absolute;
  510. {block:If250px}
  511. width:330px;
  512. {block:If250px}
  513. {block:If400px}
  514. width:490px;
  515. {block:If400px}
  516. {block:If500px}
  517. width:590px;
  518. {block:If500px}
  519. height:100%;
  520. left:600px;
  521. top:0px;
  522. z-index:999;
  523. padding:5px;
  524. padding-bottom:10px;
  525. border-right:1px solid {color:borders};
  526. border-left:1px solid {color:borders};
  527. background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');
  528. background-attachment:fixed;
  529. background-repeat:repeat;
  530. }
  531.  
  532. #townspeople {
  533. z-index:999;
  534. position:absolute;
  535. background:transparent;
  536. top:0px;
  537. left:3px;
  538. {block:If250px}
  539. width:330px;
  540. {block:If250px}
  541. {block:If400px}
  542. width:490px;
  543. {block:If400px}
  544. {block:If500px}
  545. width:590px;
  546. {block:If500px}
  547. height:100%;
  548. border-right:2px solid {color:borders};
  549. border-left:2px solid {color:borders};
  550. }
  551.  
  552.  
  553. #castlewall {
  554. position:absolute;
  555. left:14px;
  556. {block:If250px}
  557. width:310px;
  558. {block:If250px}
  559. {block:If400px}
  560. width:460px;
  561. {block:If400px}
  562. {block:If500px}
  563. width:560px;
  564. {block:If500px}
  565. height:100%;
  566. overflow:auto;
  567. }
  568.  
  569.  
  570. /* signature */
  571.  
  572. #hookshot {
  573. position:absolute;
  574. left:315px;
  575. bottom:-55px;
  576. z-index:99999;
  577. }
  578.  
  579. #hookshot img {
  580. width:90px;
  581. -ms-transform: rotate(0deg); /* IE 9 */
  582. -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  583. transform: rotate(0deg);
  584. {block:IfDark}
  585. -webkit-filter:invert(100%);
  586. -moz-filter:invert(100%);
  587. -o-filter:invert(100%);
  588. -ms-filter:invert(100%);
  589. filter:invert(100%);
  590. {/block:IfDark}
  591. }
  592.  
  593.  
  594. /*loves */
  595.  
  596. #savior {
  597. position:absolute;
  598. bottom:80px;
  599. left:600px;
  600. width:60px;
  601. -webkit-transition: all 1s ease-in-out;
  602. -moz-transition: all 1s ease-in-out;
  603. -o-transition: all 1s ease-in-out;
  604. -ms-transition: all 1s ease-in-out;
  605. transition: all 1s ease-in-out;
  606. }
  607.  
  608. #savior img {
  609. border-radius:100%;
  610. background:#f9f9f9;
  611. border:2px solid {color:hyrule};
  612. padding:2px;
  613. width:60px;
  614. }
  615.  
  616. #hyrulefield:hover #savior {
  617. left:525px;
  618. -webkit-transition: all 1s ease-in-out;
  619. -moz-transition: all 1s ease-in-out;
  620. -o-transition: all 1s ease-in-out;
  621. -ms-transition: all 1s ease-in-out;
  622. transition: all 1s ease-in-out;
  623. }
  624.  
  625. {CustomCSS}
  626.  
  627.  
  628.  
  629. </style>
  630.  
  631.  
  632.  
  633. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  634. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  635. <script>
  636. (function($){
  637. $(document).ready(function(){
  638. $("[title]").style_my_tooltips();
  639. });
  640. })(jQuery);
  641. </script>
  642.  
  643. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js'></script><script>$(function() {var $el, leftPos, newWidth,$mainNav = $("#midnaa");$mainNav.append("<li class='triforce'></li>");var $magicLine = $(".triforce");$magicLine.width($(".current_item").width()).css("left", $(".current_item a").position().left).data("origLeft", $magicLine.position().left);$("#midnaa li a").hover(function() {$el = $(this);leftPos = $el.position().left;newWidth = $el.parent().width();$magicLine.stop().animate({left: leftPos,});}, function() {$magicLine.stop().animate({left: $magicLine.data("origLeft"),});});});</script>
  644.  
  645. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script type="text/javascript">jQuery(document).ready(function() {
  646. jQuery(".epona").hide();jQuery(".answer").click(function(){jQuery(this).next(".epona").fadeToggle(500);});});</script>
  647.  
  648. </head>
  649.  
  650. <body>
  651. <body bgcolor="#fafafa" ondragstart="return false" onselectstart="return false">
  652. <body onkeydown="return false">
  653.  
  654. <div id="hyrulefield">
  655.  
  656. <div id="zoras">
  657. <script language="JavaScript">
  658. var ref = (''+document.referrer+'');
  659. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3359389&e1=&e2=&r=' + ref + '"><\/script>');
  660. </script> + <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2189130&name="></script>.
  661. </div>
  662.  
  663. <div id="savior">
  664. <a href="/p:rince" title="+ The fact is you make me feel a lot more than you know."><img src="https://33.media.tumblr.com/573320ac476d00ddf2e9a25db83fdeed/tumblr_inline_nobw7bmrZn1t7fjz8_500.gif"></a>
  665. <a href="http://turtlemin.tumblr.com/" title="+ Minako Aino to my Rei Hino."><img src="https://33.media.tumblr.com/77c6478f22983ae51933fb58af3abd4b/tumblr_inline_nobw7hoI8v1t7fjz8_500.gif"></a>
  666. <a href="http://jungkxok.tumblr.com/" title="+ My favorite person."><img src="https://38.media.tumblr.com/2d5a0a9c7054c23083892f82bd4d5ea4/tumblr_inline_nobw7qeeG11t7fjz8_500.gif"></a>
  667. </div>
  668.  
  669. <div id="hyruleline"></div>
  670. <div id="hyruleline2"></div>
  671.  
  672.  
  673.  
  674. <div id="castletown">
  675. <div id="townspeople">
  676. <div id="castlewall">
  677.  
  678. <div id="hyrule">
  679.  
  680. <div id="zelda"><img src="https://36.media.tumblr.com/3aaf40bf60bb50836b33253679552321/tumblr_inline_nobru91sYj1t7fjz8_540.png" style="width:300px;"></div>
  681. <div id="hookshot">
  682. <a title="+ Yours Truly."><img src="https://31.media.tumblr.com/17cc624ff40c92b0a001bfde52b922a4/tumblr_inline_ni3szl78oM1t7fjz8.png"></a>
  683. </div>
  684.  
  685.  
  686. <div id="ocarina">
  687. <div id="time">
  688. <img src="https://31.media.tumblr.com/tumblr_m7w2n46Pdl1r6o8v2.gif"/>
  689. </div>
  690. <div id="lullaby">
  691. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20"><param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" /><param name="bgcolor" value="111111" /><param name="FlashVars" value="mp3=https://db.tt/vZhyASbU&amp;width=25&amp;loop=1&amp;autoplay=1&amp;showslider=0&amp;bgcolor=f9f9f9&amp;bgcolor1=f9f9f9&amp;bgcolor2=f9f9f9&amp;buttoncolor=000000&amp;buttonovercolor=000000" /></object>
  692. </div>
  693. </div>
  694.  
  695.  
  696. <div id="pkr">
  697. <div style="font-size:17px; text-align:left;">* 안녕히계세요 :</div>I've grown tired.<br>
  698. And there's no possible chance we'll meet again, so don't look for me.<br>
  699. May the odds be forever in your favor.
  700. </div>
  701. <div id="princesszelda">
  702. <div id="crown">Outro</div>
  703. <div id="aboutzelda_outer"></div>
  704. <div id="gloves">farewell</div>
  705. <a onclick="close(); return false" title="+ Love is Not Over." class="answer"><div id="navi"></div></a>
  706. <div class="epona">
  707. <div id="aboutzelda">
  708. That long night is following you<br>
  709. it seems like it’s just flowing<br>
  710. this time is following you<br>
  711. it seems like it’s clouding over<br>
  712. why are you going far away<br>
  713. why are you going so far I can’t contact you<br>
  714. tell me why, why are you going far away, why<br>
  715. in your eyes, I won’t<br>
  716. be seen anymore, uh<br>
  717. love hurts and hurts again, yeah<br>
  718. farewell hurts<br>
  719. and hurts even more<br>
  720. I don’t think I can do this without you<br>
  721. please love me, please love me<br>
  722. please come back to my embrace<br>
  723. love hurts and hurts again, yeah<br>
  724. farewell hurts<br>
  725. and hurts even more<br>
  726. I don’t think I can do this without you<br>
  727. please love me, please love me<br>
  728. please come back to my embrace<br>
  729. Love is not over over over<br>
  730. Love is not over over over<br>
  731. Love is not over over over<br>
  732. Love is not over over over<br>
  733. love hurts and hurts again, yeah<br>
  734. farewell hurts<br>
  735. and hurts even more<br>
  736. </div>
  737. </div>
  738. </div>
  739.  
  740.  
  741. </div>
  742.  
  743. </div>
  744.  
  745. </div>
  746.  
  747.  
  748. </div>
  749.  
  750. </div>
  751.  
  752.  
  753.  
  754. {block:ContentSource}
  755. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  756. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  757. {/block:SourceLogo}
  758. {block:NoSourceLogo}{Sourcelink}{/block:NoSourceLogo} -->
  759. {/block:ContentSource}
  760.  
  761. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement