alicescreed

clippingwings 2

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