alicescreed

forcefuried

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