Advertisement
kyngri

Touch me like you do

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