alicescreed

delicateheartiisms

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