alicescreed

empiresfall

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