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}
- <!---
- BASE CODE BY HAWTRONES
- CODED BY YOURS TRULY.
- --->
- <style type="text/css">
- /* FONTS */
- /* GASARA */
- @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
- /* DARLESTON */
- @font-face { font-family: "darleston"; src: url('https://dl.dropboxusercontent.com/s/pon2nz49g2gofuu/Darleston.otf') }
- *, body, a {cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
- a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;}
- ::selection {
- background: transparent;
- color: #ffffff;
- text-shadow: 0px 0px 2px #ffd4d4, -2px 0px 0px #ffa8a8;
- }
- ::-moz-selection {
- background: transparent;
- color: #ffffff;
- text-shadow: 0px 0px 2px #ffd4d4, -2px 0px 0px #ffa8a8;
- }
- ::-webkit-selection {
- background: transparent;
- color: #ffffff;
- text-shadow: 0px 0px 2px #ffd4d4, -2px 0px 0px #ffa8a8;
- }
- ::-webkit-scrollbar-thumb {
- height: auto;
- background-color: #eaeaea;
- }
- ::-webkit-scrollbar {
- height: 9px;
- width: 4px;
- background-color: #ffffff;
- }
- body {
- background: #eaeaea;
- background-image: url('{image:Background}');
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position: bottom right;
- }
- a {
- text-decoration: none;
- outline: none;
- -moz-outline-style: none;
- color: #ffd4d4;
- -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;
- }
- a:hover {
- text-shadow: 0px 0px 2px #ffa8a8, -2px 0px 0px #ffa8a8;
- -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;
- }
- h1, h2, h3 {
- font-family: "darleston";
- font-size: 35px;
- text-align: justify;
- color: #ffd4d4;
- font-weight: 200;
- }
- img {
- border:none;
- }
- pre, code {
- font-family: "Gasara";
- font-size: 8px;
- line-height: 9px;
- word-wrap: break-word;
- background-color: #ffffff;
- padding: 3px;
- border-radius: 10px 0px 10px 0px;
- border-left: 1px solid #ffd4d4;
- border-right: 1px solid #ffa8a8;
- }
- blockquote {
- margin-left: 10px;
- padding-left: 5px;
- border-left: 1px solid #ffa8a8;
- border-bottom: 1px dotted #ffa8a8;
- }
- blockquote blockquote {
- margin-left: 10px;
- padding-left: 5px;
- border-left: 1px solid #ffa8a8;
- border-bottom: 1px dotted #ffa8a8;
- }
- blockquote img {
- max-width: 195px !important;
- height: auto;
- opacity: 0.4;
- -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;
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- }
- blockquote img:hover {
- opacity: 0.7;
- -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;
- -webkit-filter: grayscale(50%);
- filter: grayscale(50%);
- }
- blockquote blockquote img {
- max-width: 140px !important;
- height: auto;
- opacity: 0.4;
- -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;
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- }
- blockquote blockquote img:hover {
- opacity: 0.7;
- -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;
- -webkit-filter: grayscale(50%);
- filter: grayscale(50%);
- }
- h1 {
- font-size: 40px;
- font-weight: 200;
- letter-spacing: 2px;
- font-family: "darleston";
- font-style: none;
- line-height: 28px;
- text-align: justify;
- padding: 0px;
- color: #ffd4d4;
- -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;
- }
- h1:hover {
- -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;
- color: #ffffff;
- text-shadow: 0px 0px 2px #ffa8a8, -2px 0px 0px #ffa8a8;
- }
- /*ENTRIES*/
- #entries {
- padding: 2px;
- margin-left: 10%;
- margin-top: 80px;
- background-color: #ffffff;
- height: 400px;
- width: 80%;
- overflow: auto;
- border: 20px double #eaeaea;
- border-radius: 50px 0px 50px 0px;
- background-image: url('http://i.imgur.com/h2T8RHO.png');
- background-repeat: no-repeat;
- background-position: right top;
- }
- /* POSTS */
- #postwrap {
- margin-left: 150px;
- }
- #post {
- background-color: #eaeaea;
- padding-left: 10px;
- padding-bottom: 20px;
- padding-right: 10px;
- padding-top: 10px;
- width: 250px;
- font-size: 10px;
- font-family: "Calibri";
- text-align: justify;
- letter-spacing: 0px;
- color: #a1a1a1;
- }
- #post img, #photoset, #video {
- max-width: 245px;
- height: auto;
- opacity: 0.4;
- -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;
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- }
- #post img:hover, #photoset:hover, #video:hover {
- opacity: 0.7;
- -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;
- -webkit-filter: grayscale(50%);
- filter: grayscale(50%);
- }
- /*POST INFO*/
- #info {
- width: 250px;
- text-align: left;
- font-family: "Gasara";
- margin-top: 10px;
- margin-left: 0px;
- letter-spacing: 1px;
- font-size: 8px;
- text-align: center;
- font-style: none;
- padding-top: 5px;
- line-height: 10px;
- text-transform: uppercase;
- border-top: 4px double #ffffff;
- }
- #info a {
- text-align: center;
- color: #454545;
- -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;
- }
- #info a:hover {
- -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;
- text-shadow: 0px 0px 2px #7dc2ff, -2px 0px 0px #ffc2ff;
- }
- #tags {
- font-family: "Gasara";
- text-align: center;
- width: 240px;
- letter-spacing: -1px;
- margin-top:-7px;
- margin-left: 0px;
- font-size: 7px;
- padding: 5px;
- font-size: 8px;
- opacity:1;
- -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;
- color: #454545;
- }
- #tags a {
- text-decoration:none;
- display:inline-block;
- color: #454545;
- }
- #tags a:hover {
- -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;
- color: #ffc2ff;
- }
- /* 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%;
- }
- /* QUOTES */
- #quote {
- font-family: "darleston";
- font-size: 30px;
- line-height: 33px;
- letter-spacing: 2px;
- font-weight: 200;
- text-align: justify;
- }
- #source{
- font-family: "Gasara";
- font-size: 8px;
- letter-spacing: 1px;
- text-align: right;
- -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;
- }
- #source:hover{
- letter-spacing: 3px;
- -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;
- }
- /* CHAT */
- #chat{
- font-family: "Calibri";
- font-size: 9px;
- letter-spacing: 2px;
- color: #454545;
- }
- #chat b{
- font-family: "Gasara" !important;
- font-size: 8px;
- color: #ffc2ff;
- letter-spacing: 0px;
- }
- /* QUESTION */
- #asker {
- font-family: "darleston";
- font-weight: 200;
- font-size: 55px;
- text-align: right;
- color: #ffa8a8;
- margin-bottom: -20px;
- }
- #asker a {
- color: #ffa8a8;
- }
- #asker a:hover {
- color: #ffffff;
- : 0px 0px 2px #ffa8a8, -2px 0px 0px #ffd4d4;
- }
- #question {
- font-family: "Gasara";
- color: #e8e8e8;
- padding: 2px;
- background-color: #ffffff;
- text-align: justify;
- letter-spacing: 1px;
- line-height: 12px;
- font-size: 8px;
- }
- #answer {
- text-align: justify;
- font-size: 10px;
- line-height: 11px;
- }
- #answer img{
- max-width: 240px !important;
- height: auto;
- opacity: 0.4;
- -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;
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- }
- #answer img:hover {
- opacity: 0.7;
- -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;
- -webkit-filter: grayscale(50%);
- filter: grayscale(50%);
- }
- #notes {
- width:250px;
- font-family: "Gasara";
- font-size:8px;
- letter-spacing: 1;
- line-height: 100%;
- color: #a1a1a1;
- text-align: justify;
- text-transform: uppercase;
- word-wrap:break-word;
- background-color: #eaeaea;
- padding: 10px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- #notes img {
- display:none;
- }
- /* SIDEBAR */
- #sidebar {
- height: 395px;
- width: 130px;
- padding: 5px;
- background-image: url('http://i.imgur.com/rUqFUzf.gif');
- background-color: #eaeaea;
- margin-left: 680px;
- margin-top: 20px;
- position: fixed;
- }
- .desc {
- height: 50px;
- width: 132px;
- padding-left: -3px;
- padding-right: 3px;
- padding-top: 3px;
- font-family: "Gasara";
- font-size: 8px;
- letter-spacing: 1px;
- line-height: 9px;
- text-align: justify;
- color: #454545;
- }
- .lnk {
- width: 132px;
- height: 20px;
- margin-top: 20px;
- text-transform: uppercase;
- font-weight: 500;
- font-family: "aspex";
- font-size: 25px;
- margin-left: 5px;
- }
- .lnk a {
- color: #454545;
- }
- .pag {
- margin-top: 7px;
- width: 132px;
- height: 15px;
- font-family: "Aspex";
- font-size: 12px;
- text-align: right;
- }
- /* Hover Title Style */
- #s-m-t-tooltip{
- max-width:250px;
- margin-top:25px;
- margin-left:15px;
- padding-left:4px;
- padding-right:4px;
- z-index:9999999999999999999;
- background-color: #e8e8e8;
- color: #a1a1a1;
- font-family: "Gasara";
- font-size:8px;
- letter-spacing:0px;
- text-transform:uppercase;
- text-align:center;
- line-height:14px;
- border-left: 1px dotted #13bea6;
- border-bottom: 1px dotted #ffc2ff;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- border-radius: 0px 0px 0px 30px
- }
- /* POP UP */
- *html #fade {
- position: absolute;
- }
- #fade {
- display: none;
- background: #ffffff;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- z-index: 9999;
- }
- *html .popup_block {
- position: absolute;
- }
- .popup_block{
- background-color: #eaeaea;
- display: none;
- position: fixed;
- float: left;
- top: 337px;
- left: 485px;
- height: 395px;
- padding: 5px;
- z-index: 9999999999;
- }
- .popupimg {
- margin-top: -5px;
- margin-left: -5px;
- height: 125px;
- width: 270px;
- opacity: 1 !important;
- }
- .popupimg img {
- height: 125px;
- width: 270px;
- opacity: 1 !important;
- }
- .popupcont {
- margin-top: 5px;
- height: 280px;
- width: 260px;
- overflow-y: auto;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 12px;
- color: #a1a1a1;
- text-align: justify;
- }
- .popupcont a{
- color: #ffffff;
- }
- .popupcont b {
- font-family: "aspex";
- font-size: 8px;
- }
- /* ASPEX */
- @font-face{ font-family: "aspex"; src: url('https:/dl.dropboxusercontent.com/s/yeeehszy65j0cfk/ASPEX_0.TTF')
- }
- .popupcont h2 {
- text-transform: uppercase !important;
- font-family: "aspex";
- font-size: 20px;
- text-align: right;
- color: #a1a1a1;
- -webkit-transition:all 0.4s linear;
- -moz-transition:all 0.4s linear;
- -o-transition:all 0.4s linear;
- transition:all 0.4s linear;
- }
- .popupcont h2:hover {
- -webkit-transition:all 0.4s linear;
- -moz-transition:all 0.4s linear;
- -o-transition:all 0.4s linear;
- transition:all 0.4s linear;
- }
- .popupcont2 {
- margin-top: 5px;
- height: 280px;
- width: 260px;
- overflow-y: auto;
- font-family: "Gasara";
- font-size: 8px;
- line-height: 12px;
- color: #ffa8a8;
- text-align: center;
- }
- .popupcont2 a {
- background-color: #ffffff;
- padding: 7px 2px 2px 2px;
- height: 15px;
- width: 110px;
- margin-left: 5px;
- margin-right: 10px;
- margin-bottom: 10px;
- display: inline-block;
- color: #ffa8a8;
- }
- .popupcont3 {
- margin-top: 10px;
- padding-bottom: 30px !important;
- height: 280px;
- width: 260px;
- overflow-y: auto;
- font-family: "Aspex";
- font-size: 15px;
- line-height: 35px;
- color: #ffa8a8;
- text-align: jusitfy;
- }
- .popupcont3 i {
- font-family: "darleston";
- font-weight: 200;
- font-size: 30px;
- }
- .popupcont4 {
- margin-top: 5px;
- height: 280px;
- width: 260px;
- overflow-y: auto;
- font-family: "Aspex";
- font-size: 8px;
- line-height: 12px;
- color: #a1a1a1;
- text-transform: uppercase;
- text-align: justify;
- }
- .popupcont4 a {
- text-shadow: 0px 0px 0px #a1a1a1;
- color: #a1a1a1;
- }
- #heartu {
- position: fixed;
- margin-left: 1045px;
- margin-top: 110px;
- height: 10px;
- width: 10px;
- }
- #heartu img {
- opacity: 1 !important;
- }
- #losers {
- margin-left: 945px;
- margin-top: 200px;
- position: fixed;
- height: 30px;
- width: 30px;
- }
- #losers img {
- max-height: 30px;
- max-width: 30px;
- }
- /* POP UP */
- ul.img-list {
- list-style-type: none;
- margin: 0;
- padding: 0;
- text-align: center;
- }
- ul.img-list li {
- display: inline-block;
- width: 270px;
- height: 125px;
- position: relative;
- -webkit-transition:all 0.7s linear;
- -moz-transition:all 0.7s linear;
- -o-transition:all 0.7s linear;
- transition:all 0.74s linear;
- }
- span.text-content {
- opacity: 0;
- background: #ffffff;
- display: table;
- width: 246px;
- height: 115px;
- padding: 5px;
- top: 0;
- left: 0;
- text-align: justify;
- position: absolute;
- -webkit-transition:all 0.7s linear;
- -moz-transition:all 0.7s linear;
- -o-transition:all 0.7s linear;
- transition:all 0.74s linear;
- }
- ul.img-list li:hover span.text-content {
- opacity: 0.8;
- -webkit-transition:all 0.7s linear;
- -moz-transition:all 0.7s linear;
- -o-transition:all 0.7s linear;
- transition:all 0.74s linear;
- }
- span.text-content span {
- margin-left: -10px;
- display: table-cell;
- text-align: justify;
- vertical-align: middle;
- }
- #ytc{
- position: fixed;
- float: right;
- bottom: 10px;
- right: 10px;
- height: 50px;
- width: 50px;
- opacity: 0.6;
- -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;
- }
- #ytc:hover {
- transform: rotate(360deg);
- opacity: 1;
- transform:scale(0.5);
- -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;
- }
- #originalites {
- position: fixed;
- float: right;
- bottom: 10px;
- right: 70px;
- height: 50px;
- width: 50px;
- opacity: 0.6;
- -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;
- }
- #originalites:hover {
- transform: rotate(360deg);
- opacity: 1;
- transform:scale(0.5);
- -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;
- }
- {CustomCSS}
- </style>
- <!-- POP UP SCRIPT -->
- <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');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove();
- });
- return false;
- });
- });
- </script>
- <!-- 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="loserr" class="popup_block">
- <div class="popupimg"><img src="http://i.imgur.com/7Dg9fSp.png" /></div>
- <div class="popupcont4">
- <ul class="img-list">
- <li>
- <a href="http://yuromeo.tumblr.com/">
- <img src="http://i.imgur.com/IY1t0lV.gif" />
- <span class="text-content"><span>There's probably many things I should be telling you, like why sometimes you upset me or why I can't be happy if I don't see you plenty, but I guess it all sums up to 'I love you' and 'I need you'.</span></span>
- </a>
- </li>
- <li>
- <a href="http://gttkwng.tumblr.com/">
- <img src="http://i.imgur.com/4cLAEB5.gif" />
- <span class="text-content"><span>So we don't spend a lot of time together lately but I think we've been going through far worse than not talking to each other. Never the less, you have a special place in my heart, even if you forget about me sometimes.</span></span>
- </a>
- </li>
- <li>
- <a href="http://yienetic.tumblr.com/">
- <img src="http://i.imgur.com/BLSNJkd.gif" />
- <span class="text-content"><span>As a fan, I could say a million things about you but, as a friend, I become insecure. I don't know why we're friends or why you like my lame company but I'm really thankful for everything you share with me and I hope we'll get along for a while now!</span></span>
- </a>
- </li>
- </ul>
- </div>
- </div>
- <div id="profile" class="popup_block">
- <div class="popupimg"><img src="http://i.imgur.com/nvXGRii.png" /></div>
- <div class="popupcont">
- <h2>BASIC</h2>
- <b>NAME:</b> Christine Grace Vance<br />
- <b>NICKNAME:</b> Chris, Muffin, Chrissie (But she only lets Jimin call her the last one)<br />
- <b>BIRTHDAY:</b> Oct. 24th 1995 (age: 20)<br />
- <b>NATIONALITY:</b> English<br />
- <b>ETHNICITY:</b> Korean / English<br />
- <b>SPOUSE:</b> N/A (She is currently dating)<br />
- <b>OCCUPATION:</b> Sophomore Student / YouTuber<br />
- <h2>APPEARANCE</h2>
- <b>HEIGHT:</b> 159cm<br />
- <b>WEIGHT:</b> 46kg<br />
- <b>HAIR COLOR:</b> Blonde<br />
- <b>EYE COLOR:</b> Black<br />
- <b>STYLE:</b> <a href="/tagged/.fashion">CLICK</a><br />
- <h2>BACKGROUND</h2>
- <b>FAMILY:</b> Camellia Vance (mother), Daniel Jung (Father, deceased.)<br />
- <b>BRIEF PAST:</b> (Under construction!)<br />
- </div>
- </div>
- <div id="navigation" class="popup_block">
- <div class="popupimg"><img src="http://i.imgur.com/nvXGRii.png" /></div>
- <div class="popupcont2">
- <a href="/tagged/.inquire">REPLIES</a> <a href="/tagged/.answer">ANSWERS</a><br />
- <a href="/tagged/.christine">VISUAL</a> <a href="/tagged/.chri">FACTS</a><br />
- <a href="/tagged/.cvancess">SOCIAL MEDIA</a> <a href="/tagged/.updates">UPDATES</a><br />
- </div>
- </div>
- <div id="jimin" class="popup_block">
- <div class="popupimg"><img src="http://i.imgur.com/8tq6TAg.png" /></div>
- <div class="popupcont3">
- i dreamt of <i><a href="/tagged/& - sweetest cookie .">you</a></i>,
- and you were <i><a href="/tagged/& - fifteen o three o eight .">kissing</a></i> me.
- waking up, i was <i><a href="/tagged/& - cheesy cookie dough .">kissing</a></i>
- you were <i><a href="/tagged/& - cuddles and noon naps .">next</a></i> to me.
- </div>
- </div>
- <div id="heartu"><!-- <a href="#?w=260" rel="jimin" class="poplight" title="Maybe I'm already crazy about you."> --><a title="Where are you? I miss you."><img src="http://33.media.tumblr.com/tumblr_lmsr23eQe61qcfn0j.gif" /></a></div>
- <div id="losers"><a href="#?w=260" rel="loserr" class="poplight" title="My favourite bunch of losers!"><img src="http://33.media.tumblr.com/f862dfcc5df3744debbb591ba5f8df3e/tumblr_inline_ngdwrpWCNG1rpglid.gif" /></a></div>
- <div id="sidebar">
- <div class="desc">She fell in love with the beauty of the rain on her face, the ocean's sweet song and the grace of a bird's flight.</div>
- <div class="lnk">
- <a href="/" title="Refresh">i.</a>
- <a href="/ask" title="Inbox">ii.</a>
- <a href="#?w=260" rel="profile" class="poplight" title="About">iii.</a>
- <a href="#?w=260" rel="navigation" class="poplight" title="Links">iv.</a>
- </div>
- <div class="pag">{block:PreviousPage}<a href="{PreviousPage}">PREV</a>{/block:PreviousPage}.{block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}</div>
- </div>
- <div id="entries">
- <div class="alignment">
- <div class="autopagerize_page_element">
- <div id="postwrap">
- {block:Posts}
- <div id="post">
- <!-- TEXT POST -->
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}
- {/block:Text}
- <!-- PHOTO POST -->
- {block:Photo}
- {LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!-- PHOTOSET POST -->
- {block:Photoset}
- <div id="photoset">{Photoset-250}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!-- QUOTE POST -->
- {block:Quote}
- <div id="quote">{Quote}</div>
- {block:Source}<div id="source"> —{Source}</div>{/block:Source}
- {/block:Quote}
- <!-- LINK POST -->
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- CHAT POST -->
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- <div id="chat">
- {block:Label}<b>{Label}</b>{/block:Label}{Line}<br>
- </div>
- {/block:Lines}
- {/block:Chat}
- <!-- AUDIO POSTS -->
- {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:IfShowCaptions}<hr style="border: 0px; height: 1px; background: {color:Border};">
- {block:Caption}<div style="padding: 0px 5px;">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}
- {/block:Audio}
- <!-- VIDEO POST -->
- {block:Video}<div id="video">{Video-250}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
- <!-- ASK POST -->
- {block:Answer}
- <div id="asker">{Asker}</div>
- <div id="question"><b>{Question}</b></div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <!-- PERMALINK POST -->
- <div id="info">
- <a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonthWithZero}</a> — {NoteCount}</a>
- {block:HasTags}<div id="tags">
- {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}
- </div>{block:HasTags}
- </div>
- </div> <!-- END OF INDIVIDUAL ENTRY POST -->
- <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}
- </div> <!-- END OF POSTWRAP -->
- </div> <!-- END OF ENTRIES -->
- <div id="originalites"><a href="http://originalites.tumblr.com/" title="An elite collection of all originals."><img src="http://i.imgur.com/pbIHHqI.png"</a></div>
- <div id="ytc"><a href="http://youllective.tumblr.com/" title="LIKE, COMMENT & SUBSCRIBE!"><img src="http://i.imgur.com/LnWqQgb.png" /></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement