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ᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛɪɴɢ ɪɴᴛᴀᴄᴛ. -->
- <style type="text/css">
- /* GASARA */
- @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
- /* BEBAS NEUE */
- @font-face { font-family: "bebas neue"; src: url('https://dl.dropboxusercontent.com/u/67800931/bebasneue.otf'); }
- /* SIGNARITA */
- @font-face{ font-family:"signarita"; src: url('https://dl.dropboxusercontent.com/s/gc29howy3wio7t8/signarita%20zhai%20rhianne.ttf?dl=1');}
- ::selection {
- background:transparent;
- color:#000000;
- text-shadow: 0px 0px 1px #d4c6ff;
- }
- ::-moz-selection {
- background:transparent;
- color:#dcdcdc;
- text-shadow: 0px 0px 1px #ffe7e7;
- }
- ::-webkit-selection {
- background:transparent;
- color:#dcdcdc;
- text-shadow: 0px 0px 1px #ffe7e7;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #ffe7e7;
- border: 3px solid #f6f7fb;
- height:auto;
- border-bottom:none;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:9px;
- background-color: #ffe7e7;
- border:4px solid #f6f7fb;
- }
- body {
- background: #f6f7fb;
- background-image: url(http://i.imgur.com/xBr93JC.png);
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position: bottom right;
- margin:0px;
- }
- a {
- color: #ffd3d3;
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- -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;
- }
- a:hover {
- color: #ffe7e7;
- -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;
- }
- img {
- max-width: 240px;
- height: auto;
- border:none;
- opacity: 0.3;
- -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;
- }
- img:hover {
- border:none;
- opacity: 0.9;
- -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;
- }
- blockquote {
- margin-left: 10px;
- padding-left: 5px;
- border-left: 1px solid #ffd3d3;
- }
- blockquote blockquote {
- margin-left: 10px;
- padding-left: 5px;
- border-left: 1px solid #ffd3d3;
- }
- blockquote img {
- max-width: 200px;
- height: auto;
- }
- blockquote blockquote img {
- max-width: 150px;
- height: auto;
- }
- h2 {
- font-family: "Bebas Neue";
- font-size: 25px;
- letter-spacing: 1px;
- color: #ffd3d3;
- }
- pre, code {
- font-family: "Gasara";
- font-size: 8px;
- line-height: 10px;
- white-space:pre-wrap;
- word-wrap:break-word;
- text-align: justify;
- background-color: #efefef;
- padding: 5px;
- border: 1px solid #ffe7e7;
- }
- /* POSTS */
- #entries {
- width: 260px;
- height: 100%;
- float: left;
- margin-top: 20px;
- margin-left: 100px;
- }
- #post {
- background-color: #ffffff;
- border: 1px solid #ffe7e7;
- width: 250px;
- padding: 10px;
- margin-bottom: 30px;
- font-family: "Calibri";
- font-size: 10px;
- color: #cdcdcd;
- text-align: justify;
- }
- #post b, #post i {
- font-family: "Gasara";
- font-size: 8px;
- color: #ffd3d3;
- line-height: 10px;
- letter-spacing: 1px;
- font-weight: normal;
- text-transform: none;
- }
- .posttitle {
- font-family: "Bebas Neue";
- font-size: 25px;
- color: #ffd3d3;
- line-height: 30px;
- text-align: justify;
- }
- .photopost img {
- width: 245px;
- height: auto;
- -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;
- }
- .photosetpost, .video {
- width: 250px;
- height: auto;
- opacity: 0.3;
- -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;
- }
- .photosetpost:hover, .video:hover {
- opacity: 0.9;
- -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;
- }
- .quote {
- font-family: "Bebas Neue";
- font-size: 30px;
- line-height: 35px;
- color: #ffd3d3;
- text-align: justify;
- letter-spacing: -1px;
- }
- .source {
- font-family: "Gasara";
- font-size: 8px;
- color: #cdcdcd;
- text-align: right;
- }
- .asker {
- font-size: 25px;
- font-family: "signarita";
- text-align: right;
- color: #ffd3d3;
- margin-bottom: -50px;
- margin-top: -25px;
- }
- .question {
- font-family: "Gasara";
- font-size: 8px;
- line-height: 11px;
- }
- /* Audio */
- .audio {
- padding: 0;
- }
- .audio_container {
- overflow: hidden;
- position: relative;
- width: 100px;
- }
- .soundcloud_audio_player {
- width: 100%;
- }
- .tumblr_audio_player {
- width: 100%;
- }
- /* SIDEBAR */
- #wrapper {
- position: fixed;
- float: left;
- left: 400px;
- bottom: 50px;
- width: 300px;
- height: 200px;
- }
- .title {
- height: 50px;
- width: 230px;
- color: #ffd3d3;
- text-align: center;
- font-family: "Bebas Neue";
- font-size: 50px;
- letter-spacing: -3px;
- }
- .friends {
- margin-top: -90px;
- margin-left: 205px;
- height: 50px;
- width: 50px;
- }
- .friends img {
- opacity: 1 !important;
- }
- .friends a:hover {
- letter-spacing: -3px !important;
- }
- .desc {
- margin-top: 40px;
- height: auto;
- width: 260px;
- margin-left: 10px;
- font-family: "Calibri";
- font-size: 12px;
- color: #cdcdcd;
- line-height: 15px;
- text-align: justify;
- }
- .linkwrap {
- width: 280px;
- height: 20px;
- margin-top: 0px;
- margin-left: 10px;
- display: inline-block;
- font-family: "Bebas Neue";
- color: #ffe3e3;
- font-size: 22px;
- letter-spacing: -1px;
- }
- @import url(http://weloveiconfonts.com/api/?family=fontawesome);
- /* fontawesome */
- [class*="fontawesome-"]:before {
- font-family: 'FontAwesome', sans-serif;
- }
- .melody {
- overflow: hidden;
- position:absolute;
- height: 20px;
- width: 20px;
- top: 95px;
- left: 235px;
- }
- .reverberate {
- position:absolute;
- height: 14px;
- width: 14px;
- margin-top: 0px;
- margin-left: 0px;
- padding: 18px;
- font-size: 13px;
- font-style: normal;
- color: #000;
- -webkit-transition: opacity .7s linear;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- }
- .melody:hover .reverberate {
- margin-top: -50px;
- }
- .harmony {
- overflow: hidden;
- position:absolute;
- height: 50px;
- width: 20px;
- margin-top: 50px;
- margin-left: 15px;
- -webkit-transition: opacity .7s linear;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- }
- .melody:hover .harmony {
- margin-top: 5px;
- }
- .rhythm {
- position:absolute;
- height: 20px;
- width: 20px;
- margin-top: 0px;
- margin-left: 0px;
- }
- #info {
- font-family: "gasara";
- font-size: 8px;
- text-align: center;
- }
- /* 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: #ffffff;
- background-image: url('http://i.imgur.com/gdcGlV8.png');
- background-attachment: fixed;
- background-position: bottom right;
- background-repeat: no-repeat;
- display: none;
- position: fixed;
- float: left;
- left: 275px;
- top: 55%;
- height: 100%;
- padding: 5px;
- z-index: 9999999999;
- overflow-y: auto;
- text-align: center;
- font-size: 10px;
- font-family: "Calibri";
- color: #cdcdcd;
- border: 1px solid #ffd3d3;
- }
- .popup_block a {
- font-size: 13px;
- color: #ffd3d3;
- }
- .popup_block img {
- opacity: 1 !important;
- }
- .popuptit {
- font-family: "Bebas Neue";
- font-size: 30px;
- text-align: center;
- color: #ffdd3d3;
- }
- .data {
- font-family: "Gasara";
- font-size: 10px;
- text-align: right;
- }
- /* Hover Title Style */
- #s-m-t-tooltip{
- max-width:250px;
- margin-top:15px;
- margin-left: 15px;
- padding-left: 4px;
- padding-right: 4px;
- z-index: 9999999;
- background-color: #ffffff;
- color: black;
- font-family: "gasara";
- font-size:8px;
- letter-spacing:0px;
- text-transform:uppercase;
- text-align:center;
- line-height: 14px;
- border-left: 3px solid #ffd3d3;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- }
- </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>
- <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(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <div id="inbox" class="popup_block">
- <div class="popuptit">INBOX !!</div>
- <iframe frameborder="0" scrolling="no" width="100%" height="300" src="https://www.tumblr.com/ask_form/advchoa.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- <br />
- </div>
- <div id="submit" class="popup_block">
- <div class="popuptit">SUBMIT !!</div>
- <iframe frameborder="0" scrolling="no" width="100%" height="400" src="https://www.tumblr.com/submit_form/advchoa.tumblr.com" style="background-color:transparent; overflow:hidden;" id="submit_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- <br />
- </div>
- <div id="profile" class="popup_block">
- <div class="popuptit">PROFILE !!</div>
- <img src="http://i.imgur.com/W33eLh8.gif" />
- <div class="data">
- FILE #038620162
- SUBJECT #086258
- </div>
- <b>NAME</b>: Park Cho Ah<br />
- <b>AGE</b>: Twenty Two (22)<br />
- <b>OCCUPATION</b>: Unknown<br />
- <b>HEIGHT</b>: 163CM<br />
- <b>WEIGHT</b>: Unknown<br />
- <a href="/dulcis/sweet">MORE</a>
- </div>
- <div id="powers" class="popup_block">
- <div class="popuptit">POWERS !!</div>
- <img src="http://i.imgur.com/uCqE68R.gif" />
- <div class="data">
- FILE #038620162
- SUBJECT #086258
- </div>
- <b>NAME</b>: Park Lun Ah<br />
- <b>ABILITIES</b>: Light Manipulation<br />
- <b>STRENGHTS</b>: <br />
- <b>WEAKNESSES</b>: <br />
- <a href="/dulcis/sour">MORE</a>
- </div>
- <div id="links" class="popup_block">
- <div class="popuptit">LINKS !!</div>
- </div>
- <div id="wrapper">
- <div class="title"><a href="/">pastel pink lips</a></div>
- <div class="friends"><a href=""><img src="http://i.imgur.com/vOZi3sb.gif" /></a></div>
- <div class="desc">
- My light is frowned upon, though it’s no different from normal light. It can cure and cause wounds, it can bring happiness or sorows. Am I a monster?
- </div>
- <div class="linkwrap">
- <a href="#?w=300" rel="inbox" class="poplight">INBOX</a> !!
- <a href="#?w=300" rel="submit" class="poplight">SUBMIT</a> !!
- <a href="#?w=300" rel="profile" class="poplight">PROFILE</a> !!
- <a href="#?w=300" rel="powers" class="poplight">POWERS</a> !!
- </div>
- <div class="melody">
- <div class="reverberate">
- <span class="fontawesome-music"></span>
- </div><!--reverberate-->
- <div class="harmony">
- <div class="rhythm">
- <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/8w4lvb80aw/Excessive_Love_Jessi_Solo_.mp3&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
- </div><!--rhythm-->
- </div><!--harmony-->
- </div><!--melody-->
- </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">{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photo}
- <!-- PHOTOSET POSTS -->
- {block:Photoset}
- <div class="photosetpost">{Photoset-250} {block:Caption}{Caption}{/block:Caption}</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="posttile">{block:Title}{Title}{/block:Title}</div>
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- {/block:Chat}
- <!-- ASK POST -->
- {block:Answer}
- <div class="asker">{Asker}</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <!-- AUDIO POST -->
- {block:Audio}
- <div class="audioContainer">
- {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
- </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 -->
- <div id="info">
- {block:Date}{TimeAgo}{/block:Date} // <a href="{Permalink}">
- {NoteCountWithLabel}</a><br />
- {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement