elsaofarendelle

kissfromadarling 2017

May 3rd, 2017 (edited)
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.94 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  7.  
  8. <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}</style><link href='http://www.myfontfree.com/data/33/l/last_king_quest/Last King Quest.ttf' rel='stylesheet' type='text/css'>
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Homemade+Apple" rel="stylesheet">
  11.  
  12.  
  13. <!--- tooltips --->
  14.  
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  17. <script>
  18. (function($){
  19. $(document).ready(function(){
  20. $("[title]").style_my_tooltips();
  21. });
  22. })(jQuery);
  23. </script>
  24.  
  25.  
  26. </style>
  27.  
  28.  
  29. <title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34.  
  35. <!-------------------------------------------
  36. Code by elsaofarendelle.
  37. Don't copy or distribute.
  38. Don't claim as your own.
  39. -------------------------------------------->
  40.  
  41. <meta name="image:background" content=""/>
  42. <meta name="image:sidebar" content=""/>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  48.  
  49. /* --- SCROLLBAR START ---*/
  50.  
  51. ::-webkit-scrollbar {
  52. height: 0px;
  53. width: 5px;
  54. background: transparent;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. border: 5px solid #transparent;
  59. -webkit-border-radius: none;
  60. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  61. }
  62.  
  63. ::-webkit-scrollbar-corner{
  64. background: transparent;
  65. }
  66.  
  67. /* --- SCROLLBAR END --- */
  68.  
  69. /* --- LINK ANIMATION START --- */
  70.  
  71. @-moz-keyframes bbounce{
  72. 0% {-moz-transform:translate(0px,0px);}
  73. 50% {-moz-transform:translate(0px,10px);}
  74. 100% {-moz-transform:translate(0px,0px);}
  75. }
  76.  
  77. @-webkit-keyframes bbounce {
  78. 0% {-webkit-transform:translate(0px,0px);}
  79. 50% {-webkit-transform:translate(0px,10px);}
  80. 100% {-webkit-transform:translate(0px,0px);}
  81. }
  82.  
  83. /* LINK ANIMATION END --- */
  84.  
  85. /* --- TOOLTIPS START --- */
  86.  
  87. #s-m-t-tooltip{
  88. max-width:300px;
  89. margin:15px;
  90. padding:2px 8px;
  91. border:1px none #eee;
  92. border-radius:0px;
  93. background: none;
  94. color: #272725;
  95. z-index:9999999999999;
  96. font-size:12px;
  97. font-family: 'Sorts Mill Goudy', serif;
  98. text-shadow:0px 0px 3px #372625;
  99. font-weight:bold;
  100. text-transform:normal;
  101. box-shadow:0px 0px 0px #000;
  102. -webkit-transition:all 0.7s;
  103. -moz-transition:all 0.7s;
  104. -ms-transition:all 0.7s;
  105. -o-transition:all 0.7s;
  106. transition:all 0.7s;
  107. }
  108.  
  109. /* --- TOOLTIPS END --- */
  110.  
  111.  
  112. /* --- BODY START ---*/
  113.  
  114. body {
  115. background:#f0f0f2;
  116. background-image:url({image:background});
  117. background-attachment: fixed;
  118. background-repeat: no-repeat;
  119. background-position:0px 0px;
  120. margin:0px;
  121. color:#272725;
  122. font-family: 'Sorts Mill Goudy', serif;
  123. font-size:15px;
  124. line-height:120%;
  125.  
  126. }
  127.  
  128. blockquote {
  129. padding-left:5px;
  130. border-left:2px solid;
  131. border-radius:6px;
  132. }
  133.  
  134. a {
  135. color:#272725;
  136. text-decoration:none;
  137. -webkit-transition:all 0.5s ease-in-out;
  138. -moz-transition:all 0.5s ease-in-out;
  139. -o-transition:all 0.5s ease-in-out;
  140. -ms-transition:all 0.5s ease-in-out;
  141. transition:all 0.5s ease-in-out;
  142. }
  143.  
  144. a:hover {
  145. color:#272725;
  146. }
  147.  
  148. img {none;}
  149.  
  150. h1 , h2 {
  151. font-family: 'Homemade Apple', cursive;
  152. text-transform:none;
  153. font-size:25px;
  154. line-height:30px;
  155. letter-spacing:0px;
  156. text-align:center;
  157. font-style:normal;
  158. color: #272725;
  159. }
  160.  
  161. #container {
  162. background:transparent;
  163. background-size:100px;
  164. border:none;
  165. width:300px;
  166. height:400px;
  167. margin-left:300px;
  168. margin-top:70px;
  169. position:fixed;
  170. overflow:auto;
  171. padding-left:50px;
  172. padding-right:-5px;
  173. padding-top:5px;
  174. padding-bottom:10px;
  175. -webkit-mask-image: -webkit-gradient(
  176. linear, center 20%, center bottom,
  177. from(rgba(0,0,0,20)),
  178. to(rgba(20,0,0,0)));
  179. }
  180.  
  181. #posts {
  182. width:250px;
  183. background-color: transparent;
  184. padding:-50px;
  185. text-align: justify;
  186. font-size: 12px;
  187. padding-top: 50px;
  188. padding-left:17px;
  189. margin-bottom: 50px;
  190. line-height: 100%px;
  191. font-family: times;
  192. z-index:50;
  193. }
  194.  
  195. #posts img {
  196. padding: 0;
  197. max-width: 100%;
  198. height: auto;
  199. }
  200.  
  201.  
  202. b {
  203. text-transform: bold;
  204. color: #272725;
  205. text-shadow:0px 0px 3px #272725;
  206. letter-spacing:1px;
  207. font-family: 'Homemade Apple', cursive;
  208. font-size:15px;
  209. }
  210.  
  211. i {
  212. text-transform: italic;
  213. color: #272725;
  214. text-shadow:2px 2px 5px #272725;
  215. letter-spacing:1px;
  216. font-family: 'Homemade Apple', cursive;
  217. font-size:15px;
  218. }
  219.  
  220. em {
  221. text-transform: italic;
  222. color: #272725;
  223. text-shadow:1px 1px 5px #272725;
  224. letter-spacing:1px;
  225. font-family: 'Homemade Apple', cursive;
  226. font-size:15px;
  227. }
  228.  
  229. sub, small, sup {
  230. font-size: 11px;
  231. }
  232.  
  233. #fixxerupper {
  234. overflow:auto;
  235. height:120px;
  236. position:absolute;
  237. top:50px;
  238. }
  239.  
  240. /* --- BODY END --- */
  241.  
  242. /* --- SIDEBAR START ---*/
  243.  
  244.  
  245. #sidebar{
  246. position: fixed;
  247. top: 220px;
  248. width:250px;
  249. height:115px;
  250. left: -10px;
  251. padding:20px;
  252. }
  253.  
  254.  
  255.  
  256. #sidebarimage img{
  257. width: 100px;
  258. height:115px;
  259. padding:10px;
  260. border:3px none #f5f5f5;
  261. margin-top:5px;
  262. background:transparent;
  263. background-image:{image:sidebarimage};
  264. }
  265.  
  266.  
  267. #nav {
  268. position:fixed;
  269. overflow:hidden;
  270. margin-top:150px;
  271. margin-left:315px;
  272. }
  273.  
  274. #link1 a , #link2 a, #link3 a
  275.  
  276. #title {
  277. font-family:times;
  278. text-align:center;
  279. width:300px;
  280. margin-top:5px;
  281. margin-left:200px;
  282. text-transform:uppercase;
  283. font-style:normal;
  284. font-size:20px;
  285. color:#fff;
  286. }
  287.  
  288. #description {
  289. width:500px;
  290. height:50px;
  291. margin-top:-95px;
  292. margin-left:500px;
  293. padding: 10px;
  294. overflow:scroll;
  295. text-align:justify;
  296. font-style: none;
  297. font-family: 'Sorts Mill Goudy', serif;
  298. font-size:10px;
  299. color: #272725;
  300. text-shadow: none;
  301. background-color:none;
  302. border:3px none;
  303. letter-spacing:1px;
  304. line-height:110%;
  305. }
  306.  
  307. #pagination {
  308. font-family: 'Sorts Mill Goudy', serif;
  309. width:103px;
  310. font-size:9px;
  311. text-transform:uppercase;
  312. margin-top:-23px;
  313. margin-left:800px;
  314. padding-top:25px;
  315. letter-spacing:1px;
  316. font-style:normal;
  317. text-align:center;
  318. }
  319.  
  320. #pagination a {
  321. color:#272725;
  322. text-shadow:0px 0px 3px #272725;
  323. }
  324.  
  325. /* --- SIDEBAR END ---*/
  326.  
  327.  
  328. /* --- LINKS START --- */
  329.  
  330. .links1 {
  331. position:fixed;
  332. font-size:30px;
  333. top: 190px;
  334. left: 740px;
  335. }
  336.  
  337. .links1 a {
  338. text-decoration:none;
  339. text-transform:uppercase;
  340. color: #908583;
  341. text-shadow: 2px 2px 2px #111;
  342. position:fixed;
  343. font-family: times;
  344. -webkit-animation: bbounce linear 3.0s;
  345. -webkit-animation-iteration-count: infinite;
  346. -webkit-transform-origin: 50% 50%;
  347. }
  348.  
  349.  
  350. .links1 a:hover {
  351. text-decoration:none;
  352. text-transform:normal;
  353. color: #eee;
  354. text-shadow:0px 0px 3px #fff;
  355. }
  356.  
  357. .links2 {
  358. position:fixed;
  359. font-size:25px;
  360. top: 355px;
  361. left: 200px;
  362. }
  363.  
  364. .links2 a {
  365. text-decoration:none;
  366. text-transform:uppercase;
  367. color: #908583;
  368. text-shadow: 2px 2px 2px #111;
  369. position:fixed;
  370. font-family: times;
  371. -webkit-animation: bbounce linear 3.5s;
  372. -webkit-animation-iteration-count: infinite;
  373. -webkit-transform-origin: 50% 50%;
  374. }
  375.  
  376. .links2 a:hover {
  377. text-decoration:none;
  378. text-transform:normal;
  379. color: #eee;
  380. text-shadow:0px 0px 3px #fff;
  381. }
  382.  
  383. .links3 {
  384. position:fixed;
  385. font-size:23px;
  386. top: 175px;
  387. left: 50px;
  388. }
  389.  
  390. .links3 a {
  391. text-decoration:none;
  392. text-transform:uppercase;
  393. color: #908583;
  394. text-shadow: 2px 2px 2px #111;
  395. position:fixed;
  396. font-family: times;
  397. -webkit-animation: bbounce linear 4.0s;
  398. -webkit-animation-iteration-count: infinite;
  399. -webkit-transform-origin: 50% 50%;
  400. }
  401.  
  402. .links3 a:hover {
  403. text-decoration:none;
  404. text-transform:normal;
  405. color: #eee;
  406. text-shadow:0px 0px 3px #fff;
  407. }
  408.  
  409. .links4 {
  410. position:fixed;
  411. font-size:20px;
  412. top: 460px;
  413. left: 810px;
  414. }
  415.  
  416. .links4 a {
  417. text-decoration:none;
  418. text-transform:uppercase;
  419. color: #908583;
  420. text-shadow: 2px 2px 2px #111;
  421. position:fixed;
  422. font-family: times;
  423. -webkit-animation: bbounce linear 2.5s;
  424. -webkit-animation-iteration-count: infinite;
  425. -webkit-transform-origin: 50% 50%;
  426. }
  427.  
  428. .links4 a:hover {
  429. text-decoration:none;
  430. text-transform:normal;
  431. color: #eee;
  432. text-shadow:0px 0px 3px #fff;
  433. }
  434.  
  435. .links5 {
  436. position:fixed;
  437. font-size:35px;
  438. top: 275px;
  439. left: 800px;
  440. }
  441.  
  442. .links5 a {
  443. text-decoration:none;
  444. text-transform:uppercase;
  445. color: #908583;
  446. text-shadow: 2px 2px 2px #111;
  447. position:fixed;
  448. font-family: times;
  449. -webkit-animation: bbounce linear 3.0s;
  450. -webkit-animation-iteration-count: infinite;
  451. -webkit-transform-origin: 50% 50%;
  452. }
  453.  
  454.  
  455. .links5 a:hover {
  456. text-decoration:none;
  457. text-transform:normal;
  458. color: #eee;
  459. text-shadow:0px 0px 3px #fff;
  460. }
  461.  
  462. /* ---LINKS END --- */
  463.  
  464.  
  465. /* --- CREDIT START --- */
  466.  
  467. .credit{
  468. position:fixed;
  469. font-size:15px;
  470. right:12px;
  471. bottom:10px;
  472. }
  473.  
  474. .credit a {
  475. text-decoration:none;
  476. text-transform:uppercase;
  477. color: #261717;
  478. text-shadow:0px 0px 3px #261717;
  479. -moz-transition-duration:.7s;
  480. -webkit-transition-duration:.7s;
  481. -o-transition-duration:.7s;
  482. }
  483.  
  484.  
  485. .credit a:hover {
  486. text-decoration:none;
  487. text-transform:uppercase;
  488. color: #261717;
  489. text-shadow:0px 0px 3px #261717;
  490. }
  491.  
  492. /* --- CREDIT END --- */
  493.  
  494.  
  495. /* --- POST NOTES START --- */
  496.  
  497. .note {
  498. padding:0px 20px 0px 20px;
  499. background-color:transparent;
  500. text-transform:lowercase;
  501. letter-spacing:0px;
  502. font-size: 11px;
  503. font-style:normal;
  504. text-align:left;
  505. line-height:120%;
  506. }
  507.  
  508. .note li {
  509. list-style-type:none;
  510. padding:5px 25px 5px 25px;
  511. text-align:left;
  512. margin-right:30px;
  513. margin-top:-50px;
  514. }
  515.  
  516.  
  517. #info {
  518. height:30px;
  519. text-align:left;
  520. margin-top:10px;
  521. padding-top:10px;
  522. padding:0px;
  523. padding-bottom:1px;
  524. text-transform:normal
  525. font-style:none;
  526. font-family: 'Homemade Apple', cursive;
  527. font-size:12px;
  528. text-shadow:2px 2px 5px #010101;
  529. background: transparent;
  530. border: 1px dotted #272725;
  531. line-height:190%;
  532. background: url('https://i.imgur.com/EzpIxdG.png');
  533. }
  534.  
  535. #info a{
  536. color: #272725;
  537. }
  538.  
  539. #tags {
  540. font-family: times;
  541. text-align:center;
  542. margin-top:0px;
  543. padding-bottom:0px;
  544. text-transform:none;
  545. font-style:none;
  546. font-size:12px;
  547. }
  548.  
  549. #tags a{
  550. color: #272725;
  551. }
  552.  
  553. /* --- POST NOTES END --- */
  554.  
  555. /* --- POPUPS START --- */
  556.  
  557.  
  558.  
  559. /* --- POPUPS END --- */
  560.  
  561. .popup_block{
  562. display:none;
  563. background: url('https://i.imgur.com/f2GFH3L.png');
  564. padding:20px;
  565. border:1px none #fff;
  566. width: 300px;
  567. height: 510px;
  568. overflow-y:scroll;
  569. overflow-x:hidden;
  570. float:left;
  571. position:fixed;
  572. top:50%;left:520px;
  573. z-index: 99999;
  574. -webkit-box-shadow: 0px 0px 20px none;
  575. -moz-box-shadow: 0px 0px 20px none;
  576. box-shadow: 0px 0px 20px none;
  577. }
  578.  
  579. *html #fade {position: absolute;}
  580. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  581. #fade {
  582. display:none;
  583. position:fixed;
  584. left:0px;
  585. top:0px;
  586. width:100%;
  587. height:100%;
  588. z-index:9999;
  589. background:#c8c4c2;
  590. opacity:0.8;
  591. }
  592.  
  593. #popupheader {
  594. margin-left:120px;
  595. margin-top:70px;
  596. font-size:30px;
  597. letter-spacing:2px;
  598. font-family: 'Last King Quest';
  599.  
  600. color:#f0f0f2;
  601. text-shadow: 2px 2px 5px #000;
  602. }
  603.  
  604.  
  605. #popuptext {
  606. margin-top:25px;
  607. margin-left:127px;
  608. width:235px;
  609. height:293px;
  610. font-family:garamond;
  611. font-size:12px;
  612. overflow:scroll;
  613. text-align:justify;
  614. }
  615.  
  616. .popup_block2{
  617. display:none;
  618. background: url('https://i.imgur.com/f2GFH3L.png');
  619. padding:20px;
  620. border:1px none #fff;
  621. width: 300px;
  622. height: 510px;
  623. overflow-y:scroll;
  624. overflow-x:hidden;
  625. float:left;
  626. position:fixed;
  627. top:50%;left:520px;
  628. z-index: 99999;
  629. -webkit-box-shadow: 0px 0px 20px none;
  630. -moz-box-shadow: 0px 0px 20px none;
  631. box-shadow: 0px 0px 20px none;
  632. }
  633.  
  634. #popupheader {
  635. margin-left:120px;
  636. margin-top:70px;
  637. font-size:30px;
  638. letter-spacing:2px;
  639. font-family: 'Last King Quest';
  640.  
  641. color:#f0f0f2;
  642. text-shadow: 2px 2px 5px #000;
  643. }
  644.  
  645.  
  646. #popuptext {
  647. margin-top:25px;
  648. margin-left:127px;
  649. width:235px;
  650. height:293px;
  651. font-family:garamond;
  652. font-size:12px;
  653. overflow:scroll;
  654. text-align:justify;
  655. }
  656.  
  657. .popup_block3{
  658. display:none;
  659. background: url('https://i.imgur.com/f2GFH3L.png');
  660. padding:20px;
  661. border:1px none #fff;
  662. width: 300px;
  663. height: 510px;
  664. overflow-y:scroll;
  665. overflow-x:hidden;
  666. float:left;
  667. position:fixed;
  668. top:50%;left:520px;
  669. z-index: 99999;
  670. -webkit-box-shadow: 0px 0px 20px none;
  671. -moz-box-shadow: 0px 0px 20px none;
  672. box-shadow: 0px 0px 20px none;
  673. }
  674.  
  675. #popupheader {
  676. margin-left:120px;
  677. margin-top:70px;
  678. font-size:30px;
  679. letter-spacing:2px;
  680. font-family: 'Last King Quest';
  681.  
  682. color:#f0f0f2;
  683. text-shadow: 2px 2px 5px #000;
  684. }
  685.  
  686.  
  687. #popuptext {
  688. margin-top:25px;
  689. margin-left:127px;
  690. width:235px;
  691. height:293px;
  692. font-family:garamond;
  693. font-size:12px;
  694. overflow:scroll;
  695. text-align:justify;
  696. }
  697.  
  698. .popup_block4{
  699. display:none;
  700. background: url('https://i.imgur.com/f2GFH3L.png');
  701. padding:20px;
  702. border:1px none #fff;
  703. width: 300px;
  704. height: 510px;
  705. overflow-y:scroll;
  706. overflow-x:hidden;
  707. float:left;
  708. position:fixed;
  709. top:50%;left:520px;
  710. z-index: 99999;
  711. -webkit-box-shadow: 0px 0px 20px none;
  712. -moz-box-shadow: 0px 0px 20px none;
  713. box-shadow: 0px 0px 20px none;
  714. }
  715.  
  716. #popupheader {
  717. margin-left:120px;
  718. margin-top:70px;
  719. font-size:30px;
  720. letter-spacing:2px;
  721. font-family: 'Last King Quest';
  722. color:#f0f0f2;
  723. text-shadow: 2px 2px 5px #000;
  724. }
  725.  
  726. #popuptab {
  727. display: block;
  728. font-size: 12px;
  729. font-family: 'times';
  730. text-align: center;
  731. margin-left:125px;
  732. margin-top:40px;
  733. }
  734.  
  735. #popupbuttons {
  736. display: block;
  737. font-decoration: none;
  738. width: 400px;
  739.  
  740. }
  741.  
  742. #popupbuttons a {
  743. display: block;
  744. padding: 6px;
  745. color: #cbc2c6;
  746. background-color:#e4e1e1;
  747. -moz-transition-duration:1s;
  748. -webkit-transition-duration:1s;
  749. -o-transition-duration:1s;
  750. text-decoration: none;
  751. }
  752.  
  753. #popupbuttons a:hover {
  754. display: block;
  755. padding: 6px;
  756. color:{color:em};
  757. -moz-transition-duration:1s;
  758. -webkit-transition-duration:1s;
  759. -o-transition-duration:1s;
  760. text-decoration: none;
  761. }
  762.  
  763. /* --- ASK & AUDIO START --- */
  764.  
  765. .ask {
  766. color:#272725;
  767. padding:15px;
  768. margin-bottom:15px;
  769. background-image:url("");
  770. border-bottom: 1px dotted #272725;
  771. }
  772.  
  773. .asker {
  774. font-family: 'Homemade Apple', cursive;
  775. font-size:15px;
  776. color: #272725;
  777. text-shadow:0px 0px 3px #272725;
  778. line-height:10px;
  779. text-align:center;
  780. }
  781.  
  782. .answer {
  783. color: #272725;
  784. }
  785.  
  786. .audio{
  787. background-color: #transparent;
  788. background-image:url("");
  789. border-bottom:1px none #fff;
  790. height:70px;
  791. font-size:8px;
  792. overflow:hidden;
  793. }
  794.  
  795.  
  796. /* --- ASK & AUDIO END --- */
  797.  
  798.  
  799.  
  800. {CustomCSS}</style></head><body>
  801.  
  802. <script type="text/javascript"
  803. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  804. <script>
  805. $(document).ready(function() {
  806. //
  807. $('a.poplight[href^=#]').click(function() {
  808. var popID = $(this).attr('rel'); //Get Popup Name
  809. var popURL = $(this).attr('href'); //Get Popup href to define size
  810. var query= popURL.split('?');
  811. var dim= query[1].split('&');
  812. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  813. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  814. var popMargTop = ($('#' + popID).height() + 80) / 2;
  815. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  816. //Apply Margin to Popup
  817. $('#' + popID).css({
  818. 'margin-top' : -popMargTop,
  819. 'margin-left' : -popMargLeft
  820. });
  821. $('body').append('<div id="fade"></div>');
  822. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  823. return false;
  824. });
  825. $('a.close, #fade').live('click', function() {
  826. $('#fade, .popup_block, .popup_block2, .popup_block3, .popup_block4,').fadeOut(function() {
  827. $('#fade, a.close').remove(); //fade them both out
  828. });
  829. return false;
  830. });
  831. });
  832. </script>
  833.  
  834.  
  835. <div id="sidebar">
  836. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  837.  
  838. <div class="links1">
  839. <a title="home" href="/"><img src="https://i.imgur.com/cYWAspC.png"/></a>
  840. </div>
  841.  
  842. <div class="links2">
  843. <a title="ask" href="#?w=500" rel="box1" class="poplight"><img src="https://i.imgur.com/Pezlpyr.png"/></a>
  844. </div>
  845.  
  846. <div class="links3">
  847. <a title="rules" href="#?w=500" rel="box2" class="poplight"><img src="https://i.imgur.com/s1CsqKz.png"/></a>
  848. </div>
  849.  
  850. <div class="links4">
  851. <a title="about" href="#?w=500" rel="box3" class="poplight"><img src="https://i.imgur.com/8IU1kHh.png"/></a>
  852. </div>
  853.  
  854. <div class="links5">
  855. <a title="more" href="#?w=500" rel="box4" class="poplight"><img src="https://i.imgur.com/7XGLbcT.png"/></a>
  856. </div>
  857.  
  858.  
  859. <div class="credit">
  860. <a href="http://elsaofarendelle.tumblr.com">𝔼</a>
  861. </div>
  862.  
  863.  
  864.  
  865.  
  866.  
  867. <div id="title"></div>
  868.  
  869. <div id="description">
  870. <center><p>independant <b>Wendy Darling</b><br>of Disney's Peter Pan.<br> selective and crossover friendly. </p></center>
  871. </div>
  872.  
  873.  
  874. <div id="scrollbar">{scrollbar}</div>
  875.  
  876.  
  877.  
  878. <div id="pagination">
  879. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back </a>{/block:PreviousPage}{/block:Pagination}
  880. {block:Pagination}{block:NextPage}<a href="{NextPage}"> / forth </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  881.  
  882.  
  883.  
  884. {block:HasPages}{block:Pages}
  885.  
  886. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  887.  
  888. </div></center>
  889.  
  890.  
  891. </div>
  892.  
  893. <div id="container">{block:Posts}<div id="posts">
  894.  
  895. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  896. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  897. {block:blockquote}{/block:blockquote}
  898.  
  899.  
  900.  
  901. {block:Photo}
  902. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  903. {/block:Photo}
  904.  
  905. {block:Photoset}
  906. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  907. {/block:Photoset}
  908.  
  909. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  910.  
  911. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  912.  
  913. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  914.  
  915. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  916. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  917.  
  918. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  919.  
  920. {block:Answer}
  921. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  922. {/block:Answer}
  923.  
  924.  
  925. {Block:Date}<div id="info">&nbsp;&nbsp;<a href="{Permalink}" class="details" title="{TimeAgo}">posted</a>&nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp;<a href="{ReblogURL}" target="_blank" class="details" ><big>↺</big></a> {/block:Date}</div>
  926.  
  927. <div id="tags">
  928. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  929.  
  930. </div>
  931. {block:PostNotes}{PostNotes}{/block:PostNotes}
  932. {/block:Posts}</div>
  933.  
  934.  
  935. </body>
  936.  
  937. <div id="box1" class="popup_block">
  938. <div id="popupheader">Letters</div>
  939. <div id="popuptext">
  940. <p><iframe src="http://www.tumblr.com/ask_form/kissfromadarling.tumblr.com" id="ask_form" frameborder="0" height="149" scrolling="no" width="100%"></iframe></p>
  941.  
  942. <p><iframe id="submit_form" src="http://www.tumblr.com/submit_form/kissfromadarling.tumblr.com" frameborder="0" height="500" scrolling="no" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  943.  
  944. </div>
  945.  
  946. </div></div></div></div></div></div></div></div></div></div>
  947.  
  948. <div id="box2" class="popup_block2">
  949. <div id="popupheader">Rules</div>
  950. <div id="popuptext">
  951. <center><p></center></p>
  952.  
  953. </div>
  954.  
  955. </div></div></div></div></div></div></div></div></div></div>
  956.  
  957. <div id="box3" class="popup_block3">
  958. <div id="popupheader">Wendy Darling</div>
  959. <div id="popuptext">
  960. <p><center></center></p>
  961.  
  962. </div>
  963.  
  964. </div></div></div></div></div></div></div></div></div></div>
  965.  
  966. <div id="box4" class="popup_block4">
  967. <div id="popupheader">Navigation</div>
  968. <div id="popupbuttons">
  969. <table id="popuptab" padding="2">
  970. <center>
  971.  
  972. <tr>
  973. <td><a href="/tagged/verses">verses</a></td>
  974. <td><a href="http://minstrelmerryman.tumblr.com/">oc blog</a></td>
  975. <td><a href="https://lovingyourworkcowbxy.tumblr.com/">ooc blog</a></td>
  976. <td><a href="/">LINK</a></td>
  977. </tr>
  978.  
  979. <td><a href="/tagged/things wendy likes">likes</a></td>
  980. <td><a href="/">LINK</a></td>
  981. <td><a href="/">LINK</a></td>
  982. <td><a href="/">LINK</a></td>
  983. </tr>
  984.  
  985. <td><a href="/tagged/relationships">ships</a></td>
  986. <td><a href="/tagged/rp wishlist">wishlist</a></td>
  987. <td><a href="/">LINK</a></td>
  988. <td><a href="/">LINK</a></td>
  989. </tr>
  990.  
  991. <td><a href="/tagged/nsfw">nsfw</a></td>
  992. <td><a href="/">LINK</a></td>
  993. <td><a href="/">LINK</a></td>
  994. <td><a href="/">LINK</a></td>
  995. </tr>
  996.  
  997. <tr>
  998. <td><a href="/tagged/face">face</a></td>
  999. <td><a href="/tagged/out-of-kisses">ooc</a></td>
  1000. <td><a href="/">LINK</a></td>
  1001. <td><a href="/">LINK</a></td>
  1002. </tr>
  1003.  
  1004. <tr>
  1005. <td><a href="/tagged/wendy's playlist">playlist</a></td>
  1006. <td><a href="/tagged/wendy's wardrobe">wardrobe</a></td>
  1007. <td><a href="/">LINK</a></td>
  1008. <td><a href="/">LINK</a></td>
  1009. </tr>
  1010.  
  1011.  
  1012. <tr>
  1013. <td><a href="/">LINK</a></td>
  1014. <td><a href="/">LINK</a></td>
  1015. <td><a href="/">LINK</a></td>
  1016. <td><a href="/">LINK</a></td>
  1017. </tr>
  1018. </center>
  1019. </table>
  1020.  
  1021. </div></div></div></div></div></div></div></div></div></div>
  1022.  
  1023. </html>
Advertisement
Add Comment
Please, Sign In to add comment