Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:text" content="#ffffff">
- <meta name="color:scrollbar" content="#4c4c4c">
- <meta name="color:bold" content="#767676">
- <meta name="color:italic" content="#6b2a1e">
- <meta name="color:links" content="#970500">
- <meta name="color:borders" content="#4c4c4c">
- <meta name="color:hover link" content="#adadad">
- <meta name="text:pop1 link title" content="link1">
- <meta name="text:pop2 link title" content="link2">
- <meta name="text:pop3 link title" content="link3">
- <meta name="text:pop4 link title" content="link4">
- <meta name="text:pop5 link title" content="link5">
- <link href="https://fonts.googleapis.com/css2?family=IM+Fell+French+Canon+SC&family=Source+Code+Pro&display=swap" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- body {
- font-family: 'Source Code Pro', monospace;
- color: {color:text};
- font-size: 9pt;
- letter-spacing: 0px;
- background-color:#0b0b0b;
- background-image: url('https://i.imgur.com/nXgMY1j.png');
- background-position: top-right;
- background-repeat: no-repeat;
- background-attachment: fixed;
- line-height: 12pt;
- text-align: justify;
- }
- #s-m-t-tooltip{
- position: absolute;
- z-index: 999999999999999999999999999999999999999999999999999999999999;
- margin-top: 10px;
- margin-left: 5px;
- display: block;
- color: #fff;
- background-image: url('https://66.media.tumblr.com/cc588bbaa0b5dd399db0e53384d116d5/tumblr_olw5qbaSFs1s1bwvio1_500.gifv');
- background-position: center;
- text-align: center;
- font-style: italic;
- box-shadow: 2px 2px 5px #000;
- font-family: 'IM Fell French Canon SC', serif;
- letter-spacing: 1px;
- text-shadow: 1px 1px 5px #000;
- border: 1px dashed {color:borders};
- padding: 10px;
- font-size: 22pt;
- margin-bottom: 5px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scrollbar};
- height:2px;
- }
- ::-webkit-scrollbar {
- height:1px;
- width:1px;
- background-color: transparent;
- }
- a {
- text-decoration: none;
- color: {color:links};
- font-size: 18pt;
- line-height: 19pt;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- font-family: 'IM Fell French Canon SC', serif;
- letter-spacing: 1px;
- text-shadow: 1px 1px 4px #000;
- }
- a:hover {
- text-decoration: none;
- filter:blur(2px);
- letter-spacing: 1px;
- color: {color:hover link};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- font-family: 'IM Fell French Canon SC', serif;
- }
- small, sup, sub {
- font-size: 100%;
- }
- b, strong {
- text-shadow: 1px 1px 4px #000;
- padding-left: 2px;
- padding-right: 2px;
- color:{color:bold};
- letter-spacing: 0px;
- font-size: 16pt;
- font-family: 'IM Fell French Canon SC', serif;
- }
- i, em {
- text-shadow: 1px 1px 4px #000;
- color:{color:italic};
- font-family: 'IM Fell French Canon SC', serif;
- letter-spacing: 1px;
- padding-left:5px;
- padding-right: 5px;
- padding-top: 10px;
- padding-bottom: 10px;
- font-size: 22pt;
- }
- h2 {
- text-shadow: 1px 1px 5px #000;
- color: #fff;
- font-family: 'IM Fell French Canon SC', serif;
- font-size: 16pt;
- font-weight: bold;
- line-height: 120%;
- letter-spacing: 1px;
- }
- #info {
- padding: 10px;
- margin-top: 10px;
- background-image: url('https://66.media.tumblr.com/cc588bbaa0b5dd399db0e53384d116d5/tumblr_olw5qbaSFs1s1bwvio1_500.gifv');
- text-align: center;
- color: #fff;
- letter-spacing: 1px;
- text-shadow: 1px 1px #000;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- font-size:14pt;
- border: 1px dashed {color:borders};
- }
- #info a {
- font-size: 30pt;
- text-shadow: 1px 1px 3px #000;
- font-weight:bold;
- }
- #h1 {
- text-align: center;
- color: #fff;
- font-family: 'IM Fell French Canon SC', serif;
- padding: 10px;
- text-shadow: 1px 1px 4px #000;
- line-height: 110%;
- font-size: 18pt;
- background-position: center;
- margin-bottom: 5px;
- }
- #sidebar {
- margin-left:197px;
- width: 110px;
- font-size: 10pt;
- margin-top: 182px;
- position: fixed;
- background-color: transparent;
- }
- #description {
- height:135px;
- font-size: 10px;
- line-height: 14px;
- padding-right: 5px;
- overflow: auto;
- }
- #audio {
- text-align: center;
- font-size: 8pt;
- line-height: 9pt;
- }
- #musicinfo {
- text-transform: uppercase;
- margin-top:10px;
- }
- blockquote {
- border: 10px dashed transparent;
- border-image:url('https://66.media.tumblr.com/cc588bbaa0b5dd399db0e53384d116d5/tumblr_olw5qbaSFs1s1bwvio1_500.gifv') 10 round;
- outline: 1px dashed {color:borders};
- background-color: #040404;
- color: #bcbcbc;
- padding: 5px;
- font-size: 95%
- }
- blockquote img {
- max-width: 100%;
- display: block;
- height: auto
- }
- img {
- max-width: 100%;
- display: block;
- height: auto
- }
- ol.notes {
- text-align: left;
- list-style: upper-roman;
- padding: 10px;
- }
- #info a:hover {
- color: {color:bold};
- }
- #credit {
- right:10px;
- bottom:7px;
- padding:5px;
- font-size:10px;
- position:fixed;
- background-image: url('https://66.media.tumblr.com/cc588bbaa0b5dd399db0e53384d116d5/tumblr_olw5qbaSFs1s1bwvio1_500.gifv');
- text-align: center;
- font-style: italic;
- font-family: 'IM Fell French Canon SC', serif;
- letter-spacing: 1px;
- border: 1px {color:borders};
- border-style: dashed;
- padding: 5px;
- font-size: 120%;
- margin-bottom: 5px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #credit a {
- font-family: 'IM Fell French Canon SC', serif;
- color:#fff;
- padding:5px;
- letter-spacing:1px;
- text-decoration:none;
- font-weight:bold;
- }
- #tags a {
- font-family: verdana;
- font-weight: bold;
- font-size: 8px;
- line-height: 6px;
- color: #fff;
- text-transform: uppercase;
- text-shadow: 1px 1px 1px #000;
- }
- #post {
- width: 400px;
- margin-bottom: 25px;
- }
- #posts {
- width: 400px;
- padding-right: 15px;
- height: 560px;
- overflow-y: auto;
- margin-top: 35px;
- position: absolute;
- background-color: transparent;
- margin-left:360px;
- }
- #ask a {
- font-size:20pt;
- }
- #ask {
- background-image: url('https://66.media.tumblr.com/cc588bbaa0b5dd399db0e53384d116d5/tumblr_olw5qbaSFs1s1bwvio1_500.gifv');
- text-align: center;
- color: #fff;
- padding: 10px;
- height: auto;
- border: 1px dashed {color:borders};
- background-color: #040404;
- text-shadow: 1px 1px 2px #000;
- }
- #pa { margin-top: 20px;
- text-align: center;
- }
- #pa a {
- text-shadow: 1px 1px 5px #000;
- color: #fff;
- font-family: 'IM Fell French Canon SC', serif;
- text-transform: uppercase;
- font-size: 15pt;
- }
- #links {
- position: fixed;
- margin-left:800px;
- text-align: left;
- margin-top: 20px;
- width: 500px;
- line-height: 14pt;
- }
- #links a {
- font-weight: bold;
- font-size: 16pt;
- color: #fff;
- line-height: 16pt;
- font-family: 'Source Code Pro', monospace;
- }
- #desctitle {
- padding: 4px;
- font-family: verdana;
- text-transform: uppercase;
- font-size: 8px;
- text-shadow: 1px 1px 3px #000;
- color: #fff;
- font-weight: bold;
- border: 1px dashed {color:borders};
- text-align: center;
- background-position: center;
- background-image: url('https://66.media.tumblr.com/cc588bbaa0b5dd399db0e53384d116d5/tumblr_olw5qbaSFs1s1bwvio1_500.gifv');
- }
- #fade {
- display: none;
- background: #000;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .5;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- padding: 20px;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- background-color: #0c0c0c;
- border: 20px solid transparent;
- border-image:url('https://66.media.tumblr.com/cc588bbaa0b5dd399db0e53384d116d5/tumblr_olw5qbaSFs1s1bwvio1_500.gifv') 30 round;
- outline: 1px dashed {color:borders};
- box-shadow: 2px 2px 5px #000;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #poplinks {
- color: #fff;
- background-position: left;
- text-shadow: 1px 1px 3px #000;
- background-image: url('https://i.imgur.com/40Iawpu.png');
- background-attachment:fixed;
- background-position: top right;
- background-repeat:repeat;
- text-align: center;
- font-family: verdana;
- border: 1px dashed {color:borders};
- padding: 2px;
- font-size: 8pt;
- font-weight: bold;
- text-transform: uppercase;
- margin-bottom: 5px;
- margin-top: 5px;
- }
- #poplinks a {
- text-align: center;
- font-family: verdana;
- font-size: 8pt;
- font-weight: bold;
- text-transform: uppercase;
- text-shadow: 1px 1px 3px #000;
- color: #fff;
- }
- #poph1 {
- color: #fff;
- background-position: center;
- text-shadow: 1px 1px 3px #000;
- background-image: url('https://i.imgur.com/40Iawpu.png');
- background-attachment:fixed;
- background-repeat:repeat;
- text-align: center;
- font-family: verdana;
- border: 1px dashed {color:borders};
- padding: 5px;
- font-size: 8pt;
- font-weight: bold;
- text-transform: uppercase;
- margin-bottom: 10px;
- }
- #left {
- float:left;
- margin-right: 10px;
- height: 450px;
- width: 200px;
- }
- #name {
- font-family: 'IM Fell French Canon SC', serif;
- color: {color:links};
- text-shadow: 1px 1px 2px #000;
- font-size: 24pt;
- line-height: 30pt;
- text-align: left;
- margin-top: 5px;
- }
- #muselinks {
- height: 150px;
- overflow: auto;
- padding-right: 5px;
- }
- #subtitle {
- font-size: 10px;
- text-align: center;
- text-transform: uppercase;
- }
- </style>
- </head>
- <body>
- <div id="links">
- <a href="/" title="return">01.</a><br>
- <a href="#?w=550" rel="askme" class="poplight" title="message">02.</a><br>
- <a href="#?w=550" rel="pop1" class="poplight" title="{text:pop1 link title}">03.</a><br>
- <a href="#?w=550" rel="pop2" class="poplight" title="{text:pop2 link title}">04.</a><br>
- <a href="#?w=550" rel="pop3" class="poplight" title="{text:pop3 link title}">05.</a><br>
- <a href="#?w=550" rel="pop4" class="poplight" title="{text:pop4 link title}">06.</a><br>
- <a href="#?w=500" rel="pop5" class="poplight" title="{text:pop5 link title}">07.</a><br>
- </div>
- <div id="sidebar">
- <div id="desctitle" style="margin-bottom: 5px;">{title}</div>
- <div id="description">
- {Description}
- </div>
- <div id="pa">{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">fall</a> /
- {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- <div id="posts">
- {block:Posts}<div id="post">
- {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
- {Caption} {/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {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}
- {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
- {Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
- {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div id="audio">
- {block:TrackName}
- <div id="musicinfo" style="margin-top: 5px;">
- {AudioPlayerGrey} <br>
- {TrackName} by
- {/block:TrackName}
- {block:Artist}
- {Artist}
- {/block:Artist}
- </div>
- </div>
- {block:caption}<div id="caption">{Caption} </div>{/block:caption}
- {/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div id="ask">
- <center>
- <img src="{AskerPortraitURL-128}" width="64" style="border-radius: 100px; box-shadow: 3px 3px 5px #000; margin-bottom: 6px;"></center>
- {Asker} asked,<br>
- {Question}
- </div>
- {Answer}{/block:Answer}
- <div id="info">
- <a title="{TimeAgo}" title="{TimeAgo}">✖</a> <a href="{Permalink}" title="{NoteCount} notes">✖</a> <a href="{ReblogURL}" title="reblog">✖</a>
- <div id="tags">
- {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}{/block:HasTags}
- </div>
- </div>
- </div>
- {block:PostNotes}<Div style="width: 400px;">
- {PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div>
- <div id="credit">
- <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
- </div>
- <div id="askme" class="popup_block">
- <div id="poph1">ask</div>
- <iframe frameborder="0"
- height="190"
- id="ask_form"
- scrolling="no"
- src="https://www.tumblr.com/ask_form/truedeaths.tumblr.com"
- width="400">
- </iframe>
- </div>
- <div id="pop1" class="popup_block">
- <div id="left">
- <img src="https://66.media.tumblr.com/6b357ea67b1e6075e9146dcdcfa8ab7a/4a354985b25fd0bb-37/s250x400/d101323738c918c3aa02726fe88d87c8aa03be9b.png">
- <div id="name">first last</div>
- <div id="subtitle">detail. detail. detail.</div>
- <div id="muselinks">
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- </div>
- </div>
- <div style="height: 450px; overflow: auto; padding-right: 10px;">
- <div id="poph1">cupcake ipsum</div>
- 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.
- <div id="poph1">cupcake ipsum</div>
- 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.
- <div id="poph1">cupcake ipsum</div>
- 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.
- <!--insert pop-up content html here for pop1
- <div id="poph1">poph1</div> is the code for the special mini headers!!
- -->
- </div>
- </div>
- <div id="pop2" class="popup_block">
- <div id="left">
- <img src="https://i.imgur.com/AKl2zpT.png">
- <div id="name">first last</div>
- <div id="subtitle">detail. detail. detail.</div>
- <div id="muselinks">
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- </div>
- </div>
- <div style="height: 450px; overflow: auto; padding-right: 10px;">
- <!--insert pop-up content html here for pop2
- <div id="poph1">poph1</div> is the code for the special mini headers!!
- -->
- <div id="poph1">cupcake ipsum</div>
- 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.
- <div id="poph1">cupcake ipsum</div>
- 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.
- <div id="poph1">cupcake ipsum</div>
- 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.
- </div>
- </div>
- <div id="pop3" class="popup_block">
- <div id="left">
- <img src="https://i.imgur.com/1IhQukx.png">
- <div id="name">first last</div>
- <div id="subtitle">detail. detail. detail.</div>
- <div id="muselinks">
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- </div>
- </div>
- <div style="height: 450px; overflow: auto; padding-right: 10px;">
- <!--insert pop-up content html here for pop3
- <div id="poph1">poph1</div> is the code for the special mini headers!!
- -->
- <div id="poph1">cupcake ipsum</div>
- 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.
- <div id="poph1">cupcake ipsum</div>
- 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.
- <div id="poph1">cupcake ipsum</div>
- 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.
- </div>
- </div>
- <div id="pop4" class="popup_block">
- <div id="left">
- <img src="https://i.imgur.com/AmuP4ts.png">
- <div id="name">first last</div>
- <div id="subtitle">detail. detail. detail.</div>
- <div id="muselinks">
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- <div id="poplinks"><a href="/">link</a></div>
- </div>
- </div>
- <div style="height: 450px; overflow: auto; padding-right: 10px;">
- <!--insert pop-up content html here for pop3
- <div id="poph1">poph1</div> is the code for the special mini headers!!
- -->
- <div id="poph1">cupcake ipsum</div>
- 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.
- <div id="poph1">cupcake ipsum</div>
- 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.
- <div id="poph1">cupcake ipsum</div>
- 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.
- </div>
- </div>
- <div id="pop5" class="popup_block">
- <div style="height: 450px; overflow: auto; padding-right: 10px;">
- <!--insert pop-up content html here for pop3
- <div id="poph1">poph1</div> is the code for the special mini headers!!
- -->
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- <div id="poplinks"><A href="/">link title</A></div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement