alicescreed

sinnohsavior2

May 26th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.40 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="#1d1d1d">
  17. <meta name="color:scrollbar" content="#f9a5bd">
  18. <meta name="color:bold" content="#53abff">
  19. <meta name="color:italic" content="#ff6f75">
  20. <meta name="color:links" content="#313446">
  21. <meta name="color:borders" content="#f9a5bd">
  22. <meta name="color:hover link" content="#ffffff">
  23.  
  24.  
  25. <link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Great+Vibes&family=Roboto&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: 'Roboto', sans-serif;
  80. color: {color:text};
  81. font-size: 9pt;
  82. letter-spacing: .5px;
  83. background-color:#d8d0ca;
  84. background-image: url('https://i.imgur.com/L8vgKfH.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-image: url('https://i.imgur.com/VshTfET.png');
  100. background-position: center;
  101. text-align: center;
  102. font-style: italic;
  103. box-shadow: 2px 2px 5px #000;
  104. font-family: 'Abril Fatface', cursive;
  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:1px;
  125. width:1px;
  126. background-color: transparent;
  127. }
  128.  
  129.  
  130. a {
  131. text-decoration: none;
  132. color: {color:links};
  133. font-size: 18pt;
  134. line-height: 19pt;
  135. transition-duration: 0.6s;
  136. -moz-transition-duration: 0.6s;
  137. -webkit-transition-duration: 0.6s;
  138. -o-transition-duration: 0.6s;
  139. font-family: 'Abril Fatface', cursive;
  140. letter-spacing: 1px;
  141. text-shadow: 1px 1px 5px #afafaf;
  142. }
  143.  
  144.  
  145. a:hover {
  146. text-decoration: none;
  147. filter:blur(2px);
  148. letter-spacing: 1px;
  149. color: {color:hover link};
  150. transition-duration: 0.6s;
  151. -moz-transition-duration: 0.6s;
  152. -webkit-transition-duration: 0.6s;
  153. -o-transition-duration: 0.6s;
  154. font-family: 'Abril Fatface', cursive;
  155. }
  156.  
  157. small, sup, sub {
  158. font-size: 100%;
  159. }
  160.  
  161. b, strong {
  162. text-shadow: 1px 1px 5px #afafaf;
  163. padding-left: 2px;
  164. padding-right: 2px;
  165. color:{color:bold};
  166. letter-spacing: 0px;
  167. font-size: 16pt;
  168. font-family: 'Abril Fatface', cursive;
  169. }
  170.  
  171. i, em {
  172. text-shadow: 1px 1px 5px #afafaf;
  173. color:{color:italic};
  174. font-family: 'Great Vibes', cursive;
  175. letter-spacing: 1px;
  176. padding-left:5px;
  177. padding-right: 5px;
  178. padding-top: 10px;
  179. padding-bottom: 10px;
  180. font-weight: bold;
  181. font-size: 20pt;
  182. }
  183.  
  184.  
  185.  
  186.  
  187. h2 {
  188. text-shadow: 1px 1px 5px #afafaf;
  189. color: #fff;
  190. font-family: 'Abril Fatface', cursive;
  191. font-size: 16pt;
  192. font-weight: bold;
  193. line-height: 120%;
  194. letter-spacing: 1px;
  195. }
  196.  
  197.  
  198. #info {
  199. padding: 10px;
  200. margin-top: 10px;
  201. background-image: url('https://i.imgur.com/VshTfET.png');
  202. text-align: center;
  203. background-attachment:fixed;
  204. background-position: top right;
  205. background-repeat:repeat;
  206. color: #fff;
  207. letter-spacing: 1px;
  208. text-shadow: 1px 1px #000;
  209. transition-duration: 0.6s;
  210. -moz-transition-duration: 0.6s;
  211. -webkit-transition-duration: 0.6s;
  212. -o-transition-duration: 0.6s;
  213. font-size:14pt;
  214. border: 1px dashed {color:borders};
  215. }
  216.  
  217. #info a {
  218. font-size: 30pt;
  219. text-shadow: 1px 1px 5px grey;
  220. font-weight:bold;
  221. color: #fff;
  222. }
  223.  
  224. #h1 {
  225. text-align: center;
  226. color: #fff;
  227. font-family: 'Abril Fatface', cursive;
  228. padding: 10px;
  229. text-shadow: 1px 1px 5px #afafaf;
  230. line-height: 110%;
  231. font-size: 18pt;
  232. background-position: center;
  233. margin-bottom: 5px;
  234. }
  235.  
  236. #sidebar {
  237. margin-left:660px;
  238. width: 130px;
  239. font-size: 10pt;
  240. margin-top: 285px;
  241. position: fixed;
  242. background-color: transparent;
  243. }
  244.  
  245. #description {
  246. height:170px;
  247. font-size: 10px;
  248. line-height: 14px;
  249. padding-right: 5px;
  250. overflow: auto;
  251. }
  252.  
  253. #audio {
  254. text-align: center;
  255. font-size: 8pt;
  256. line-height: 9pt;
  257. }
  258.  
  259.  
  260. #musicinfo {
  261.  
  262. text-transform: uppercase;
  263. margin-top:10px;
  264. }
  265.  
  266. blockquote {
  267. border: 10px dashed transparent;
  268. border-image:url('https://i.imgur.com/VshTfET.png') 10 round;
  269. outline: 1px dashed {color:borders};
  270. background-color: #ecd0de;
  271. padding: 5px;
  272. font-size: 95%
  273. }
  274.  
  275. blockquote img {
  276. max-width: 100%;
  277. display: block;
  278. height: auto
  279. }
  280.  
  281. img {
  282. max-width: 100%;
  283. display: block;
  284. height: auto
  285. }
  286.  
  287.  
  288. ol.notes {
  289. text-align: left;
  290. list-style: upper-roman;
  291. padding: 10px;
  292.  
  293. }
  294.  
  295.  
  296. #info a:hover {
  297. color: {color:bold};
  298. }
  299.  
  300. #credit {
  301. right:10px;
  302. bottom:7px;
  303. padding:5px;
  304. font-size:10px;
  305. position:fixed;
  306. background-image: url('https://i.imgur.com/VshTfET.png');
  307. text-align: center;
  308. font-style: italic;
  309. font-family: 'Abril Fatface', cursive;
  310. letter-spacing: 1px;
  311. border: 1px {color:borders};
  312. border-style: dashed;
  313. padding: 5px;
  314. font-size: 120%;
  315. margin-bottom: 5px;
  316. transition-duration: 0.6s;
  317. -moz-transition-duration: 0.6s;
  318. -webkit-transition-duration: 0.6s;
  319. -o-transition-duration: 0.6s;
  320. }
  321.  
  322.  
  323. #credit a {
  324. font-family: 'Abril Fatface', cursive;
  325. color:#fff;
  326. padding:5px;
  327. letter-spacing:1px;
  328. text-decoration:none;
  329. font-weight:bold;
  330. }
  331.  
  332. #tags a {
  333. font-family: verdana;
  334. font-weight: bold;
  335. font-size: 8px;
  336. line-height: 6px;
  337. color: #fff;
  338. text-transform: uppercase;
  339. text-shadow: 1px 1px 1px #000;
  340. }
  341.  
  342. #post {
  343. width: 400px;
  344. margin-bottom: 25px;
  345. }
  346.  
  347. #posts {
  348. width: 400px;
  349. padding: 25px;
  350. height: auto;
  351. margin-top: -10px;
  352. position: absolute;
  353. background-color: #ecdace;
  354. border-left: 3px solid #f9a5bd;
  355. border-right: 3px solid #f9a5bd;
  356. margin-left:827px;
  357. }
  358.  
  359. #ask a {
  360. font-size:20pt;
  361. color: #fff;
  362. }
  363.  
  364. #ask {
  365. background-image: url('https://i.imgur.com/VshTfET.png');
  366. text-align: center;
  367. color: #fff;
  368. padding: 10px;
  369. height: auto;
  370. border: 1px dashed {color:borders};
  371. background-color: #040404;
  372. text-shadow: 1px 1px 2px #000;
  373. }
  374.  
  375. #pa { margin-top: 15px;
  376. text-align: center;
  377. }
  378.  
  379. #pa a {
  380. text-shadow: 1px 1px 5px #afafaf;
  381. color: #fff;
  382. font-family: 'Abril Fatface', cursive;
  383. text-transform: uppercase;
  384. font-size: 15pt;
  385. }
  386.  
  387. #links {
  388. position: fixed;
  389. }
  390.  
  391. #links a {
  392. animation: bounce 3s;
  393. animation-direction: alternate;
  394. animation-iteration-count: infinite;
  395. transition-duration: 1s;
  396. -moz-transition-duration: 1s;
  397. -webkit-transition-duration:1s;
  398. -o-transition-duration: 1s;
  399. font-weight: bold;
  400. font-size: 35pt;
  401. color: #fff;
  402. line-height: 16pt;
  403. font-family: 'Roboto', sans-serif;
  404. }
  405.  
  406. #desctitle {
  407. padding: 4px;
  408. font-family: verdana;
  409. text-transform: uppercase;
  410. font-size: 8px;
  411. text-shadow: 1px 1px 3px #000;
  412. color: #fff;
  413. font-weight: bold;
  414. border: 1px dashed {color:borders};
  415. text-align: center;
  416. background-position: center;
  417. background-image: url('https://i.imgur.com/VshTfET.png');
  418. }
  419.  
  420. #fade {
  421. display: none;
  422. background: #fff;
  423. position: fixed;
  424. left: 0;
  425. top: 0;
  426. width: 100%;
  427. height: 100%;
  428. opacity: .4;
  429. z-index: 9999;
  430. }
  431.  
  432. .popup_block{
  433. display: none;
  434. padding: 20px;
  435. position: fixed;
  436. top: 50%;
  437. left: 50%;
  438. z-index: 99999;
  439. background-color: #ecdace;
  440. outline: 1px dashed {color:borders};
  441. box-shadow: 2px 2px 5px gray;
  442. }
  443.  
  444. img.btn_close {
  445. float: right;
  446. margin: -55px -55px 0 0;
  447. }
  448.  
  449. *html #fade {
  450. position: absolute;
  451. }
  452.  
  453. *html .popup_block {
  454. position: absolute;
  455. }
  456.  
  457.  
  458. #poplinks {
  459.  
  460. color: #fff;
  461. background-position: left;
  462. text-shadow: 1px 1px 3px #000;
  463. background-image: url('https://i.imgur.com/VshTfET.png');
  464. background-attachment:fixed;
  465. background-position: top right;
  466. background-repeat:repeat;
  467. text-align: center;
  468. font-family: verdana;
  469. border: 1px dashed {color:borders};
  470. padding: 2px;
  471. font-size: 8pt;
  472. font-weight: bold;
  473. text-transform: uppercase;
  474. margin-bottom: 5px;
  475. margin-top: 5px;
  476.  
  477. }
  478.  
  479. #poplinks a {
  480. text-align: center;
  481. font-family: verdana;
  482. font-size: 8pt;
  483. font-weight: bold;
  484. text-transform: uppercase;
  485. text-shadow: 1px 1px 3px #000;
  486. color: #fff;
  487. }
  488.  
  489. #poph1 {
  490.  
  491. color: #fff;
  492. background-position: center;
  493. text-shadow: 1px 1px 3px #000;
  494. background-image: url('https://i.imgur.com/VshTfET.png');
  495. background-attachment:fixed;
  496. background-repeat:repeat;
  497. text-align: center;
  498. font-family: verdana;
  499. border: 1px dashed {color:borders};
  500. padding: 5px;
  501. font-size: 8pt;
  502. font-weight: bold;
  503. text-transform: uppercase;
  504. margin-bottom: 10px;
  505. }
  506.  
  507. h1 {
  508. font-family: 'Abril Fatface', cursive;
  509. font-size: 16pt;
  510. color: {color:bold};
  511. }
  512.  
  513. h3 {
  514. font-family: 'Abril Fatface', cursive;
  515. font-size: 16pt;
  516. color: {color:italic};
  517. }
  518.  
  519. @keyframes bounce {
  520. 0% { transform: translateY(0); }
  521. 100% { transform: translateY(-10px); }
  522. }
  523.  
  524. </style>
  525.  
  526. </head>
  527.  
  528. <body>
  529.  
  530. <div id="links">
  531. <a href="/" title="return" style="position: fixed; margin-top: 290px; margin-left: 250px;">⚝</a><br>
  532. <a href="#?w=500" rel="askme" class="poplight" title="message" style="position: fixed; margin-top: 210px; margin-left: 310px;">☽</a><br>
  533. <a href="#?w=500" rel="pop1" class="poplight" title="about" style="position: fixed; margin-top: 110px; margin-left: 340px;">✧</a><br>
  534. <a href="#?w=500" rel="pop2" class="poplight" title="rules" style="position: fixed; margin-top: 10px; margin-left: 660px;">⚝</a><br>
  535. <a href="#?w=500" rel="pop3" class="poplight" title="verses" style="position: fixed; margin-top: 70px; margin-left: 720px;">☽</a><br>
  536. <a href="#?w=500" rel="pop4" class="poplight" title="NPCs" style="position: fixed; margin-top: 150px; margin-left:690px;">✧</a><br>
  537.  
  538. <a href="#?w=500" rel="pop5" class="poplight" title="pokemon" style="position: fixed; margin-top: 100px; margin-left:760px;">⚝</a><br>
  539.  
  540. </div>
  541.  
  542.  
  543. <div id="sidebar">
  544. <div id="desctitle" style="margin-bottom: 5px;">{title}</div>
  545. <div id="description">
  546. {Description}
  547. </div>
  548. <div id="pa">{block:Pagination}
  549. {block:PreviousPage}
  550. <a href="{PreviousPage}">fall</a> /
  551. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  552. {/block:NextPage}
  553. {/block:Pagination}</div>
  554. </div>
  555.  
  556. <div id="posts">
  557.  
  558.  
  559. {block:Posts}<div id="post">
  560.  
  561.  
  562.  
  563. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  564.  
  565. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  566.  
  567. {Caption} {/block:Caption}{/block:Photo}
  568.  
  569. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  570.  
  571. {/block:Photoset}
  572.  
  573. {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}
  574.  
  575. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  576.  
  577. {Description}{/block:Description}{/block:Link}
  578.  
  579. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  580.  
  581. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  582.  
  583. {block:Audio}
  584. <div id="audio">
  585. {block:TrackName}
  586. <div id="musicinfo" style="margin-top: 5px;">
  587. {AudioPlayerGrey} <br>
  588. {TrackName} by
  589. {/block:TrackName}
  590. {block:Artist}
  591. {Artist}
  592. {/block:Artist}
  593.  
  594. </div>
  595. </div>
  596. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  597. {/block:Audio}
  598.  
  599.  
  600. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  601.  
  602. {block:Answer}
  603. <div id="ask">
  604. <center>
  605. <img src="{AskerPortraitURL-128}" width="64" style="border-radius: 100px; box-shadow: 3px 3px 5px #000; margin-bottom: 6px;"></center>
  606. {Asker} asked,<br>
  607. {Question}
  608. </div>
  609. {Answer}{/block:Answer}
  610.  
  611. <div id="info">
  612. <a title="{TimeAgo}" title="{TimeAgo}">⚝</a> <a href="{Permalink}" title="{NoteCount} notes">☽</a> <a href="{ReblogURL}" title="reblog">✧</a>
  613. <div id="tags">
  614. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
  615. {/block:Tags}{/block:HasTags}
  616. </div>
  617. </div>
  618.  
  619.  
  620. </div>
  621. {block:PostNotes}<Div style="width: 400px;">
  622.  
  623.  
  624. {PostNotes}</div>{/block:PostNotes}
  625. {/block:Posts}</div>
  626.  
  627.  
  628. <div id="credit">
  629. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  630. </div>
  631.  
  632.  
  633. <div id="askme" class="popup_block">
  634. <div id="poph1">ask</div>
  635. <iframe frameborder="0"
  636. height="190"
  637. id="ask_form"
  638. scrolling="no"
  639. src="https://www.tumblr.com/ask_form/sinnohsavior.tumblr.com"
  640. width="500">
  641. </iframe>
  642. </div>
  643.  
  644. <div id="pop1" class="popup_block">
  645.  
  646. <img src="https://i.imgur.com/FUYRtn2.png" style="margin-bottom: 10px;" title="about">
  647.  
  648. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  649.  
  650. <div id="poph1">cupcake ipsum</div>
  651. <div style="margin-bottom: 5px;"><img src="https://66.media.tumblr.com/6be3319976057debfd0b317a7515e0e2/a9a7d7a5d2fa66df-d3/s100x200/1f475abe90284e99f8106bcb5802c1bf93ac6308.png" style="width: 100px; float: left; margin-right: 10px;">
  652. 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.</div>
  653.  
  654. <div style="margin-bottom: 5px;"><img src="https://66.media.tumblr.com/6be3319976057debfd0b317a7515e0e2/a9a7d7a5d2fa66df-d3/s100x200/1f475abe90284e99f8106bcb5802c1bf93ac6308.png" style="width: 100px; float: left; margin-right: 10px;">
  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.</div>
  656.  
  657.  
  658. </div>
  659. </div>
  660.  
  661. <div id="pop2" class="popup_block">
  662.  
  663. <img src="https://i.imgur.com/l3celLY.png" style="margin-bottom: 10px;" title="rules">
  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/XEHxriP.png" style="margin-bottom: 10px;" title="verses">
  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.  
  707. <div id="pop4" class="popup_block">
  708.  
  709. <img src="https://i.imgur.com/wyp62q9.png" style="margin-bottom: 10px;" title="NPCs">
  710.  
  711. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  712. <!--insert pop-up content html here for pop3
  713.  
  714. <div id="poph1">poph1</div> is the code for the special mini headers!!
  715. -->
  716.  
  717. <div id="poph1">cupcake ipsum</div>
  718. 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.
  719.  
  720. <div id="poph1">cupcake ipsum</div>
  721. 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.
  722.  
  723. <div id="poph1">cupcake ipsum</div>
  724. 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.
  725.  
  726.  
  727. </div>
  728. </div>
  729.  
  730. <div id="pop5" class="popup_block">
  731.  
  732.  
  733. <img src="https://i.imgur.com/PJZq9q9.png" style="margin-bottom: 10px;" title="Pokemon">
  734.  
  735. <div style="height: 350px; overflow: auto; padding-right: 10px;">
  736. <!--insert pop-up content html here for pop3
  737.  
  738. <div id="poph1">poph1</div> is the code for the special mini headers!!
  739. -->
  740.  
  741. <div id="poph1">cupcake ipsum</div>
  742. 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.
  743.  
  744. <div id="poph1">cupcake ipsum</div>
  745. 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.
  746.  
  747. <div id="poph1">cupcake ipsum</div>
  748. 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.
  749.  
  750.  
  751. </div>
  752. </div>
  753.  
  754.  
  755.  
  756. </body>
  757.  
  758.  
  759.  
  760. </html>
Add Comment
Please, Sign In to add comment