Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ALL-IN-ONE PAGE: HELIOS
- by acuite
- - don't steal this pls
- - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
- - @acuite for more themes
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i" rel="stylesheet">
- <style type="text/css">
- /* Scroll */
- ::-webkit-scrollbar-thumb {background:#f2f2f2;}
- ::-webkit-scrollbar {width:2px;height:2px;background:#fff;}
- /* General */
- body {
- margin:0;
- font-family:'Open Sans',Helvetica,Arial,sans-serif;
- font-size:11px;
- background:#f8f8f8;
- font-smooth:antialiased;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- a,.br,.br img {
- text-decoration:none;
- transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- -webkit-transition: 0.5s ease;
- }
- /* Containers */
- .c{position:fixed;right:30px;bottom:30px;font-size:10px;line-height:100%;}
- .center {position:relative;margin:70px auto;width:600px;}
- .box {margin:40px;padding:20px;}
- .links,.blogroll,.about{font-size:0px;}
- /* Box Styling */
- h2 .oi {margin-right:4px;font-size:15px;}
- h2{
- font-size:12px;
- line-height:100%;
- padding:20px;
- margin:-20px -20px 20px;
- font-weight:500;
- border-bottom:1px solid #f2f2f2;
- }
- .about{
- font-size:12px;
- line-height:150%;
- text-align:left;
- padding-right:10px;
- }
- .links a:hover{border-bottom:1px solid;}
- .links a{
- display:inline-block;
- font-size:12px;
- line-height:100%;
- padding:0 0 2px 0;
- margin:6px 15px 0 0;
- width:calc(25% - 15px);
- border-bottom:1px solid transparent;
- }
- .br {display:inline-block;margin:0 4px 8px;height:31px;width:31px;}
- .br:hover img{
- border-radius:50%;
- -webkit-filter: saturate(1);
- filter: saturate(1);
- }
- .br img{
- width:100%;
- border-radius:5%;
- -webkit-filter: saturate(0.5);
- filter: saturate(0.5);
- }
- /* Header */
- aside {position:fixed;width:120px;margin-left:-122px;overflow:hidden;}
- aside a .oi{margin-right:7px;font-size:12px;float:left;}
- aside a:first-of-type {border-top:0;}
- aside a{
- display:block;
- padding:12px;
- font-size:10px;
- line-height:100%;
- font-weight:400;
- text-transform:uppercase;
- letter-spacing:0.5px;
- border-top:1px solid #f2f2f2;
- }
- .pic{width:100%;}
- /* Common */
- .about,.links,aside,#s-m-t-tooltip,a {color:#888;}
- h1,h2,a:hover {color:#222;}
- h1,h2,.c{text-transform:uppercase;letter-spacing:1px;}
- .box,aside,#s-m-t-tooltip {
- background:#fff;
- border-radius:7px;
- border:1px solid #f2f2f2;
- }
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- z-index:9999;
- line-height:100%;
- padding:6px 7px;
- }
- </style>
- </head>
- <body>
- <div class="center">
- <!-- Sidebar Start. No edit necessary. -->
- <aside>
- <!-- Image URL -->
- <img class="pic" src="http://via.placeholder.com/120x120"/>
- <a href="/"><i class="oi oi-home"></i> return</a>
- <a href="/ask"><i class="oi oi-mail"></i> message</a>
- <a href="http://acuite.tumblr.com"><i class="oi oi-pencil"></i> credit</a>
- </aside>
- <!-- Sidebar End -->
- <div id="content">
- <!-- Biography Start -->
- <div class="box">
- <h2><i class="oi oi-user"></i> biography</h2>
- <div class="about">
- <!-- Biography Text -->
- This is where a description about you / your blog goes.
- </div>
- </div>
- <!-- Biography End -->
- <!-- Navigation Start -->
- <div class="box">
- <h2><i class="oi oi-menu"></i> navigation</h2>
- <div class="links">
- <a href="/url">link</a>
- <a href="/url">link</a>
- <a href="/url">link</a>
- <a href="/url">link</a>
- <a href="/url">link</a>
- <a href="/url">link</a>
- <a href="/url">link</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- </div>
- </div>
- <!-- Navigation End -->
- <!-- Blogroll Start. Do not edit. -->
- <div class="box">
- <h2><i class="oi oi-heart"></i> following</h2>
- <div class="blogroll">{block:Following}{block:Followed}<div class="br"><a title="{FollowedName}" href="{FollowedURL}"><img src="{FollowedPortraitURL-40}"></a></div>{/block:Followed}{/block:Following}</div>
- </div>
- <!-- Blogroll End -->
- <!-- End. Do not edit below this line. -->
- </div>
- </div>
- <div class="c"><a href="http://acuite.tumblr.com">acuite</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement