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'); }
- /* 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;
- }
- .photopost img, .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;
- }
- .photopost img:hover, .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: -290px;
- 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;
- }
- #credit {
- position: fixed;
- float: left;
- left: 5px;
- bottom: 5px;
- }
- #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:#e5e5e5;
- color: #010101;
- font-family: 'Gasara';
- text-align:justify;
- font-size: 8px;
- letter-spacing: 1px;
- text-transform:uppercase;
- box-shadow: 0px 0px 10px #aa806a;
- -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="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="#" title="Under Co."><div class="sshover"></div></a>
- <a href="#" title="Under co."><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="" title="http://btlcollective.tumblr.com/"><img src="http://i.imgur.com/H0KSHnG.png" /></a>
- <a href="http://originalites.tumblr.com/" title=""><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>
- <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><img src="{PhotoURL-250}"></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