Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!---
- pack: rhine valley
- about
- @loranhale
- --->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro|Karla|PT+Serif|Lora' rel='stylesheet' type='text/css'>
- <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
- <style type="text/css">
- /* scrollbar */
- ::-webkit-scrollbar {
- height:5px;
- width:9px;
- background:#fafafa;
- }
- ::-webkit-scrollbar-thumb {
- background:#dcecf5;
- border:4px solid #fafafa;
- }
- ::-webkit-scrollbar-track {
- background:#fafafa;
- border:4px solid #fafafa;
- }
- /* tumblr controls */
- .iframe-controls--desktop { display:none!important; }
- /* tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:6px 6px;
- line-height:100%;
- z-index:99999999;
- color:#000;
- background:#fff;
- border:1px solid #dcecf5;
- border-radius:3px;
- }
- body {
- background:#fafafa;
- color:#555;
- font-family:'karla', sans-serif;
- font-size:10px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:#8892e0;
- text-decoration:none;
- transition:all .6s ease;
- -webkit-transition:all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition:all .6s ease;
- }
- a:hover {
- text-decoration:none;
- color:#000;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid #dcecf5;
- margin-left:10px;
- }
- h1 {
- margin:0 0 5px;
- font-size:13px;
- color:#444;
- font-weight:600;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- b {
- color:#8892e0;
- font-style:bold;
- }
- i {
- color:#444;
- font-style:italic;
- }
- ul {
- padding-left:20px;
- }
- ul li {
- margin-left:-10px;
- list-style-type:none;
- }
- #con {
- width:400px;
- box-sizing:border-box;
- margin:100px auto;
- transform:translate(40px,50px);
- }
- .header {
- margin-top:0px;
- margin-left:-85px;
- position:fixed;
- }
- .links {
- position:relative;
- margin-top:75px;
- width:80px;
- }
- .links i {
- margin-bottom:5px;
- margin-right:5px;
- display:inline-block;
- width:13px;
- height:13px;
- font-size:13px;
- padding:6px;
- border:1px solid #dcecf5;
- background:#fff;
- border-radius:3px;
- color:#8892e0;
- transition:all .8s ease;
- -webkit-transition:all .8s ease;
- -moz-transition:all .8s ease;
- -o-transition:all .8s ease;
- }
- .links i:hover {
- background:#fafafa;
- border:1px solid #dcecf5;
- color:#000;
- }
- .icon {
- float:left;
- margin:0;
- display:inline;
- position:fixed;
- }
- .icon img {
- width:60px;
- height:60px;
- border-radius:3px;
- opacity:.9;
- }
- /* about */
- .about {
- border:1px solid #dcecf5;
- padding:10px;
- border-radius:3px;
- }
- .t {
- background:#fff;
- border:1px solid #dcecf5;
- padding:10px;
- font-size:11px;
- margin-bottom:10px;
- font-weight:600;
- text-transform:uppercase;
- letter-spacing:1px;
- border-radius:3px;
- }
- .info {
- max-height:80px;
- margin-top:5px;
- overflow-y:scroll;
- position:relative;
- padding-bottom:10px;
- border-bottom:1px solid #dcecf5;
- }
- .fact {
- padding:5px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:8px;
- color:#444;
- width:45%;
- float:left;
- position:relative;
- }
- .desc {
- padding:10px;
- background:#fff;
- border:1px solid #dcecf5;
- margin-top:10px;
- font-size:10.5px;
- font-family:'lora', sans-serif;
- font-style:italic;
- color:#5289db;
- border-radius:3px;
- }
- .talk {
- font-family:'source sans pro',sans-serif;
- line-height:13px;
- margin-top:10px;
- margin-left:5px;
- position:relative;
- overflow:scroll;
- max-height:280px;
- }
- .sm {
- text-align:center;
- margin-top:15px;
- }
- .sm i {
- width:15px;
- height:15px;
- font-size:15px;
- padding:6px;
- border:1px solid #dcecf5;
- background:#fafafa;
- border-radius:3px;
- color:#8892e0;
- transition:all .8s ease;
- -webkit-transition:all .8s ease;
- -moz-transition:all .8s ease;
- -o-transition:all .8s ease;
- }
- .sm i:hover {
- background:#fff;
- border:1px solid #dcecf5;
- color:#000;
- }
- /* do not disturb */
- .lo {
- bottom:20px;
- right:20px;
- position:fixed;
- }
- .lo a {
- text-transform:uppercase;
- border-bottom:1px solid #dcecf5;
- padding:6px;
- }
- </style>
- </head>
- <body>
- <div id="con">
- <div class="header">
- <div class="icon"><img src="http://i.imgur.com/dX4bQMz.png" /></div>
- <div class="links">
- <a href="/" title="home"><i class="fa fa-home" aria-hidden="true"></i></a>
- <a href="/ask" title="message"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
- <a href="/" title="link"><i class="fa fa-paper-plane-o" aria-hidden="true"></i></a>
- <a href="http://loranhale.tumblr.com" title="theme"><i class="fa fa-code" aria-hidden="true"></i></a>
- </div>
- </div>
- <div class="t">about me</div>
- <div class="about">
- <div class="info">
- <div class="fact"><b>name:</b> justina</div>
- <div class="fact"><b>age:</b> 17</div>
- <div class="fact"><b>birthday:</b> 10 february</div>
- <div class="fact"><b>pronouns:</b> she/her</div>
- <div class="fact"><b>location:</b> earth</div>
- <div class="fact"><b>horoscope:</b> aquarius</div>
- <div class="fact"><b>hogwarts house:</b> hufflepuff</div>
- <div class="fact"><b>mbti:</b> intp</div>
- </div>
- <div class="desc">
- avid reader, fictional boys enthusiast, book hoarder and bibliophile, procrastinator, indecisive.
- <!-- can also be a quote -->
- </div>
- <div class="talk">
- lorem ipsum dolor sit amet, consectetur adipiscing elit. nulla condimentum vel tellus vitae volutpat. aliquam ut quam ac elit congue luctus. nam a lacus sed odio iaculis luctus a in turpis. aenean erat libero, dapibus at porttitor in, auctor sed urna.
- <p>no idea what it's saying. etiam pharetra nibh dolor, nec imperdiet enim hendrerit a. pellentesque et dolor sed ligula bibendum dignissim sit amet quis lectus. praesent ornare sem dolor, ut tristique massa tincidunt eget. morbi viverra id mi sed efficitur.</p>
- </div>
- </div>
- <div class="sm">
- <a href="/" title="instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a>
- <a href="/" title="twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a>
- <a href="/" title="pinterest"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
- <a href="/" title="goodreads"><i class="fa fa-bookmark-o" aria-hidden="true"></i></a>
- </div>
- </div>
- <!-- danger! keep out -->
- <div class="lo">
- <a href="http://loranhale.tumblr.com" title="theme">j</a>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- jQuery.noConflict();
- (function($){
- $(document).ready(function(){
- $("a[title],img[title],[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement