Advertisement
alicescreed

oragadian

Jul 18th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.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="#adadad">
  17. <meta name="color:bold" content="#28513d">
  18. <meta name="color:italic" content="#9e1510">
  19. <meta name="color:links" content="#7e8b77">
  20. <meta name="color:borders" content="#555b58">
  21. <meta name="color:hover link" content="#e7e7e7">
  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=Notable&family=Roboto+Condensed&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 Condensed', sans-serif;
  85. color: {color:text};
  86. font-size: 8pt;
  87. letter-spacing: 0px;
  88. background-color:#000000;
  89. background-image: url('https://i.imgur.com/4IkEYAx.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. display: block;
  103. color: #fff;
  104. background-image: url('https://i.imgur.com/Z4VKVWt.gif');
  105. background-attachment: fixed;
  106. background-repeat: repeat;
  107. background-position: center;
  108. text-align: center;
  109. font-style: italic;
  110. box-shadow: 2px 2px 5px #000;
  111. font-family: 'Roboto Condensed', sans-serif;
  112. letter-spacing: 1px;
  113. text-shadow: 1px 1px 5px black;
  114. border: 4px double{Color:Borders};
  115. padding: 10px;
  116. font-size: 22pt;
  117. margin-bottom: 5px;
  118. }
  119.  
  120. ::-webkit-scrollbar-thumb:vertical {
  121. background-color: {color:scrollbar};
  122. height:auto;
  123. }
  124.  
  125. ::-webkit-scrollbar-thumb:horizontal {
  126. background-color: {color:scrollbar};
  127. height:2px;
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. height:2px;
  132. width:2px;
  133. background-color:transparent;
  134. }
  135.  
  136.  
  137. a {
  138. text-decoration: none;
  139. color: {color:links};
  140. font-size: 13pt;
  141. line-height: 19pt;
  142. transition-duration: 0.6s;
  143. -moz-transition-duration: 0.6s;
  144. -webkit-transition-duration: 0.6s;
  145. -o-transition-duration: 0.6s;
  146. font-family: 'Roboto Condensed', sans-serif;
  147. font-weight: bold;
  148. letter-spacing: 1px;
  149. text-shadow: 1px 1px 3px black;
  150. }
  151.  
  152.  
  153. a:hover {
  154. text-decoration: none;
  155. letter-spacing: 1px;
  156. filter:blur(2px);
  157. color: {color:hover link};
  158. transition-duration: 0.6s;
  159. -moz-transition-duration: 0.6s;
  160. -webkit-transition-duration: 0.6s;
  161. -o-transition-duration: 0.6s;
  162. }
  163.  
  164. small, sup, sub {
  165. font-size: 100%;
  166. }
  167.  
  168. b, strong {
  169. text-shadow: 1px 1px 4px black;
  170. padding-left: 2px;
  171. padding-right: 2px;
  172. color:{color:bold};
  173. letter-spacing: 0px;
  174. font-size: 12pt;
  175. font-family: 'Notable', sans-serif;
  176. }
  177.  
  178. i, em {
  179. text-shadow: 1px 1px 4px black;
  180. color:{color:italic};
  181. font-style: italic;
  182. font-family: 'Roboto Condensed', sans-serif;
  183. letter-spacing: 1px;
  184. padding-left:5px;
  185. padding-right: 5px;
  186. padding-top: 10px;
  187. padding-bottom: 10px;
  188. font-size: 13pt;
  189. }
  190.  
  191.  
  192.  
  193.  
  194. h2 {
  195. text-shadow: 1px 1px 5px black;
  196. font-family: 'Roboto Condensed', 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. color: {color:bold};
  207. margin-top: 10px;
  208. background-image: url('https://i.imgur.com/Z4VKVWt.gif');
  209. text-align: center;
  210. letter-spacing: 1px;
  211. text-shadow: 1px 1px #000;
  212. transition-duration: 0.6s;
  213. -moz-transition-duration: 0.6s;
  214. -webkit-transition-duration: 0.6s;
  215. -o-transition-duration: 0.6s;
  216. font-size:14pt;
  217. border: 4px double{Color:Borders};
  218. }
  219.  
  220. #info a {
  221. color: {color:Bold};
  222. font-size: 12pt;
  223. text-shadow: 1px 1px 3px #000;
  224. font-weight:bold;
  225. }
  226.  
  227. #h1 {
  228. text-align: center;
  229. font-family: 'Roboto Condensed', sans-serif;
  230. padding: 10px;
  231. text-shadow: 1px 1px 4px #000;
  232. line-height: 110%;
  233. font-size: 18pt;
  234. background-position: center;
  235. margin-bottom: 5px;
  236. }
  237.  
  238. #sidebar {
  239. margin-left:1005px;
  240. width: 190px;
  241. font-size: 10pt;
  242. margin-top: 47px;
  243. position: fixed;
  244. }
  245.  
  246. #description {
  247. height:90px;
  248. font-size: 10px;
  249. line-height: 14px;
  250. overflow: auto;
  251. }
  252.  
  253. #audio {
  254. text-align: center;
  255. font-size: 8pt;
  256. line-height: 9pt;
  257. }
  258.  
  259.  
  260. #musicinfo {
  261.  
  262. text-transform: uppercase;
  263. margin-top:10px;
  264. }
  265.  
  266. blockquote {
  267. border-left: 5px solid {color:links};
  268. color: gray;
  269. background-color: #0e0e0e;
  270. padding: 5px;
  271. font-size: 95%
  272. }
  273.  
  274. blockquote img {
  275. max-width: 100%;
  276. display: block;
  277. height: auto
  278. }
  279.  
  280. img {
  281. max-width: 100%;
  282. display: block;
  283. height: auto
  284. }
  285.  
  286.  
  287. ol.notes {
  288. text-align: left;
  289. list-style: upper-roman;
  290. padding: 10px;
  291.  
  292. }
  293.  
  294.  
  295. #info a:hover {
  296. color: {color:bold};
  297. }
  298.  
  299. #credit {
  300. right:10px;
  301. bottom:7px;
  302. padding:5px;
  303. font-size:10px;
  304. position:fixed;
  305. background-image: url('https://i.imgur.com/Z4VKVWt.gif');
  306. text-align: center;
  307. font-style: italic;
  308. font-family: 'Roboto Condensed', sans-serif;
  309. letter-spacing: 1px;
  310. border: 4px double {Color:Borders};
  311. padding: 5px;
  312. font-size: 120%;
  313. margin-bottom: 5px;
  314. transition-duration: 0.6s;
  315. -moz-transition-duration: 0.6s;
  316. -webkit-transition-duration: 0.6s;
  317. -o-transition-duration: 0.6s;
  318. }
  319.  
  320.  
  321. #credit a {
  322. font-family: 'Roboto Condensed', sans-serif;
  323. color:#fff;
  324. padding:5px;
  325. letter-spacing:1px;
  326. text-decoration:none;
  327. font-weight:bold;
  328. }
  329.  
  330. #tags a {
  331. font-family: verdana;
  332. font-weight: bold;
  333. font-size: 8px;
  334. line-height: 6px;
  335. color: gray;
  336. text-transform: uppercase;
  337. text-shadow: 1px 1px 1px #000;
  338. }
  339.  
  340. #post {
  341. width: 400px;
  342. margin-bottom: 25px;
  343. }
  344.  
  345. #posts {
  346. width: 400px;
  347. background-color: #000000;
  348. height: auto;
  349. border-left: 3px solid #555b58;
  350. border-right: 3px solid #555b58;
  351. overflow-y: auto;
  352. margin-top: 30px;
  353. padding: 25px;
  354. position: absolute;
  355. margin-left:518px;
  356. }
  357.  
  358. #ask a {
  359. color: {color:italic};
  360. font-size:20pt;
  361. }
  362.  
  363. #ask {
  364. background-image: url('https://i.imgur.com/Z4VKVWt.gif');
  365. background-repeat: repeat;
  366. text-align: center;
  367. color: {Color:Bold};
  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: 20px;
  376. text-align: center;
  377. }
  378.  
  379. #pa a {
  380. text-shadow: 1px 1px 5px #000;
  381. color: gray;
  382. font-family: 'Roboto Condensed', sans-serif;
  383. text-transform: uppercase;
  384. font-size: 15pt;
  385. }
  386.  
  387. #links {
  388. position: fixed;
  389. text-align: left;
  390. margin-top: 40px;
  391. margin-left: 1170px;
  392. width: 400px;
  393. line-height: 14pt;
  394. transition-duration: 0.6s;
  395. -moz-transition-duration: 0.6s;
  396. -webkit-transition-duration: 0.6s;
  397. -o-transition-duration: 0.6s;
  398. }
  399.  
  400. #links a {
  401. font-weight: bold;
  402. filter:blur(0px);
  403. animation: spin 6s;
  404. animation-direction: alternate;
  405. animation-iteration-count: infinite;
  406. transition-duration: 1s;
  407. -moz-transition-duration: 1s;
  408. -webkit-transition-duration:1s;
  409. -o-transition-duration: 1s;
  410. text-shadow: 2px 2px 4px #000;
  411. font-size: 14pt;
  412. line-height: 16pt;
  413. font-family: 'Notable', sans-serif;
  414. }
  415.  
  416.  
  417. #links a:hover {
  418. filter:blur(3px); transition-duration: 0.6s;
  419. -moz-transition-duration: 0.6s;
  420. -webkit-transition-duration: 0.6s;
  421. -o-transition-duration: 0.6s;
  422.  
  423. }
  424.  
  425. #li {
  426. width: 190px;
  427. text-align: center;
  428. }
  429.  
  430. #fade {
  431. display: none;
  432. background-color: #000;
  433. position: fixed;
  434. left: 0;
  435. top: 0;
  436. width: 100%;
  437. height: 100%;
  438. opacity: .7;
  439. z-index: 9999;
  440. }
  441.  
  442. .popup_block{
  443. display: none;
  444. padding: 20px;
  445. position: fixed;
  446. top: 50%;
  447. left: 50%;
  448. background-color: #000000;
  449. z-index: 99999;
  450. outline: 3px solid {Color:Borders};
  451. box-shadow: 2px 2px 5px gray;
  452. }
  453.  
  454. img.btn_close {
  455. float: right;
  456. margin: -55px -55px 0 0;
  457. }
  458.  
  459. *html #fade {
  460. position: absolute;
  461. }
  462.  
  463. *html .popup_block {
  464. position: absolute;
  465. }
  466.  
  467.  
  468. #poplinks {
  469.  
  470. color: #fff;
  471. background-position: left;
  472. text-shadow: 1px 1px 3px #000;
  473. background-image: url('https://i.imgur.com/Z4VKVWt.gif');
  474. background-attachment:fixed;
  475. background-position: top right;
  476. background-repeat:repeat;
  477. text-align: center;
  478. font-family: verdana;
  479. border: 4px double {color:borders};
  480. padding: 2px;
  481. font-size: 8pt;
  482. font-weight: bold;
  483. text-transform: uppercase;
  484. margin-bottom: 5px;
  485. margin-top: 5px;
  486.  
  487. }
  488.  
  489. #poplinks a {
  490. text-align: center;
  491. font-family: verdana;
  492. font-size: 8pt;
  493. font-weight: bold;
  494. text-transform: uppercase;
  495. text-shadow: 1px 1px 3px #000;
  496. color: #fff;
  497. }
  498.  
  499. #poph1 {
  500.  
  501. color: #fff;
  502. background-position: center;
  503. text-shadow: 1px 1px 3px #000;
  504. background-image: url('https://i.imgur.com/Z4VKVWt.gif');
  505. background-attachment:fixed;
  506. background-repeat:repeat;
  507. text-align: center;
  508. font-family: verdana;
  509. border: 4px double {color:borders};
  510. padding: 5px;
  511. font-size: 8pt;
  512. font-weight: bold;
  513. text-transform: uppercase;
  514. margin-bottom: 10px;
  515. }
  516.  
  517.  
  518. </style>
  519.  
  520. </head>
  521.  
  522. <body>
  523.  
  524. <div id="sidebar">
  525. <div id="description">
  526. {Description}<p>
  527. </div>
  528. <div id="li">
  529. <a href="/" title="return">I.</a>
  530. <a href="/ask" title="ask">II.</a>
  531. <a href="#?w=400" rel="pop1" class="poplight" title="{text:pop1 title}">III.</a>
  532. <a href="#?w=400" rel="pop2" class="poplight" title="{text:pop2 title}">IV.</a>
  533. <a href="#?w=400" rel="pop3" class="poplight" title="{text:pop3 title}">V.</a>
  534. <a href="#?w=400" rel="pop4" class="poplight" title="{text:pop4 title}">VI.</a>
  535. <a href="#?w=400" rel="pop5" class="poplight" title="{text:pop5 title}">VII.</a></div>
  536. <div id="pa">{block:Pagination}
  537. {block:PreviousPage}
  538. <a href="{PreviousPage}">back</a> /
  539. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
  540. {/block:NextPage}
  541. {/block:Pagination}</div>
  542. </div>
  543.  
  544. <div id="posts">
  545.  
  546.  
  547. {block:Posts}<div id="post">
  548.  
  549.  
  550.  
  551. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  552.  
  553. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  554.  
  555. {Caption} {/block:Caption}{/block:Photo}
  556.  
  557. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  558.  
  559. {/block:Photoset}
  560.  
  561. {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}
  562.  
  563. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  564.  
  565. {Description}{/block:Description}{/block:Link}
  566.  
  567. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  568.  
  569. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  570.  
  571. {block:Audio}
  572. <div id="audio">
  573. {block:TrackName}
  574. <div id="musicinfo" style="margin-top: 5px;">
  575. {AudioPlayerGrey} <br>
  576. {TrackName} by
  577. {/block:TrackName}
  578. {block:Artist}
  579. {Artist}
  580. {/block:Artist}
  581.  
  582. </div>
  583. </div>
  584. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  585. {/block:Audio}
  586.  
  587.  
  588. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  589.  
  590. {block:Answer}
  591. <div id="ask">
  592. <center>
  593. <img src="{AskerPortraitURL-128}" width="64" style="border-radius: 100px; box-shadow: 3px 3px 5px #000; margin-bottom: 6px;"></center>
  594. {Asker} asked,<br>
  595. {Question}
  596. </div>
  597. {Answer}{/block:Answer}
  598.  
  599. <div id="info">
  600. <a title="{TimeAgo}" title="{TimeAgo}">{Timeago}️</a> || <a href="{Permalink}" title="{NoteCount} notes">{notecount}️</a> || <a href="{ReblogURL}" title="reblog">reblog️</a>
  601. <div id="tags">
  602. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
  603. {/block:Tags}{/block:HasTags}
  604. </div>
  605. </div>
  606.  
  607.  
  608. </div>
  609. {block:PostNotes}<Div style="width: 400px;">
  610.  
  611.  
  612. {PostNotes}</div>{/block:PostNotes}
  613. {/block:Posts}</div>
  614.  
  615.  
  616. <div id="credit">
  617. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  618. </div>
  619.  
  620.  
  621. <div id="pop1" class="popup_block">
  622.  
  623.  
  624.  
  625. <div style="height: 360px; overflow: auto;">
  626.  
  627. <div id="poph1">cupcake ipsum</div>
  628.  
  629. 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.
  630.  
  631. <div id="poph1">cupcake ipsum</div>
  632.  
  633. 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.
  634.  
  635.  
  636. </div>
  637. </div>
  638.  
  639. <div id="pop2" class="popup_block">
  640.  
  641.  
  642. <div style="height: 360px; overflow: auto;">
  643.  
  644. <!--insert pop-up content html here for pop2
  645.  
  646. <div id="poph1">poph1</div> is the code for the special mini headers!!
  647. -->
  648.  
  649. <div id="poph1">cupcake ipsum</div>
  650. 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.
  651.  
  652. <div id="poph1">cupcake ipsum</div>
  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. <div id="poph1">cupcake ipsum</div>
  656. 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.
  657.  
  658. </div>
  659. </div>
  660.  
  661. <div id="pop3" class="popup_block">
  662.  
  663.  
  664. <div style="height: 360px; overflow: auto;">
  665. <!--insert pop-up content html here for pop3
  666.  
  667. <div id="poph1">poph1</div> is the code for the special mini headers!!
  668. -->
  669.  
  670. <div id="poph1">cupcake ipsum</div>
  671. 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.
  672.  
  673. <div id="poph1">cupcake ipsum</div>
  674. 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.
  675.  
  676. <div id="poph1">cupcake ipsum</div>
  677. 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.
  678.  
  679. </div>
  680. </div>
  681.  
  682. <div id="pop4" class="popup_block">
  683.  
  684.  
  685. <div style="height: 360px; overflow: auto;">
  686. <!--insert pop-up content html here for pop3
  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="pop5" class="popup_block">
  705.  
  706.  
  707.  
  708. <div style="height: 360px; overflow: auto;">
  709. <!--insert pop-up content html here for pop3
  710.  
  711. <div id="poph1">poph1</div> is the code for the special mini headers!!
  712. -->
  713.  
  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. <div id="poplinks"><a href="/">title</a></div>
  728.  
  729. </div>
  730. </div>
  731.  
  732.  
  733. </body>
  734.  
  735.  
  736.  
  737. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement