alicescreed

blockbustertm 2

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