alicescreed

splitsaber

Jun 16th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.35 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:bold" content="#e50000">
  18. <meta name="color:italic" content="#5d5d5d">
  19. <meta name="color:links" content="#e50000">
  20. <meta name="color:borders" content="#ffffff">
  21. <meta name="color:hover link" content="#848484">
  22.  
  23. <meta name="text:pop1 link title" content="link1">
  24. <meta name="text:pop2 link title" content="link2">
  25. <meta name="text:pop3 link title" content="link3">
  26. <meta name="text:pop4 link title" content="link4">
  27. <meta name="text:pop5 link title" content="link5">
  28. <meta name="text:pop6 link title" content="link6">
  29.  
  30.  
  31. <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Permanent+Marker&family=Roboto+Slab&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: 'Roboto Slab', serif;
  86. color: {color:text};
  87. font-size: 8pt;
  88. letter-spacing: 0px;
  89. background-color:#dadada;
  90. background-image: url('https://i.imgur.com/RVaHmG1.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/POkeIDl.gif');
  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: 'Roboto Slab', serif;
  113. letter-spacing: 1px;
  114. text-shadow: 1px 1px 5px #e7e7e7;
  115. border: 4px double{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: 13pt;
  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: 'Permanent Marker', cursive;
  148. font-weight: bold;
  149. letter-spacing: 1px;
  150. text-shadow: 1px 1px 3px #e7e7e7;
  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 #e7e7e7;
  171. padding-left: 2px;
  172. padding-right: 2px;
  173. color:{color:bold};
  174. letter-spacing: 0px;
  175. font-size: 12pt;
  176. font-family: 'Bebas Neue', cursive;
  177. }
  178.  
  179. i, em {
  180. text-shadow: 1px 1px 4px #e7e7e7;
  181. color:{color:italic};
  182. font-style: italic;
  183. font-family: 'Permanent Marker', cursive;
  184. letter-spacing: 1px;
  185. padding-left:5px;
  186. padding-right: 5px;
  187. padding-top: 10px;
  188. padding-bottom: 10px;
  189. font-size: 13pt;
  190. }
  191.  
  192.  
  193.  
  194.  
  195. h2 {
  196. text-shadow: 1px 1px 5px #e7e7e7;
  197. font-family: 'Roboto Slab', serif;
  198. font-size: 16pt;
  199. font-weight: bold;
  200. line-height: 120%;
  201. letter-spacing: 1px;
  202. }
  203.  
  204.  
  205. #info {
  206. padding: 10px;
  207. margin-top: 10px;
  208. background-image: url('https://i.imgur.com/POkeIDl.gif');
  209. text-align: center;
  210. color: #fff;
  211. letter-spacing: 1px;
  212. text-shadow: 1px 1px #000;
  213. transition-duration: 0.6s;
  214. -moz-transition-duration: 0.6s;
  215. -webkit-transition-duration: 0.6s;
  216. -o-transition-duration: 0.6s;
  217. font-size:14pt;
  218. border: 4px double{Color:Borders};
  219. }
  220.  
  221. #info a {
  222. font-size: 24pt;
  223. color: #e9e5da;
  224. text-shadow: 1px 1px 3px #000;
  225. font-weight:bold;
  226. }
  227.  
  228. #h1 {
  229. text-align: center;
  230. font-family: 'Roboto Slab', serif;
  231. padding: 10px;
  232. text-shadow: 1px 1px 4px #000;
  233. line-height: 110%;
  234. font-size: 18pt;
  235. background-position: center;
  236. margin-bottom: 5px;
  237. }
  238.  
  239. #sidebar {
  240. margin-left:1095px;
  241. width: 115px;
  242. font-size: 10pt;
  243. margin-top: 140px;
  244. position: fixed;
  245. }
  246.  
  247. #description {
  248. height:155px;
  249. font-size: 10px;
  250. line-height: 14px;
  251. overflow: auto;
  252. }
  253.  
  254. #audio {
  255. text-align: center;
  256. font-size: 8pt;
  257. line-height: 9pt;
  258. }
  259.  
  260.  
  261. #musicinfo {
  262.  
  263. text-transform: uppercase;
  264. margin-top:10px;
  265. }
  266.  
  267. blockquote {
  268. border-left: 5px solid;
  269. color: #181818;
  270. background-color: #ececec;
  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/POkeIDl.gif');
  307. text-align: center;
  308. font-style: italic;
  309. font-family: 'Roboto Slab', serif;
  310. letter-spacing: 1px;
  311. border: 4px double {Color:Borders};
  312. padding: 5px;
  313. font-size: 120%;
  314. margin-bottom: 5px;
  315. transition-duration: 0.6s;
  316. -moz-transition-duration: 0.6s;
  317. -webkit-transition-duration: 0.6s;
  318. -o-transition-duration: 0.6s;
  319. }
  320.  
  321.  
  322. #credit a {
  323. font-family: 'Roboto Slab', serif;
  324. color:#fff;
  325. padding:5px;
  326. letter-spacing:1px;
  327. text-decoration:none;
  328. font-weight:bold;
  329. }
  330.  
  331. #tags a {
  332. font-family: verdana;
  333. font-weight: bold;
  334. font-size: 8px;
  335. line-height: 6px;
  336. color: #fff;
  337. text-transform: uppercase;
  338. text-shadow: 1px 1px 1px #000;
  339. }
  340.  
  341. #post {
  342. width: 500px;
  343. margin-bottom: 25px;
  344. }
  345.  
  346. #posts {
  347. width: 500px;
  348. background-color: #fff;
  349. height: auto;
  350. border-left: 3px solid #f80001;
  351. border-right: 3px solid #f80001;
  352. overflow-y: auto;
  353. margin-top: 20px;
  354. padding: 20px;
  355. position: absolute;
  356. margin-left:178px;
  357. }
  358.  
  359. #ask a {
  360. color: {color:italic};
  361. font-size:20pt;
  362. }
  363.  
  364. #ask {
  365. background-image: url('https://i.imgur.com/POkeIDl.gif');
  366. background-repeat: repeat;
  367. text-align: center;
  368. color: #fff;
  369. padding: 10px;
  370. height: auto;
  371. border: 4px double{Color:Borders};
  372. background-color: #040404;
  373. text-shadow: 1px 1px 2px #000;
  374. }
  375.  
  376. #pa { margin-top: 20px;
  377. text-align: center;
  378. }
  379.  
  380. #pa a {
  381. text-shadow: 1px 1px 5px #000;
  382. color: #fff;
  383. font-family: 'Roboto Slab', serif;
  384. text-transform: uppercase;
  385. font-size: 15pt;
  386. }
  387.  
  388. #links {
  389. position: fixed;
  390. text-align: left;
  391. margin-top: 135px;
  392. margin-left: 1220px;
  393. width: 500px;
  394. line-height: 17pt;
  395. transition-duration: 0.6s;
  396. -moz-transition-duration: 0.6s;
  397. -webkit-transition-duration: 0.6s;
  398. -o-transition-duration: 0.6s;
  399. }
  400.  
  401. #links a {
  402. font-weight: bold;
  403. filter:blur(0px);
  404. animation: spin 6s;
  405. animation-direction: alternate;
  406. animation-iteration-count: infinite;
  407. transition-duration: 1s;
  408. -moz-transition-duration: 1s;
  409. -webkit-transition-duration:1s;
  410. -o-transition-duration: 1s;
  411. text-shadow: 2px 2px 4px #000;
  412. font-size: 24pt;
  413. line-height: 16pt;
  414. font-family: 'bebas neue', cursive;
  415. }
  416.  
  417. @keyframes spin {
  418. from {transform:rotate(0deg);}
  419. to {transform:rotate(360deg);}
  420. }
  421.  
  422. #links a:hover {
  423. filter:blur(3px); transition-duration: 0.6s;
  424. -moz-transition-duration: 0.6s;
  425. -webkit-transition-duration: 0.6s;
  426. -o-transition-duration: 0.6s;
  427.  
  428. }
  429.  
  430. #desctitle {
  431. padding: 4px;
  432. font-family: verdana;
  433. text-transform: uppercase;
  434. font-size: 8px;
  435. text-shadow: 1px 1px 3px #000;
  436. color: #fff;
  437. font-weight: bold;
  438. border: 4px double{Color:Borders};
  439. text-align: center;
  440. background-position: center;
  441. background-image: url('https://i.imgur.com/POkeIDl.gif');
  442. }
  443.  
  444. #fade {
  445. display: none;
  446. background: #dadada;
  447. background-image: url('https://i.imgur.com/8BzD4ob.png');
  448. background-repeat:no-repeat;
  449. background-position: top left;
  450. background-attachment: fixed;
  451. position: fixed;
  452. left: 0;
  453. top: 0;
  454. width: 100%;
  455. height: 100%;
  456. opacity: 1;
  457. z-index: 9999;
  458. }
  459.  
  460. .popup_block{
  461. display: none;
  462. padding: 20px;
  463. position: fixed;
  464. top: 50%;
  465. left: 28%;
  466. z-index: 99999;
  467. background-color: #fff;
  468. border: 3px solid #f80001;
  469. box-shadow: 2px 2px 5px #e7e7e7;
  470. }
  471.  
  472. img.btn_close {
  473. float: right;
  474. margin: -55px -55px 0 0;
  475. }
  476.  
  477. *html #fade {
  478. position: absolute;
  479. }
  480.  
  481. *html .popup_block {
  482. position: absolute;
  483. }
  484.  
  485.  
  486. #poplinks {
  487.  
  488. color: #fff;
  489. background-position: left;
  490. text-shadow: 1px 1px 3px #e7e7e7;
  491. background-image: url('https://i.imgur.com/POkeIDl.gif');
  492. background-attachment:fixed;
  493. background-repeat: repeat;
  494. background-position: top right;
  495. background-repeat:repeat;
  496. text-align: center;
  497. font-family: verdana;
  498. border: 4px double{Color:Borders};
  499. padding: 2px;
  500. font-size: 8pt;
  501. font-weight: bold;
  502. text-transform: uppercase;
  503. margin-bottom: 5px;
  504. margin-top: 5px;
  505.  
  506. }
  507.  
  508. #poplinks a {
  509. text-align: center;
  510. font-family: verdana;
  511. font-size: 8pt;
  512. font-weight: bold;
  513. text-transform: uppercase;
  514. text-shadow: 1px 1px 3px #e7e7e7;
  515. color: #fff;
  516. }
  517.  
  518. #poph1 {
  519.  
  520. color: #fff;
  521. background-position: center;
  522. text-shadow: 1px 1px 3px #e7e7e7;
  523. background-image: url('https://i.imgur.com/POkeIDl.gif');
  524. background-attachment:fixed;
  525. background-repeat: repeat;
  526. background-repeat:repeat;
  527. text-align: center;
  528. font-family: verdana;
  529. border: 4px double{Color:Borders};
  530. padding: 5px;
  531. font-size: 8pt;
  532. font-weight: bold;
  533. text-transform: uppercase;
  534. margin-bottom: 10px;
  535. margin-top: 5px;
  536. }
  537.  
  538. #left {
  539. float:left;
  540. margin-right: 10px;
  541. }
  542.  
  543.  
  544. </style>
  545.  
  546. </head>
  547.  
  548. <body>
  549.  
  550. <div id="links">
  551. <a href="/" title="return">I.</a><br>
  552. <a href="#?w=500" rel="askme" class="poplight" title="ask">II.</a><br>
  553. <a href="#?w=500" rel="pop1" class="poplight" title="{text:pop1 link title}">III.</a><br>
  554. <a href="#?w=500" rel="pop2" class="poplight" title="{text:pop2 link title}">IV.</a><br>
  555. <a href="#?w=500" rel="pop3" class="poplight" title="{text:pop3 link title}">V.</a><br>
  556. <a href="#?w=500" rel="pop4" class="poplight" title="{text:pop4 link title}">VI.</a><br>
  557. <a href="#?w=500" rel="pop5" class="poplight" title="{text:pop5 link title}">VII.</a><br>
  558. <a href="#?w=500" rel="pop6" class="poplight" title="{text:pop6 link title}">VIII.</a><br>
  559. </div>
  560.  
  561. <div id="sidebar">
  562. <div id="desctitle" style="margin-bottom: 5px;">{title}</div>
  563. <div id="description">
  564. {Description}
  565. </div>
  566. <div id="pa">{block:Pagination}
  567. {block:PreviousPage}
  568. <a href="{PreviousPage}">swim</a> /
  569. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">sink</a>
  570. {/block:NextPage}
  571. {/block:Pagination}</div>
  572. </div>
  573.  
  574. <div id="posts">
  575.  
  576.  
  577. {block:Posts}<div id="post">
  578.  
  579.  
  580.  
  581. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  582.  
  583. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  584.  
  585. {Caption} {/block:Caption}{/block:Photo}
  586.  
  587. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  588.  
  589. {/block:Photoset}
  590.  
  591. {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}
  592.  
  593. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  594.  
  595. {Description}{/block:Description}{/block:Link}
  596.  
  597. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  598.  
  599. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  600.  
  601. {block:Audio}
  602. <div id="audio">
  603. {block:TrackName}
  604. <div id="musicinfo" style="margin-top: 5px;">
  605. {AudioPlayerGrey} <br>
  606. {TrackName} by
  607. {/block:TrackName}
  608. {block:Artist}
  609. {Artist}
  610. {/block:Artist}
  611.  
  612. </div>
  613. </div>
  614. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  615. {/block:Audio}
  616.  
  617.  
  618. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  619.  
  620. {block:Answer}
  621. <div id="ask">
  622. <center>
  623. <img src="{AskerPortraitURL-128}" width="64" style="border-radius: 100px; box-shadow: 3px 3px 5px #000; margin-bottom: 6px;"></center>
  624. {Asker} asked,<br>
  625. {Question}
  626. </div>
  627. {Answer}{/block:Answer}
  628.  
  629. <div id="info">
  630. <a title="{TimeAgo}" title="{TimeAgo}">♔️</a> <a href="{Permalink}" title="{NoteCount} notes">♔️</a> <a href="{ReblogURL}" title="reblog">♔️</a>
  631. <div id="tags">
  632. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
  633. {/block:Tags}{/block:HasTags}
  634. </div>
  635. </div>
  636.  
  637.  
  638. </div>
  639. {block:PostNotes}<Div style="width: 500px;">
  640.  
  641.  
  642. {PostNotes}</div>{/block:PostNotes}
  643. {/block:Posts}</div>
  644.  
  645.  
  646. <div id="credit">
  647. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  648. </div>
  649.  
  650.  
  651. <div id="askme" class="popup_block">
  652. <div id="poph1">ask</div>
  653. <iframe frameborder="0"
  654. height="190"
  655. id="ask_form"
  656. scrolling="no"
  657. src="https://www.tumblr.com/ask_form/splitsaber.tumblr.com"
  658. width="500">
  659. </iframe>
  660. </div>
  661.  
  662. <div id="pop1" class="popup_block">
  663.  
  664.  
  665.  
  666. <div style="height: 450px; overflow: auto; ">
  667. <div id="poph1">cupcake ipsum</div>
  668. 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.
  669.  
  670. <div id="poph1">cupcake ipsum</div>
  671. 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.
  672.  
  673. <div id="poph1">cupcake ipsum</div>
  674. 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.
  675. <!--insert pop-up content html here for pop1
  676.  
  677. <div id="poph1">poph1</div> is the code for the special mini headers!!
  678. -->
  679. </div>
  680. </div>
  681.  
  682. <div id="pop2" class="popup_block">
  683.  
  684.  
  685.  
  686. <div style="height: 450px; overflow: auto; ">
  687.  
  688. <!--insert pop-up content html here for pop2
  689.  
  690. <div id="poph1">poph1</div> is the code for the special mini headers!!
  691. -->
  692.  
  693. <div id="poph1">cupcake ipsum</div>
  694. 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.
  695.  
  696. <div id="poph1">cupcake ipsum</div>
  697. 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.
  698.  
  699. <div id="poph1">cupcake ipsum</div>
  700. 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.
  701.  
  702. </div>
  703. </div>
  704.  
  705.  
  706. <div id="pop3" class="popup_block">
  707.  
  708.  
  709.  
  710. <div style="height: 450px; overflow: auto; ">
  711.  
  712. <!--insert pop-up content html here for pop2
  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. </div>
  727. </div>
  728.  
  729. <div id="pop4" class="popup_block">
  730.  
  731.  
  732.  
  733. <div style="height: 450px; overflow: auto; ">
  734.  
  735. <!--insert pop-up content html here for pop2
  736.  
  737. <div id="poph1">poph1</div> is the code for the special mini headers!!
  738. -->
  739.  
  740. <div id="poph1">cupcake ipsum</div>
  741. 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.
  742.  
  743. <div id="poph1">cupcake ipsum</div>
  744. 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.
  745.  
  746. <div id="poph1">cupcake ipsum</div>
  747. 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.
  748.  
  749. </div>
  750. </div>
  751.  
  752. <div id="pop5" class="popup_block">
  753.  
  754.  
  755.  
  756. <div style="height: 450px; overflow: auto; ">
  757.  
  758. <!--insert pop-up content html here for pop2
  759.  
  760. <div id="poph1">poph1</div> is the code for the special mini headers!!
  761. -->
  762.  
  763. <div id="poph1">cupcake ipsum</div>
  764. 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.
  765.  
  766. <div id="poph1">cupcake ipsum</div>
  767. 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.
  768.  
  769. <div id="poph1">cupcake ipsum</div>
  770. 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.
  771.  
  772. </div>
  773. </div>
  774.  
  775. <div id="pop6" class="popup_block">
  776.  
  777.  
  778.  
  779. <div style="height: 450px; overflow: auto; ">
  780. <!--insert pop-up content html here for pop3
  781.  
  782. <div id="poph1">poph1</div> is the code for the special mini headers!!
  783. -->
  784.  
  785. <div id="poplinks"><A href="/">link title</A></div>
  786. <div id="poplinks"><A href="/">link title</A></div>
  787. <div id="poplinks"><A href="/">link title</A></div>
  788. <div id="poplinks"><A href="/">link title</A></div>
  789. <div id="poplinks"><A href="/">link title</A></div>
  790. <div id="poplinks"><A href="/">link title</A></div>
  791. <div id="poplinks"><A href="/">link title</A></div>
  792. <div id="poplinks"><A href="/">link title</A></div>
  793. <div id="poplinks"><A href="/">link title</A></div>
  794. <div id="poplinks"><A href="/">link title</A></div>
  795. <div id="poplinks"><A href="/">link title</A></div>
  796. <div id="poplinks"><A href="/">link title</A></div>
  797. <div id="poplinks"><A href="/">link title</A></div>
  798. <div id="poplinks"><A href="/">link title</A></div>
  799.  
  800.  
  801. </div>
  802. </div>
  803.  
  804.  
  805.  
  806. </body>
  807.  
  808.  
  809.  
  810. </html>
Advertisement
Add Comment
Please, Sign In to add comment