alicescreed

knightlyhearted

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