alicescreed

hoopsheartthrob

May 26th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.82 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="#1d1d1d">
  17. <meta name="color:scrollbar" content="#f8bcba">
  18. <meta name="color:bold" content="#cb6685">
  19. <meta name="color:italic" content="#ac3c60">
  20. <meta name="color:links" content="#cb6685">
  21. <meta name="color:borders" content="#f8bcba">
  22. <meta name="color:hover link" content="#ac3c60">
  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.  
  28. <link href="https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Pacifico&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: 'Didact Gothic', sans-serif;
  83. color: {color:text};
  84. font-size: 9pt;
  85. letter-spacing: 0px;
  86. background-color:#d0bbba;
  87. background-image: url('https://i.imgur.com/9rrLtmM.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. position: absolute;
  97. z-index: 999999999999999999999999999999999999999999999999999999999999;
  98. margin-top: 10px;
  99. margin-left: 5px;
  100. display: block;
  101. color: #fff;
  102. background-image: url('https://i.imgur.com/VrD3Vhe.png');
  103. background-attachment: fixed;
  104. background-repeat: repeat;
  105. background-position: center;
  106. text-align: center;
  107. font-style: italic;
  108. box-shadow: 2px 2px 5px #000;
  109. font-family: 'Didact Gothic', sans-serif;
  110. letter-spacing: 1px;
  111. text-shadow: 1px 1px 5px #747474;
  112. border: 1px dashed {color:borders};
  113. padding: 10px;
  114. font-size: 22pt;
  115. margin-bottom: 5px;
  116. }
  117.  
  118. ::-webkit-scrollbar-thumb:vertical {
  119. background-color: {color:scrollbar};
  120. height:auto;
  121. }
  122.  
  123. ::-webkit-scrollbar-thumb:horizontal {
  124. background-color: {color:scrollbar};
  125. height:2px;
  126. }
  127.  
  128. ::-webkit-scrollbar {
  129. height:2px;
  130. width:2px;
  131. background-color: transparent;
  132. }
  133.  
  134.  
  135. a {
  136. text-decoration: none;
  137. color: {color:links};
  138. font-size: 16pt;
  139. line-height: 19pt;
  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: 'Pacifico', cursive;
  145. font-weight: bold;
  146. letter-spacing: 1px;
  147. text-shadow: 1px 1px 3px #747474;
  148. }
  149.  
  150.  
  151. a:hover {
  152. text-decoration: none;
  153. letter-spacing: 1px;
  154. filter:blur(2px);
  155. color: {color:hover link};
  156. transition-duration: 0.6s;
  157. -moz-transition-duration: 0.6s;
  158. -webkit-transition-duration: 0.6s;
  159. -o-transition-duration: 0.6s;
  160. }
  161.  
  162. small, sup, sub {
  163. font-size: 100%;
  164. }
  165.  
  166. b, strong {
  167. text-shadow: 1px 1px 4px #747474;
  168. padding-left: 2px;
  169. padding-right: 2px;
  170. color:{color:bold};
  171. letter-spacing: 0px;
  172. font-size: 16pt;
  173. font-family: 'Didact Gothic', sans-serif;
  174. }
  175.  
  176. i, em {
  177. text-shadow: 1px 1px 4px #747474;
  178. color:{color:italic};
  179. font-style: italic;
  180. font-family: 'Pacifico', cursive;
  181. letter-spacing: 1px;
  182. padding-left:5px;
  183. padding-right: 5px;
  184. padding-top: 10px;
  185. padding-bottom: 10px;
  186. font-size: 18pt;
  187. }
  188.  
  189.  
  190.  
  191.  
  192. h2 {
  193. text-shadow: 1px 1px 5px #747474;
  194. color: #fff;
  195. font-family: 'Didact Gothic', sans-serif;
  196. font-size: 16pt;
  197. font-weight: bold;
  198. line-height: 120%;
  199. letter-spacing: 1px;
  200. }
  201.  
  202.  
  203. #info {
  204. padding: 10px;
  205. margin-top: 10px;
  206. background-image: url('https://i.imgur.com/VrD3Vhe.png');
  207. background-repeat: repeat;
  208. background-attachment: fixed;
  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: 1px dashed {color:borders};
  219. }
  220.  
  221. #info a {
  222. font-size: 24pt;
  223. color: #e9e5da;
  224. text-shadow: 1px 1px 3px #747474;
  225. font-weight:bold;
  226. }
  227.  
  228. #h1 {
  229. text-align: center;
  230. color: #fff;
  231. font-family: 'Didact Gothic', sans-serif;
  232. padding: 10px;
  233. text-shadow: 1px 1px 4px #000;
  234. line-height: 110%;
  235. font-size: 18pt;
  236. background-position: center;
  237. margin-bottom: 5px;
  238. }
  239.  
  240. #sidebar {
  241. margin-left:567px;
  242. width: 113px;
  243. font-size: 10pt;
  244. margin-top: 310px;
  245. position: fixed;
  246. background-color: transparent;
  247. }
  248.  
  249. #description {
  250. height:160px;
  251. font-size: 10px;
  252. line-height: 14px;
  253. padding-right: 5px;
  254. overflow: auto;
  255. }
  256.  
  257. #audio {
  258. text-align: center;
  259. font-size: 8pt;
  260. line-height: 9pt;
  261. }
  262.  
  263.  
  264. #musicinfo {
  265.  
  266. text-transform: uppercase;
  267. margin-top:10px;
  268. }
  269.  
  270. blockquote {
  271. border: 10px dashed transparent;
  272. border-image:url('https://i.imgur.com/VrD3Vhe.png') 10 round;
  273. outline: 1px dashed {color:borders};
  274. background-color: #e9e5da;
  275. color: #181818;
  276. padding: 5px;
  277. font-size: 95%
  278. }
  279.  
  280. blockquote img {
  281. max-width: 100%;
  282. display: block;
  283. height: auto
  284. }
  285.  
  286. img {
  287. max-width: 100%;
  288. display: block;
  289. height: auto
  290. }
  291.  
  292.  
  293. ol.notes {
  294. text-align: left;
  295. list-style: upper-roman;
  296. padding: 10px;
  297.  
  298. }
  299.  
  300.  
  301. #info a:hover {
  302. color: {color:bold};
  303. }
  304.  
  305. #credit {
  306. right:10px;
  307. bottom:7px;
  308. padding:5px;
  309. font-size:10px;
  310. position:fixed;
  311. background-image: url('https://i.imgur.com/VrD3Vhe.png');
  312. text-align: center;
  313. font-style: italic;
  314. font-family: 'Didact Gothic', sans-serif;
  315. letter-spacing: 1px;
  316. border: 1px {color:borders};
  317. border-style: dashed;
  318. padding: 5px;
  319. font-size: 120%;
  320. margin-bottom: 5px;
  321. transition-duration: 0.6s;
  322. -moz-transition-duration: 0.6s;
  323. -webkit-transition-duration: 0.6s;
  324. -o-transition-duration: 0.6s;
  325. }
  326.  
  327.  
  328. #credit a {
  329. font-family: 'Didact Gothic', sans-serif;
  330. color:#fff;
  331. padding:5px;
  332. letter-spacing:1px;
  333. text-decoration:none;
  334. font-weight:bold;
  335. }
  336.  
  337. #tags a {
  338. font-family: verdana;
  339. font-weight: bold;
  340. font-size: 8px;
  341. line-height: 6px;
  342. color: #fff;
  343. text-transform: uppercase;
  344. text-shadow: 1px 1px 1px #747474;
  345. }
  346.  
  347. #post {
  348. width: 400px;
  349. margin-bottom: 25px;
  350. }
  351.  
  352. #posts {
  353. width: 400px;
  354. padding-right: 10px;
  355. height:540px;
  356. overflow-y: auto;
  357. margin-top: 40px;
  358. position: absolute;
  359. background-color: transparent;
  360. margin-left:725px;
  361. }
  362.  
  363. #ask a {
  364. color: {color:italic};
  365. font-size:20pt;
  366. }
  367.  
  368. #ask {
  369. background-image: url('https://i.imgur.com/VrD3Vhe.png');
  370. background-repeat: repeat;
  371. text-align: center;
  372. color: #fff;
  373. padding: 10px;
  374. height: auto;
  375. border: 1px dashed {color:borders};
  376. background-color: #040404;
  377. text-shadow: 1px 1px 2px #747474;
  378. }
  379.  
  380. #pa { margin-top: 20px;
  381. text-align: center;
  382. }
  383.  
  384. #pa a {
  385. text-shadow: 1px 1px 5px #747474;
  386. color: #fff;
  387. font-family: 'Didact Gothic', sans-serif;
  388. text-transform: uppercase;
  389. font-size: 15pt;
  390. }
  391.  
  392. #links {
  393. position: fixed;
  394. text-align: left;
  395. margin-top: 50px;
  396. margin-left: 1150px;
  397. width: 400px;
  398. line-height: 17pt;
  399. transition-duration: 0.6s;
  400. -moz-transition-duration: 0.6s;
  401. -webkit-transition-duration: 0.6s;
  402. -o-transition-duration: 0.6s;
  403. }
  404.  
  405. #links a {
  406. font-weight: bold;
  407. filter:blur(0px);
  408. animation: spin 6s;
  409. animation-direction: alternate;
  410. animation-iteration-count: infinite;
  411. transition-duration: 1s;
  412. -moz-transition-duration: 1s;
  413. -webkit-transition-duration:1s;
  414. -o-transition-duration: 1s;
  415. text-shadow: 2px 2px 4px #747474;
  416. font-size: 24pt;
  417. color: #fff;
  418. line-height: 16pt;
  419. font-family: 'Didact Gothic', sans-serif;
  420. }
  421.  
  422. @keyframes spin {
  423. from {transform:rotate(0deg);}
  424. to {transform:rotate(360deg);}
  425. }
  426.  
  427. #links a:hover {
  428. filter:blur(3px); transition-duration: 0.6s;
  429. -moz-transition-duration: 0.6s;
  430. -webkit-transition-duration: 0.6s;
  431. -o-transition-duration: 0.6s;
  432.  
  433. }
  434.  
  435. #desctitle {
  436. padding: 4px;
  437. font-family: verdana;
  438. text-transform: uppercase;
  439. font-size: 8px;
  440. text-shadow: 1px 1px 3px #747474;
  441. color: #fff;
  442. font-weight: bold;
  443. border: 1px dashed {color:borders};
  444. text-align: center;
  445. background-position: center;
  446. background-image: url('https://i.imgur.com/VrD3Vhe.png');
  447. }
  448.  
  449. #fade {
  450. display: none;
  451. background: #d0bbba;
  452. background-position: top left;
  453. background-attachment: fixed;
  454. background-repeat: no-repeat;
  455. background-image: url('https://i.imgur.com/wO3FMNV.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: 30%;
  471. z-index: 99999;
  472. background-color: #f3eee3;
  473. border: 20px solid transparent;
  474. border-image:url('https://i.imgur.com/VrD3Vhe.png') 30 round;
  475. outline: 1px dashed {color:borders};
  476. box-shadow: 2px 2px 5px #747474;
  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 #747474;
  498. background-image: url('https://i.imgur.com/VrD3Vhe.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 #747474;
  522. color: #fff;
  523. }
  524.  
  525. #poph1 {
  526.  
  527. color: #fff;
  528. background-position: center;
  529. text-shadow: 1px 1px 3px #747474;
  530. background-image: url('https://i.imgur.com/VrD3Vhe.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: 'Didact Gothic', sans-serif;
  554. color: {color:links};
  555. text-shadow: 1px 1px 2px #747474;
  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">01.</a><br>
  582. <a href="#?w=400" rel="askme" class="poplight" title="ask">02.</a><br>
  583. <a href="#?w=400" rel="pop1" class="poplight" title="{text:pop1 link title}">03.</a><br>
  584. <a href="#?w=400" rel="pop2" class="poplight" title="{text:pop2 link title}">04.</a><br>
  585. <a href="#?w=400" rel="pop3" class="poplight" title="{text:pop3 link title}">05.</a><br>
  586. </div>
  587.  
  588. <div id="sidebar">
  589. <div id="desctitle" style="margin-bottom: 5px;">{title}</div>
  590. <div id="description">
  591. {Description}
  592. </div>
  593. <div id="pa">{block:Pagination}
  594. {block:PreviousPage}
  595. <a href="{PreviousPage}">fall</a> /
  596. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  597. {/block:NextPage}
  598. {/block:Pagination}</div>
  599. </div>
  600.  
  601. <div id="posts">
  602.  
  603.  
  604. {block:Posts}<div id="post">
  605.  
  606.  
  607.  
  608. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  609.  
  610. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  611.  
  612. {Caption} {/block:Caption}{/block:Photo}
  613.  
  614. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  615.  
  616. {/block:Photoset}
  617.  
  618. {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}
  619.  
  620. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  621.  
  622. {Description}{/block:Description}{/block:Link}
  623.  
  624. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  625.  
  626. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  627.  
  628. {block:Audio}
  629. <div id="audio">
  630. {block:TrackName}
  631. <div id="musicinfo" style="margin-top: 5px;">
  632. {AudioPlayerGrey} <br>
  633. {TrackName} by
  634. {/block:TrackName}
  635. {block:Artist}
  636. {Artist}
  637. {/block:Artist}
  638.  
  639. </div>
  640. </div>
  641. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  642. {/block:Audio}
  643.  
  644.  
  645. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  646.  
  647. {block:Answer}
  648. <div id="ask">
  649. <center>
  650. <img src="{AskerPortraitURL-128}" width="64" style="border-radius: 100px; box-shadow: 3px 3px 5px #000; margin-bottom: 6px;"></center>
  651. {Asker} asked,<br>
  652. {Question}
  653. </div>
  654. {Answer}{/block:Answer}
  655.  
  656. <div id="info">
  657. <a title="{TimeAgo}" title="{TimeAgo}">♥️</a> <a href="{Permalink}" title="{NoteCount} notes">♥️</a> <a href="{ReblogURL}" title="reblog">♥️</a>
  658. <div id="tags">
  659. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
  660. {/block:Tags}{/block:HasTags}
  661. </div>
  662. </div>
  663.  
  664.  
  665. </div>
  666. {block:PostNotes}<Div style="width: 400px;">
  667.  
  668.  
  669. {PostNotes}</div>{/block:PostNotes}
  670. {/block:Posts}</div>
  671.  
  672.  
  673. <div id="credit">
  674. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  675. </div>
  676.  
  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/hoopsheartthrob.tumblr.com"
  685. width="400">
  686. </iframe>
  687. </div>
  688.  
  689. <div id="pop1" class="popup_block">
  690.  
  691. <div style="height: 450px; overflow: auto; padding-right: 10px;">
  692. <div id="poph1">cupcake ipsum</div>
  693. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  694.  
  695. <div id="poph1">cupcake ipsum</div>
  696. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  697.  
  698. <div id="poph1">cupcake ipsum</div>
  699. 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.
  700. <!--insert pop-up content html here for pop1
  701.  
  702. <div id="poph1">poph1</div> is the code for the special mini headers!!
  703. -->
  704. </div>
  705. </div>
  706.  
  707. <div id="pop2" class="popup_block">
  708.  
  709. <div style="height: 450px; overflow: auto; padding-right: 10px;">
  710.  
  711. <!--insert pop-up content html here for pop2
  712.  
  713. <div id="poph1">poph1</div> is the code for the special mini headers!!
  714. -->
  715.  
  716. <div id="poph1">cupcake ipsum</div>
  717. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  718.  
  719. <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>
  726. </div>
  727.  
  728. <div id="pop3" class="popup_block">
  729.  
  730.  
  731. <div style="height: 450px; overflow: auto; padding-right: 10px;">
  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="poplinks"><A href="/">link title</A></div>
  738. <div id="poplinks"><A href="/">link title</A></div>
  739. <div id="poplinks"><A href="/">link title</A></div>
  740. <div id="poplinks"><A href="/">link title</A></div>
  741. <div id="poplinks"><A href="/">link title</A></div>
  742. <div id="poplinks"><A href="/">link title</A></div>
  743. <div id="poplinks"><A href="/">link title</A></div>
  744. <div id="poplinks"><A href="/">link title</A></div>
  745. <div id="poplinks"><A href="/">link title</A></div>
  746. <div id="poplinks"><A href="/">link title</A></div>
  747. <div id="poplinks"><A href="/">link title</A></div>
  748. <div id="poplinks"><A href="/">link title</A></div>
  749. <div id="poplinks"><A href="/">link title</A></div>
  750. <div id="poplinks"><A href="/">link title</A></div>
  751.  
  752.  
  753. </div>
  754. </div>
  755.  
  756.  
  757.  
  758. </body>
  759.  
  760.  
  761.  
  762. </html>
Add Comment
Please, Sign In to add comment