Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ALL-IN-ONE PAGE: SELENE
- by acuite
- - pages included: about, tags / links, blogroll
- - 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://code.jquery.com/jquery-1.10.0.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".one").click(function(){
- $(".1").toggle();
- $(".2,.3").hide();
- });
- $(".two").click(function(){
- $(".2").toggle();
- $(".1,.3").hide();
- });
- $(".three").click(function(){
- $(".3").toggle();
- $(".1,.2").hide();
- });
- });
- </script>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* Scroll */
- ::-webkit-scrollbar {height:2px;width:2px;background:#fff;}
- ::-webkit-scrollbar-thumb {background:#eee;}
- /* General */
- body {
- margin:0px;
- color:#444;
- font-family:'Open Sans',Helvetica,Arial,sans-serif;
- font-size:9.5px;
- background:#f8f8f8;
- }
- a {color:#888;text-decoration:none;}
- a:hover {color:#222;}
- a {
- transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- -webkit-transition: 0.5s ease;
- }
- /* Containers */
- .c {position:fixed;bottom:30px;right:30px;}
- .1, .2, .3 {display:none;}
- .hold {
- padding:25px;
- background:#fff;
- border:1px solid #f2f2f2;
- }
- .hold,.image,.image img{border-radius:5px;}
- h3,.nav a,.icon,.icon img,.box img,::-webkit-scrollbar-thumb{border-radius:3px;}
- #center {position:relative;width:540px;margin:150px auto 0px;}
- /* Headers */
- .nav,#header {text-align:right;padding:15px;font-size:0px;}
- .nav a.active{background:#222;color:#fff;border-color:#222;}
- .nav a,.icon{
- display:inline-block;
- padding:5px 7px;
- background:#fff;
- border:1px solid #f2f2f2;
- margin-left:15px;
- }
- #header {padding:0px 15px;}
- .icon {width:30px;height:30px;padding:2px;}
- .icon img{width:100%;height:100%;}
- /* About */
- .image img{height:100%;}
- .image{float:left;height:175px;margin-right:20px;border:1px solid #f2f2f2;}
- .desc {
- padding-right:10px;
- line-height:170%;
- letter-spacing:0.2px;
- height:177px;
- overflow:auto;
- }
- .qut {
- line-height:160%;
- margin-top:20px;
- padding:15px 15px 0px;
- border-top:1px solid #f2f2f2;
- color:#222;
- font-size:12px;
- font-style:italic;
- font-weight:300;
- letter-spacing:0.25px;
- }
- /* Tags */
- h3 {
- color:#222;
- margin:0px;
- padding:8px;
- font-weight:400;
- font-size:9.5px;
- background:#fafafa;
- letter-spacing:2px;
- text-transform:uppercase;
- border:1px solid #f2f2f2;
- }
- .navi {padding-bottom:15px;font-size:0px;}
- .navi a {width:calc(25% - 15px);padding:7px;}
- /* Blogroll */
- .box {
- width:33.3%;
- height:21px;
- line-height:21px;
- padding:10px 0px;
- }
- .box img{
- height:21px;
- margin-right:10px;
- border:1px solid #f2f2f2;
- }
- /* Common Styling */
- .navi a,.box {
- display:inline-block;
- font-size:9px;
- word-break:break-all;
- text-transform:lowercase;
- border-bottom:1px solid #f2f2f2;
- }
- .nav a,.c a {
- color:#222;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .nav a,.c a{font-size:8px;}
- .desc,.navi,.box,.qut,body {
- font-smooth:always;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .navigation,.blogroll{
- max-height:270px;
- overflow:auto;
- padding-right:10px;
- font-size:0px;
- }
- </style>
- </head>
- <body>
- <div id="center">
- <div id="header">
- <!-- Header Icon.
- Feel free to change {PortraitURL-128} to custom image url
- -->
- <div class="icon"><img src="{PortraitURL-128}"></div>
- </div>
- <!-- ABOUT STARTS HERE -->
- <!-- Do not edit -->
- <div class="1">
- <div class="nav">
- <a class="active" href="#">biography</a>
- <a class="two" href="#">navigation</a>
- <a class="three" href="#">following</a>
- </div>
- <div class="hold">
- <!-- Do not edit -->
- <!-- Image -->
- <div class="image"><img src="http://i.imgur.com/5CYb5gX.jpg"/></div>
- <!-- Biography -->
- <div class="desc">
- This is where a description about you / your blog goes.
- </div>
- <!-- Quote -->
- <div class="qut">
- Quote goes here.
- </div>
- <!-- Do not edit --></div></div><!-- Do not edit -->
- <!-- ABOUT ENDS HERE -->
- <!-- TAGS START -->
- <!-- Do not edit -->
- <div class="2" style="display:none;">
- <div class="nav">
- <a class="one" href="#">biography</a>
- <a class="active" href="#">navigation</a>
- <a class="three" href="#">following</a>
- </div>
- <div class="hold">
- <div class="navigation">
- <!-- Do not edit -->
- <!-- box 1 start -->
- <h3>links</h3>
- <div class="navi">
- <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="/url">link</a>
- </div>
- <!-- box 1 end -->
- <!-- box 2 start -->
- <h3>tags</h3>
- <div class="navi">
- <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>
- <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>
- <!-- box 2 end -->
- <!-- Do not edit --></div></div></div><!-- Do not edit -->
- <!-- TAGS END -->
- <!-- BLOGROLL START (do not edit) -->
- <div class="3" style="display:none;">
- <div class="nav">
- <a class="one" href="#">biography</a>
- <a class="two" href="#">navigation</a>
- <a class="active" href="#">following</a>
- </div>
- <div class="hold"><div class="blogroll">{block:Following}{block:Followed}<a href="{FollowedURL}"><div class="box"><img src="{FollowedPortraitURL-40}" align="left"><div class="name">{FollowedName}</div></div></a>{/block:Followed}{/block:Following}</div></div></div>
- <!-- BLOGROLL END -->
- </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