Advertisement
alicescreed

brokenxbeautyxx

Jun 16th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.01 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="#dad3bd">
  17. <meta name="color:bold" content="#b63766">
  18. <meta name="color:italic" content="#a2318b">
  19. <meta name="color:links" content="#7b2d3e">
  20. <meta name="color:borders" content="#81748a">
  21. <meta name="color:hover link" content="#f3f3f3">
  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.  
  28.  
  29. <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Courgette&family=Roboto&display=swap" rel="stylesheet">
  30.  
  31. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("[title]").style_my_tooltips({
  37. tip_follows_cursor:true,
  38. tip_delay_time:200,
  39. tip_fade_speed:300
  40. }
  41. );
  42. });
  43. })(jQuery);
  44. </script>
  45.  
  46. <script type="text/javascript"
  47. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48. <script>
  49. $(document).ready(function() {
  50. //
  51. $('a.poplight[href^=#]').click(function() {
  52. var popID = $(this).attr('rel'); //Get Popup Name
  53. var popURL = $(this).attr('href'); //Get Popup href to define size
  54. var query= popURL.split('?');
  55. var dim= query[1].split('&');
  56. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  57. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  58. var popMargTop = ($('#' + popID).height() + 80) / 2;
  59. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  60. //Apply Margin to Popup
  61. $('#' + popID).css({
  62. 'margin-top' : -popMargTop,
  63. 'margin-left' : -popMargLeft
  64. });
  65. $('body').append('<div id="fade"></div>');
  66. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  67. return false;
  68. });
  69. $('a.close, #fade').live('click', function() {
  70. $('#fade , .popup_block').fadeOut(function() {
  71. $('#fade, a.close').remove(); //fade them both out
  72. });
  73. return false;
  74. });
  75. });
  76. </script>
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81.  
  82. body {
  83. font-family: 'Roboto', sans-serif;
  84. color: {color:text};
  85. font-size: 9pt;
  86. letter-spacing: 0px;
  87. background-color:#111111;
  88. background-image: url('https://i.imgur.com/INwdaP0.png');
  89. background-position: top-right;
  90. background-repeat: no-repeat;
  91. background-attachment: fixed;
  92. line-height: 12pt;
  93. text-align: justify;
  94. }
  95.  
  96. #s-m-t-tooltip{
  97. position: absolute;
  98. z-index: 999999999999999999999999999999999999999999999999999999999999;
  99. margin-top: 10px;
  100. margin-left: 5px;
  101. display: block;
  102. color: #fff;
  103. background-image: url('https://i.imgur.com/xcD13nx.png');
  104. background-attachment: fixed;
  105. background-repeat: repeat;
  106. background-position: center;
  107. text-align: center;
  108. font-style: italic;
  109. box-shadow: 2px 2px 5px #000;
  110. font-family: 'Roboto', sans-serif;
  111. letter-spacing: 1px;
  112. text-shadow: 1px 1px 5px #e7e7e7;
  113. border: 4px double{Color:Borders};
  114. padding: 10px;
  115. font-size: 22pt;
  116. margin-bottom: 5px;
  117. }
  118.  
  119. ::-webkit-scrollbar-thumb:vertical {
  120. background-color: {color:scrollbar};
  121. height:auto;
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb:horizontal {
  125. background-color: {color:scrollbar};
  126. height:2px;
  127. }
  128.  
  129. ::-webkit-scrollbar {
  130. height:2px;
  131. width:2px;
  132. background-color:transparent;
  133. }
  134.  
  135.  
  136. a {
  137. text-decoration: none;
  138. color: {color:links};
  139. font-size: 13pt;
  140. line-height: 19pt;
  141. transition-duration: 0.6s;
  142. -moz-transition-duration: 0.6s;
  143. -webkit-transition-duration: 0.6s;
  144. -o-transition-duration: 0.6s;
  145. font-family: 'Courgette', cursive;
  146. font-weight: bold;
  147. letter-spacing: 1px;
  148. text-shadow: 1px 1px 3px #e7e7e7;
  149. }
  150.  
  151.  
  152. a:hover {
  153. text-decoration: none;
  154. letter-spacing: 1px;
  155. filter:blur(2px);
  156. color: {color:hover link};
  157. transition-duration: 0.6s;
  158. -moz-transition-duration: 0.6s;
  159. -webkit-transition-duration: 0.6s;
  160. -o-transition-duration: 0.6s;
  161. }
  162.  
  163. small, sup, sub {
  164. font-size: 100%;
  165. }
  166.  
  167. b, strong {
  168. text-shadow: 1px 1px 4px #e7e7e7;
  169. padding-left: 2px;
  170. padding-right: 2px;
  171. color:{color:bold};
  172. letter-spacing: 0px;
  173. font-size: 12pt;
  174. font-family: 'Bebas Neue', cursive;
  175. }
  176.  
  177. i, em {
  178. text-shadow: 1px 1px 4px #e7e7e7;
  179. color:{color:italic};
  180. font-style: italic;
  181. font-family: 'Courgette', cursive;
  182. letter-spacing: 1px;
  183. padding-left:5px;
  184. padding-right: 5px;
  185. padding-top: 10px;
  186. padding-bottom: 10px;
  187. font-size: 13pt;
  188. }
  189.  
  190.  
  191.  
  192.  
  193. h2 {
  194. text-shadow: 1px 1px 5px #e7e7e7;
  195. color: #fff;
  196. font-family: 'Roboto', sans-serif;
  197. font-size: 16pt;
  198. font-weight: bold;
  199. line-height: 120%;
  200. letter-spacing: 1px;
  201. }
  202.  
  203.  
  204. #info {
  205. padding: 10px;
  206. margin-top: 10px;
  207. background-image: url('https://i.imgur.com/xcD13nx.png');
  208. background-repeat: repeat;
  209. background-attachment: fixed;
  210. text-align: center;
  211. color: #fff;
  212. letter-spacing: 1px;
  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: 24pt;
  224. color: #e9e5da;
  225. text-shadow: 1px 1px 3px #e7e7e7;
  226. font-weight:bold;
  227. }
  228.  
  229. #h1 {
  230. text-align: center;
  231. color: #fff;
  232. font-family: 'Roboto', sans-serif;
  233. padding: 10px;
  234. text-shadow: 1px 1px 4px #000;
  235. line-height: 110%;
  236. font-size: 18pt;
  237. background-position: center;
  238. margin-bottom: 5px;
  239. }
  240.  
  241. #sidebar {
  242. margin-left:590px;
  243. width: 115px;
  244. font-size: 10pt;
  245. margin-top: 395px;
  246. position: fixed;
  247. }
  248.  
  249. #description {
  250. height:155px;
  251. font-size: 10px;
  252. line-height: 14px;
  253. overflow: auto;
  254. }
  255.  
  256. #audio {
  257. text-align: center;
  258. font-size: 8pt;
  259. line-height: 9pt;
  260. }
  261.  
  262.  
  263. #musicinfo {
  264.  
  265. text-transform: uppercase;
  266. margin-top:10px;
  267. }
  268.  
  269. blockquote {
  270. border-left: 5px solid #a78a8a;
  271. color: #181818;
  272. background-color: #766a7e;
  273. padding: 5px;
  274. font-size: 95%
  275. }
  276.  
  277. blockquote img {
  278. max-width: 100%;
  279. display: block;
  280. height: auto
  281. }
  282.  
  283. img {
  284. max-width: 100%;
  285. display: block;
  286. height: auto
  287. }
  288.  
  289.  
  290. ol.notes {
  291. text-align: left;
  292. list-style: upper-roman;
  293. padding: 10px;
  294.  
  295. }
  296.  
  297.  
  298. #info a:hover {
  299. color: {color:bold};
  300. }
  301.  
  302. #credit {
  303. right:10px;
  304. bottom:7px;
  305. padding:5px;
  306. font-size:10px;
  307. position:fixed;
  308. background-image: url('https://i.imgur.com/xcD13nx.png');
  309. text-align: center;
  310. font-style: italic;
  311. font-family: 'Roboto', sans-serif;
  312. letter-spacing: 1px;
  313. border: 4px double {Color:Borders};
  314. padding: 5px;
  315. font-size: 120%;
  316. margin-bottom: 5px;
  317. transition-duration: 0.6s;
  318. -moz-transition-duration: 0.6s;
  319. -webkit-transition-duration: 0.6s;
  320. -o-transition-duration: 0.6s;
  321. }
  322.  
  323.  
  324. #credit a {
  325. font-family: 'Roboto', sans-serif;
  326. color:#fff;
  327. padding:5px;
  328. letter-spacing:1px;
  329. text-decoration:none;
  330. font-weight:bold;
  331. }
  332.  
  333. #tags a {
  334. font-family: verdana;
  335. font-weight: bold;
  336. font-size: 8px;
  337. line-height: 6px;
  338. color: #fff;
  339. text-transform: uppercase;
  340. text-shadow: 1px 1px 1px #e7e7e7;
  341. }
  342.  
  343. #post {
  344. width: 400px;
  345. margin-bottom: 25px;
  346. }
  347.  
  348. #posts {
  349. width: 400px;
  350. background-color: #81748a;
  351. height: auto;
  352. border-left: 3px solid #a78a8a;
  353. border-right: 3px solid #a78a8a;
  354. overflow-y: auto;
  355. margin-top: 20px;
  356. padding: 25px;
  357. position: absolute;
  358. margin-left:731px;
  359. }
  360.  
  361. #ask a {
  362. color: {color:italic};
  363. font-size:20pt;
  364. }
  365.  
  366. #ask {
  367. background-image: url('https://i.imgur.com/xcD13nx.png');
  368. background-repeat: repeat;
  369. text-align: center;
  370. color: #fff;
  371. padding: 10px;
  372. height: auto;
  373. border: 4px double{Color:Borders};
  374. background-color: #040404;
  375. text-shadow: 1px 1px 2px #e7e7e7;
  376. }
  377.  
  378. #pa { margin-top: 20px;
  379. text-align: center;
  380. }
  381.  
  382. #pa a {
  383. text-shadow: 1px 1px 5px #e7e7e7;
  384. color: #fff;
  385. font-family: 'Roboto', sans-serif;
  386. text-transform: uppercase;
  387. font-size: 15pt;
  388. }
  389.  
  390. #links {
  391. position: fixed;
  392. text-align: left;
  393. margin-top: 80px;
  394. margin-left: 1200px;
  395. width: 400px;
  396. line-height: 17pt;
  397. transition-duration: 0.6s;
  398. -moz-transition-duration: 0.6s;
  399. -webkit-transition-duration: 0.6s;
  400. -o-transition-duration: 0.6s;
  401. }
  402.  
  403. #links a {
  404. font-weight: bold;
  405. filter:blur(0px);
  406. animation: spin 6s;
  407. animation-direction: alternate;
  408. animation-iteration-count: infinite;
  409. transition-duration: 1s;
  410. -moz-transition-duration: 1s;
  411. -webkit-transition-duration:1s;
  412. -o-transition-duration: 1s;
  413. text-shadow: 2px 2px 4px #e7e7e7;
  414. font-size: 24pt;
  415. color: #fff;
  416. line-height: 16pt;
  417. font-family: 'bebas neue', cursive;
  418. }
  419.  
  420. @keyframes spin {
  421. from {transform:rotate(0deg);}
  422. to {transform:rotate(360deg);}
  423. }
  424.  
  425. #links a:hover {
  426. filter:blur(3px); transition-duration: 0.6s;
  427. -moz-transition-duration: 0.6s;
  428. -webkit-transition-duration: 0.6s;
  429. -o-transition-duration: 0.6s;
  430.  
  431. }
  432.  
  433. #desctitle {
  434. padding: 4px;
  435. font-family: verdana;
  436. text-transform: uppercase;
  437. font-size: 8px;
  438. text-shadow: 1px 1px 3px #e7e7e7;
  439. color: #fff;
  440. font-weight: bold;
  441. border: 4px double{Color:Borders};
  442. text-align: center;
  443. background-position: center;
  444. background-image: url('https://i.imgur.com/xcD13nx.png');
  445. }
  446.  
  447. #fade {
  448. display: none;
  449. background: #000;
  450. position: fixed;
  451. left: 0;
  452. top: 0;
  453. width: 100%;
  454. height: 100%;
  455. opacity: .5;
  456. z-index: 9999;
  457. }
  458.  
  459. .popup_block{
  460. display: none;
  461. padding: 20px;
  462. position: fixed;
  463. top: 50%;
  464. left: 50%;
  465. z-index: 99999;
  466. background-color: #81748a;
  467. border-image:url('https://i.imgur.com/xcD13nx.png') 30 round;
  468. outline: 4px double {Color:Borders};
  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/xcD13nx.png');
  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/xcD13nx.png');
  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. </div>
  558.  
  559. <div id="sidebar">
  560. <div id="desctitle" style="margin-bottom: 5px;">{title}</div>
  561. <div id="description">
  562. {Description}
  563. </div>
  564. <div id="pa">{block:Pagination}
  565. {block:PreviousPage}
  566. <a href="{PreviousPage}">swim</a> /
  567. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">sink</a>
  568. {/block:NextPage}
  569. {/block:Pagination}</div>
  570. </div>
  571.  
  572. <div id="posts">
  573.  
  574.  
  575. {block:Posts}<div id="post">
  576.  
  577.  
  578.  
  579. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  580.  
  581. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  582.  
  583. {Caption} {/block:Caption}{/block:Photo}
  584.  
  585. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  586.  
  587. {/block:Photoset}
  588.  
  589. {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}
  590.  
  591. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  592.  
  593. {Description}{/block:Description}{/block:Link}
  594.  
  595. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  596.  
  597. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  598.  
  599. {block:Audio}
  600. <div id="audio">
  601. {block:TrackName}
  602. <div id="musicinfo" style="margin-top: 5px;">
  603. {AudioPlayerGrey} <br>
  604. {TrackName} by
  605. {/block:TrackName}
  606. {block:Artist}
  607. {Artist}
  608. {/block:Artist}
  609.  
  610. </div>
  611. </div>
  612. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  613. {/block:Audio}
  614.  
  615.  
  616. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  617.  
  618. {block:Answer}
  619. <div id="ask">
  620. <center>
  621. <img src="{AskerPortraitURL-128}" width="64" style="border-radius: 100px; box-shadow: 3px 3px 5px #000; margin-bottom: 6px;"></center>
  622. {Asker} asked,<br>
  623. {Question}
  624. </div>
  625. {Answer}{/block:Answer}
  626.  
  627. <div id="info">
  628. <a title="{TimeAgo}" title="{TimeAgo}">☾️</a> <a href="{Permalink}" title="{NoteCount} notes">✩️</a> <a href="{ReblogURL}" title="reblog">☽️</a>
  629. <div id="tags">
  630. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
  631. {/block:Tags}{/block:HasTags}
  632. </div>
  633. </div>
  634.  
  635.  
  636. </div>
  637. {block:PostNotes}<Div style="width: 400px;">
  638.  
  639.  
  640. {PostNotes}</div>{/block:PostNotes}
  641. {/block:Posts}</div>
  642.  
  643.  
  644. <div id="credit">
  645. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  646. </div>
  647.  
  648.  
  649. <div id="askme" class="popup_block">
  650. <div id="poph1">ask</div>
  651. <iframe frameborder="0"
  652. height="190"
  653. id="ask_form"
  654. scrolling="no"
  655. src="https://www.tumblr.com/ask_form/brokenxbeautyxx.tumblr.com"
  656. width="500">
  657. </iframe>
  658. </div>
  659.  
  660. <div id="pop1" class="popup_block">
  661.  
  662. <div id="left"><img src="https://i.imgur.com/A3NANW7.gif"></div>
  663.  
  664. <div style="height: 450px; overflow: auto; ">
  665. <div id="poph1">cupcake ipsum</div>
  666. 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.
  667.  
  668. <div id="poph1">cupcake ipsum</div>
  669. 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.
  670.  
  671. <div id="poph1">cupcake ipsum</div>
  672. 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.
  673. <!--insert pop-up content html here for pop1
  674.  
  675. <div id="poph1">poph1</div> is the code for the special mini headers!!
  676. -->
  677. </div>
  678. </div>
  679.  
  680. <div id="pop2" class="popup_block">
  681.  
  682. <div id="left"><img src="https://i.imgur.com/A3NANW7.gif"></div>
  683.  
  684. <div style="height: 450px; overflow: auto; ">
  685.  
  686. <!--insert pop-up content html here for pop2
  687.  
  688. <div id="poph1">poph1</div> is the code for the special mini headers!!
  689. -->
  690.  
  691. <div id="poph1">cupcake ipsum</div>
  692. 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.
  693.  
  694. <div id="poph1">cupcake ipsum</div>
  695. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  696.  
  697. <div id="poph1">cupcake ipsum</div>
  698. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  699.  
  700. </div>
  701. </div>
  702.  
  703.  
  704. <div id="pop3" class="popup_block">
  705.  
  706. <div id="left"><img src="https://i.imgur.com/A3NANW7.gif"></div>
  707.  
  708. <div style="height: 450px; overflow: auto; ">
  709.  
  710. <!--insert pop-up content html here for pop2
  711.  
  712. <div id="poph1">poph1</div> is the code for the special mini headers!!
  713. -->
  714.  
  715. <div id="poph1">cupcake ipsum</div>
  716. 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.
  717.  
  718. <div id="poph1">cupcake ipsum</div>
  719. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  720.  
  721. <div id="poph1">cupcake ipsum</div>
  722. Sesame snaps cotton candy cake donut cake tiramisu danish. Gummi bears biscuit brownie soufflé dessert dragée. Chupa chups dragée jelly. Fruitcake powder caramels lemon drops wafer. Jelly-o dessert icing gummi bears tiramisu gummi bears sweet wafer muffin. Carrot cake sweet marshmallow gummi bears biscuit marzipan jelly. Topping soufflé lemon drops jujubes biscuit tart. Chocolate gummies jujubes lemon drops muffin lemon drops halvah dessert.
  723.  
  724. </div>
  725. </div>
  726.  
  727. <div id="pop4" class="popup_block">
  728.  
  729. <div id="left"><img src="https://i.imgur.com/A3NANW7.gif"></div>
  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="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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement