Advertisement
alicescreed

faerieprincess

Jun 2nd, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8.  
  9. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />
  13.  
  14. {/block:Description}
  15.  
  16. <meta name="color:text" content="#000000">
  17. <meta name="color:scrollbar" content="#ff9ac7">
  18. <meta name="color:bold" content="#59c7d6">
  19. <meta name="color:italic" content="#59c7d6">
  20. <meta name="color:links" content="#352568">
  21. <meta name="color:borders" content="#ff9ac7">
  22. <meta name="color:hover link" content="#b6b6b6">
  23.  
  24.  
  25. <link href="https://fonts.googleapis.com/css2?family=Great+Vibes&family=Karla&family=Quicksand&display=swap" rel="stylesheet">
  26.  
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:200,
  35. tip_fade_speed:300
  36. }
  37. );
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42. <script type="text/javascript"
  43. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44. <script>
  45. $(document).ready(function() {
  46. //
  47. $('a.poplight[href^=#]').click(function() {
  48. var popID = $(this).attr('rel'); //Get Popup Name
  49. var popURL = $(this).attr('href'); //Get Popup href to define size
  50. var query= popURL.split('?');
  51. var dim= query[1].split('&');
  52. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  53. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  54. var popMargTop = ($('#' + popID).height() + 80) / 2;
  55. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  56. //Apply Margin to Popup
  57. $('#' + popID).css({
  58. 'margin-top' : -popMargTop,
  59. 'margin-left' : -popMargLeft
  60. });
  61. $('body').append('<div id="fade"></div>');
  62. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  63. return false;
  64. });
  65. $('a.close, #fade').live('click', function() {
  66. $('#fade , .popup_block').fadeOut(function() {
  67. $('#fade, a.close').remove(); //fade them both out
  68. });
  69. return false;
  70. });
  71. });
  72. </script>
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77.  
  78. body {
  79. font-family: 'Quicksand', sans-serif;
  80. color: {color:text};
  81. font-size: 9pt;
  82. letter-spacing: .5px;
  83. background-color:#fff3f3;
  84. background-image: url('https://i.imgur.com/Tdnez5l.png');
  85. background-position: top-right;
  86. background-repeat: no-repeat;
  87. background-attachment: fixed;
  88. line-height: 12pt;
  89. text-align: justify;
  90. }
  91.  
  92. #s-m-t-tooltip{
  93. position: absolute;
  94. z-index: 999999999999999999999999999999999999999999999999999999999999;
  95. margin-top: 10px;
  96. margin-left: 5px;
  97. display: block;
  98. color: #fff;
  99. background: rgb(158,176,233); background: -moz-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: -webkit-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb0e9",endColorstr="#ff92ba",GradientType=1);
  100. background-position: center;
  101. text-align: center;
  102. font-style: italic;
  103. box-shadow: 2px 2px 5px #000;
  104. font-family: 'Karla', sans-serif;
  105. letter-spacing: 1px;
  106. text-shadow: 1px 1px 5px #afafaf;
  107. border: 1px dashed {color:borders};
  108. padding: 10px;
  109. font-size: 22pt;
  110. margin-bottom: 5px;
  111. }
  112.  
  113. ::-webkit-scrollbar-thumb:vertical {
  114. background-color: {color:scrollbar};
  115. height:auto;
  116. }
  117.  
  118. ::-webkit-scrollbar-thumb:horizontal {
  119. background-color: {color:scrollbar};
  120. height:2px;
  121. }
  122.  
  123. ::-webkit-scrollbar {
  124. height:2px;
  125. width:2px;
  126. background-color: transparent;
  127. }
  128.  
  129.  
  130. a {
  131. text-decoration: none;
  132. color: {color:links};
  133. font-size: 14pt;
  134. line-height: 16pt;
  135. text-transform: uppercase;
  136. font-weight: bold;
  137. transition-duration: 0.6s;
  138. -moz-transition-duration: 0.6s;
  139. -webkit-transition-duration: 0.6s;
  140. -o-transition-duration: 0.6s;
  141. font-family: 'Karla', sans-serif;
  142. letter-spacing: 1px;
  143. text-shadow: 1px 1px 5px #afafaf;
  144. }
  145.  
  146.  
  147. a:hover {
  148. text-decoration: none;
  149. filter:blur(2px);
  150. letter-spacing: 1px;
  151. color: {color:hover link};
  152. transition-duration: 0.6s;
  153. -moz-transition-duration: 0.6s;
  154. -webkit-transition-duration: 0.6s;
  155. -o-transition-duration: 0.6s;
  156. font-family: 'Karla', sans-serif;
  157. }
  158.  
  159. small, sup, sub {
  160. font-size: 100%;
  161. }
  162.  
  163. b, strong {
  164. text-shadow: 1px 1px 5px #afafaf;
  165. padding-left: 2px;
  166. padding-right: 2px;
  167. color:{color:bold};
  168. letter-spacing: 0px;
  169. font-size: 16pt;
  170. font-family: 'Karla', sans-serif;
  171. }
  172.  
  173. i, em {
  174. text-shadow: 1px 1px 5px #afafaf;
  175. color:{color:italic};
  176. font-family: 'Great Vibes', cursive;
  177. letter-spacing: 1px;
  178. padding-left:5px;
  179. padding-right: 5px;
  180. padding-top: 10px;
  181. padding-bottom: 10px;
  182. font-weight: bold;
  183. font-size: 20pt;
  184. }
  185.  
  186.  
  187.  
  188.  
  189. h2 {
  190. text-shadow: 1px 1px 5px #afafaf;
  191. font-family: 'Karla', sans-serif;
  192. font-size: 16pt;
  193. font-weight: bold;
  194. line-height: 120%;
  195. letter-spacing: 1px;
  196. }
  197.  
  198.  
  199. #info {
  200. padding: 10px;
  201. margin-top: 10px;
  202. background: rgb(158,176,233); background: -moz-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: -webkit-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb0e9",endColorstr="#ff92ba",GradientType=1);
  203. text-align: center;
  204. background-attachment:fixed;
  205. background-position: top right;
  206. background-repeat:repeat;
  207. color: #fff;
  208. letter-spacing: 1px;
  209. border-radius: 40px;
  210. text-shadow: 1px 1px #000;
  211. transition-duration: 0.6s;
  212. -moz-transition-duration: 0.6s;
  213. -webkit-transition-duration: 0.6s;
  214. -o-transition-duration: 0.6s;
  215. font-size:14pt;
  216. border: 1px dashed {color:borders};
  217. }
  218.  
  219. #info a {
  220. font-size: 30pt;
  221. text-shadow: 1px 1px 5px grey;
  222. font-weight:bold;
  223. color: #fff;
  224. }
  225.  
  226. #h1 {
  227. text-align: center;
  228. font-family: 'Karla', sans-serif;
  229. padding: 10px;
  230. text-shadow: 1px 1px 5px #afafaf;
  231. line-height: 110%;
  232. font-size: 18pt;
  233. background-position: center;
  234. margin-bottom: 5px;
  235. }
  236.  
  237. #sidebar {
  238. margin-left:120px;
  239. width: 190px;
  240. font-size: 10pt;
  241. margin-top: 465px;
  242. position: fixed;
  243. background-color: transparent;
  244. }
  245.  
  246. #description {
  247. height:110px;
  248. font-size: 10px;
  249. line-height: 14px;
  250. padding-right: 5px;
  251. overflow: auto;
  252. }
  253.  
  254. #audio {
  255. text-align: center;
  256. font-size: 8pt;
  257. line-height: 9pt;
  258. }
  259.  
  260.  
  261. #musicinfo {
  262.  
  263. text-transform: uppercase;
  264. margin-top:10px;
  265. }
  266.  
  267. blockquote {
  268. outline: 1px dashed {color:borders};
  269. background-color: #fff3f3;
  270. padding: 5px;
  271. font-size: 95%
  272. }
  273.  
  274. blockquote img {
  275. max-width: 100%;
  276. display: block;
  277. height: auto
  278. }
  279.  
  280. img {
  281. max-width: 100%;
  282. display: block;
  283. height: auto
  284. }
  285.  
  286.  
  287. ol.notes {
  288. text-align: left;
  289. list-style: upper-roman;
  290. padding: 10px;
  291.  
  292. }
  293.  
  294.  
  295. #info a:hover {
  296. color: {color:bold};
  297. }
  298.  
  299. #credit {
  300. right:10px;
  301. bottom:7px;
  302. padding:5px;
  303. font-size:10px;
  304. position:fixed;
  305. background: rgb(158,176,233); background: -moz-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: -webkit-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb0e9",endColorstr="#ff92ba",GradientType=1);
  306. text-align: center;
  307. font-style: italic;
  308. font-family: 'Karla', sans-serif;
  309. letter-spacing: 1px;
  310. border: 1px {color:borders};
  311. border-style: dashed;
  312. padding: 5px;
  313. font-size: 120%;
  314. margin-bottom: 5px;
  315. transition-duration: 0.6s;
  316. -moz-transition-duration: 0.6s;
  317. -webkit-transition-duration: 0.6s;
  318. -o-transition-duration: 0.6s;
  319. }
  320.  
  321.  
  322. #credit a {
  323. font-family: 'Karla', sans-serif;
  324. color:#fff;
  325. padding:5px;
  326. letter-spacing:1px;
  327. text-decoration:none;
  328. font-weight:bold;
  329. }
  330.  
  331. #tags a {
  332. font-family: verdana;
  333. font-weight: bold;
  334. font-size: 8px;
  335. line-height: 6px;
  336. color: #fff;
  337. text-transform: uppercase;
  338. text-shadow: 1px 1px 1px #000;
  339. }
  340.  
  341. #post {
  342. width: 500px;
  343. margin-bottom: 25px;
  344. }
  345.  
  346. #posts {
  347. width: 500px;
  348. padding: 15px;
  349. height: 550px;
  350. overflow: auto;
  351. margin-top: 50px;
  352. position: absolute;
  353. margin-left:345px;
  354. }
  355.  
  356. #ask a {
  357. font-size:20pt;
  358. color: #fff;
  359. }
  360.  
  361. #ask {
  362. background: rgb(158,176,233);
  363. background: -moz-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%);
  364. background: -webkit-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%);
  365. background: linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%);
  366. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb0e9",endColorstr="#ff92ba",GradientType=1);
  367. text-align: center;
  368. color: #fff;
  369. padding: 10px;
  370. height: auto;
  371. border: 1px dashed {color:borders};
  372. background-color: #040404;
  373. text-shadow: 1px 1px 2px #000;
  374. }
  375.  
  376. #pa { margin-top: 15px;
  377. text-align: center;
  378. }
  379.  
  380. #pa a {
  381. color: {color:text};
  382. text-shadow: 1px 1px 5px #afafaf;
  383. font-family: 'Karla', sans-serif;
  384. text-transform: uppercase;
  385. font-size: 15pt;
  386. }
  387.  
  388. #links {
  389. position: fixed;
  390. }
  391.  
  392. #links a {
  393. animation: bounce 3s;
  394. animation-direction: alternate;
  395. animation-iteration-count: infinite;
  396. transition-duration: 1s;
  397. -moz-transition-duration: 1s;
  398. -webkit-transition-duration:1s;
  399. -o-transition-duration: 1s;
  400. font-weight: bold;
  401. font-size: 35pt;
  402. color: #fff;
  403. line-height: 16pt;
  404. font-family: 'Quicksand', sans-serif;
  405. }
  406.  
  407. #desctitle {
  408. padding: 4px;
  409. font-family: verdana;
  410. text-transform: uppercase;
  411. font-size: 8px;
  412. text-shadow: 1px 1px 3px #000;
  413. color: #fff;
  414. font-weight: bold;
  415. border: 1px dashed {color:borders};
  416. text-align: center;
  417. background-position: center;
  418. background: rgb(158,176,233); background: -moz-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: -webkit-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb0e9",endColorstr="#ff92ba",GradientType=1);
  419. }
  420.  
  421. #fade {
  422. display: none;
  423. background: #fff;
  424. position: fixed;
  425. left: 0;
  426. top: 0;
  427. width: 100%;
  428. height: 100%;
  429. opacity: .4;
  430. z-index: 9999;
  431. }
  432.  
  433. .popup_block{
  434. display: none;
  435. padding: 20px;
  436. position: fixed;
  437. top: 50%;
  438. left: 50%;
  439. z-index: 99999;
  440. background-color: #fffafe;
  441. outline: 1px dashed {color:borders};
  442. box-shadow: 2px 2px 5px gray;
  443. }
  444.  
  445. img.btn_close {
  446. float: right;
  447. margin: -55px -55px 0 0;
  448. }
  449.  
  450. *html #fade {
  451. position: absolute;
  452. }
  453.  
  454. *html .popup_block {
  455. position: absolute;
  456. }
  457.  
  458.  
  459. #poplinks {
  460. border-radius: 40px;
  461. color: #fff;
  462. background-position: left;
  463. text-shadow: 1px 1px 3px #000;
  464. background: rgb(158,176,233); background: -moz-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: -webkit-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb0e9",endColorstr="#ff92ba",GradientType=1);
  465. background-attachment:fixed;
  466. background-position: top right;
  467. background-repeat:repeat;
  468. text-align: center;
  469. font-family: verdana;
  470. border: 1px dashed {color:borders};
  471. padding: 2px;
  472. font-size: 8pt;
  473. font-weight: bold;
  474. text-transform: uppercase;
  475. margin-bottom: 5px;
  476. margin-top: 5px;
  477.  
  478. }
  479.  
  480. #poplinks a {
  481. text-align: center;
  482. font-family: verdana;
  483. font-size: 8pt;
  484. font-weight: bold;
  485. text-transform: uppercase;
  486. text-shadow: 1px 1px 3px #000;
  487. color: #fff;
  488. }
  489.  
  490. #poph1 {
  491. border-radius: 40px;
  492. color: #fff;
  493. background-position: center;
  494. text-shadow: 1px 1px 3px #000;
  495. background: rgb(158,176,233); background: -moz-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: -webkit-linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); background: linear-gradient(90deg, rgba(158,176,233,1) 0%, rgba(255,146,186,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb0e9",endColorstr="#ff92ba",GradientType=1);
  496. background-attachment:fixed;
  497. background-repeat:repeat;
  498. text-align: center;
  499. font-family: verdana;
  500. border: 1px dashed {color:borders};
  501. padding: 5px;
  502. font-size: 8pt;
  503. font-weight: bold;
  504. text-transform: uppercase;
  505. margin-bottom: 10px;
  506. }
  507.  
  508. h1 {
  509. font-family: 'Karla', sans-serif;
  510. font-size: 16pt;
  511. color: {color:bold};
  512. }
  513.  
  514. h3 {
  515. font-family: 'Karla', sans-serif;
  516. font-size: 16pt;
  517. color: {color:italic};
  518. }
  519.  
  520. @keyframes bounce {
  521. 0% { transform: translateY(0); }
  522. 100% { transform: translateY(-10px); }
  523. }
  524.  
  525. </style>
  526.  
  527. </head>
  528.  
  529. <body>
  530.  
  531. <div id="links">
  532. <a href="/" title="return" style="position: fixed; margin-top: 400px; margin-left: 75px;"><img src="https://i.imgur.com/POH67X6.png" width="60">
  533. </a><br>
  534. <a href="#?w=500" rel="askme" class="poplight" title="message" style="position: fixed; margin-top: 440px; margin-left: 50px;"><img src="https://i.imgur.com/POH67X6.png" width="40"></a><br>
  535. <a href="#?w=500" rel="pop1" class="poplight" title="gym challenge rules" style="position: fixed; margin-top: 460px; margin-left: 80px;"><img src="https://i.imgur.com/POH67X6.png" width="30"></a><br>
  536. <a href="#?w=500" rel="pop2" class="poplight" title="league card" style="position: fixed; margin-top: 10px; margin-left: 1200px;"><img src="https://i.imgur.com/POH67X6.png" width="40"></a><br>
  537. <a href="#?w=500" rel="pop3" class="poplight" title="pokemon" style="position: fixed; margin-top: 30px; margin-left: 1220px;"><img src="https://i.imgur.com/POH67X6.png" width="60"></a><br>
  538. <a href="#?w=500" rel="pop4" class="poplight" title="headcanons" style="position: fixed; margin-top: 80px; margin-left:1220px;"><img src="https://i.imgur.com/POH67X6.png" width="30"></a><br>
  539. <a href="#?w=500" rel="pop5" class="poplight" title="relationships" style="position: fixed; margin-top: 100px; margin-left:1195px;"><img src="https://i.imgur.com/POH67X6.png" width="40"></a><br>
  540. <a href="#?w=500" rel="pop6" class="poplight" title="navigation" style="position: fixed; margin-top: 125px; margin-left:1210px;"><img src="https://i.imgur.com/POH67X6.png" width="50"></a><br>
  541.  
  542. </div>
  543.  
  544.  
  545. <div id="sidebar">
  546. <div id="description">
  547. {Description}
  548. </div>
  549. <div id="pa">{block:Pagination}
  550. {block:PreviousPage}
  551. <a href="{PreviousPage}">fall</a> /
  552. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  553. {/block:NextPage}
  554. {/block:Pagination}</div>
  555. </div>
  556.  
  557. <div id="posts">
  558.  
  559.  
  560. {block:Posts}<div id="post">
  561.  
  562.  
  563.  
  564. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  565.  
  566. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  567.  
  568. {Caption} {/block:Caption}{/block:Photo}
  569.  
  570. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  571.  
  572. {/block:Photoset}
  573.  
  574. {block:Quote}<b style="text-align: center; font-size: 18pt; line-height: 20pt;">{Quote}</b>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  575.  
  576. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  577.  
  578. {Description}{/block:Description}{/block:Link}
  579.  
  580. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  581.  
  582. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  583.  
  584. {block:Audio}
  585. <div id="audio">
  586. {block:TrackName}
  587. <div id="musicinfo" style="margin-top: 5px;">
  588. {AudioPlayerGrey} <br>
  589. {TrackName} by
  590. {/block:TrackName}
  591. {block:Artist}
  592. {Artist}
  593. {/block:Artist}
  594.  
  595. </div>
  596. </div>
  597. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  598. {/block:Audio}
  599.  
  600.  
  601. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  602.  
  603. {block:Answer}
  604. <div id="ask">
  605. <center>
  606. <img src="{AskerPortraitURL-128}" width="64" style="border-radius: 100px; box-shadow: 3px 3px 5px #000; margin-bottom: 6px;"></center>
  607. {Asker} asked,<br>
  608. {Question}
  609. </div>
  610. {Answer}{/block:Answer}
  611.  
  612. <div id="info">
  613. <a title="{TimeAgo}" title="{TimeAgo}">✦</a> <a href="{Permalink}" title="{NoteCount} notes">✦</a> <a href="{ReblogURL}" title="reblog">✦</a>
  614. <div id="tags">
  615. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
  616. {/block:Tags}{/block:HasTags}
  617. </div>
  618. </div>
  619.  
  620.  
  621. </div>
  622. {block:PostNotes}<Div style="width: 500px;">
  623.  
  624.  
  625. {PostNotes}</div>{/block:PostNotes}
  626. {/block:Posts}</div>
  627.  
  628.  
  629. <div id="credit">
  630. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  631. </div>
  632.  
  633.  
  634. <div id="askme" class="popup_block">
  635. <div id="poph1">ask</div>
  636. <iframe frameborder="0"
  637. height="190"
  638. id="ask_form"
  639. scrolling="no"
  640. src="https://www.tumblr.com/ask_form/faerieprincess.tumblr.com"
  641. width="500">
  642. </iframe>
  643. </div>
  644.  
  645. <div id="pop1" class="popup_block">
  646.  
  647. <img src="https://i.imgur.com/zW0aOha.png" style="margin-bottom: 10px;" title="gym challenge rules">
  648.  
  649. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  650.  
  651. <div id="poph1">cupcake ipsum</div>
  652.  
  653. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  654.  
  655. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  656.  
  657.  
  658. </div>
  659. </div>
  660.  
  661. <div id="pop2" class="popup_block">
  662.  
  663. <img src="https://i.imgur.com/jreyzXd.png" style="margin-bottom: 10px;" title="league card">
  664.  
  665. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  666.  
  667. <!--insert pop-up content html here for pop2
  668.  
  669. <div id="poph1">poph1</div> is the code for the special mini headers!!
  670. -->
  671.  
  672. <div id="poph1">cupcake ipsum</div>
  673. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  674.  
  675. <div id="poph1">cupcake ipsum</div>
  676. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  677.  
  678. <div id="poph1">cupcake ipsum</div>
  679. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  680.  
  681. </div>
  682. </div>
  683.  
  684. <div id="pop3" class="popup_block">
  685.  
  686. <img src="https://i.imgur.com/5rgSuZu.png" style="margin-bottom: 10px;" title="pokemon">
  687.  
  688. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  689. <!--insert pop-up content html here for pop3
  690.  
  691. <div id="poph1">poph1</div> is the code for the special mini headers!!
  692. -->
  693.  
  694. <div id="poph1">cupcake ipsum</div>
  695. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  696.  
  697. <div id="poph1">cupcake ipsum</div>
  698. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  699.  
  700. <div id="poph1">cupcake ipsum</div>
  701. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  702.  
  703. </div>
  704. </div>
  705.  
  706. <div id="pop4" class="popup_block">
  707.  
  708. <img src="https://i.imgur.com/g4W5C5q.png" style="margin-bottom: 10px;" title="headcanons">
  709.  
  710. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  711. <!--insert pop-up content html here for pop3
  712.  
  713. <div id="poph1">poph1</div> is the code for the special mini headers!!
  714. -->
  715.  
  716. <div id="poph1">cupcake ipsum</div>
  717. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  718.  
  719. <div id="poph1">cupcake ipsum</div>
  720. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  721.  
  722. <div id="poph1">cupcake ipsum</div>
  723. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  724.  
  725. </div>
  726. </div>
  727.  
  728.  
  729. <div id="pop5" class="popup_block">
  730.  
  731. <img src="https://i.imgur.com/ENFKASr.png" style="margin-bottom: 10px;" title="relationships">
  732.  
  733. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  734. <!--insert pop-up content html here for pop3
  735.  
  736. <div id="poph1">poph1</div> is the code for the special mini headers!!
  737. -->
  738.  
  739. <div id="poph1">cupcake ipsum</div>
  740. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  741.  
  742. <div id="poph1">cupcake ipsum</div>
  743. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  744.  
  745. <div id="poph1">cupcake ipsum</div>
  746. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  747.  
  748. </div>
  749. </div>
  750.  
  751.  
  752. <div id="pop6" class="popup_block">
  753.  
  754.  
  755. <img src="https://i.imgur.com/rZyMRq3.png" style="margin-bottom: 10px;" title="navigation">
  756.  
  757. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  758. <!--insert pop-up content html here for pop3
  759.  
  760. <div id="poph1">poph1</div> is the code for the special mini headers!!
  761. -->
  762.  
  763. <div id="poplinks"><a href="/">title</a></div>
  764. <div id="poplinks"><a href="/">title</a></div>
  765. <div id="poplinks"><a href="/">title</a></div>
  766. <div id="poplinks"><a href="/">title</a></div>
  767. <div id="poplinks"><a href="/">title</a></div>
  768. <div id="poplinks"><a href="/">title</a></div>
  769. <div id="poplinks"><a href="/">title</a></div>
  770. <div id="poplinks"><a href="/">title</a></div>
  771. <div id="poplinks"><a href="/">title</a></div>
  772. <div id="poplinks"><a href="/">title</a></div>
  773. <div id="poplinks"><a href="/">title</a></div>
  774. <div id="poplinks"><a href="/">title</a></div>
  775. <div id="poplinks"><a href="/">title</a></div>
  776. <div id="poplinks"><a href="/">title</a></div>
  777.  
  778.  
  779. </div>
  780. </div>
  781.  
  782.  
  783.  
  784. </body>
  785.  
  786.  
  787.  
  788. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement