Advertisement
kyngri

Make Your Way

May 14th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.76 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. Farahmir base code.
  5. Theme made by kyngri for personal use only.
  6. -->
  7.  
  8. <!DOCTYPE html>
  9. <head>
  10.  
  11. <script language=JavaScript> var message="Boo."; function clickIE4(){ if (event.button==2) { alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("return false") </script>
  12.  
  13. <title>ᴘ ᴀ ᴘ ᴇ ʀ ɪ ʟ ᴇ ɴ ɴ ᴏ ᴋ ᴋ ɪ.</title>
  14.  
  15. <link rel="shortcut icon" href="https://31.media.tumblr.com/0483a8d36e23ac52e39ef75074918fb0/tumblr_inline_nhfthb3Uyo1t7fjz8.png">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!--Default Variables-->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Title" content="#bbbbbb" />
  23. <meta name="color:Text" content="#aaaaaa"/>
  24. <meta name="color:zelda" content="#aaaaaa"/>
  25. <meta name="color:castle town" content="#111111"/>
  26. <meta name="color:hyrule" content="#111111"/>
  27. <meta name="color:spirits" content="#111111"/>
  28. <meta name="color:triforce" content="#111111"/>
  29. <meta name="color:links" content="#ffffff"/>
  30. <meta name="color:links Hover" content="#000000"/>
  31. <meta name="color:Blockquote" content="#e1e1e1"/>
  32. <meta name="color:Borders" content="#dbdbdb" />
  33. <meta name="color:Scroll" content="#dbdbdb" />
  34. <meta name="color:Bold" content="#b3b3b3" />
  35. <meta name="color:Italic" content="#cccccc"/>
  36.  
  37. <meta name="image:Sidebar Image" content=""/>
  38.  
  39. <meta name="text:link 1 URL" content="" />
  40. <meta name="text:link 1" content="" />
  41. <meta name="text:link 2 URL" content="" />
  42. <meta name="text:link 2" content="" />
  43. <meta name="text:link 3 URL" content="" />
  44. <meta name="text:link 3" content="" />
  45.  
  46. <meta name="if:250px" content="0" />
  47. <meta name="if:400px" content="1" />
  48. <meta name="if:500px" content="0" />
  49. <meta name="if:InfiniteScroll" content="0" />
  50. <meta name="if:monochrome" content="1" />
  51. <meta name="if:Dark" content="0" />
  52. <meta name="if:Light" content="1" />
  53.  
  54.  
  55. <!--CSS customization here. -->
  56.  
  57. <style type="text/css">
  58.  
  59. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  60. @font-face {font-family: "neou"; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  61. @font-face {font-family: "alexbrush";src: url('https://dl.dropboxusercontent.com/s/y48zvcvymdw1vmo/alexbrush-regular.ttf?dl=1'); format("truetype");}
  62. @font-face {font-family: "laine";src: url('https://dl.dropboxusercontent.com/s/q2nwfx6s9t3k759/laine.ttf?dl=1'); format("truetype");}
  63. @font-face{ font-family:"signerica"; src: url('https://dl.dropboxusercontent.com/s/kfe6jebile02ki3/signerica_thin.ttf?dl=1'); format(“truetype”);}
  64. @font-face{ font-family:"signarita zhai"; src: url('https://dl.dropboxusercontent.com/u/102415483/Signarita%20Zhai%20Rhianne.ttf?dl=1'); format(“truetype”);}
  65.  
  66.  
  67.  
  68. iframe#tumblr_controls {
  69. top:0%!important;
  70. right:0%!important;
  71. position:fixed!important;
  72. z-index:99999999!important;
  73. -webkit-filter:invert(100%);
  74. -moz-filter:invert(100%);
  75. -o-filter:invert(100%);
  76. -ms-filter:invert(100%);
  77. filter:invert(100%);
  78. opacity:.3;
  79. {block:IndexPage}
  80. opacity:0;
  81. -webkit-transition: all 1s ease-in-out;
  82. -moz-transition: all 1s ease-in-out;
  83. -o-transition: all 1s ease-in-out;
  84. -ms-transition: all 1s ease-in-out;
  85. transition: all 1s ease-in-out;
  86. {/block:IndexPage}
  87. }
  88.  
  89. iframe#tumblr_controls:hover {
  90. opacity:.3;
  91. }
  92.  
  93.  
  94. #s-m-t-tooltip{
  95. max-width:300px;
  96. margin-top:25px;
  97. margin-left:15px;
  98. padding:4px;
  99. z-index:99999999999999999;
  100. background-color:{color:Background};
  101. color:{color:Text};
  102. font-family:wendy;
  103. font-size:10px;
  104. line-height:10px;
  105. letter-spacing:1px;
  106. font-style:normal;
  107. text-transform:normal;
  108. border-left:4px solid {color:Borders};
  109. border-right:4px solid {color:Borders};
  110. border-radius:7px 7px 7px 7px;
  111. word-wrap:break-word;
  112. -moz-transition:all 0.5s ease-in-out;
  113. -webkit-transition:all 0.5s ease-in-out;
  114. -o-transition:all 0.5s ease-in-out;
  115. transition:all 0.5s ease-in-out;
  116. }
  117.  
  118. ::-webkit-scrollbar-thumb:vertical {
  119. background:{color:Scroll};
  120. height: 30px;
  121. }
  122.  
  123. ::-webkit-scrollbar {
  124. height: 10px;
  125. width: 4px;
  126. }
  127.  
  128. /*basics*/
  129. blockquote {padding:5px 0 5px 30px;
  130. border-left:1px solid {color:Blockquote};
  131. margin-left:10px;
  132. }
  133.  
  134. blockquote img {
  135. outline-offset: -10px;
  136. outline:solid 1px rgba(255,255,255,1);
  137. }
  138.  
  139. body {
  140. background:{color:Background};
  141. color:{color:Text};
  142. font-family:calibri;
  143. font-size:11px;
  144. text-align:justify;
  145. margin:0;
  146. line-height:16px;}
  147.  
  148. a {
  149. color:{color:links};
  150. text-decoration:none;
  151. -webkit-transition: all 1s ease-in-out;
  152. -moz-transition: all 1s ease-in-out;
  153. -o-transition: all 1s ease-in-out;
  154. -ms-transition: all 1s ease-in-out;
  155. transition: all 1s ease-in-out;
  156. }
  157. a:hover{
  158. color:{color:links Hover};
  159. text-shadow: 2px 2px 6px #111;
  160. }
  161.  
  162. pre {
  163. width:95%;
  164. white-space:pre-wrap;
  165. word-wrap:break-word;
  166. background:{color:hyrule};
  167. color:white;
  168. padding:4px;
  169. }
  170.  
  171. small {
  172. font-size:9px;}
  173.  
  174. sub {
  175. font-size:9px;}
  176.  
  177. big {
  178. font-size:13px;}
  179.  
  180. b, strong {
  181. color:{color:Bold};
  182. font-weight:bold;
  183. }
  184.  
  185. i, em {
  186. color:{color:Italic};
  187. font-style:italic;
  188. }
  189.  
  190. ul,ol {
  191. padding:2px;
  192. margin-left:25px;
  193. }
  194.  
  195. ul {
  196. list-style-type:square;
  197. }
  198.  
  199. h1 {
  200. font-family:neou;
  201. font-size:30px;
  202. line-height:30px;
  203. font-weight:normal;
  204. margin-bottom:10px;
  205. text-transform:uppercase;
  206. text-align:center;
  207. }
  208.  
  209. #title {
  210. font-family:neou;
  211. font-size:30px;
  212. line-height:30px;
  213. font-weight:normal;
  214. margin-bottom:10px;
  215. text-transform:uppercase;
  216. text-align:center;
  217. }
  218.  
  219. /* stats */
  220.  
  221. #zoras {
  222. position:fixed;
  223. left:1px;
  224. bottom:1px;
  225. width:50px;
  226. height:10px;
  227. text-align:left;
  228. font-family:wendy;
  229. color:white;
  230. font-size:10px;
  231. line-height:10px;
  232. z-index:99999;
  233. }
  234.  
  235. #zoras a {
  236. color:white;
  237. }
  238.  
  239. /* container */
  240.  
  241. #hyrulefield {
  242. width:100%;
  243. height:100%;
  244. left:0px;
  245. top:0px;
  246. position:fixed;
  247. background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');
  248. background-attachment:fixed;
  249. background-repeat:repeat;
  250. }
  251.  
  252. /* sidebar wrapper */
  253.  
  254. #hyrule {
  255. position:absolute;
  256. left:150px;
  257. bottom:30px;
  258. width:570px;
  259. height:350px;
  260. z-index:999999;
  261. }
  262.  
  263. #hyruleline {
  264. position:absolute;
  265. left:0px;
  266. bottom:75px;
  267. height:2px;
  268. width:100%;
  269. background-color:{color:hyrule};
  270. }
  271.  
  272. #hyruleline2 {
  273. position:absolute;
  274. left:0px;
  275. bottom:60px;
  276. height:10px;
  277. width:100%;
  278. background-color:{color:hyrule};
  279. }
  280.  
  281. /* Music Player */
  282.  
  283. #ocarina {
  284. overflow:hidden;
  285. position:absolute;
  286. width:20px;
  287. height:20px;
  288. bottom:235px;
  289. left:45px;
  290. background:#f9f9f9;
  291. border:2px solid {color:hyrule};
  292. padding:2px;
  293. border-radius:100%;
  294. z-index:9999999;
  295. -webkit-transition: all 1s ease-in-out;
  296. -moz-transition: all 1s ease-in-out;
  297. -o-transition: all 1s ease-in-out;
  298. -ms-transition: all 1s ease-in-out;
  299. transition: all 1s ease-in-out;
  300. }
  301.  
  302. #time {
  303. margin-top:3px;
  304. margin-left:3px;
  305. z-index:3;
  306. -webkit-transition: 0.9s;
  307. -moz-transition: 0.9s;
  308. -o-transition: 0.9s;
  309. -ms-transition: 0.9s;
  310. transition: 0.9s;
  311. }
  312.  
  313. #ocarina:hover #time {
  314. margin-top:-20px;
  315. -webkit-transition: 0.9s;
  316. -moz-transition: 0.9s;
  317. -o-transition: 0.9s;
  318. -ms-transition: 0.9s;
  319. transition: 0.9s;
  320. }
  321.  
  322. #lullaby {
  323. margin-top:4px;
  324. margin-left:-3px;
  325. opacity:1;
  326. z-index:2;
  327. }
  328.  
  329. /* net */
  330.  
  331. #in {
  332. position:absolute;
  333. bottom:207px;
  334. left:15px;
  335. opacity:0;
  336. z-index:999999;
  337. -webkit-transition: all 1s ease-in-out;
  338. -moz-transition: all 1s ease-in-out;
  339. -o-transition: all 1s ease-in-out;
  340. -ms-transition: all 1s ease-in-out;
  341. transition: all 1s ease-in-out;
  342. }
  343.  
  344. #hyrule:hover #in {
  345. opacity:1;
  346. -webkit-transition: all 1s ease-in-out;
  347. -moz-transition: all 1s ease-in-out;
  348. -o-transition: all 1s ease-in-out;
  349. -ms-transition: all 1s ease-in-out;
  350. transition: all 1s ease-in-out;
  351. }
  352.  
  353. #in img {
  354. width:18px;
  355. background:#f9f9f9;
  356. border:2px solid {color:hyrule};
  357. border-radius:100%;
  358. padding:2px;
  359. }
  360.  
  361. /* baby*/
  362.  
  363. #link {
  364. position:absolute;
  365. bottom:179px;
  366. left:-5px;
  367. opacity:0;
  368. z-index:999999;
  369. -webkit-transition: all 1s ease-in-out;
  370. -moz-transition: all 1s ease-in-out;
  371. -o-transition: all 1s ease-in-out;
  372. -ms-transition: all 1s ease-in-out;
  373. transition: all 1s ease-in-out;
  374. }
  375.  
  376. #hyrule:hover #link {
  377. opacity:1;
  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. }
  384.  
  385. #link img {
  386. width:16px;
  387. background:#f9f9f9;
  388. border:2px solid {color:hyrule};
  389. border-radius:100%;
  390. padding:2px;
  391. }
  392.  
  393. /* sidebar img */
  394.  
  395. #zelda {
  396. position:absolute;
  397. left:0px;
  398. bottom:0px;
  399. z-index:9;
  400. }
  401.  
  402. /* sidebar desc */
  403.  
  404. #princesszelda {
  405. position:absolute;
  406. left:206px;
  407. bottom:195px;
  408. width:250px;
  409. height:50px;
  410. z-index:99999;
  411. -webkit-transition: all 1s ease-in-out;
  412. -moz-transition: all 1s ease-in-out;
  413. -o-transition: all 1s ease-in-out;
  414. -ms-transition: all 1s ease-in-out;
  415. transition: all 1s ease-in-out;
  416. overflow:hidden;
  417. }
  418.  
  419. #princesszelda:hover {
  420. height:155px;
  421. bottom:90px;
  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. #crown {
  430. position:absolute;
  431. width:80px;
  432. left:90px;
  433. top:5px;
  434. font-family:neou;
  435. color:{color:zelda};
  436. font-size:30px;
  437. line-height:30px;
  438. text-align:center;
  439. }
  440.  
  441. #gloves {
  442. position:absolute;
  443. width:80px;
  444. left:167px;
  445. top:23px;
  446. font-family:signarita zhai;
  447. color:{color:zelda};
  448. font-size:30px;
  449. line-height:30px;
  450. text-align:center;
  451. }
  452.  
  453. #aboutzelda_outer:after {
  454. content:"";
  455. width:80px;
  456. height:1px;
  457. top:15px;
  458. left:0px;
  459. position:absolute;
  460. z-index:-1;
  461. background:{color:zelda};
  462. -ms-transform: rotate(20deg); /* IE 9 */
  463. -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
  464. transform: rotate(20deg);
  465. }
  466.  
  467.  
  468. #aboutzelda_outer:before {
  469. content:"";
  470. width:90px;
  471. height:1px;
  472. top:29px;
  473. left:77px;
  474. position:absolute;
  475. z-index:-1;
  476. background:{color:zelda};
  477. -webkit-transition: all 1s ease-in-out;
  478. -moz-transition: all 1s ease-in-out;
  479. -o-transition: all 1s ease-in-out;
  480. -ms-transition: all 1s ease-in-out;
  481. transition: all 1s ease-in-out;
  482. }
  483.  
  484. #hyrule:hover #aboutzelda_outer:before{
  485. width:165px;
  486. -webkit-transition: all 1s ease-in-out;
  487. -moz-transition: all 1s ease-in-out;
  488. -o-transition: all 1s ease-in-out;
  489. -ms-transition: all 1s ease-in-out;
  490. transition: all 1s ease-in-out;
  491. }
  492.  
  493.  
  494. #navi{
  495. background:{color:hyrule};
  496. position:absolute;
  497. left:235px;
  498. top:25px;
  499. width:6px;
  500. height:6px;
  501. border:1px solid {color:Borders};
  502. border-radius:100px;
  503. opacity:0;
  504. -webkit-transition: all 1s ease-in-out;
  505. -moz-transition: all 1s ease-in-out;
  506. -o-transition: all 1s ease-in-out;
  507. -ms-transition: all 1s ease-in-out;
  508. transition: all 1s ease-in-out;
  509. }
  510.  
  511. #navi:hover{
  512. background:{color:links Hover};
  513. }
  514.  
  515. #hyrule:hover #navi {
  516. opacity:1;
  517. -webkit-transition: all 1s ease-in-out;
  518. -moz-transition: all 1s ease-in-out;
  519. -o-transition: all 1s ease-in-out;
  520. -ms-transition: all 1s ease-in-out;
  521. transition: all 1s ease-in-out;
  522. }
  523.  
  524. #pkr {
  525. position:absolute;
  526. bottom:88px;
  527. left:279px;
  528. padding:4px;
  529. width: 165px;
  530. height: 100px;
  531. background:transparent;
  532. font-family:calibri;
  533. font-size:10px;
  534. text-align:center;
  535. overflow:auto;
  536. }
  537.  
  538. #aboutzelda {
  539. position:absolute;
  540. top:45px;
  541. left:73px;
  542. padding:4px;
  543. width: 165px;
  544. height: 93px;
  545. background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');
  546. background-attachment:fixed;
  547. background-repeat:repeat;
  548. font-family:calibri;
  549. font-size:10px;
  550. text-align:center;
  551. overflow:auto;
  552. opacity:0;
  553. -webkit-transition: all 1s ease-in-out;
  554. -moz-transition: all 1s ease-in-out;
  555. -o-transition: all 1s ease-in-out;
  556. -ms-transition: all 1s ease-in-out;
  557. transition: all 1s ease-in-out;
  558. }
  559.  
  560. #princesszelda:hover #aboutzelda {
  561. opacity:1;
  562. -webkit-transition: all 1s ease-in-out;
  563. -moz-transition: all 1s ease-in-out;
  564. -o-transition: all 1s ease-in-out;
  565. -ms-transition: all 1s ease-in-out;
  566. transition: all 1s ease-in-out;
  567. }
  568.  
  569. /* meet&greet links */
  570.  
  571. #princessruto1 {
  572. width:150px;
  573. height:13px;
  574. }
  575.  
  576. #princessruto1 a {
  577. width:150px;
  578. height:13px;
  579. line-height:13px;
  580. font-family:ms gothic;
  581. font-size:11px;
  582. text-align:center;
  583. text-transform:uppercase;
  584. display:block;
  585. overflow:hidden;
  586. border-left:4px solid {color:links};
  587. border-right:4px solid {color:links};
  588. color:{color:links};
  589. background-color:{color:hyrule};
  590. transition-duration: 0.8s;
  591. -moz-transition-duration: 0.8s;
  592. -webkit-transition-duration: 0.8s;
  593. -o-transition-duration: 0.8s;
  594. -ms-transition: all 0.8s ease-in-out;
  595. }
  596.  
  597. #princessruto1 a:hover {
  598. color:{color:links Hover};
  599. box-shadow: inset -150px 0px 0px 0px {color:links},inset 0px 13px 0px 0px {color:links};
  600. }
  601.  
  602. #princessruto2 {
  603. width:150px;
  604. height:120px;
  605. }
  606.  
  607. #princessruto2 a {
  608. width:150px;
  609. height:13px;
  610. line-height:13px;
  611. font-family:ms gothic;
  612. font-size:11px;
  613. text-align:center;
  614. text-transform:uppercase;
  615. display:block;
  616. overflow:hidden;
  617. border-left:4px solid {color:links};
  618. border-right:4px solid {color:links};
  619. color:{color:links};
  620. background-color:{color:hyrule};
  621. transition-duration: 0.8s;
  622. -moz-transition-duration: 0.8s;
  623. -webkit-transition-duration: 0.8s;
  624. -o-transition-duration: 0.8s;
  625. -ms-transition: all 0.8s ease-in-out;
  626. }
  627.  
  628. #princessruto2 a:hover {
  629. color:{color:links Hover};
  630. box-shadow: inset -150px 0px 0px 0px {color:links},inset 0px 13px 0px 0px {color:links};
  631. }
  632.  
  633. #princessruto3 {
  634. width:185px;
  635. height:70px;
  636. }
  637.  
  638. #princessruto3 a {
  639. width:185px;
  640. height:13px;
  641. line-height:13px;
  642. font-family:ms gothic;
  643. font-size:11px;
  644. text-align:center;
  645. text-transform:uppercase;
  646. display:block;
  647. overflow:hidden;
  648. border-left:4px solid {color:hyrule};
  649. border-right:4px solid {color:hyrule};
  650. color:{color:hyrule};
  651. background-color:{color:background};
  652. transition-duration: 0.8s;
  653. -moz-transition-duration: 0.8s;
  654. -webkit-transition-duration: 0.8s;
  655. -o-transition-duration: 0.8s;
  656. -ms-transition: all 0.8s ease-in-out;
  657. }
  658.  
  659. #princessruto3 a:hover {
  660. color:{color:links Hover};
  661. box-shadow: inset -185px 0px 0px 0px {color:hyrule},inset 0px 13px 0px 0px {color:hyrule};
  662. }
  663.  
  664. /* main navi */
  665.  
  666. #spirits {
  667. position:absolute;
  668. right:60px;
  669. bottom:93px;
  670. width:35px;
  671. height:100px;
  672. z-index:99999;
  673. }
  674.  
  675. #ordona {
  676. position:absolute;
  677. left:5px;
  678. bottom:74px;
  679. width:7px;
  680. height:7px;
  681. padding:3px;
  682. border:3px double #fff;
  683. background:{color:spirits};
  684. -webkit-transition: all 1s ease-in-out;
  685. -moz-transition: all 1s ease-in-out;
  686. -o-transition: all 1s ease-in-out;
  687. -ms-transition: all 1s ease-in-out;
  688. transition: all 1s ease-in-out;
  689. }
  690.  
  691. #ordona:hover {
  692. width:35px;
  693. -webkit-transition: all 1s ease-in-out;
  694. -moz-transition: all 1s ease-in-out;
  695. -o-transition: all 1s ease-in-out;
  696. -ms-transition: all 1s ease-in-out;
  697. transition: all 1s ease-in-out;
  698. }
  699.  
  700. #faron {
  701. position:absolute;
  702. left:5px;
  703. bottom:51px;
  704. width:7px;
  705. height:7px;
  706. padding:3px;
  707. border:3px double #fff;
  708. background:{color:spirits};
  709. -webkit-transition: all 1s ease-in-out;
  710. -moz-transition: all 1s ease-in-out;
  711. -o-transition: all 1s ease-in-out;
  712. -ms-transition: all 1s ease-in-out;
  713. transition: all 1s ease-in-out;
  714. }
  715.  
  716. #faron:hover {
  717. width:35px;
  718. -webkit-transition: all 1s ease-in-out;
  719. -moz-transition: all 1s ease-in-out;
  720. -o-transition: all 1s ease-in-out;
  721. -ms-transition: all 1s ease-in-out;
  722. transition: all 1s ease-in-out;
  723. }
  724.  
  725. #eldin {
  726. position:absolute;
  727. left:5px;
  728. bottom:28px;
  729. width:7px;
  730. height:7px;
  731. padding:3px;
  732. border:3px double #fff;
  733. background:{color:spirits};
  734. -webkit-transition: all 1s ease-in-out;
  735. -moz-transition: all 1s ease-in-out;
  736. -o-transition: all 1s ease-in-out;
  737. -ms-transition: all 1s ease-in-out;
  738. transition: all 1s ease-in-out;
  739. }
  740.  
  741. #eldin:hover {
  742. width:35px;
  743. -webkit-transition: all 1s ease-in-out;
  744. -moz-transition: all 1s ease-in-out;
  745. -o-transition: all 1s ease-in-out;
  746. -ms-transition: all 1s ease-in-out;
  747. transition: all 1s ease-in-out;
  748. }
  749.  
  750. #lanayru {
  751. position:absolute;
  752. left:5px;
  753. bottom:5px;
  754. width:7px;
  755. height:7px;
  756. padding:3px;
  757. border:3px double #fff;
  758. background:{color:spirits};
  759. -webkit-transition: all 1s ease-in-out;
  760. -moz-transition: all 1s ease-in-out;
  761. -o-transition: all 1s ease-in-out;
  762. -ms-transition: all 1s ease-in-out;
  763. transition: all 1s ease-in-out;
  764. }
  765.  
  766. #lanayru:hover {
  767. width:35px;
  768. -webkit-transition: all 1s ease-in-out;
  769. -moz-transition: all 1s ease-in-out;
  770. -o-transition: all 1s ease-in-out;
  771. -ms-transition: all 1s ease-in-out;
  772. transition: all 1s ease-in-out;
  773. }
  774.  
  775. #zorasdomain {
  776. position:absolute;
  777. bottom:0px;
  778. left:459px;
  779. padding:4px;
  780. width: 200px;
  781. height: 280px;
  782. border:1px solid {color:Borders};
  783. }
  784.  
  785. #zorasdomainn {
  786. position:absolute;
  787. top:25px;
  788. left:4px;
  789. width: 200px;
  790. height: 70px;
  791. font-family:calibri;
  792. font-size:10px;
  793. text-align:center;
  794. overflow:auto;
  795. }
  796.  
  797.  
  798. /*posts*/
  799.  
  800. #castletown {
  801. position:absolute;
  802. {block:If250px}
  803. width:330px;
  804. {block:If250px}
  805. {block:If400px}
  806. width:490px;
  807. {block:If400px}
  808. {block:If500px}
  809. width:590px;
  810. {block:If500px}
  811. height:100%;
  812. left:720px;
  813. top:0px;
  814. z-index:999;
  815. padding:5px;
  816. padding-bottom:10px;
  817. border-right:1px solid {color:borders};
  818. border-left:1px solid {color:borders};
  819. background:{color:castle town};
  820. }
  821.  
  822. #townspeople {
  823. z-index:999;
  824. position:absolute;
  825. background:transparent;
  826. top:0px;
  827. left:3px;
  828. {block:If250px}
  829. width:330px;
  830. {block:If250px}
  831. {block:If400px}
  832. width:490px;
  833. {block:If400px}
  834. {block:If500px}
  835. width:590px;
  836. {block:If500px}
  837. height:100%;
  838. border-right:2px solid {color:borders};
  839. border-left:2px solid {color:borders};
  840. }
  841.  
  842.  
  843. #castlewall {
  844. position:absolute;
  845. left:14px;
  846. {block:If250px}
  847. width:310px;
  848. {block:If250px}
  849. {block:If400px}
  850. width:460px;
  851. {block:If400px}
  852. {block:If500px}
  853. width:560px;
  854. {block:If500px}
  855. height:100%;
  856. overflow:auto;
  857. }
  858.  
  859. #castle {
  860. {block:If250px}
  861. width:250px;
  862. {block:If250px}
  863. {block:If400px}
  864. width:400px;
  865. {block:If400px}
  866. {block:If500px}
  867. width:500px;
  868. {block:If500px}
  869. margin-top:30px;
  870. margin-bottom:30px;
  871. margin-left:15px;
  872. padding:10px;
  873.  
  874. }
  875. #castle img {
  876. max-width:100%;
  877. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  878. }
  879.  
  880. #castle li, #castle blockquote {max-width: 100%;
  881. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  882. }
  883. .caption {width:100%;
  884. margin-top:10px;
  885. }
  886.  
  887. #castle img {
  888. max-width:100%;
  889. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  890. }
  891.  
  892. #pset, #vid {
  893. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  894. }
  895.  
  896. /*quote*/
  897.  
  898. #titlequote{
  899. text-align:center;
  900. font-family:neou;
  901. font-size:20px;
  902. line-height:20px;
  903. font-weight:normal;
  904. margin-bottom:10px;
  905. text-transform:uppercase;
  906. text-align:center;
  907. }
  908. #source {
  909. font-family:wendy;
  910. font-size:10px;
  911. margin-top:10px;
  912. margin-right:25px;
  913. text-align:right;
  914. }
  915.  
  916. /* Audio */
  917.  
  918. #audio {
  919. padding-top:3px;
  920. padding-left:5px;
  921. padding-right:5px;
  922. padding-bottom:5px;
  923. border-left:1px solid {color:Background};
  924. }
  925.  
  926. #info {
  927. color:{color:Text};
  928. font-family:wendy;
  929. font-size:10px;
  930. line-height:10px;
  931. letter-spacing:1px;
  932. text-transform:uppercase;
  933. text-align:left;
  934. }
  935.  
  936. #player {
  937. width:26px;
  938. height:28px;
  939. border-left:7px solid {color:Borders};
  940. border-right:7px solid {color:Borders};
  941. border-top:6px solid {color:Borders};
  942. border-bottom:6px solid {color:Borders};
  943. background-color:{color:Borders};
  944. display:block;
  945. overflow:hidden;
  946. position:absolute;
  947. }
  948.  
  949. #art {
  950. width:40px;
  951. height:28px;
  952. background-color:{color:Borders};
  953. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  954. -moz-filter:grayscale({text:Amount of Grayscale}%);
  955. -ms-filter:grayscale({text:Amount of Grayscale}%);
  956. -o-filter:grayscale({text:Amount of Grayscale}%);
  957. filter:grayscale({text:Amount of Grayscale}%);
  958. }
  959.  
  960.  
  961. /* Question */
  962.  
  963. #asker {
  964. font-family:neou;
  965. text-align:center;
  966. font-size:20px;
  967. color:{color:Ask};
  968. }
  969.  
  970. #question {
  971. padding:5px;
  972. border-bottom:1px solid {color:Borders};
  973. text-align:center;
  974. font-family:calibri;
  975. font-size:11px;
  976. }
  977.  
  978.  
  979. /*chat*/
  980.  
  981. #chat {
  982. padding-top:2px;
  983. padding-bottom:3px;
  984. padding-left:5px;
  985. padding-right:5px;
  986. line-height:11px;
  987. color:{color:Text};
  988. font-family:wendy;
  989. letter-spacing:1px;
  990. font-size:10px;
  991. font-style:normal;
  992. }
  993.  
  994. #chat.odd {
  995. background:{color:Side Bar Background};
  996. }
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002. /*permalink and notes*/
  1003.  
  1004. #permalink {
  1005. font-family:wendy;
  1006. font-size:10px;
  1007. margin-top:15px;
  1008. text-align:center;
  1009. text-transform:uppercase;
  1010. {block:IndexPage}
  1011. opacity:0;
  1012. -webkit-transition: all .8s ease-in-out;
  1013. -moz-transition: all .8s ease-in-out;
  1014. -o-transition: all .8s ease-in-out;
  1015. -ms-transition: all .8s ease-in-out;
  1016. transition: all .8s ease-in-out;
  1017. {/block:IndexPage}
  1018. }
  1019.  
  1020. {block:IndexPage}
  1021. #castle:hover #permalink {
  1022. opacity:1;
  1023. }
  1024.  
  1025. {/block:IndexPage}
  1026.  
  1027.  
  1028. .pagenotes {
  1029. {block:IndexPage}
  1030. display: none!important;
  1031. {/block:IndexPage}
  1032. {block:If250px}
  1033. width:250px;
  1034. {block:If250px}
  1035. {block:If400px}
  1036. width:400px;
  1037. {block:If400px}
  1038. {block:If500px}
  1039. width:500px;
  1040. {block:If500px}
  1041. margin-left:30px;
  1042. text-align:left;
  1043.  
  1044. }
  1045. .pagenotes img {
  1046. display:none!important;}
  1047. .pagenotes li {
  1048. list-style-type:none;
  1049. padding:5px 0px;
  1050. text-align:left;
  1051. margin:0 0 0 -40px;
  1052. }
  1053.  
  1054.  
  1055. /* signature */
  1056.  
  1057. #hookshot {
  1058. position:absolute;
  1059. right:105px;
  1060. bottom:45px;
  1061. z-index:999999;
  1062. }
  1063.  
  1064. #hookshot img {
  1065. width:70px;
  1066. -ms-transform: rotate(0deg); /* IE 9 */
  1067. -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  1068. transform: rotate(0deg);
  1069. {block:IfDark}
  1070. -webkit-filter:invert(100%);
  1071. -moz-filter:invert(100%);
  1072. -o-filter:invert(100%);
  1073. -ms-filter:invert(100%);
  1074. filter:invert(100%);
  1075. {/block:IfDark}
  1076. }
  1077.  
  1078. /* Pagination */
  1079.  
  1080. #page {
  1081. position:absolute;
  1082. font-family:neou;
  1083. font-size:40px;
  1084. line-height:30px;
  1085. text-align:right;
  1086. z-index:9999999;
  1087. width:80px;
  1088. height:20px;
  1089. right:5px;
  1090. bottom:53px;
  1091. }
  1092.  
  1093. #page a {
  1094. color:{color:zelda};
  1095. }
  1096.  
  1097.  
  1098. {CustomCSS}
  1099.  
  1100.  
  1101.  
  1102. </style>
  1103.  
  1104. {block:IndexPage}
  1105. {block:ifInfiniteScroll}
  1106. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  1107. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  1108. {/block:ifInfiniteScroll}
  1109. {/block:IndexPage}
  1110.  
  1111.  
  1112.  
  1113. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  1114. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  1115. <script>
  1116. (function($){
  1117. $(document).ready(function(){
  1118. $("[title]").style_my_tooltips();
  1119. });
  1120. })(jQuery);
  1121. </script>
  1122.  
  1123. <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>
  1124.  
  1125. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script type="text/javascript">jQuery(document).ready(function() {
  1126. jQuery(".epona").hide();jQuery(".answer").click(function(){jQuery(this).next(".epona").fadeToggle(500);});});</script>
  1127.  
  1128. </head>
  1129.  
  1130. <body>
  1131. <body bgcolor="#fafafa" ondragstart="return false" onselectstart="return false">
  1132. <body onkeydown="return false">
  1133.  
  1134. <div id="hyrulefield">
  1135.  
  1136. <div id="zoras">
  1137. <script language="JavaScript">
  1138. var ref = (''+document.referrer+'');
  1139. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3359389&e1=&e2=&r=' + ref + '"><\/script>');
  1140. </script> + <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2189130&name="></script>.
  1141. </div>
  1142.  
  1143. <div id="hyruleline"></div>
  1144. <div id="hyruleline2"></div>
  1145. <div id="hyrule">
  1146.  
  1147. <div id="zelda"><img src="https://41.media.tumblr.com/81471c9b1895255ae0bdcb44691661dc/tumblr_inline_nmyntcISVJ1t7fjz8_540.png"></div>
  1148. <div id="hookshot">
  1149. <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>
  1150. </div>
  1151.  
  1152. <div id="spirits">
  1153. <a href="/" title="+ Origin."><div id="ordona"></div></a>
  1154. <a href="/c:onnect" title="+ Correspondence."><div id="faron"></div></a>
  1155. <a href="/archive" title="+ History."><div id="eldin"></div></a>
  1156. <a onclick="close(); return false" title="+ Lifeline." class="answer"><div id="lanayru"></div></a>
  1157. <div class="epona">
  1158. <div id="zorasdomain">
  1159. <div style="position:absolute; top:5px; left:4px; width:200px; background:#d5c2bc; color:#000; text-align:center;">Nine Muses</div>
  1160. <div id="zorasdomainn">
  1161. <div id="princessruto3">
  1162. <a href="/tagged/m:oongom">870119</a><br>
  1163. <a href="/tagged/e:keun">880503</a><br>
  1164. <a href="/tagged/f:iji">890708</a><br>
  1165. <a href="/tagged/g:ang">900705</a><br>
  1166. <a href="/tagged/p:yodaejang">910403</a><br>
  1167. <a href="/tagged/b:ap">910627</a><br>
  1168. <a href="/tagged/s:o">911011</a><br>
  1169. <a href="/tagged/k:eum">921217</a><br>
  1170. <a href="/tagged/n:amyu" title="+ Once a muse, always a muse.">100812</a></div></div>
  1171. <div style="position:absolute; top:98px; left:4px; width:200px; background:#d5c2bc; color:#000; text-align:center;">Media</div>
  1172. <div id="zorasdomainn" style="top:118px;">
  1173. <div id="princessruto3">
  1174. <a href="http://9muses.co.kr/">Fancafe</a><br>
  1175. <a href="http://me2day.net/9muses_">me2day</a><br>
  1176. <a href="http://www.youtube.com/user/NineMusesCh">Youtube</a><br>
  1177. <a href="https://twitter.com/9muses_">Twitter (Namyu)</a><br>
  1178. <a href="http://www.starempire.co.kr/home.html">Website</a><br>
  1179. <a href="https://twitter.com/STAREMPIRE_">Twitter (Empire)</a></div></div>
  1180. <div style="position:absolute; top:192px; left:4px; width:200px; background:#d5c2bc; color:#000; text-align:center;">Android</div><br>
  1181. <div id="zorasdomainn" style="top:212px;">
  1182. <div id="princessruto3">
  1183. <a href="/coming soon">Contacts</a><br>
  1184. <a href="/tagged/p:gang">Gallery</a><br>
  1185. <a href="http://kyungri.info/events/2015">Calendar</a><br>
  1186. <a href="http://instagram.com/gyeongree">Instagram</a><br>
  1187. <a href="http://twitter.com/ICE_Gang">Twitter</a><br>
  1188. <a href="/tagged/r:e">Retweets</a><br>
  1189. <a href="https://www.youtube.com/user/ree7518">YouTube</a><br>
  1190. <a href="/tagged/i:pod">Music</a><br>
  1191. <a href="/tagged/s:ilver">Daily Notes</a></div></div>
  1192. </div>
  1193. </div>
  1194. </div>
  1195.  
  1196. <div id="ocarina">
  1197. <div id="time">
  1198. <img src="https://31.media.tumblr.com/tumblr_m7w2n46Pdl1r6o8v2.gif"/>
  1199. </div>
  1200. <div id="lullaby">
  1201. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20"><param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" /><param name="bgcolor" value="111111" /><param name="FlashVars" value="mp3=https://db.tt/1lxLhPSd&amp;width=25&amp;loop=1&amp;autoplay=1&amp;showslider=0&amp;bgcolor=f9f9f9&amp;bgcolor1=f9f9f9&amp;bgcolor2=f9f9f9&amp;buttoncolor=000000&amp;buttonovercolor=000000" /></object>
  1202. </div>
  1203. </div>
  1204.  
  1205. <div id="in">
  1206. <a href="http://idolnet.tumblr.com/" title="+ IdolNET."><img src="https://36.media.tumblr.com/784ba007798292ddbe72a07fbf25fa63/tumblr_inline_nn0kby6uRv1t7fjz8_540.png"></a>
  1207. </div>
  1208. <div id="link">
  1209. <a href="/p:rince" title="+ The fact is you make me feel a lot more than you know."><img src="https://41.media.tumblr.com/00144f54eb46cb28e1bcec9369688e13/tumblr_inline_nn0kbjJfwu1t7fjz8_540.png"></a>
  1210. </div>
  1211.  
  1212.  
  1213. <div id="pkr">
  1214. <div style="font-size:17px; text-align:left;">* 박경리 :</div> One out of the four vocals from the vocal line.<br>
  1215. Nine Muses' resident dork, and self-proclaimed visual since January twevlth, twenty-twelve.
  1216. </div>
  1217. <div id="princesszelda">
  1218. <div id="crown">MEET</div>
  1219. <div id="aboutzelda_outer"></div>
  1220. <div id="gloves">pkr</div>
  1221. <a onclick="close(); return false" title="+ Existence." class="answer"><div id="navi"></div></a>
  1222. <div class="epona">
  1223. <div id="aboutzelda">
  1224. <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,
  1225. when it came to selecting people for debut,<br>
  1226. I was only chosen as a backup dancer; it was frustrating.<br>
  1227. There were also times when we had to learn an entire choreography routine<br>
  1228. just a day before the performance —<br>
  1229. it wouldn’t be too difficult for a pro dancer, but I wasn’t. I felt defeated.<br>
  1230. I cried an entire day, until my body was numb.
  1231. <p><div id="princessruto1">
  1232. <a href="/b:usan">Profile</a>
  1233. </div></p>
  1234. </div>
  1235. </div>
  1236. </div>
  1237.  
  1238. {block:ifnotInfiniteScroll}
  1239. {block:Pagination}<div id="page">
  1240. {block:PreviousPage}
  1241. <a href="{PreviousPage}">-</a>
  1242. {/block:PreviousPage}
  1243. {block:NextPage}
  1244. <a id="next" href="{NextPage}">+</a>
  1245. {/block:NextPage}
  1246. </div>{/block:Pagination}
  1247. {/block:ifnotInfiniteScroll}
  1248.  
  1249. </div>
  1250.  
  1251.  
  1252.  
  1253.  
  1254. <div id="castletown">
  1255. <div id="townspeople">
  1256. <div id="castlewall">
  1257. {block:Posts}
  1258. <div id="castle">
  1259.  
  1260.  
  1261. {block:Quote}
  1262.  
  1263.  
  1264. <div id="titlequote">❝ {Quote} ❞</div>
  1265. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  1266. {/block:Quote}
  1267.  
  1268.  
  1269.  
  1270. {block:Text}
  1271.  
  1272. {block:Title}
  1273. <div id="title">+ {Title}.</div>{/block:Title}
  1274. {Body}
  1275. {/block:Text}
  1276.  
  1277. {block:link}
  1278. <div id="title"><a href="{URL}">+ {Name}.</a></div>{block:Description}{Description}{/block:Description}
  1279. {/block:link}
  1280.  
  1281. {block:Chat}
  1282. {block:Title}
  1283. <h1>+ {Title}.</h1>
  1284. {/block:Title}
  1285. {block:Lines}<div id="chat" class="{Alt} user_{UserNumber}">
  1286. {block:Label}
  1287. <font color="{color:links}">{Label}</font>
  1288. {/block:Label}
  1289. {Line}</div>
  1290. {/block:Lines}
  1291. {/block:Chat}
  1292.  
  1293. {block:Photo}
  1294. <div id="photo">
  1295. {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}
  1296. </div>
  1297. {/block:Photo}
  1298.  
  1299. {block:Photoset}
  1300. <div id="pset">
  1301. {block:If250px}
  1302. {Photoset-250}
  1303. {/block:If250px}
  1304. {block:If400px}
  1305. {Photoset-400}
  1306. {/block:If400px}
  1307. {block:If500px}
  1308. {Photoset-500}
  1309. {/block:If500px}
  1310. </div>
  1311. {/block:Photoset}
  1312.  
  1313. {block:Video}
  1314. <div id="vid">
  1315. {block:If250px}
  1316. {Video-250}
  1317. {/block:If250px}
  1318. {block:If400px}
  1319. {Video-400}
  1320. {/block:If400px}
  1321. {block:If500px}
  1322. {Video-500}
  1323. {/block:If500px}
  1324. </div>
  1325. {/block:Video}
  1326.  
  1327. {block:Audio}
  1328. <table border="0" cellpadding="0" cellspacing="5" ><tr>
  1329. <td id="art" valign="top">
  1330. <div id="player">{AudioPlayerBlack}</div>
  1331. </td>
  1332. <td valign="top" id="audio">
  1333. {block:TrackName}
  1334. <div id="info">
  1335. <font color="{color:links}">Track:</font> {TrackName}
  1336. </div>
  1337. {/block:TrackName}
  1338. {block:Artist}
  1339. <div id="info">
  1340. <font color="{color:links}">Artist:</font> {Artist}
  1341. </div>
  1342. {/block:Artist}
  1343. <div id="info">
  1344. <font color="{color:links}">Plays:</font> {PlayCount}
  1345. </div>
  1346. </td>
  1347. </tr>
  1348. </table>
  1349. {/block:Audio}
  1350.  
  1351. {block:Answer}
  1352. <div id="asker">+ {Asker}.</div>
  1353. <div id="question"><small>{Question}</small></div>
  1354. {Answer}
  1355. {/block:Answer}
  1356.  
  1357. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1358.  
  1359. {block:IndexPage}
  1360. {block:Date}
  1361. <div id="permalink">
  1362. <a href="{Permalink}">{TimeAgo}</a> • {NoteCountWithLabel} • <a href="{ReblogURL}">reblog</a>{block:HasTags} • <a title="{block:Tags}#{Tag} {/block:Tags}">+</a>
  1363. {/block:HasTags}
  1364. </div>
  1365. {/block:Date}
  1366. {/block:IndexPage}
  1367.  
  1368. {block:PermalinkPage}
  1369. <div id="permalink">{block:Date}Posted {Timeago} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  1370.  
  1371. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> | origin <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> {/block:RebloggedFrom}
  1372.  
  1373. {block:HasTags}<br>saved: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  1374. </div>
  1375. {/block:PermalinkPage}
  1376.  
  1377.  
  1378. </div>
  1379.  
  1380.  
  1381. {block:PostNotes}
  1382. <div class="pagenotes">
  1383. {PostNotes}
  1384. </div>
  1385. {/block:PostNotes}
  1386.  
  1387.  
  1388. {/block:Posts}
  1389.  
  1390. </div>
  1391.  
  1392. </div>
  1393.  
  1394.  
  1395. </div>
  1396.  
  1397. </div>
  1398.  
  1399.  
  1400.  
  1401. {block:ContentSource}
  1402. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1403. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1404. {/block:SourceLogo}
  1405. {block:NoSourceLogo}{Sourcelink}{/block:NoSourceLogo} -->
  1406. {/block:ContentSource}
  1407.  
  1408. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement