Advertisement
kyngri

Going Home

Mar 17th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.79 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:hyrule" content="#111111"/>
  26. <meta name="color:spirits" content="#111111"/>
  27. <meta name="color:triforce" content="#111111"/>
  28. <meta name="color:links" content="#ffffff"/>
  29. <meta name="color:links Hover" content="#000000"/>
  30. <meta name="color:Blockquote" content="#e1e1e1"/>
  31. <meta name="color:Borders" content="#dbdbdb" />
  32. <meta name="color:Scroll" content="#dbdbdb" />
  33. <meta name="color:Bold" content="#b3b3b3" />
  34. <meta name="color:Italic" content="#cccccc"/>
  35.  
  36. <meta name="image:Sidebar Image" content=""/>
  37.  
  38. <meta name="text:link 1 URL" content="" />
  39. <meta name="text:link 1" content="" />
  40. <meta name="text:link 2 URL" content="" />
  41. <meta name="text:link 2" content="" />
  42. <meta name="text:link 3 URL" content="" />
  43. <meta name="text:link 3" content="" />
  44.  
  45. <meta name="if:250px" content="0" />
  46. <meta name="if:400px" content="1" />
  47. <meta name="if:500px" content="0" />
  48. <meta name="if:InfiniteScroll" content="0" />
  49. <meta name="if:monochrome" content="1" />
  50. <meta name="if:Dark" content="0" />
  51. <meta name="if:Light" content="1" />
  52.  
  53.  
  54. <!--CSS customization here. -->
  55.  
  56. <style type="text/css">
  57.  
  58. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  59. @font-face {font-family: "neou"; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  60. @font-face {font-family: "alexbrush";src: url('https://dl.dropboxusercontent.com/s/y48zvcvymdw1vmo/alexbrush-regular.ttf?dl=1'); format("truetype");}
  61. @font-face {font-family: "laine";src: url('https://dl.dropboxusercontent.com/s/q2nwfx6s9t3k759/laine.ttf?dl=1'); format("truetype");}
  62. @font-face{ font-family:"signerica"; src: url('https://dl.dropboxusercontent.com/s/kfe6jebile02ki3/signerica_thin.ttf?dl=1'); format(“truetype”);}
  63. @font-face{ font-family:"signarita zhai"; src: url('https://dl.dropboxusercontent.com/u/102415483/Signarita%20Zhai%20Rhianne.ttf?dl=1'); format(“truetype”);}
  64.  
  65.  
  66.  
  67. iframe#tumblr_controls {
  68. top:0%!important;
  69. right:0%!important;
  70. position:fixed!important;
  71. z-index:99999999!important;
  72. opacity:.3;
  73. {block:IndexPage}
  74. opacity:0;
  75. -webkit-transition: all 1s ease-in-out;
  76. -moz-transition: all 1s ease-in-out;
  77. -o-transition: all 1s ease-in-out;
  78. -ms-transition: all 1s ease-in-out;
  79. transition: all 1s ease-in-out;
  80. {/block:IndexPage}
  81. }
  82.  
  83. iframe#tumblr_controls:hover {
  84. opacity:.3;
  85. }
  86.  
  87.  
  88. #s-m-t-tooltip{
  89. max-width:300px;
  90. margin-top:25px;
  91. margin-left:15px;
  92. padding:4px;
  93. z-index:99999999999999999;
  94. background-color:{color:Background};
  95. color:{color:Text};
  96. font-family:wendy;
  97. font-size:10px;
  98. line-height:10px;
  99. letter-spacing:1px;
  100. font-style:normal;
  101. text-transform:normal;
  102. border-left:4px solid {color:Borders};
  103. border-right:4px solid {color:Borders};
  104. border-radius:7px 7px 7px 7px;
  105. word-wrap:break-word;
  106. -moz-transition:all 0.5s ease-in-out;
  107. -webkit-transition:all 0.5s ease-in-out;
  108. -o-transition:all 0.5s ease-in-out;
  109. transition:all 0.5s ease-in-out;
  110. }
  111.  
  112. ::-webkit-scrollbar-thumb:vertical {
  113. background:{color:Scroll};
  114. height: 80px;
  115. }
  116.  
  117. ::-webkit-scrollbar {
  118. height: 10px;
  119. width: 4px;
  120. }
  121.  
  122. /*basics*/
  123. blockquote {padding:5px 0 5px 30px;
  124. border-left:1px solid {color:Blockquote};
  125. margin-left:30px;
  126. }
  127.  
  128. blockquote img {
  129. outline-offset: -10px;
  130. outline:solid 1px rgba(255,255,255,1);
  131. }
  132.  
  133. body {
  134. background:{color:Background};
  135. color:{color:Text};
  136. font-family:calibri;
  137. font-size:11px;
  138. text-align:justify;
  139. margin:0;
  140. line-height:16px;}
  141.  
  142. a {
  143. color:{color:links};
  144. text-decoration:none;
  145. -webkit-transition: all 1s ease-in-out;
  146. -moz-transition: all 1s ease-in-out;
  147. -o-transition: all 1s ease-in-out;
  148. -ms-transition: all 1s ease-in-out;
  149. transition: all 1s ease-in-out;
  150. }
  151. a:hover{
  152. color:{color:links Hover};
  153. text-shadow: 2px 2px 6px #111;
  154. }
  155.  
  156. pre {
  157. width:95%;
  158. white-space:pre-wrap;
  159. word-wrap:break-word;
  160. background:{color:hyrule};
  161. color:white;
  162. padding:4px;
  163. }
  164.  
  165. small {
  166. font-size:9px;}
  167.  
  168. sub {
  169. font-size:9px;}
  170.  
  171. big {
  172. font-size:13px;}
  173.  
  174. b, strong {
  175. color:{color:Bold};
  176. font-weight:bold;
  177. }
  178.  
  179. i, em {
  180. color:{color:Italic};
  181. font-style:italic;
  182. }
  183.  
  184. ul,ol {
  185. padding:2px;
  186. margin-left:25px;
  187. }
  188.  
  189. ul {
  190. list-style-type:square;
  191. }
  192.  
  193. h1 {
  194. font-family:neou;
  195. font-size:30px;
  196. line-height:30px;
  197. font-weight:normal;
  198. margin-bottom:10px;
  199. text-transform:uppercase;
  200. text-align:center;
  201. }
  202.  
  203. #title {
  204. font-family:neou;
  205. font-size:30px;
  206. line-height:30px;
  207. font-weight:normal;
  208. margin-bottom:10px;
  209. text-transform:uppercase;
  210. text-align:center;
  211. }
  212.  
  213. /* container */
  214.  
  215. #hyrulefield {
  216. width:100%;
  217. height:100%;
  218. left:0px;
  219. top:0px;
  220. position:fixed;
  221. background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');
  222. background-attachment:fixed;
  223. background-repeat:repeat;
  224. }
  225.  
  226. /* sidebar wrapper */
  227.  
  228. #hyrule {
  229. position:absolute;
  230. left:0px;
  231. bottom:0px;
  232. width:702px;
  233. height:100%;
  234. z-index:99;
  235. background-color:{color:hyrule};
  236. }
  237.  
  238. #hyruleline {
  239. position:absolute;
  240. left:705px;
  241. bottom:0px;
  242. height:100%;
  243. width:5px;
  244. background-color:{color:hyrule};
  245. }
  246.  
  247. /* reminder */
  248.  
  249. #silver {
  250. position:absolute;
  251. top:5px;
  252. right:-30px;
  253. }
  254.  
  255. #silver img {
  256. width:50px;
  257. }
  258.  
  259. /* idolNET */
  260.  
  261. #net {
  262. position:absolute;
  263. right:-30px;
  264. top:60px;
  265. }
  266.  
  267. #net img {
  268. width:50px;
  269. }
  270.  
  271. /* Music Player */
  272.  
  273. #ocarina {
  274. overflow:hidden;
  275. position:absolute;
  276. width:20px;
  277. height:20px;
  278. bottom:615px;
  279. left:405px;
  280. background:transparent;
  281. border:2px solid transparent;
  282. padding:2px;
  283. border-radius:100%;
  284. z-index:9999999;
  285. -webkit-transition: all 1s ease-in-out;
  286. -moz-transition: all 1s ease-in-out;
  287. -o-transition: all 1s ease-in-out;
  288. -ms-transition: all 1s ease-in-out;
  289. transition: all 1s ease-in-out;
  290. }
  291.  
  292. #time {
  293. margin-top:3px;
  294. margin-left:3px;
  295. z-index:3;
  296. -webkit-transition: 0.9s;
  297. -moz-transition: 0.9s;
  298. -o-transition: 0.9s;
  299. -ms-transition: 0.9s;
  300. transition: 0.9s;
  301. }
  302.  
  303. #ocarina:hover #time {
  304. margin-top:-20px;
  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. #lullaby {
  313. margin-top:4px;
  314. margin-left:-3px;
  315. opacity:1;
  316. z-index:2;
  317. }
  318.  
  319. /* baby*/
  320.  
  321. #link {
  322. position:absolute;
  323. bottom:158px;
  324. left:400px;
  325. -webkit-transition: all 1s ease-in-out;
  326. -moz-transition: all 1s ease-in-out;
  327. -o-transition: all 1s ease-in-out;
  328. -ms-transition: all 1s ease-in-out;
  329. transition: all 1s ease-in-out;
  330. }
  331.  
  332. #link img {
  333. width:170px;
  334. }
  335.  
  336. /* sidebar img */
  337.  
  338. #zelda {
  339. position:absolute;
  340. left:80px;
  341. bottom:0px;
  342. z-index:;
  343. }
  344.  
  345. #zelda img {
  346. width:500px;
  347. }
  348.  
  349. /* stats */
  350.  
  351. #zoras {
  352. position:fixed;
  353. left:1px;
  354. bottom:1px;
  355. width:50px;
  356. height:10px;
  357. text-align:left;
  358. font-family:wendy;
  359. color:{color:hyrule};
  360. font-size:10px;
  361. line-height:10px;
  362. z-index:99999;
  363. }
  364.  
  365. #zoras a {
  366. color:{color:hyrule};
  367. }
  368.  
  369. /* sidebar desc */
  370.  
  371. #princesszelda {
  372. position:absolute;
  373. right:20px;
  374. bottom:450px;
  375. width:250px;
  376. height:50px;
  377. z-index:99999;
  378. -webkit-transition: all 1s ease-in-out;
  379. -moz-transition: all 1s ease-in-out;
  380. -o-transition: all 1s ease-in-out;
  381. -ms-transition: all 1s ease-in-out;
  382. transition: all 1s ease-in-out;
  383. overflow:hidden;
  384. }
  385.  
  386. #princesszelda:hover {
  387. height:155px;
  388. bottom:345px;
  389. -webkit-transition: all 1s ease-in-out;
  390. -moz-transition: all 1s ease-in-out;
  391. -o-transition: all 1s ease-in-out;
  392. -ms-transition: all 1s ease-in-out;
  393. transition: all 1s ease-in-out;
  394. }
  395.  
  396. #crown {
  397. position:absolute;
  398. width:80px;
  399. left:90px;
  400. top:5px;
  401. font-family:neou;
  402. color:{color:zelda};
  403. font-size:30px;
  404. line-height:30px;
  405. text-align:center;
  406. }
  407.  
  408. #gloves {
  409. position:absolute;
  410. width:80px;
  411. left:167px;
  412. top:23px;
  413. font-family:signarita zhai;
  414. color:{color:zelda};
  415. font-size:30px;
  416. line-height:30px;
  417. text-align:center;
  418. }
  419.  
  420. #aboutzelda_outer:after {
  421. content:"";
  422. width:80px;
  423. height:1px;
  424. top:15px;
  425. left:0px;
  426. position:absolute;
  427. z-index:-1;
  428. background:{color:zelda};
  429. -ms-transform: rotate(20deg); /* IE 9 */
  430. -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
  431. transform: rotate(20deg);
  432. }
  433.  
  434.  
  435. #aboutzelda_outer:before {
  436. content:"";
  437. width:90px;
  438. height:1px;
  439. top:29px;
  440. left:77px;
  441. position:absolute;
  442. z-index:-1;
  443. background:{color:zelda};
  444. -webkit-transition: all 1s ease-in-out;
  445. -moz-transition: all 1s ease-in-out;
  446. -o-transition: all 1s ease-in-out;
  447. -ms-transition: all 1s ease-in-out;
  448. transition: all 1s ease-in-out;
  449. }
  450.  
  451. #princesszelda:hover #aboutzelda_outer:before{
  452. width:165px;
  453. -webkit-transition: all 1s ease-in-out;
  454. -moz-transition: all 1s ease-in-out;
  455. -o-transition: all 1s ease-in-out;
  456. -ms-transition: all 1s ease-in-out;
  457. transition: all 1s ease-in-out;
  458. }
  459.  
  460.  
  461. #navi{
  462. background:{color:links};
  463. position:absolute;
  464. left:235px;
  465. top:25px;
  466. width:6px;
  467. height:6px;
  468. border:1px solid {color:Borders};
  469. border-radius:100px;
  470. opacity:0;
  471. -webkit-transition: all 1s ease-in-out;
  472. -moz-transition: all 1s ease-in-out;
  473. -o-transition: all 1s ease-in-out;
  474. -ms-transition: all 1s ease-in-out;
  475. transition: all 1s ease-in-out;
  476. }
  477.  
  478. #navi:hover{
  479. background:{color:links Hover};
  480. }
  481.  
  482. #princesszelda:hover #navi {
  483. opacity:1;
  484. -webkit-transition: all 1s ease-in-out;
  485. -moz-transition: all 1s ease-in-out;
  486. -o-transition: all 1s ease-in-out;
  487. -ms-transition: all 1s ease-in-out;
  488. transition: all 1s ease-in-out;
  489. }
  490.  
  491. #aboutzelda {
  492. position:absolute;
  493. top:45px;
  494. left:73px;
  495. padding:4px;
  496. width: 165px;
  497. height: 100px;
  498. background:transparent;
  499. font-family:calibri;
  500. color:{color:zelda};
  501. font-size:10px;
  502. text-align:center;
  503. overflow:auto;
  504. opacity:0;
  505. -webkit-transition: all 1s ease-in-out;
  506. -moz-transition: all 1s ease-in-out;
  507. -o-transition: all 1s ease-in-out;
  508. -ms-transition: all 1s ease-in-out;
  509. transition: all 1s ease-in-out;
  510. }
  511.  
  512. #princesszelda:hover #aboutzelda {
  513. opacity:1;
  514. -webkit-transition: all 1s ease-in-out;
  515. -moz-transition: all 1s ease-in-out;
  516. -o-transition: all 1s ease-in-out;
  517. -ms-transition: all 1s ease-in-out;
  518. transition: all 1s ease-in-out;
  519. }
  520.  
  521. /* sidebar links */
  522.  
  523. #sheik {
  524. position:absolute;
  525. left:22px;
  526. bottom:150px;
  527. width:250px;
  528. height:50px;
  529. z-index:99999;
  530. -webkit-transition: all 1s ease-in-out;
  531. -moz-transition: all 1s ease-in-out;
  532. -o-transition: all 1s ease-in-out;
  533. -ms-transition: all 1s ease-in-out;
  534. transition: all 1s ease-in-out;
  535. overflow:hidden;
  536. }
  537.  
  538. #sheik:hover {
  539. height:155px;
  540. bottom:45px;
  541. -webkit-transition: all 1s ease-in-out;
  542. -moz-transition: all 1s ease-in-out;
  543. -o-transition: all 1s ease-in-out;
  544. -ms-transition: all 1s ease-in-out;
  545. transition: all 1s ease-in-out;
  546. }
  547.  
  548. #sheikah {
  549. position:absolute;
  550. width:80px;
  551. right:85px;
  552. top:5px;
  553. font-family:neou;
  554. color:{color:zelda};
  555. font-size:30px;
  556. line-height:30px;
  557. text-align:center;
  558. }
  559.  
  560. #harp {
  561. position:absolute;
  562. width:80px;
  563. right:165px;
  564. top:23px;
  565. font-family:signarita zhai;
  566. color:{color:zelda};
  567. font-size:20px;
  568. line-height:20px;
  569. text-align:center;
  570. }
  571.  
  572. #aboutsheik_outer:after {
  573. content:"";
  574. width:80px;
  575. height:1px;
  576. top:15px;
  577. right:0px;
  578. position:absolute;
  579. z-index:-1;
  580. background:{color:zelda};
  581. -ms-transform: rotate(-20deg); /* IE 9 */
  582. -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
  583. transform: rotate(-20deg);
  584. }
  585.  
  586.  
  587. #aboutsheik_outer:before {
  588. content:"";
  589. width:90px;
  590. height:1px;
  591. top:29px;
  592. right:77px;
  593. position:absolute;
  594. z-index:-1;
  595. background:{color:zelda};
  596. -webkit-transition: all 1s ease-in-out;
  597. -moz-transition: all 1s ease-in-out;
  598. -o-transition: all 1s ease-in-out;
  599. -ms-transition: all 1s ease-in-out;
  600. transition: all 1s ease-in-out;
  601. }
  602.  
  603. #sheik:hover #aboutsheik_outer:before{
  604. width:165px;
  605. -webkit-transition: all 1s ease-in-out;
  606. -moz-transition: all 1s ease-in-out;
  607. -o-transition: all 1s ease-in-out;
  608. -ms-transition: all 1s ease-in-out;
  609. transition: all 1s ease-in-out;
  610. }
  611.  
  612.  
  613. #impa{
  614. background:{color:links};
  615. position:absolute;
  616. right:235px;
  617. top:25px;
  618. width:6px;
  619. height:6px;
  620. border:1px solid {color:Borders};
  621. color:{color:zelda};
  622. border-radius:100px;
  623. opacity:0;
  624. -webkit-transition: all 1s ease-in-out;
  625. -moz-transition: all 1s ease-in-out;
  626. -o-transition: all 1s ease-in-out;
  627. -ms-transition: all 1s ease-in-out;
  628. transition: all 1s ease-in-out;
  629. }
  630.  
  631. #impa:hover{
  632. background:{color:links Hover};
  633. }
  634.  
  635. #sheik:hover #impa {
  636. opacity:1;
  637. -webkit-transition: all 1s ease-in-out;
  638. -moz-transition: all 1s ease-in-out;
  639. -o-transition: all 1s ease-in-out;
  640. -ms-transition: all 1s ease-in-out;
  641. transition: all 1s ease-in-out;
  642. }
  643.  
  644. #aboutsheik {
  645. position:absolute;
  646. top:45px;
  647. right:73px;
  648. padding:4px;
  649. width: 165px;
  650. height: 100px;
  651. background:transparent;
  652. font-family:calibri;
  653. font-size:10px;
  654. text-align:center;
  655. overflow:auto;
  656. opacity:0;
  657. -webkit-transition: all 1s ease-in-out;
  658. -moz-transition: all 1s ease-in-out;
  659. -o-transition: all 1s ease-in-out;
  660. -ms-transition: all 1s ease-in-out;
  661. transition: all 1s ease-in-out;
  662. }
  663.  
  664. #sheik:hover #aboutsheik {
  665. opacity:1;
  666. -webkit-transition: all 1s ease-in-out;
  667. -moz-transition: all 1s ease-in-out;
  668. -o-transition: all 1s ease-in-out;
  669. -ms-transition: all 1s ease-in-out;
  670. transition: all 1s ease-in-out;
  671. }
  672.  
  673. /* meet&greet links */
  674.  
  675. #princessruto1 {
  676. width:150px;
  677. height:13px;
  678. }
  679.  
  680. #princessruto1 a {
  681. width:150px;
  682. height:13px;
  683. line-height:13px;
  684. font-family:ms gothic;
  685. font-size:11px;
  686. text-align:center;
  687. text-transform:uppercase;
  688. display:block;
  689. overflow:hidden;
  690. border-left:4px solid {color:links};
  691. border-right:4px solid {color:links};
  692. color:{color:links};
  693. background-color:{color:hyrule};
  694. transition-duration: 0.8s;
  695. -moz-transition-duration: 0.8s;
  696. -webkit-transition-duration: 0.8s;
  697. -o-transition-duration: 0.8s;
  698. -ms-transition: all 0.8s ease-in-out;
  699. }
  700.  
  701. #princessruto1 a:hover {
  702. color:{color:links Hover};
  703. box-shadow: inset -150px 0px 0px 0px {color:links},inset 0px 13px 0px 0px {color:links};
  704. }
  705.  
  706. #princessruto2 {
  707. width:150px;
  708. height:120px;
  709. }
  710.  
  711. #princessruto2 a {
  712. width:150px;
  713. height:13px;
  714. line-height:13px;
  715. font-family:ms gothic;
  716. font-size:11px;
  717. text-align:center;
  718. text-transform:uppercase;
  719. display:block;
  720. overflow:hidden;
  721. border-left:4px solid {color:links};
  722. border-right:4px solid {color:links};
  723. color:{color:links};
  724. background-color:{color:hyrule};
  725. transition-duration: 0.8s;
  726. -moz-transition-duration: 0.8s;
  727. -webkit-transition-duration: 0.8s;
  728. -o-transition-duration: 0.8s;
  729. -ms-transition: all 0.8s ease-in-out;
  730. }
  731.  
  732. #princessruto2 a:hover {
  733. color:{color:links Hover};
  734. box-shadow: inset -150px 0px 0px 0px {color:links},inset 0px 13px 0px 0px {color:links};
  735. }
  736.  
  737. #princessruto3 {
  738. width:185px;
  739. height:300px;
  740. }
  741.  
  742. #princessruto3 a {
  743. width:185px;
  744. height:13px;
  745. line-height:13px;
  746. font-family:ms gothic;
  747. font-size:11px;
  748. text-align:center;
  749. text-transform:uppercase;
  750. display:block;
  751. overflow:hidden;
  752. border-left:4px solid {color:hyrule};
  753. border-right:4px solid {color:hyrule};
  754. color:{color:hyrule};
  755. background-color:{color:background};
  756. transition-duration: 0.8s;
  757. -moz-transition-duration: 0.8s;
  758. -webkit-transition-duration: 0.8s;
  759. -o-transition-duration: 0.8s;
  760. -ms-transition: all 0.8s ease-in-out;
  761. }
  762.  
  763. #princessruto3 a:hover {
  764. color:{color:links Hover};
  765. box-shadow: inset -185px 0px 0px 0px {color:hyrule},inset 0px 13px 0px 0px {color:hyrule};
  766. }
  767.  
  768. /* main navi */
  769.  
  770. #spirits {
  771. position:absolute;
  772. left:1065px;
  773. bottom:10px;
  774. width:35px;
  775. height:100px;
  776. z-index:99999;
  777. }
  778.  
  779. #ordona {
  780. position:absolute;
  781. left:5px;
  782. bottom:74px;
  783. width:7px;
  784. height:7px;
  785. padding:3px;
  786. border:3px double #fff;
  787. background:{color:spirits};
  788. -webkit-transition: all 1s ease-in-out;
  789. -moz-transition: all 1s ease-in-out;
  790. -o-transition: all 1s ease-in-out;
  791. -ms-transition: all 1s ease-in-out;
  792. transition: all 1s ease-in-out;
  793. }
  794.  
  795. #ordona:hover {
  796. width:35px;
  797. -webkit-transition: all 1s ease-in-out;
  798. -moz-transition: all 1s ease-in-out;
  799. -o-transition: all 1s ease-in-out;
  800. -ms-transition: all 1s ease-in-out;
  801. transition: all 1s ease-in-out;
  802. }
  803.  
  804. #faron {
  805. position:absolute;
  806. left:5px;
  807. bottom:51px;
  808. width:7px;
  809. height:7px;
  810. padding:3px;
  811. border:3px double #fff;
  812. background:{color:spirits};
  813. -webkit-transition: all 1s ease-in-out;
  814. -moz-transition: all 1s ease-in-out;
  815. -o-transition: all 1s ease-in-out;
  816. -ms-transition: all 1s ease-in-out;
  817. transition: all 1s ease-in-out;
  818. }
  819.  
  820. #faron:hover {
  821. width:35px;
  822. -webkit-transition: all 1s ease-in-out;
  823. -moz-transition: all 1s ease-in-out;
  824. -o-transition: all 1s ease-in-out;
  825. -ms-transition: all 1s ease-in-out;
  826. transition: all 1s ease-in-out;
  827. }
  828.  
  829. #eldin {
  830. position:absolute;
  831. left:5px;
  832. bottom:28px;
  833. width:7px;
  834. height:7px;
  835. padding:3px;
  836. border:3px double #fff;
  837. background:{color:spirits};
  838. -webkit-transition: all 1s ease-in-out;
  839. -moz-transition: all 1s ease-in-out;
  840. -o-transition: all 1s ease-in-out;
  841. -ms-transition: all 1s ease-in-out;
  842. transition: all 1s ease-in-out;
  843. }
  844.  
  845. #eldin:hover {
  846. width:35px;
  847. -webkit-transition: all 1s ease-in-out;
  848. -moz-transition: all 1s ease-in-out;
  849. -o-transition: all 1s ease-in-out;
  850. -ms-transition: all 1s ease-in-out;
  851. transition: all 1s ease-in-out;
  852. }
  853.  
  854. #lanayru {
  855. position:absolute;
  856. left:5px;
  857. bottom:5px;
  858. width:7px;
  859. height:7px;
  860. padding:3px;
  861. border:3px double #fff;
  862. background:{color:spirits};
  863. -webkit-transition: all 1s ease-in-out;
  864. -moz-transition: all 1s ease-in-out;
  865. -o-transition: all 1s ease-in-out;
  866. -ms-transition: all 1s ease-in-out;
  867. transition: all 1s ease-in-out;
  868. }
  869.  
  870. #lanayru:hover {
  871. width:35px;
  872. -webkit-transition: all 1s ease-in-out;
  873. -moz-transition: all 1s ease-in-out;
  874. -o-transition: all 1s ease-in-out;
  875. -ms-transition: all 1s ease-in-out;
  876. transition: all 1s ease-in-out;
  877. }
  878.  
  879. #zorasdomain {
  880. position:absolute;
  881. bottom:225px;
  882. left:15px;
  883. padding:4px;
  884. width: 200px;
  885. height: 200px;
  886. border:1px solid {color:Borders};
  887. }
  888.  
  889. #zorasdomainn {
  890. position:absolute;
  891. bottom:4px;
  892. left:4px;
  893. width: 200px;
  894. height: 200px;
  895. font-family:calibri;
  896. font-size:10px;
  897. text-align:center;
  898. overflow:auto;
  899. }
  900.  
  901. /* loves*/
  902.  
  903. #pieceofheart {
  904. position:absolute;
  905. bottom:300px;
  906. right:-15px;
  907. width:40px;
  908. height:130px;
  909. text-align:center;
  910. z-index:9999;
  911. -webkit-transition: all 1s ease-in-out;
  912. -moz-transition: all 1s ease-in-out;
  913. -o-transition: all 1s ease-in-out;
  914. -ms-transition: all 1s ease-in-out;
  915. transition: all 1s ease-in-out;
  916. }
  917.  
  918. .tri{
  919. bottom:90px;
  920. left:0px;
  921. width:50px;
  922. border:0;
  923. padding:0;
  924. margin-top:-1px;
  925. position:absolute;
  926. background:{color:triforce};
  927. -ms-transform: rotate(90deg); /* IE 9 */
  928. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  929. transform: rotate(90deg);
  930. -webkit-transition: all 1s ease-in-out;
  931. -moz-transition: all 1s ease-in-out;
  932. -o-transition: all 1s ease-in-out;
  933. -ms-transition: all 1s ease-in-out;
  934. transition: all 1s ease-in-out;
  935. }
  936.  
  937. #pieceofheart:hover .tri {
  938. left:50px;
  939. -webkit-transition: all 1s ease-in-out;
  940. -moz-transition: all 1s ease-in-out;
  941. -o-transition: all 1s ease-in-out;
  942. -ms-transition: all 1s ease-in-out;
  943. transition: all 1s ease-in-out;
  944. }
  945.  
  946. .tri:before, .tri:after {
  947. content:"";
  948. position:absolute;
  949. width:0;
  950. height:0;
  951. border-style:solid;
  952. border-color:transparent;
  953. border-bottom:0;
  954. }
  955. .tri:before {
  956. left:0px;
  957. border-top-color:{color:triforce};
  958. border-width:40px;
  959. }
  960. .tri:after {
  961. left:0px;
  962. border-top-color:{color:triforce};
  963. border-width:40px;
  964. }
  965.  
  966. #hearts {
  967. position:absolute;
  968. bottom:0px;
  969. width:50px;
  970. left:50px;
  971. -webkit-transition: all 1s ease-in-out;
  972. -moz-transition: all 1s ease-in-out;
  973. -o-transition: all 1s ease-in-out;
  974. -ms-transition: all 1s ease-in-out;
  975. transition: all 1s ease-in-out;
  976. }
  977.  
  978. #pieceofheart:hover #hearts {
  979. left:-30px;
  980. -webkit-transition: all 1s ease-in-out;
  981. -moz-transition: all 1s ease-in-out;
  982. -o-transition: all 1s ease-in-out;
  983. -ms-transition: all 1s ease-in-out;
  984. transition: all 1s ease-in-out;
  985. }
  986.  
  987. #bt4 {
  988. position:absolute;
  989. top:30px;
  990. right:-100px;
  991. padding:4px;
  992. width: 165px;
  993. height: 85px;
  994. border:1px solid {color:Borders};
  995. background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');
  996. background-attachment:fixed;
  997. background-repeat:repeat;
  998. font-family:calibri;
  999. font-size:10px;
  1000. text-align:center;
  1001. opacity:0;
  1002. -webkit-transition: all 1s ease-in-out;
  1003. -moz-transition: all 1s ease-in-out;
  1004. -o-transition: all 1s ease-in-out;
  1005. -ms-transition: all 1s ease-in-out;
  1006. transition: all 1s ease-in-out;
  1007. }
  1008.  
  1009. #pieceofheart:hover #bt4 {
  1010. right:73px;
  1011. opacity:1;
  1012. -webkit-transition: all 1s ease-in-out;
  1013. -moz-transition: all 1s ease-in-out;
  1014. -o-transition: all 1s ease-in-out;
  1015. -ms-transition: all 1s ease-in-out;
  1016. transition: all 1s ease-in-out;
  1017. }
  1018.  
  1019. #nerd {
  1020. position:absolute;
  1021. top:0px;
  1022. right:-100px;
  1023. padding:4px;
  1024. width: 165px;
  1025. height: 138px;
  1026. border:1px solid {color:Borders};
  1027. background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');
  1028. background-attachment:fixed;
  1029. background-repeat:repeat;
  1030. font-family:calibri;
  1031. font-size:10px;
  1032. text-align:center;
  1033. opacity:0;
  1034. -webkit-transition: all 1s ease-in-out;
  1035. -moz-transition: all 1s ease-in-out;
  1036. -o-transition: all 1s ease-in-out;
  1037. -ms-transition: all 1s ease-in-out;
  1038. transition: all 1s ease-in-out;
  1039. }
  1040.  
  1041. #nerdtitle {
  1042. position:absolute;
  1043. right:4px;
  1044. top:4px;
  1045. width:165px;
  1046. height:20px;
  1047. font-family:calibri;
  1048. font-size:10px;
  1049. line-height:20px;
  1050. text-align:center;
  1051. background:#000;
  1052. color:#fff;
  1053. }
  1054.  
  1055. #nerdloser {
  1056. position:absolute;
  1057. top:25px;
  1058. right:4px;
  1059. width:165px;
  1060. height:70px;
  1061. font-family:calibri;
  1062. font-size:10px;
  1063. text-align:center;
  1064. overflow:auto;
  1065. }
  1066.  
  1067. #pieceofheart:hover #nerd {
  1068. right:73px;
  1069. opacity:1;
  1070. -webkit-transition: all 1s ease-in-out;
  1071. -moz-transition: all 1s ease-in-out;
  1072. -o-transition: all 1s ease-in-out;
  1073. -ms-transition: all 1s ease-in-out;
  1074. transition: all 1s ease-in-out;
  1075. }
  1076.  
  1077. #corazon {
  1078. position:absolute;
  1079. top:0px;
  1080. right:-100px;
  1081. padding:4px;
  1082. width: 165px;
  1083. height: 138px;
  1084. border:1px solid {color:Borders};
  1085. background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');
  1086. background-attachment:fixed;
  1087. background-repeat:repeat;
  1088. font-family:calibri;
  1089. font-size:10px;
  1090. text-align:center;
  1091. opacity:0;
  1092. -webkit-transition: all 1s ease-in-out;
  1093. -moz-transition: all 1s ease-in-out;
  1094. -o-transition: all 1s ease-in-out;
  1095. -ms-transition: all 1s ease-in-out;
  1096. transition: all 1s ease-in-out;
  1097. }
  1098.  
  1099. #bap {
  1100. position:absolute;
  1101. top:70px;
  1102. right:4px;
  1103. width:165px;
  1104. height:70px;
  1105. font-family:calibri;
  1106. font-size:10px;
  1107. text-align:center;
  1108. overflow:auto;
  1109. }
  1110.  
  1111. #pieceofheart:hover #corazon {
  1112. right:73px;
  1113. opacity:1;
  1114. -webkit-transition: all 1s ease-in-out;
  1115. -moz-transition: all 1s ease-in-out;
  1116. -o-transition: all 1s ease-in-out;
  1117. -ms-transition: all 1s ease-in-out;
  1118. transition: all 1s ease-in-out;
  1119. }
  1120.  
  1121. /*fade in*/
  1122.  
  1123. {block:IndexPage}
  1124.  
  1125. .animated {
  1126. -webkit-animation-duration: 3s;
  1127. animation-duration: 3s;
  1128. -webkit-animation-fill-mode: both;
  1129. animation-fill-mode: both;
  1130. }
  1131.  
  1132. @-webkit-keyframes fadeInUp {
  1133. 0% {
  1134. opacity: 0;
  1135. -webkit-transform: translateY(20px);
  1136. }
  1137. 100% {
  1138. opacity: 1;
  1139. -webkit-transform: translateY(0);
  1140. }
  1141. }
  1142.  
  1143. @keyframes fadeInUp {
  1144. 0% {
  1145. opacity: 0;
  1146. transform: translateY(20px);
  1147. }
  1148. 100% {
  1149. opacity: 1;
  1150. transform: translateY(0);
  1151. }
  1152. }
  1153.  
  1154. .fadeInUp {
  1155. -webkit-animation-name: fadeInUp;
  1156. animation-name: fadeInUp;
  1157. }
  1158.  
  1159. {/block:IndexPage}
  1160.  
  1161. /*posts*/
  1162.  
  1163. #castletown {
  1164. position:absolute;
  1165. {block:If250px}
  1166. width:330px;
  1167. {block:If250px}
  1168. {block:If400px}
  1169. width:490px;
  1170. {block:If400px}
  1171. {block:If500px}
  1172. width:590px;
  1173. {block:If500px}
  1174. height:100%;
  1175. left:725px;
  1176. top:0px;
  1177. z-index:999;
  1178. padding:5px;
  1179. padding-bottom:10px;
  1180. border-right:1px solid {color:borders};
  1181. }
  1182.  
  1183. #townspeople {
  1184. z-index:999;
  1185. position:absolute;
  1186. background:transparent;
  1187. top:0px;
  1188. left:5px;
  1189. {block:If250px}
  1190. width:330px;
  1191. {block:If250px}
  1192. {block:If400px}
  1193. width:490px;
  1194. {block:If400px}
  1195. {block:If500px}
  1196. width:590px;
  1197. {block:If500px}
  1198. height:100%;
  1199. border-right:2px solid {color:borders};
  1200. }
  1201.  
  1202.  
  1203. #castlewall {
  1204. position:absolute;
  1205. left:14px;
  1206. {block:If250px}
  1207. width:310px;
  1208. {block:If250px}
  1209. {block:If400px}
  1210. width:460px;
  1211. {block:If400px}
  1212. {block:If500px}
  1213. width:560px;
  1214. {block:If500px}
  1215. height:100%;
  1216. overflow:auto;
  1217. }
  1218.  
  1219. #castle {
  1220. {block:If250px}
  1221. width:250px;
  1222. {block:If250px}
  1223. {block:If400px}
  1224. width:400px;
  1225. {block:If400px}
  1226. {block:If500px}
  1227. width:500px;
  1228. {block:If500px}
  1229. margin-top:30px;
  1230. padding:10px;
  1231. margin-bottom:30px;
  1232. }
  1233. #castle img {
  1234. max-width:100%;
  1235. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  1236. }
  1237.  
  1238. #castle img, #castle li, #castle blockquote {max-width: 100%;
  1239. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  1240. }
  1241. .caption {width:100%;
  1242. margin-top:10px;
  1243. }
  1244.  
  1245. #castle img {
  1246. max-width:100%;
  1247. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  1248. }
  1249.  
  1250. #pset, #vid {
  1251. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  1252. }
  1253.  
  1254. /*quote*/
  1255.  
  1256. #titlequote{
  1257. text-align:center;
  1258. font-family:neou;
  1259. font-size:20px;
  1260. line-height:20px;
  1261. font-weight:normal;
  1262. margin-bottom:10px;
  1263. text-transform:uppercase;
  1264. text-align:center;
  1265. }
  1266. #source {
  1267. font-family:wendy;
  1268. font-size:10px;
  1269. margin-top:10px;
  1270. margin-right:25px;
  1271. text-align:right;
  1272. }
  1273.  
  1274. /* Audio */
  1275.  
  1276. #audio {
  1277. padding-top:3px;
  1278. padding-left:5px;
  1279. padding-right:5px;
  1280. padding-bottom:5px;
  1281. border-left:1px solid {color:Background};
  1282. }
  1283.  
  1284. #info {
  1285. color:{color:Text};
  1286. font-family:wendy;
  1287. font-size:10px;
  1288. line-height:10px;
  1289. letter-spacing:1px;
  1290. text-transform:uppercase;
  1291. text-align:left;
  1292. }
  1293.  
  1294. #player {
  1295. width:26px;
  1296. height:28px;
  1297. border-left:7px solid {color:Borders};
  1298. border-right:7px solid {color:Borders};
  1299. border-top:6px solid {color:Borders};
  1300. border-bottom:6px solid {color:Borders};
  1301. background-color:{color:Borders};
  1302. display:block;
  1303. overflow:hidden;
  1304. position:absolute;
  1305. }
  1306.  
  1307. #art {
  1308. width:40px;
  1309. height:28px;
  1310. background-color:{color:Borders};
  1311. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  1312. -moz-filter:grayscale({text:Amount of Grayscale}%);
  1313. -ms-filter:grayscale({text:Amount of Grayscale}%);
  1314. -o-filter:grayscale({text:Amount of Grayscale}%);
  1315. filter:grayscale({text:Amount of Grayscale}%);
  1316. }
  1317.  
  1318.  
  1319. /* Question */
  1320.  
  1321. #asker {
  1322. font-family:neou;
  1323. text-align:center;
  1324. font-size:20px;
  1325. color:{color:Ask};
  1326. }
  1327.  
  1328. #question {
  1329. padding:5px;
  1330. border-bottom:1px solid {color:Borders};
  1331. text-align:center;
  1332. font-family:calibri;
  1333. font-size:11px;
  1334. }
  1335.  
  1336.  
  1337. /*chat*/
  1338.  
  1339. #chat {
  1340. padding-top:2px;
  1341. padding-bottom:3px;
  1342. padding-left:5px;
  1343. padding-right:5px;
  1344. line-height:11px;
  1345. color:{color:Text};
  1346. font-family:wendy;
  1347. letter-spacing:1px;
  1348. font-size:10px;
  1349. font-style:normal;
  1350. }
  1351.  
  1352. #chat.odd {
  1353. background:{color:Side Bar Background};
  1354. }
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360. /*permalink and notes*/
  1361.  
  1362. #permalink {
  1363. font-family:wendy;
  1364. font-size:10px;
  1365. margin-top:10px;
  1366. text-align:center;
  1367. text-transform:uppercase;
  1368. {block:IndexPage}
  1369. opacity:0;
  1370. -webkit-transition: all .8s ease-in-out;
  1371. -moz-transition: all .8s ease-in-out;
  1372. -o-transition: all .8s ease-in-out;
  1373. -ms-transition: all .8s ease-in-out;
  1374. transition: all .8s ease-in-out;
  1375. {/block:IndexPage}
  1376. }
  1377.  
  1378. {block:IndexPage}
  1379. #castle:hover #permalink {
  1380. opacity:1;
  1381. }
  1382.  
  1383. {/block:IndexPage}
  1384.  
  1385.  
  1386. .pagenotes {
  1387. {block:IndexPage}
  1388. display: none!important;
  1389. {/block:IndexPage}
  1390. {block:If250px}
  1391. width:250px;
  1392. {block:If250px}
  1393. {block:If400px}
  1394. width:400px;
  1395. {block:If400px}
  1396. {block:If500px}
  1397. width:500px;
  1398. {block:If500px}
  1399. margin-left:30px;
  1400. text-align:left;
  1401.  
  1402. }
  1403. .pagenotes img {
  1404. display:none!important;}
  1405. .pagenotes li {
  1406. list-style-type:none;
  1407. padding:5px 0px;
  1408. text-align:left;
  1409. margin:0 0 0 -40px;
  1410. }
  1411.  
  1412.  
  1413. /* signature */
  1414.  
  1415. #hookshot {
  1416. position:absolute;
  1417. right:10px;
  1418. bottom:5px;
  1419. z-index:99999;
  1420. }
  1421.  
  1422. #hookshot img {
  1423. width:90px;
  1424. -ms-transform: rotate(0deg); /* IE 9 */
  1425. -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  1426. transform: rotate(0deg);
  1427. {block:IfDark}
  1428. -webkit-filter:invert(100%);
  1429. -moz-filter:invert(100%);
  1430. -o-filter:invert(100%);
  1431. -ms-filter:invert(100%);
  1432. filter:invert(100%);
  1433. {/block:IfDark}
  1434. }
  1435.  
  1436. /* Pagination */
  1437.  
  1438. #page {
  1439. position:absolute;
  1440. font-family:neou;
  1441. font-size:40px;
  1442. line-height:30px;
  1443. text-align:right;
  1444. z-index:9999999;
  1445. width:40px;
  1446. height:20px;
  1447. left:660px;
  1448. bottom:5px;
  1449. }
  1450.  
  1451. #page a {
  1452. color:{color:zelda};
  1453. }
  1454.  
  1455.  
  1456. {CustomCSS}
  1457.  
  1458.  
  1459.  
  1460. </style>
  1461.  
  1462. {block:IndexPage}
  1463. {block:ifInfiniteScroll}
  1464. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  1465. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  1466. {/block:ifInfiniteScroll}
  1467. {/block:IndexPage}
  1468.  
  1469.  
  1470.  
  1471. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  1472. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  1473. <script>
  1474. (function($){
  1475. $(document).ready(function(){
  1476. $("[title]").style_my_tooltips();
  1477. });
  1478. })(jQuery);
  1479. </script>
  1480.  
  1481. <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>
  1482.  
  1483. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script type="text/javascript">jQuery(document).ready(function() {
  1484. jQuery(".epona").hide();jQuery(".answer").click(function(){jQuery(this).next(".epona").fadeToggle(500);});});</script>
  1485.  
  1486. </head>
  1487.  
  1488. <body>
  1489. <body bgcolor="#fafafa" ondragstart="return false" onselectstart="return false">
  1490. <body onkeydown="return false">
  1491.  
  1492. <div id="hyrulefield">
  1493. <div id="hyruleline"></div>
  1494. <div id="hyrule">
  1495.  
  1496. <div id="zoras">
  1497. <script language="JavaScript">
  1498. var ref = (''+document.referrer+'');
  1499. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3359389&e1=&e2=&r=' + ref + '"><\/script>');
  1500. </script> + <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2189130&name="></script>.
  1501. </div>
  1502.  
  1503. <div id="zelda"><img src="https://40.media.tumblr.com/e93e49431d3f7857f35ec0c99debcaea/tumblr_nlcwc9EbMx1u6ku4to1_1280.png"></div>
  1504.  
  1505. <div id="silver"><a href="/tagged/s:ilver" title="+ Smile, happiness looks gorgeous on you."><img src="https://41.media.tumblr.com/49ec37052f0383002801962cd2d4d492/tumblr_inline_nms95eUcMb1t7fjz8_540.png"></a></div>
  1506.  
  1507. <div id="net"><a href="http://idolnet.tumblr.com/"><img src="https://41.media.tumblr.com/01e13c6baf1ca88692bd08cf597b863c/tumblr_inline_nms95kSIJZ1t7fjz8_540.png"></a></div>
  1508.  
  1509. <div id="ocarina">
  1510. <div id="time">
  1511. <img src="https://31.media.tumblr.com/tumblr_m7w2n46Pdl1r6o8v2.gif"/>
  1512. </div>
  1513. <div id="lullaby">
  1514. <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://www.dropbox.com/s/7u194cfcprn8bm7/goinghome.mp3?dl=1&amp;width=25&amp;loop=1&amp;autoplay=1&amp;showslider=0&amp;bgcolor=111111&amp;bgcolor1=111111&amp;bgcolor2=111111&amp;buttoncolor=762828&amp;buttonovercolor=762828" /></object>
  1515. </div>
  1516. </div>
  1517.  
  1518. <div id="link">
  1519. <a href="/p:rince" title="+ The fact is you make me feel a lot more than you know."><img src="https://36.media.tumblr.com/4f772063b2d2afa7c7279f35258a9935/tumblr_inline_nle2bfHD8e1t7fjz8_500.png"></a>
  1520. </div>
  1521.  
  1522. <div id="princesszelda">
  1523. <div id="crown">MEET</div>
  1524. <div id="aboutzelda_outer"></div>
  1525. <div id="gloves">pkr</div>
  1526. <a onclick="close(); return false" title="+ Existence." class="answer"><div id="navi"></div></a>
  1527. <div class="epona">
  1528. <div id="aboutzelda">
  1529. <big><big>T</big></big>he most difficult thing for me was preparing to be in a group. Even after three years in that management company,
  1530. when it came to selecting people for debut,<br>
  1531. I was only chosen as a backup dancer; it was frustrating.<br>
  1532. There were also times when we had to learn an entire choreography routine<br>
  1533. just a day before the performance —<br>
  1534. it wouldn’t be too difficult for a pro dancer, but I wasn’t. I felt defeated.<br>
  1535. I cried an entire day, until my body was numb.
  1536. <p><div id="princessruto1">
  1537. <a href="/b:usan" title="+ 1/4 of the vocal-line, resident dork, and self-proclaimed visual of Nine Muses since January twelvth, twenty-twelve.">Profile</a>
  1538. </div></p>
  1539. </div>
  1540. </div>
  1541. </div>
  1542.  
  1543. <div id="sheik">
  1544. <div id="sheikah">GREET</div>
  1545. <div id="aboutsheik_outer"></div>
  1546. <div id="harp">&</div>
  1547. <a onclick="close(); return false" title="+ Sanctuary." class="answer"><div id="impa"></div></a>
  1548. <div class="epona">
  1549. <div id="aboutsheik">
  1550. <div id="princessruto2">
  1551. <a href="http://9muses.co.kr/">Fancafe</a><br>
  1552. <a href="http://me2day.net/9muses_">me2day</a><br>
  1553. <a href="http://www.youtube.com/user/NineMusesCh">Youtube</a><br>
  1554. <a href="https://twitter.com/9muses_">Twitter (Namyu)</a><br>
  1555. <a href="http://www.starempire.co.kr/home.html">Website</a><br>
  1556. <a href="https://twitter.com/STAREMPIRE_">Twitter (Empire)</a><br>
  1557. </div>
  1558. </div>
  1559. </div>
  1560.  
  1561. </div>
  1562.  
  1563. </div>
  1564.  
  1565. <div id="pieceofheart">
  1566. <div class="tri"></div>
  1567. <div id="hearts">
  1568. <a onclick="close(); return false" title="+ The cuties with the booties." class="answer"><img src="https://41.media.tumblr.com/276bd4b811a90c3a3703ae9d3a6e409b/tumblr_inline_nl4y8ywRrk1t7fjz8_500.png" style="width:40px;
  1569. border:3px double {color:Borders};"></a>
  1570. <div class="epona">
  1571. <div id="bt4">
  1572. <div style="width:165px; background:#111; color:#fff;">Butt T 4 <img src="http://media.tumblr.com/e6a81e744cd3f9a414ba07530471f01c/tumblr_inline_n5r9kxknjh1rc918l.gif" width="15"></div><br>
  1573. <a href="http://hyelinus.tumblr.com" title="+ Grosshey."><img src="https://40.media.tumblr.com/52ad7d0c7e71fe3d4bd2271c2ea91f0a/tumblr_inline_nlori6y0sa1t7fjz8_500.png" style="width:35px;"></a>
  1574. <a href="http://hanidoh.tumblr.com" title="+ Milk."><img src="https://36.media.tumblr.com/c3fe787d60ee1016289e3876390c71f9/tumblr_inline_nlorimltEZ1t7fjz8_500.png" style="width:35px;"></a>
  1575. <a href="http://novapita.tumblr.com" title="+ Berry."><img src="https://41.media.tumblr.com/2d5478eb81b044e1c0df1677dba09430/tumblr_inline_nloribzv8l1t7fjz8_500.png" style="width:35px;"></a>
  1576. <a href="/" title="+ Chicken."><img src="https://40.media.tumblr.com/7fe56859390e25fa44934669fc859334/tumblr_inline_nlorihSMhd1t7fjz8_500.png" style="width:35px;"></a>
  1577. </div>
  1578. </div>
  1579.  
  1580. <a onclick="close(); return false" title="+ My favorite person." class="answer"><img src="https://31.media.tumblr.com/0dffe70fe316ba46d0b31867d496327d/tumblr_inline_nl4y95oMxa1t7fjz8.gif" style="width:40px;
  1581. border:3px double {color:Borders};"></a>
  1582. <div class="epona">
  1583. <div id="nerd">
  1584. <div id="nerdtitle">Dear Nerd,</div>
  1585. <div id="nerdloser">I cannot lose you, because if I ever did<Br>I'd have lost my best friend,<Br>my soul mate, my smile, my laugh, my happiness.</div>
  1586. <div style="position:absolute; bottom:0px; right:4px;"><a href="http://jungkxok.tumblr.com"><img src="https://40.media.tumblr.com/c3821f608ae5845c1befb8d433578271/tumblr_inline_nlp488EJus1t7fjz8_500.png"></a></div>
  1587. </div>
  1588. </div>
  1589.  
  1590. <a onclick="close(); return false" title="+ Minako Aino to my Rei Hino." class="answer"><img src="https://31.media.tumblr.com/a42cf68687298fca1da86b9edcc52c6b/tumblr_inline_njcjd5XwIp1t7fjz8.gif" style="width:40px;
  1591. border:3px double {color:Borders};"></a>
  1592. <div class="epona">
  1593. <div id="corazon">
  1594. <div style="position:absolute; top:4px; right:4px;"><a href="/tagged/r:einako"><img src="https://41.media.tumblr.com/8eb6e36b202c001f6257b41177ede746/tumblr_inline_nloud4tE0K1t7fjz8_500.png"></a></div>
  1595. <div id="bap">You are my best friend,<br>my human diary, and my other<br>half. You mean the world to me and<br>I love <a href="http://turtlemin.tumblr.com">you</a>.</div>
  1596. </div>
  1597. </div>
  1598.  
  1599. </div>
  1600. </div>
  1601.  
  1602. <div id="spirits">
  1603. <a href="/" title="+ Origin."><div id="ordona"></div></a>
  1604. <a href="/c:onnect" title="+ Correspondence."><div id="faron"></div></a>
  1605. <a href="/archive" title="+ History."><div id="eldin"></div></a>
  1606. <a onclick="close(); return false" title="+ Lifeline." class="answer"><div id="lanayru"></div></a>
  1607. <div class="epona">
  1608. <div id="zorasdomain">
  1609. <div id="zorasdomainn">
  1610. <div id="princessruto3">
  1611. <div style="width:193px; background:#111; color:#fff;">Nine Muses</div><br>
  1612. <a href="/tagged/m:oongom">870119</a><br>
  1613. <a href="/tagged/e:keun">880503</a><br>
  1614. <a href="/tagged/f:iji">890708</a><br>
  1615. <a href="/tagged/g:ang">900705</a><br>
  1616. <a href="/tagged/p:yodaejang">910403</a><br>
  1617. <a href="/tagged/b:ap">910627</a><br>
  1618. <a href="/tagged/s:o">911011</a><br>
  1619. <a href="/tagged/k:eum">921217</a><br>
  1620. <a href="/tagged/n:amyu" title="+ Once a muse, always a muse.">100812</a><br>
  1621. <div style="width:193px; background:#111; color:#fff;">Android</div><br>
  1622. <a href="/coming soon">Contacts</a><br>
  1623. <a href="/tagged/p:gang">Gallery</a><br>
  1624. <a href="http://kyungri.info/calendar">Calendar</a><br>
  1625. <a href="http://instagram.com/gyeongree">Instagram</a><br>
  1626. <a href="http://twitter.com/ICE_Gang">Twitter</a><br>
  1627. <a href="/tagged/r:e">Retweets</a><br>
  1628. <a href="https://www.youtube.com/user/ree7518">YouTube</a><br>
  1629. <a href="/tagged/i:pod">Music</a><br>
  1630. <a href="/tagged/s:ilver">Daily Notes</a><br>
  1631. <a href="/also coming soon">u/c</a><br>
  1632. </div>
  1633. </div>
  1634. </div>
  1635. </div>
  1636. </div>
  1637.  
  1638. <div id="hookshot">
  1639. <a href="/t:ou" title="+ { Idol-verse muse with tweaks here and there, be it her personality and her relationships; approach as if you know her already without any introduction, unless it truly is necessary. Plotting is welcome along with any form of writing, although it'll be literate 99.9% of the time on my half. Nonetheless, please do approach. ♥ Prev: pkrnx, kyudon, kkyngri. [ Non Kyungri FCs: pyohaem, seolhino, ujikos. ] kyngri EST. August of 2013 & reestablished January of 2015."><img src="https://31.media.tumblr.com/17cc624ff40c92b0a001bfde52b922a4/tumblr_inline_ni3szl78oM1t7fjz8.png"></a>
  1640. </div>
  1641.  
  1642. {block:ifnotInfiniteScroll}
  1643. {block:Pagination}<div id="page">
  1644. {block:PreviousPage}
  1645. <a href="{PreviousPage}">-</a>
  1646. {/block:PreviousPage}
  1647. {block:NextPage}
  1648. <a id="next" href="{NextPage}">+</a>
  1649. {/block:NextPage}
  1650. </div>{/block:Pagination}
  1651. {/block:ifnotInfiniteScroll}
  1652.  
  1653. <div id="castletown">
  1654. <div id="townspeople">
  1655. <div id="castlewall">
  1656. {block:Posts}
  1657. <div id="castle" class="animated fadeInUp">
  1658.  
  1659.  
  1660. {block:Quote}
  1661.  
  1662.  
  1663. <div id="titlequote">❝ {Quote} ❞</div>
  1664. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  1665. {/block:Quote}
  1666.  
  1667.  
  1668.  
  1669. {block:Text}
  1670.  
  1671. {block:Title}
  1672. <div id="title">+ {Title}.</div>{/block:Title}
  1673. {Body}
  1674. {/block:Text}
  1675.  
  1676. {block:link}
  1677. <div id="title"><a href="{URL}">+ {Name}.</a></div>{block:Description}{Description}{/block:Description}
  1678. {/block:link}
  1679.  
  1680. {block:Chat}
  1681. {block:Title}
  1682. <h1>+ {Title}.</h1>
  1683. {/block:Title}
  1684. {block:Lines}<div id="chat" class="{Alt} user_{UserNumber}">
  1685. {block:Label}
  1686. <font color="{color:links}">{Label}</font>
  1687. {/block:Label}
  1688. {Line}</div>
  1689. {/block:Lines}
  1690. {/block:Chat}
  1691.  
  1692. {block:Photo}
  1693. <div id="photo">
  1694. {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}
  1695. </div>
  1696. {/block:Photo}
  1697.  
  1698. {block:Photoset}
  1699. <div id="pset">
  1700. {block:If250px}
  1701. {Photoset-250}
  1702. {/block:If250px}
  1703. {block:If400px}
  1704. {Photoset-400}
  1705. {/block:If400px}
  1706. {block:If500px}
  1707. {Photoset-500}
  1708. {/block:If500px}
  1709. </div>
  1710. {/block:Photoset}
  1711.  
  1712. {block:Video}
  1713. <div id="vid">
  1714. {block:If250px}
  1715. {Video-250}
  1716. {/block:If250px}
  1717. {block:If400px}
  1718. {Video-400}
  1719. {/block:If400px}
  1720. {block:If500px}
  1721. {Video-500}
  1722. {/block:If500px}
  1723. </div>
  1724. {/block:Video}
  1725.  
  1726. {block:Audio}
  1727. <table border="0" cellpadding="0" cellspacing="5" ><tr>
  1728. <td id="art" valign="top">
  1729. <div id="player">{AudioPlayerBlack}</div>
  1730. </td>
  1731. <td valign="top" id="audio">
  1732. {block:TrackName}
  1733. <div id="info">
  1734. <font color="{color:links}">Track:</font> {TrackName}
  1735. </div>
  1736. {/block:TrackName}
  1737. {block:Artist}
  1738. <div id="info">
  1739. <font color="{color:links}">Artist:</font> {Artist}
  1740. </div>
  1741. {/block:Artist}
  1742. <div id="info">
  1743. <font color="{color:links}">Plays:</font> {PlayCount}
  1744. </div>
  1745. </td>
  1746. </tr>
  1747. </table>
  1748. {/block:Audio}
  1749.  
  1750. {block:Answer}
  1751. <div id="asker">+ {Asker}.</div>
  1752. <div id="question"><small>{Question}</small></div>
  1753. {Answer}
  1754. {/block:Answer}
  1755.  
  1756. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1757.  
  1758. {block:IndexPage}
  1759. {block:Date}
  1760. <div id="permalink">
  1761. <a href="{Permalink}">{TimeAgo}</a> • {NoteCountWithLabel} • <a href="{ReblogURL}">reblog</a>{block:HasTags} • <a title="{block:Tags}#{Tag} {/block:Tags}">+</a>
  1762. {/block:HasTags}
  1763. </div>
  1764. {/block:Date}
  1765. {/block:IndexPage}
  1766.  
  1767. {block:PermalinkPage}
  1768. <div id="permalink">{block:Date}Posted {Timeago} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  1769.  
  1770. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> | origin <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> {/block:RebloggedFrom}
  1771.  
  1772. {block:HasTags}<br>saved: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  1773. </div>
  1774. {/block:PermalinkPage}
  1775.  
  1776.  
  1777. </div>
  1778.  
  1779.  
  1780. {block:PostNotes}
  1781. <div class="pagenotes">
  1782. {PostNotes}
  1783. </div>
  1784. {/block:PostNotes}
  1785.  
  1786.  
  1787. {/block:Posts}
  1788.  
  1789. </div>
  1790.  
  1791. </div>
  1792.  
  1793.  
  1794. </div>
  1795.  
  1796. </div>
  1797.  
  1798.  
  1799.  
  1800. {block:ContentSource}
  1801. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1802. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1803. {/block:SourceLogo}
  1804. {block:NoSourceLogo}{Sourcelink}{/block:NoSourceLogo} -->
  1805. {/block:ContentSource}
  1806.  
  1807. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement