Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME 09 [PETIT MIGNON] by saisei-themes @ tumblr
- - do not repost
- - do not claim as your own
- - do not use as base
- - enjoy !
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script type="text/javascript"
- src="http://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>
- <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript">
- /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = 320;
- var newSrc = $(this).attr('src').replace('500',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/500;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- <title>{Title}</title>
- <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="image:render" content="" />
- <meta name="image:background" content="" />
- <meta name="color:background" content="#f4ecf2" />
- <meta name="color:links" content="#caedf5" />
- <meta name="color:links hover" content="#c1e9f5" />
- <meta name="color:bold" content="#f5c1da" />
- <meta name="color:italic" content="#dfdfdf" />
- <meta name="color:accent" content="#fbedf2" />
- <meta name="color:border" content="#878787" />
- <meta name="color:text" content="#b1b1b1" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:blog title" content="#fff" />
- <meta name="color:border 2" content="#f7f7f7" />
- <meta name="text:section 1 header" content="" />
- <meta name="text:section 1" content="" />
- <meta name="text:section 2 header" content="" />
- <meta name="text:section 2" content="" />
- <meta name="text:section 3 header" content="" />
- <meta name="text:section 3" content="" />
- <meta name="text:blog title size" content="75" />
- <meta name="text:font size" content="9.5" />
- <meta name="text:info symbol" content="❤︎" />
- <meta name="text:blogt" content="" />
- <meta name="text:link1 url" content="" />
- <meta name="text:link1" content="" />
- <meta name="text:link1 title" content="" />
- <meta name="text:link2 url" content="" />
- <meta name="text:link2" content="" />
- <meta name="text:link2 title" content="" />
- <meta name="text:link3 url" content="" />
- <meta name="text:link3" content="" />
- <meta name="text:link3 title" content="" />
- <meta name="text:link4 url" content="" />
- <meta name="text:link4" content="" />
- <meta name="text:link4 title" content="" />
- <meta name="text:link5 url" content="" />
- <meta name="text:link5" content="" />
- <meta name="text:link5 title" content="" />
- <meta name="if:music player" content="1" />
- <meta name="if:show captions" content="1" />
- <meta name="if:grayscale" content="0" />
- <meta name="if:photo fade" content="1" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- /* POPUP BOXES */
- .popup_block{
- display:none;
- background:{color:posts};
- padding:20px;
- border:5px solid {color:accent};
- outline: 1px solid {color:border};
- float:left;
- position: fixed;
- top:50%;left:50%;
- z-index: 99999;
- font-size: {text:font size}px;
- height: 400px;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.2; /* change to opacity:1; */
- }
- #popheading {
- font-size: 35px;
- font-family: 'radiometry';
- color: {color:border};
- border-bottom: 1px solid {color:border2};
- padding-bottom: 5px;
- padding-top: 5px;
- margin-bottom: 10px;
- }
- /* CUSTOM FONT */
- @font-face {font-family: "radiometry";src: url('https://dl.dropboxusercontent.com/s/d02uy9pnixyjzxo/radiometry.ttf?dl=1'); format("truetype");}
- /* SCROLLBAR */
- ::-webkit-scrollbar{ width: 0px; }
- #entries::-webkit-scrollbar{ width: 7px; }
- #entries::-webkit-scrollbar-thumb{ background-color: {color:border}; }
- #entries::-webkit-scrollbar-track { background-color: {color:background}; }
- /* TEXT STUFF */
- h1, h2 {
- font-size: 25px;
- font-family: 'radiometry';
- }
- small, sup, sub {
- font-size: {text:font size}px;
- }
- a {
- text-decoration: none;
- color: {color:links};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- a:hover {
- color: {color:links hover};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- b, strong {
- color: {color:bold};
- }
- i, em {
- color: {color:italic};
- }
- /* TOOLTIPS */
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 10px;
- margin-left: 20px;
- text-transform:uppercase;
- z-index:999999;
- font-family: 'Raleway', sans-serif;
- font-size: 8px;
- color: {color:posts} !important;
- background: {color:border};
- -moz-transition-duration:.80s;
- -webkit-transition-duration:.80s;
- -o-transition-duration:.80s;
- padding: 5px;
- letter-spacing: 1px;
- }
- /*BLOCKQUOTES */
- blockquote {
- border-left: 1px solid {color:border2};
- padding: 4px 4px 4px 10px;
- margin-left: 0px;
- }
- /* BODY */
- body {
- background: url('{image:background}');
- background-color: {color:background};
- margin: 0px;
- padding: 0px;
- color: {color:text};
- font-family: raleway;
- font-size: {text:font size}px;
- overflow-x: hidden;
- overflow-y: hidden;
- }
- #skeleton {
- position: absolute;
- width: auto;
- margin-left: 360px;
- margin-right: 360px;
- margin-top: 150px;
- }
- /* RENDER
- adjust position with margin-top, margin-right, margin-bottom, -margin-left properties if needed. keep in mind that you can use negative and positive values. make render image with the height and width shown in the code for the same results as in preview. if not, change height and width accordingly in the code to match your render. */
- #render {
- position: relative;
- background: url('{image:render}') no-repeat center;
- background-size: contain;
- height: 400px;
- width: 500px;
- z-index: 0;
- margin-top: -220px;
- margin-left: 10px;
- opacity: .9;
- }
- /* BLOG TITLE */
- #blogt {
- width: 370px;
- font-family: 'radiometry';
- font-size: {text:blog title size}px;
- color: {color:blog title};
- position: absolute;
- margin-top: -40px;
- z-index: 100;
- letter-spacing: 2px;
- text-align: right;
- -webkit-text-fill-color: {color:blog title}; /* Will override color (regardless of order) */
- -webkit-text-stroke-width: 1px;
- -webkit-text-stroke-color: {color:border};
- }
- /* ENTRIES AND POSTS */
- #box {
- width: 340px;
- padding: 10px;
- position: relative;
- background: {color:posts};
- margin-top: 0px;
- height: 280px;
- border: 5px solid {color:accent};
- outline: 1px solid {color:border};
- }
- #entries {
- width: 340px;
- height: 280px;
- position: relative;
- overflow-y: scroll;
- overflow-x: hidden;
- }
- #posts {
- width: 320px;
- margin-bottom: 40px;
- line-height: 15px;
- letter-spacing: .5px;
- font-size: {text:font size}px;
- }
- /* POST IMAGES */
- #posts img {
- max-width: 320px;
- height: auto;
- {block:ifPhotoFade}
- opacity: .7;
- {/block:ifPhotoFade}
- {block:ifGrayscale}-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
- filter: grayscale(100%);{/block:ifGrayscale}
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #posts img:hover, iframe.photoset:hover {
- {block:ifPhotoFade}opacity: 1;{/block:ifPhotoFade}
- {block:ifGrayscale}-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
- filter: grayscale(0%);{/block:ifGrayscale}
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- iframe.photoset {
- {block:ifPhotoFade}opacity: .7;{/block:ifPhotoFade}
- {block:ifGrayscale} -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
- filter: grayscale(100%);{/block:ifGrayscale}
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- /* POST TITLE */
- #title {
- font-size: 25px;
- font-family: 'radiometry';
- color: {color:border};
- border-bottom: 1px solid {color:border 2};
- padding-bottom: 5px;
- padding-top: 10px;
- }
- /*PERMALINK */
- #info {
- border-top: 1px solid {color:border 2};
- border-bottom: 1px solid {color:border 2};
- padding: 5px;
- text-align: center;
- }
- #info a {
- color: {color:border};
- font-size: 13px;
- margin: 0px 10px 0px 10px;
- }
- #info a:hover {
- color: {color:links};
- }
- /* TAGS */
- #tags {
- margin-top: 5px;
- }
- #tags a {
- margin-right: 5px;
- }
- /* SIDEBAR */
- #boxtwo {
- width: 140px;
- height: 300px;
- background: {color:posts};
- border: 5px solid {color:accent};
- outline: 1px solid {color:border};
- position: relative;
- margin-left: 380px;
- top: -310px;
- }
- #boxc {
- height: 290px;
- padding: 0px 5px 5px 5px;
- margin-top: 5px;
- font-size: 10px;
- text-align: justify;
- font-family: 'Raleway';
- text-align: justify;
- overflow-y: scroll;
- letter-spacing: .5px;
- }
- #boxcc {
- margin-bottom: 5px;
- }
- #header {
- position: relative;
- padding: 5px;
- font-size: 12px;
- font-family: 'raleway';
- text-transform: uppercase;
- color: {color:border};
- border-bottom: 1px solid {color:border 2};
- letter-spacing: .5px;
- margin-bottom: 5px;
- }
- /* LINKS */
- #links {
- position: absolute;
- z-index: 150;
- margin-left: -90px;
- margin-top: -250px;
- }
- #links a {
- display: inline-block;
- color: {color:links};
- transition: ease-in-out 1s;
- }
- #links a:hover {
- transition: ease-in-out 1s;
- -webkit-transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- #link1 {
- font-size: 70px;
- margin-top: 140px;
- margin-left: 125px;
- }
- #link2 {
- font-size: 50px;
- margin-top: -30px;
- margin-left: 100px;
- }
- #link3 {
- font-size: 30px;
- margin-top: -50px;
- margin-left: 160px;
- }
- #link4 {
- font-size: 15px;
- margin-top: -70px;
- margin-left: 100px;
- }
- #link5 {
- font-size: 30px;
- margin-top: -20px;
- margin-left: 60px;
- }
- /* PAGE NOTES AND CAPTIONS */
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width: 400px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- /* ASKS */
- .question {margin-bottom:10px;
- letter-spacing: .5px;
- border-bottom: 1px solid {color:border};
- padding: 10px;
- min-height: 35px;
- }
- .asker {
- font-weight:bold;
- }
- .a {
- margin-top:10px;
- }
- /* QUOTES */
- #quote{text-align:left;
- font-size:15px;
- line-height:21px;
- color: {color:bold};
- font-family: 'raleway';
- letter-spacing: 1px;
- }
- #source {
- margin-top:15px;
- text-align: right;
- }
- /* AUDIO */
- .audio
- {padding: 0;}
- .audio_container
- { overflow: hidden;
- position: relative;
- width: 100px;}
- .soundcloud_audio_player
- {width: 100%;}
- .tumblr_audio_player
- {width: 100%;
- opacity: .5; }
- /* CHAT */
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- #pagination {
- position: absolute;
- width: 140px;
- text-align: center;
- margin-left: 375px;
- margin-bottom: 5px;
- margin-top: -30px;
- }
- #pagination a {
- text-transform: uppercase;
- font-size: 8px;
- display: inline;
- font-size: 20px;
- }
- /* MUSIC PLAYER BY GYAPO @ TUMBLR */
- #cornerplayer
- {z-index:999;
- background-color:{color:border};
- width:50px;
- height:50px;
- border-radius:0px 50px 0px 0px;
- -moz-border-radius:0px 50px 0px 0px;
- position:fixed;
- overflow:hidden;
- bottom:0px;
- left:0px;
- -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
- #cornericon
- {margin-top:25px;
- margin-bottom:20px;
- margin-left:-5px;
- -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
- #cornerplayer:hover
- {width:200px;
- -moz-border-radius:0px;
- border-radius:0px;}
- #cornerplayer:hover #cornericon
- {margin-top:10px;
- margin-left:0px;
- margin-bottom:4px;}
- /* credit - DO NOT DELETE */
- #cred {
- background-color: {color:posts};
- font-family: 'raleway';
- font-size: 12px;
- color: {color:links};
- padding: 5px;
- width: 22px;
- border: 2px solid {color:background};
- outline: 1px solid {color:border};
- float:bottom;
- top: 95%;
- right: 10px;
- position: fixed;
- }
- #cred a {
- color: {color:links};
- font-size: 15px;
- letter-spacing: 3px;
- }
- </style>
- </head>
- <body>
- {block:ifMusicPlayer}
- <div id='cornerplayer'><center>
- <div id='cornericon'><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/></div>
- <div> MUSIC PLAYER CODE HERE </div>
- </center> </div><!--cornerplayer-->
- {/block:ifMusicPlayer}
- <div id="skeleton">
- <div id="render"></div>
- <div id="links">
- <div id="link1"><a href="{text:link1 url}" title="{text:link1 title}">{text:link1}</a></div>
- <div id="link2"><a href="{text:link2 url}" title="{text:link2 title}">{text:link2}</a></div>
- <div id="link3"><a href="#?w=400" rel="box1" class="poplight" title="{text:link3 title}">{text:link3}</a></div>
- <div id="link4"><a href="#?w=400" rel="box2" class="poplight" title="{text:link4 title}">{text:link4}</a></div>
- <div id="link5"><a href="#?w=400" rel="box3" class="poplight" title="{text:link4 title}">{text:link5}</a></div>
- </div>
- <div id="blogt">{text:blogt}</div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">≪</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">≫</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="box">
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="question">
- <div id="asker"><img src="{AskerPortraitURL-30}" style="float: left; margin-left:5px;margin-right:15px;-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px; border: 3px solid {color:border}"></div><div id="asker">{Asker} said: </div>{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="chat">{block:Lines}<div class="line">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
- {Line}</div>{/block:Lines}</div>
- {/block:Chat}
- {block:Quote}
- <div id="quote"><font color="{color:border 2}">❝</font> {Quote} <font color="{color:border 2}">❞</font></div>
- {block:Source}<div id="source"><font color="{color:border 2}">— </font> {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Audio}
- <div class="audioContainer">
- {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
- </div>
- {/block:Audio}
- {block:IfShowCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaptions}
- {block:Date}
- <div id="info">
- <a href="{Permalink}" title="{12Hour}:{Minutes} {AmPm}">{text:info symbol}︎</a>{block:NoteCount}<a href="{Permalink}" title="{NoteCount}">{text:info symbol}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">{text:info symbol}</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">{text:info symbol}</a>{/block:ContentSource}{/block:RebloggedFrom}
- </div>
- <div id="tags">{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}"># {Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
- {/block:Date}
- </div>
- {/block:Posts}
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- </div>
- <div id="boxtwo">
- <div id="boxc">
- <div id="header">{text:section 1 header}</div>
- <div id="boxcc">{text:section 1}</div>
- <div id="header">{text:section 2 header}</div>
- <div id="boxcc">{text:section 2}</div>
- <div id="header">{text:section 3 header}</div>
- <div id="boxcc">{text:section 3}
- </div>
- </div>
- </div>
- </div>
- <div id="cred"><a href="http://www.saisei-themes.tumblr.com">ST</a></div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body>
- <!-- to add a header title, place your header title in between <div id="popheading"> and </div>. -->
- <div id="box1" class="popup_block">
- <div id="popheading">title here</div>
- CONTENT
- <div id="popheading">here's another header</div>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dolor metus, pretium id vehicula quis, euismod sit amet dui. Pellentesque semper, augue eu malesuada ornare, risus lorem vehicula erat, ut porttitor risus nisi at diam. Quisque vehicula, tortor a tempus ultrices, lectus quam semper purus, ut ullamcorper lacus erat in tortor. Cras mollis sem augue, eu sodales quam mollis quis. Donec fringilla maximus elit at iaculis. Curabitur tempus felis nec imperdiet ullamcorper. Sed posuere congue viverra. Phasellus a tincidunt dolor, eget molestie quam. Nam eu lobortis sapien.
- Integer non purus vel mi lobortis blandit et et ex. Vestibulum quis euismod diam. Vivamus placerat laoreet aliquet. Praesent tincidunt dictum ipsum eu consectetur. Aliquam dolor justo, facilisis vitae nulla a, euismod varius ante. Cras sagittis dolor a leo volutpat porttitor. Cras pellentesque finibus orci, non vehicula mauris ornare at. Praesent ultricies elit eget eros finibus, eu porttitor tellus pulvinar. Quisque lobortis quam ac tempus laoreet. Nullam mi orci, viverra eget ante quis, fringilla congue eros. In nisi risus, tempor ut nisi in, tristique elementum velit. Phasellus neque nisi, hendrerit eget velit eget, tristique interdum justo. Suspendisse sit amet efficitur enim. Aliquam ut fringilla nisl.
- Vivamus nec justo ac ex viverra euismod molestie vitae urna. Sed sit amet gravida eros. Etiam convallis iaculis urna, ac lacinia purus tempus in. Sed eget tortor blandit, sodales dui id, tempor ante. Aenean vulputate pulvinar ornare. Cras pharetra ligula quis posuere ultricies. Sed augue risus, ultrices nec leo vel, euismod sagittis augue. Duis eleifend, nisl ut maximus vestibulum, tellus augue interdum leo, eget euismod purus purus eget quam. Nunc arcu urna, fringilla vitae gravida a, dignissim ut felis. Phasellus non placerat velit. Cras tristique metus ac lacus lobortis cursus. Donec elementum leo vel nibh egestas blandit.
- Morbi in est a lorem lacinia lobortis. Fusce ante erat, tincidunt nec elementum ac, sollicitudin a odio. Aliquam tristique erat id dui semper, eget pulvinar libero fermentum. In libero diam, dapibus vel arcu sit amet, euismod suscipit massa. Proin luctus libero id ligula dictum auctor. Nam quis nibh rhoncus, interdum ligula vitae, commodo ante. Donec volutpat sapien nisl, sed feugiat urna molestie eu. Nulla et sem sodales, aliquet lacus vel, semper dui. Fusce pharetra orci sit amet gravida posuere. Ut egestas, eros bibendum pharetra condimentum, leo sem tincidunt magna, non euismod justo ex eu nisi. Proin leo magna, ultrices eget laoreet in, viverra vel ex. Fusce vitae ultricies sapien. Aenean tincidunt lorem sed ipsum laoreet, sodales consequat nisi pulvinar.
- </div>
- <div id="box2" class="popup_block">
- <div id="popheading">title here</div>
- CONTENT
- CONTENT
- CONTENT
- </div>
- <div id="box3" class="popup_block">
- <div id="popheading">title here</div>
- CONTENT
- CONTENT
- CONTENT
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment