Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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><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}
- <!-- ʙᴀsᴇ ʙʏ ᴇɴᴛᴇʀᴘʀɪᴢᴇʀ. ᴛʜᴇᴍᴇ ʙʏ ᴀʀɪᴀsʀᴘʜ ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ sᴛᴇᴀʟ ɪᴛ! ᴇᴅɪᴛɪɴɢ ɪs ᴀʟᴏᴡᴇᴅ, ʙᴜᴛ ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛɪɴɢ ɪɴᴛᴀᴄᴛ. -->
- <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>
- <style type="text/css">
- /* GASARA */
- @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
- /* ASPEX */
- @font-face { font-family: "aspex"; src: url('https:/dl.dropboxusercontent.com/s/yeeehszy65j0cfk/ASPEX_0.TTF') }
- *, body, a {cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
- a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;}
- ::-webkit-scrollbar-thumb {
- height: auto;
- background-color: #aa806a;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:4px;
- background-color: #b9bbc2;
- }
- body {
- background: #b9bbc2;
- background-image: url('http://i.imgur.com/SSumt6I.png');
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: bottom right;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color: #aa806a;
- }
- img {
- border:none;
- }
- blockquote, blockquote blockqute, .answer img {
- border-left: 1px solid #aa806a;
- padding-left:5px;
- margin-left: 5px;
- }
- blockquote img, blockqute blockquote img {
- opacity: 0.3;
- -webkit-filter: grayscale(100%);
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- blockquote img:hover, blockqute blockquote img:hover, .answer img:hover, #post img {
- opacity: 0.8;
- -webkit-filter: grayscale(30%);
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- blockquote img {
- max-width: 240px;
- height: auto;
- }
- blockquote blockquote img {
- max-width: 180px;
- height: auto;
- }
- h1, h2, h3 {
- font-family: "Aspex";
- font-size: 20px;
- color: #aa806a;
- font-weight: 500;
- text-transform: uppercase;
- letter-spacing: 1px;
- line-height: 28px;
- text-align: justify;
- }
- pre, code {
- font-family: "Gasara";
- font-size: 8px;
- line-height: 12px;
- letter-spacing: 1px;
- text-align: center;
- background-color: #b9bbc2;
- padding: 10px;
- white-space:pre-wrap;
- word-wrap:break-word;
- }
- /* ENTRIES */
- #entries {
- width: 260px;
- height: 100%;
- float: left;
- margin-top: -20px;
- margin-left: 50px;
- padding: 20px;
- background-color: #b4abaf;
- border: 10px double #b9bbc2;
- }
- #post {
- width: 250px;
- margin-top: 35px;
- font-family: "Calibri";
- font-size: 10px;
- color: #010101;
- text-align: justify;
- }
- #post b {
- font-family: "Aspex";
- font-size: 12px;
- letter-spacing: -1px;
- }
- #post i {
- font-family: "Gasara";
- font-size: 8px;
- letter-spacing: 1px;
- }
- .posttitle {
- font-family: "Aspex";
- font-size: 23px;
- letter-spacing: -2px;
- line-height: 36px;
- color: #010101;
- font-weight: 300;
- text-transform: uppercase;
- }
- .photosetimg {
- opacity: 0.3;
- -webkit-filter: grayscale(100%);
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .photosetimg:hover {
- opacity: 0.8;
- -webkit-filter: grayscale(30%);
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .quote {
- font-family: "Aspex";
- font-size: 30px;
- line-height: 35px;
- text-align: justify;
- }
- .source {
- font-family: "Gasara";
- font-size: 8px;
- text-align: right;
- }
- .chatpost b {
- text-transform: uppercase;
- font-size: 8px !important;
- letter-spacing: 1px !important;
- }
- .asker {
- text-transform: uppercase;
- font-family: "Aspex";
- font-size: 15px;
- text-align: center;
- border-bottom: 1px dotted #b9bbc2;
- }
- .question {
- font-size: 8px;
- font-family: "Calibri";
- text-transform: uppercase;
- text-align: justify;
- background-color: #b9bbc2;
- padding: 10px;
- }
- /* Audio */
- .audioplayer {
- width: 27px;
- height: 27px;
- padding-bottom: 3px;
- z-index: 99999;
- left: 0px;
- top: 0px;
- }
- .soundcloud_audio_player {
- width: 100%;
- }
- .tumblr_audio_player {
- width: 100%;
- }
- #postperma {
- margin-top: 5px;
- margin-bottom: 10px;
- margin-left:10px;
- width: 240px;
- color: #b9bbc2;
- padding: 5px;
- text-align: center;
- }
- .pperma {
- margin-right: 30px;
- display: inline-block;
- height: 7px;
- width: 7px;
- padding: 3px;
- background-color: #aa806a;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .pperma:hover {
- border-radius: 50%;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #pageperma {
- margin-top: 20px;
- width: 250px;
- }
- .permatitle {
- font-family: "Aspex";
- font-size: 10px;
- text-align: center;
- }
- .permatitle:first-letter {
- font-size: 13px;
- }
- .permatags {
- font-family: "Gasara";
- font-size: 8px;
- text-align: justify;
- }
- .postnotes {
- font-family: "Gasara";
- font-size :8px;
- text-align: justify;
- line-height: 12px;
- }
- .postnotes img {
- display: none;
- }
- /* SIDEBAR */
- #sidewrap {
- height: 300px;
- width: 300px;
- position: fixed;
- float: left;
- left: 400px;
- bottom: 20px;
- }
- .sideimg {
- height: 300px;
- width: 120px;
- margin-left: 0px;
- margin-top: 0px;
- background-color: #b4abaf;
- padding: 3px;
- }
- .sideimg img {
- height: 300px;
- width: 120px;
- }
- .sidetitle {
- font-family: "Aspex";
- font-size: 30px;
- color: #b4abaf;
- text-shadow: 1px 1px 2px #b4abaf;
- width: 280px;
- text-align: justify;
- height: 32px;
- margin-top: -295px;
- margin-left: 130px;
- }
- .sidedesc {
- width: 160px;
- height: auto;
- margin-top: 0px;
- margin-left: 130px;
- font-family: "Calibri";
- color: #010101;
- text-transform: uppercase;
- font-size: 10px;
- text-align: justify;
- border: 3px solid #b4abaf;
- padding: 5px;
- }
- .sidedesc img {
- height: 12px;
- width: auto;
- }
- .sidelink {
- margin-left: 140px;
- margin-top: 5px;
- margin-bottom: 5px;
- height: 45px;
- width: 160px;
- text-align: center;
- }
- .sidelink a {
- display: inline-block;
- margin-right: 5px;
- }
- .sidelink img {
- height: 45px;
- width: 45px;
- transform: rotate(0deg);
- }
- .sidehover {
- height: 15px;
- width: 200px;
- margin-top: 5px;
- margin-bottom: 5px;
- margin-left: 131px;
- }
- .sshover {
- display: inline-block;
- margin-right: 14px;
- height: 10px;
- width: 20px;
- background-color: #b4abaf;
- }
- .pagi {
- text-align: center;
- width: 180px;
- margin-left: 130px;
- font-family: "Gasara";
- font-size: 8px;
- }
- .pagi a {
- color: #b4abaf;
- }
- #winnie {
- position: fixed;
- float: right;
- right: 210px;
- bottom: 410px;
- height: 50px;
- width: 50px;
- }
- #winnie img {
- opacity: 0.7;
- width: 50px;
- height: auto;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #winnie img:hover {
- opacity: 1;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #credit {
- position: fixed;
- float: left;
- left: 5px;
- bottom: 5px;
- }
- /* POPUP */
- @-webkit-keyframes fadeInLeftBig {0% {opacity: 0; -webkit-transform: translateX(2000px);} 100% {opacity: 1; -webkit-transform: translateX(0);}}
- /* POPUP BOX */
- .popup_block{
- display: none;
- background: #b9bbc2;
- padding: 20px;
- float:left;
- height: 570px;
- font-family: "Calibri";
- text-align: justify;
- color: #222222;
- font-size: 10px;
- position: fixed;
- top: 355px;
- left: 1100px;
- border-left:1px solid #aa806a;
- border-bottom: 1px solid #aa806a;
- overflow-y: auto;
- z-index: 99999;
- -webkit-animation: fadeInLeftBig 1.5s;
- -moz-animation: fadeInLeftBig 1.5s;
- -ms-animation: fadeInLeftBig 1.5s;
- }
- .popup_block h2 {
- font-family: "Aspex";
- font-size: 20px;
- color: #aa806a;
- text-align: justify;
- }
- .popup_block b{
- font-family: "Aspex";
- font-size: 10px;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index: -1000;
- }
- #s-m-t-tooltip{
- max-width: 200px;
- margin-top: 15px;
- margin-left: 15px;
- padding: 5px;
- border-left: 1px solid #aa806a;
- border-bottom: 1px dotted #aa806a;
- z-index:9999999999999999999999;
- background-color:#b9bbc2;
- color: #010101;
- font-family: 'Gasara';
- text-align:justify;
- font-size: 8px;
- line-height: 11px;
- letter-spacing: 1px;
- text-transform:uppercase;
- box-shadow: 0px 0px 10px #b9bbc2;
- -webkit-animation: wobble 700ms;
- }
- @keyframes wobble {
- 0% {
- -webkit-transform: translateX(0%);
- -ms-transform: translateX(0%);
- transform: translateX(0%);}
- 15% {
- -webkit-transform: translateX(-25%) rotate(-5deg);
- -ms-transform: translateX(-25%) rotate(-5deg);
- transform: translateX(-25%) rotate(-5deg);
- }
- 30% {
- -webkit-transform: translateX(20%) rotate(3deg);
- -ms-transform: translateX(20%) rotate(3deg);
- transform: translateX(20%) rotate(3deg);
- }
- 45% {
- -webkit-transform: translateX(-15%) rotate(-3deg);
- -ms-transform: translateX(-15%) rotate(-3deg);
- transform: translateX(-15%) rotate(-3deg);
- }
- 60% {
- -webkit-transform: translateX(10%) rotate(2deg);
- -ms-transform: translateX(10%) rotate(2deg);
- transform: translateX(10%) rotate(2deg);
- }
- 75% {
- -webkit-transform: translateX(-5%) rotate(-1deg);
- -ms-transform: translateX(-5%) rotate(-1deg);
- transform: translateX(-5%) rotate(-1deg);
- }
- 100% {
- -webkit-transform: translateX(0%);
- -ms-transform: translateX(0%);
- transform: translateX(0%);
- }
- }
- .wobble {
- -webkit-animation-name: wobble;
- animation-name: wobble;
- }
- @-webkit-keyframes bounce {
- 0% {-webkit-transform: scale(1);}
- 50% {-webkit-transform: scale(1.20);}
- 70% {-webkit-transform: scale(.9);}
- 100% {-webkit-transform: scale(1);}}
- {CustomCSS}
- </style>
- <!-- S-M-T-TOOLTIP JAVA -->
- <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <div id="profile" class="popup_block">
- <img src="http://i.imgur.com/8r9wni1.png" />
- <h2>* GENERAL !</h2><br />
- <b>Name:</b> Christine Grace Vance<br />
- <b>Nickname:</b> Chris, Muffin<br />
- <b>Age:</b> 20 (internationally)<br />
- <b>Birthday:</b> Oct. 24, 1995.<br />
- <b>Occupation:</b> Youtuber, Student (Calssic Ballet Major)<br />
- <h2>* Family !</h2><br />
- <b>Parents:</b> Camellia Vance (53, alive), Daniel Jung (55, deceased 13 years ago)<br />
- <b>Siblings:</b> n/a<br />
- <b>Social Status:</b> Wealthy<br />
- <b>Pets:</b> Two cats, Ginger & Pumpkin. A dog, Mila.<br />
- <h2>* Appearance !</h2><br />
- <b>Height:</b> 159cm<br />
- <b>Weight:</b> 48kg<br />
- <b>Hair: Blonde, waist long</b> <br />
- <b>Eyes: Black, usually wearing blue contacts.</b> <br />
- <h2>* Personality !</h2>
- <b>Plus:</b> Patient, calm, sweet, witty, loving.<br />
- <b>Minus:</b> Not confident, anxious.<br />
- <h2>* Background !</h2><br />
- </div>
- <div id="navi" class="popup_block">
- <img src="http://i.imgur.com/lZSmqfL.png" />
- <center>SOON!</center>
- </div>
- <div id="disc" class="popup_block">
- <img src="http://i.imgur.com/QK1AFS1.png" />
- <center>SOON!</center>
- </div>
- <div id="frd" class="popup_block">
- <img src="http://i.imgur.com/NXSHXsm.png" />
- <center>
- <a href="http://cindr.tumblr.com/" title="To my lovely girlfriend, I don't think any of us kickstarted a relationship this fast but, at the same time, who could resist you and your soft hair? You'll be, forever, the girl with a dragon eyeliner tattoo, my beautiful Cinder."><img src="http://i.imgur.com/kYI5dSu.png" /></a>
- <a href="http://gttkwng.tumblr.com/" title="You know, I have a bunch of mea things to say about you, but I've got a whole lot of nice things to say too. I'd rather shut my mouth up, so you don't get it up your ego. Ily."><img src="http://i.imgur.com/Fj1w7Af.png" /></a>
- <a href="htpp://96kuz.tumblr.com/" title="We haven't been friends for long, but I'm pretty sure I want to know you for years and watch my tiny dumpling grow into an actual man. Please continue to brighten my days with that sweet smile of yours."><img src="http://i.imgur.com/vobQQUM.png" /></a><br />
- <a href="http://tiagua.tumblr.com/" title="Are there even nice words to be said, when you're the height of Tom and I'm Jerry? Let's just not be nemesis but have fun together."><img src="http://i.imgur.com/gKhg3io.png" /></a>
- <a href="http://92cyl.tumblr.com/" title="The visual of Puppyxo and owner of Kittystine, you're probably the reason South Korea's average height went up in the last couple of years. *sarcastic thanks*"><img src="http://i.imgur.com/f9jMAkn.png" /></a>
- <a href="http://tekau.tumblr.com/" title="The other awkward half of this friendship, it's probably useless to explain why I believe you're the one brighting up the days with your smile when the sun is too lazy to exist. Thank you."><img src="http://i.imgur.com/EVCoCY4.png" /></a>
- </center>
- </div>
- <div id="winnie">
- <a href="#?w=360" title="My favourite bunch of losers" rel="frd" class="poplight">
- <img src="http://orig06.deviantart.net/9b2f/f/2013/169/4/e/free_winnie_the_pooh_pixel_by_cherry_fizzie-d69nmly.gif" />
- </a>
- </div>
- <div id="sidewrap">
- <div class="sideimg">
- <img src="http://i.imgur.com/ny3Viql.gif" />
- </div>
- <div class="sidetitle">MILEAGE</div>
- <div class="sidehover">
- <a href="/" title="Go back!"><div class="sshover"></div></a>
- <a href="/ask" title="Inbox!"><div class="sshover"></div></a>
- <a href="#?w=360" title="Profile!" rel="profile" class="poplight"><div class="sshover"></div></a>
- <a href="#?w=360" title="Navigation!" rel="navi" class="poplight"><div class="sshover"></div></a>
- <a href="#" title="Under Co."><div class="sshover"></div></a>
- </div>
- <div class="sidedesc">
- Sweet and a bit of sour, maybe the perfect mix between beautiful and kind. It's all up to a there; where everything turns into dust and her red lips kiss his.
- </div>
- <div class="sidelink">
- <a href="http://btlcollective.tumblr.com/" title="Beauty & Look!"><img src="http://i.imgur.com/H0KSHnG.png" /></a>
- <a href="http://originalites.tumblr.com/" title="Elite of originals!"><img src="http://i.imgur.com/zwKWlUh.png" /></a>
- <a href="#" title="Under Co!"><img src="http://i.imgur.com/49oDo8m.png" /></a>
- </div>
- <div class="sidedesc">
- What kind of movement can prove to you her grace? What about her charming smile? What about the delicate touches?
- </div>
- <div class="sidehover">
- <a title="OC / Literate / SFW"><div class="sshover"></div></a>
- <a title="Not affiliated with Krystal Jung or SM Ent."><div class="sshover"></div></a>
- <a title="Youtuber muse, feel free to approach her as such!"><div class="sshover"></div></a>
- <a title="Selective follow, please don't force me in interactions!"><div class="sshover"></div></a>
- <a title="Plotting is always welcomed. Most replies will be written preest."><div class="sshover"></div></a>
- </div>
- <div class="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">PREVIOUS !</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">FOLLOWING !</a>{/block:NextPage}
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- <!-- TEXT POSTS -->
- {block:Text}
- <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
- {Body}
- {/block:Text}
- <!-- PHOTO POSTS -->
- {block:Photo}
- <div class="photopost"><center><div class="photosetimg"><img src="{PhotoURL-250}"></div></center>
- {block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photo}
- <!-- PHOTOSET POSTS -->
- {block:Photoset}
- <div class="photosetpost">
- <div class="photosetimg"><center>{Photoset-250}</center></div>
- <p>{block:Caption}{Caption}{/block:Caption}</p>
- </div>
- {/block:Photoset}
- <!-- QUOTE POSTS -->
- {block:Quote}
- <div class="quote">{Quote}</div>
- <div class="source">{block:Source} —{Source}{/block:Source}</div>
- {/block:Quote}
- <!-- LINK POSTS -->
- {block:Link}
- <div class="posttitle">a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- CHAT POSTS -->
- {block:Chat}
- <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
- <div class="chatpost">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
- {/block:Chat}
- <!-- ASK POST -->
- {block:Answer}
- <div class="asker">{Asker}</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <!-- AUDIO POST -->
- {block:Audio}
- {block:AudioPlayer}
- <div class="audioplayer">{AudioPlayer}</div>
- {/block:AudioPlayer}
- <div style="margin-left: 30px; margin-top: -20px; float: left; text-transform: uppercase;">
- {block:TrackName}<b>{TrackName}{/block:TrackName}</b>
- {block:Artist}BY {Artist}{/block:Artist}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <!-- VIDEO POST -->
- {block:Video}
- <div class="video">{Video-250}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!-- POST PERMA -->
- {block:IndexPage}
- <div id="postperma">
- <a href="{Permalink}" title="{block:HasTags}{block:Tags} #{Tag}; {/block:Tags}{/block:HasTags}"><div class="pperma"></div></a>
- <a href="{Permalink}" title="{block:Date}{DayOfMonth}/{MonthNumber}/{Year}{/block:Date}"><div class="pperma"></div></a>
- <a href="{Permalink}" title="{NoteCount}"><div class="pperma"></div></a>
- <a href="{ReblogURL}" title="Reblog it?"><div class="pperma"></div></a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="pageperma">
- <div class="permatitle">
- Posted On: {block:Date}{DayOfMonth}/{MonthNumber}/{Year}{/block:Date} with {NoteCountWithLabel}!
- </div>
- <div class="permatags">
- {block:HasTags}{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>, {/block:Tags}{/block:HasTags}
- </div>
- </div>
- <div class="postnotes">
- {block:PostNotes}
- {PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- {/block:PermalinkPage}
- </div><!-- END OF POSTS -->
- {/block:Posts}
- </div><!-- END OF ENTRIES -->
- <div id="credit"><a title="Theme by chrvstn, optimized for chrome, 1368 x 768. Please don't steal!">♕</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement