alicescreed

hopexdespair

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