Advertisement
alicescreed

toendwar;

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