Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!----
- aio: shanghai
- @loranhale
- more icons @ fontawesome.io/icons/
- ----->
- <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:400,400italic,600,600italic|Lato:400,400italic,600,600italic|Lora:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
- <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:1px;
- background:#fafafa;
- }
- ::-webkit-scrollbar-thumb { background:#dcecf5; }
- /* tumblr controls */
- .tmblr-iframe, .iframe-controls–desktop { display:none !important; }
- /* tooltips */
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:5px 6px;
- z-index:99999999;
- color:#000;
- text-transform:lowercase;
- border:1px solid #dcecf5;
- background:#fff;
- }
- /* body */
- body {
- background:#fafafa;
- color:#555;
- font-family:'source sans pro', sans-serif;
- font-size:10px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:#8892e0;
- text-decoration:none;
- transition-duration:.6s;
- -moz-transition-duration:.6s;
- -webkit-transition-duration:.6s;
- -o-transition-duration:.6s;
- }
- a:hover { color:#000; }
- blockquote {
- padding-left:10px;
- border-left:1px solid #dcecf5;
- margin-left:10px;
- }
- h1 {
- font-size:13px;
- color:#444;
- font-weight:600;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- b { font-style:bold; }
- i { font-style:italic; }
- section {
- width:620px;
- box-sizing:border-box;
- margin:35px auto;
- transform:translate(0px,50px);
- position:relative;
- }
- /* nav */
- nav {
- float:middle;
- text-align:center;
- margin-bottom:50px;
- }
- .icon img {
- width:70px;
- height:70px;
- border-radius:50%;
- text-align:center;
- transition-duration:.8s;
- -moz-transition-duration:.8s;
- -webkit-transition-duration:.8s;
- -o-transition-duration:.8s;
- }
- .icon img:hover {
- opacity:.6;
- cursor:help;
- }
- #about { height:400px; }
- /* headings */
- .title {
- font-size:16px;
- margin-bottom:10px;
- font-family:'lora',sans-serif;
- font-style:italic;
- color:#222;
- }
- .title i {
- width:16px;
- height:16px;
- margin-right:10px;
- border:1px solid #dcecf5;
- border-radius:3px;
- padding:5px;
- text-align:center;
- color:#8892e0;
- background:#fff;
- }
- /* info table */
- .info { float:left; }
- #con {
- border-collapse:collapse;
- width:230px;
- border:1px solid #dcecf5;
- margin-bottom:40px;
- }
- #con td, #con th {
- padding:10px;
- border-bottom:1px solid #dcecf5;
- }
- .t {
- background:#fff;
- font-weight:600;
- width:75px;
- border-right:1px solid #dcecf5;
- }
- #con tr {
- transition-duration:.8s;
- -moz-transition-duration:.8s;
- -webkit-transition-duration:.8s;
- -o-transition-duration:.8s;
- cursor:pointer;
- }
- #con tr:hover {background: #fff;}
- #con th {
- padding:15px;
- text-align:left;
- background: #bad0f1;
- color:#000;
- }
- /* about */
- .about {
- float:right;
- }
- .talk {
- position:relative;
- overflow-y:scroll;
- max-height:350px;
- width:320px;
- padding:15px;
- border:1px solid #dcecf5;
- background:#fff;
- }
- /* navigation */
- .nav { width:450px; }
- .tags {
- width:50%;
- background:#fff;
- border:1px solid #dcecf5;
- padding:15px;
- float:left;
- max-height:125px;
- overflow-y:scroll;
- }
- .tags a {
- float:left;
- width:50%;
- font-size:10.5px;
- margin-bottom:5px;
- }
- .tags a:last-of-type { margin-bottom:0; }
- /* blogroll */
- .blogroll {
- float:right;
- padding-bottom:100px;
- width:50%;
- position:relative;
- margin-top:180px;
- }
- .broll {
- width:100%;
- max-height:300px;
- overflow-y:scroll;
- }
- .hi {
- width:45px;
- height:45px;
- overflow:hidden;
- display:inline-block;
- margin:5px;
- }
- .hi img {
- width:40px;
- height:40px;
- opacity:.8;
- border-radius:50%;
- transition:all .8s ease;
- -webkit-transition:all .8s ease;
- -moz-transition:all .8s ease;
- -o-transition:all .8s ease;
- }
- .hi img:hover {
- opacity:1;
- border-radius:5px;
- transition:all .8s ease;
- -webkit-transition:all .8s ease;
- -moz-transition:all .8s ease;
- -o-transition:all .8s ease;
- }
- /* ask box */
- .mssg {
- margin-top:200px;
- float:left;
- width:43%;
- padding-bottom:100px;
- position:absolute;
- }
- /* social media */
- .social { float:right; width:50%; }
- .sm {
- background:#fff;
- padding:15px;
- border:1px solid #dcecf5;
- position:absolute;
- max-height:110px;
- overflow-y:scroll;
- }
- .sm a {
- width:50%;
- float:left;
- display:block;
- margin-bottom:5px;
- }
- .sm i {
- margin-right:5px;
- margin-bottom:5px;
- display:inline-block;
- width:15px;
- height:15px;
- font-size:15px;
- text-align:center;
- vertical-align:-3px;
- padding:5px;
- background:#fafafa;
- color:#8892e0;
- border:1px solid #dcecf5;
- transition:all .6s ease;
- -webkit-transition:all .6s ease;
- -moz-transition:all .6s ease;
- -o-transition:all .6s ease;
- }
- .sm:last-of-type { padding-bottom:5px; }
- .sm a:hover i {
- background:#fff;
- border:1px solid #000;
- color:#000;
- }
- /* do not disturb */
- .lo { bottom:20px; right:20px; position:fixed; }
- .lo a { text-transform:uppercase; padding:5px; font-size:12px; }
- </style>
- </head>
- <body>
- <section>
- <nav>
- <div class="icon"><a href="/">
- <!-- you can replace with your icon url -->
- <img src="{PortraitURL-128}" /></a>
- </div>
- </nav>
- <!--
- note:
- - you can delete any sections you want
- - more icons at http://fontawesome.io/icons/
- -->
- <!-- ABOUT SECTION -->
- <div id="about">
- <!-- INFO TABLE
- TEMPLATE:
- <tr>
- <td class="t">SUBJECT</td> (first column)
- <td>CONTENT</td> (second column)
- </tr>
- -->
- <div class="info">
- <div class="title"><i class="fa fa-info"></i> info</div>
- <table id="con">
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <tr>
- <td class="t">subject</td>
- <td>content</td>
- </tr>
- <!-- MAX. you can remove as many rows as you want but do not add any more -->
- </table>
- </div>
- <!-- ABOUT -->
- <div class="about">
- <div class="title"><i class="fa fa-user"></i> about</div>
- <div class="talk">
- <b>hello</b> <i>it's me</i> <br>
- <blockquote><a href="/">this is a link</a></blockquote>
- <p>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. aenean a molestie est. sed rhoncus justo sit amet felis sodales maximus. 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.</p>
- <blockquote>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.</blockquote>
- <p>Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue.
- Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.</p>
- </div>
- </div>
- </div>
- <!-- NAVIGATION/TAGS -->
- <div class="nav">
- <div class="title"><i class="fa fa-tag"></i> navigate</div>
- <div class="tags">
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- <a href="/">tag name</a>
- </div>
- </div>
- <!-- SOCIAL MEDIA -->
- <div class="social">
- <div class="title"><i class="fa fa-globe"></i> social</div>
- <div class="sm">
- <a href="/"><i class="fa fa-instagram"></i> instagram</a>
- <a href="/"><i class="fa fa-twitter"></i> twitter</a>
- <a href="/"><i class="fa fa-pinterest"></i> pinterest</a>
- <a href="/"><i class="fa fa-bookmark-o"></i> goodreads</a>
- <a href="/"><i class="fa fa-heart"></i> weheartit</a>
- <a href="/"><i class="fa fa-film"></i> letterboxd</a>
- </div>
- </div>
- <!-- MESSAGE -->
- <div class="mssg">
- <div class="title"><i class="fa fa-envelope"></i> message</div>
- <!-- no editing required -->
- <iframe frameborder="0" scrolling="no" width="100%" max-height="160" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden; margin-top:5px" id="ask_form"></iframe>
- </div>
- <!-- BLOGROLL -->
- <div class="blogroll">
- <div class="title"><i class="fa fa-heart"></i> blogroll</div>
- <!-- no editing required -->
- <div class="broll">
- {block:Following}{block:Followed}<div class="hi"><a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-128}"></a></div>{/block:Followed}{/block:Following}
- </div>
- </div>
- </section>
- <!-- 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