Advertisement
alicescreed

materiabladed

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