Advertisement
alicescreed

clippingwings

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