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>
- <!---
- All In One Page 01: Lunar by lunecerise aka romulvs
- -keep credit intact
- -don't steal any code
- -don't use as a basecode
- -just don't steal stuff bruh pls
- --->
- <title>lunar</title> <!--- TITLE --->
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600|Roboto:400,100,300' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <script src="http://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>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:1,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('a[href^="#"]').on('click',function (e) {
- e.preventDefault();
- var target = this.hash,
- $target = $(target);
- $('html, body').stop().animate({
- 'scrollTop': $target.offset().top
- }, 900, 'swing', function () {
- window.location.hash = target;
- });
- });
- });
- </script>
- <script type="text/javascript">
- $(window).scroll(function() {
- if ($(this).scrollTop() > 500) {
- $( "#arrow" ).css('opacity','1');
- } else {
- console.log('there');
- $( "#arrow" ).css('opacity','0');
- }
- });
- </script>
- <script>
- $('a[href^="#"]').click(function(event) {
- var id = $(this).attr("href");
- var target = $(id).offset().top;
- $('html, body').animate({scrollTop:target}, 500);
- event.preventDefault();
- });
- function getTargetTop(elem){
- var id = elem.attr("href");
- var offset = 60;
- return $(id).offset().top - offset;
- }
- $(window).scroll(function(e){
- isSelected($(window).scrollTop())
- });
- var sections = $('a[href^="#"]');
- function isSelected(scrolledTo){
- var threshold = 100;
- var i;
- for (i = 0; i < sections.length; i++) {
- var section = $(sections[i]);
- var target = getTargetTop(section);
- if (scrolledTo > target - threshold && scrolledTo < target + threshold) {
- sections.removeClass("active");
- section.addClass("active");
- }
- };
- }
- </script>
- <style type="text/css">
- /*scrollbar*/
- ::-webkit-scrollbar {background:transparent; width:5px;}
- ::-webkit-scrollbar-thumb {background:transparent; border-left:2px #bae2bd solid; width:3px;}
- ::-webkit-scrollbar-track {background:transparent; width:5px;}
- ::-webkit-scrollbar-corner {background:transparent; height:5px; width:5px;}
- /*text selection*/
- ::selection {background-color:#A2C8D3;color:white;text-shadow:none;}
- ::-moz-selection {background-color:#A2C8D3;color:white;text-shadow:none;}
- ::-o-selection {background-color:#A2C8D3;color:white;text-shadow:none;}
- #s-m-t-tooltip {
- max-width:300px;
- padding: 5px 7px;
- margin:10px;
- background-color:#fff;
- font-family:calibri;
- font-size:8px;
- border:double #eeeeee;
- font-style:bold;
- letter-spacing:1px;
- text-transform:uppercase;
- color:#000;
- z-index:10000000000000000000000000000000000000000000000000000000000000;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- *, body, a, a:hover, a:active { cursor:url(https://31.media.tumblr.com/4b32a8c60c9e7a01890827f616c6ed74/tumblr_inline_n7563jM9Gt1qcs1bb.png), auto;}
- html {height:100%;width:100%;}
- body {
- background-color:#fff;
- font-family:'Roboto', sans-serif;
- background:#fff url(https://farm6.staticflickr.com/5479/10566885854_8f4b0088a1_k.jpg) no-repeat fixed center;/*edit background here*/
- background-size:cover;
- left:0;
- top:0;
- right:0;
- bottom:0;
- width:100%;
- height:100%;
- overflow-x:hidden;
- margin:0;
- }
- a {
- color:#bae2db;
- outline:none;
- -moz-outline:none;
- text-decoration:none;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- a:hover {color:#000087;}
- a:active {-moz-outline:none;}
- h1 {font-size:14px;text-transform:uppercase;}
- h1:first-letter {font-size:16px;}
- #cover {
- top:0;
- left:0;
- height:100%;
- width:100%;
- background-size:100% 100%;
- position:fixed;
- margin-bottom:10px;
- }
- #section1 {
- background:#fff url(https://38.media.tumblr.com/5033c40f542749191a361f201a772dc0/tumblr_n201x7855V1svrh8zo3_1280.jpg) no-repeat fixed center;/*edit about section here*/
- height:100%;
- width:100%;
- background-size:cover;
- margin-top:20px;
- padding:10px 0;
- left:0;
- right:0;
- position:absolute;
- }
- #section2 {
- background:#fff url(https://farm6.staticflickr.com/5556/14708010283_bff41bd784_o_d.jpg) no-repeat fixed center;/*edit tags section here*/
- left:0;
- right:0;
- margin-top:20px;
- margin-bottom:20px;
- height:100%;
- padding:10px 0;
- width:100%;
- background-size:cover;
- position:absolute;
- }
- #section3 {
- background:#fff url(https://farm6.staticflickr.com/5595/15140191858_129e28be62_o_d.jpg) no-repeat fixed center;/*edit faq section here*/
- left:0;
- right:0;
- margin-top:20px;
- margin-bottom:20px;
- height:100%;
- width:100%;
- padding:10px 0;
- background-size:cover;
- position:absolute;
- }
- #section4 {
- background:#fff url(http://static.tumblr.com/3dkvxpf/Qz5n9m21e/wave-384385_1920.jpg) no-repeat fixed center;/*edit blogroll section here*/
- left:0;
- right:0;
- margin-top:20px;
- height:100%;
- padding:10px 0;
- width:100%;
- background-size:cover;
- position:absolute;
- }
- #breaker {width:100%;height:100%;}
- #title {
- font-size:100px;
- font-family:Times;
- font-style:italic;
- font-weight:lighter;
- color:#fff;
- letter-spacing:-8px;
- width:700px;
- margin-top:120px;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:10px;
- text-align:left;
- }
- #desc {
- width:400px;
- height:auto;
- font-size:10px;
- font-family:'Roboto', sans-serif;
- text-align:justify;
- margin-top:-10px;
- margin-left:auto;
- margin-right:auto;
- color:#fff;
- }
- #circont {
- margin:auto;
- text-align:center;
- width:86px;
- height:100px;
- }
- .roll, .links {
- width:790px;
- height:300px;
- margin-left:auto;
- margin-right:auto;
- overflow-x:hidden;
- overflow-y:scroll;
- padding:10px;
- border:3px solid #fff;
- margin-top:-30px;
- margin-bottom:10px;
- }
- .roll img {
- width:40px;
- height:40px;
- display:inline-block;
- padding:5px;
- border:solid 1px #fff;
- margin:6px;
- float:left;
- }
- #column {
- display:inline-block;
- margin:3px;
- width:240px;
- height:auto;
- padding:0 5px;
- float:left;
- overflow-x:hidden;
- text-align:justify;
- }
- #column a {
- display:inline-block;
- padding:5px;
- width:290px;
- text-transform:uppercase;
- color:#aaa;
- font-size:9px;
- letter-spacing:1px;
- background-color:rgba(0,0,0,0.5);
- }
- #column a:hover {color:#fff;}
- #column a:after {
- content: "";
- margin-left: -300px;
- display: block;
- width: 100%;
- margin-top:5px;
- margin-bottom:-5px;
- height: 1px;
- background-color: #fff;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;}
- #column a:hover:after {margin-left: -5px;}
- #arrow {
- opacity:1;
- text-align:center;
- position:fixed;
- left:0px;
- bottom:0px;
- padding:10px 13px;
- background:rgba(255,255,255,0.2);
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #arrow a {color:rgba(0,0,0,0.5);}
- #arrow:hover {background:rgba(255,255,255,0.4);}
- #arrow:hover a {color:#000;}
- nav {
- -webkit-backface-visibility: hidden;
- z-index: 5;
- position: fixed;
- top: 5%;
- left: 0px;
- right: 0px;
- margin: auto;
- text-align:center;
- width: auto;
- height:20px;
- opacity: 0.75;
- }
- nav li {
- height: 20px;
- margin: 10px 0px;
- padding:0 20px;
- list-style: none;
- display:inline-block;
- }
- nav a {
- display: inline-block;
- padding:5px;
- text-indent: -9999px;
- border-radius: 100%;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- background-color: transparent;
- border: 3px solid #fff;
- transition: all 0.3s ease;
- position: relative;
- left: 0px;
- top: 0px;
- margin:0 20px 0 0;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- nav a:hover, nav a.active {background-color: #fff;}
- #credit, #credit a {
- text-decoration:none;
- position:fixed;
- bottom:4px;
- right:4px;
- padding:5px 4px;
- font-family: helvetica;
- text-transform:uppercase;
- color:#bbb;
- font-size:9px;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -ms-transition-duration:0.3s;
- }
- #credit:hover {background-color:transparent;}
- #credit:hover, #credit a:hover {
- text-decoration:none;
- font-family: helvetica;
- color:#000;
- background-color:#fff;
- text-shadow:#aaa 2px 2px 0.2em;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- -ms-transition-duration:0.4s;
- }
- </style>
- </head>
- <body>
- <div id="top"></div>
- <div id="circont">
- <nav>
- <ul>
- <a href="/" title="home"></a>
- <a href="#section1" title="about"></a>
- <a href="#section2" title="links"></a>
- <a href="#section3" title="faq"></a>
- <a href="#section4" title="blogroll"></a>
- </ul>
- </nav>
- </div>
- <div id="cover">
- <div id="title" style="text-align:center; width:100%; margin-top:170px;">
- <!--- TITLE --->
- nightcall
- <div style="margin-top:-18px;"><svg height="10" width="500">
- <line x1="0" y1="5" x2="500" style="stroke:#fff; stroke-width:3px"></line>
- </svg></div>
- </div>
- <div id="desc" style="text-transform:uppercase; text-align:center; margin-top:-10px">
- <!--- DESCRIPTION GOES HERE --->
- I'm gonna show you where it's dark, but have no fear.
- </div>
- </div>
- <div id="breaker"></div>
- <div id="section1">
- <div id="title">about;</div>
- <div id="desc">
- <!--- ABOUT STUFF GOES HERE --->
- >Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit. Etiam tempor. Ut ullamcorper, ligula eu tempor congue, eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas fermentum consequat mi. Donec fermentum.
- </div>
- </div>
- <div id="breaker"></div>
- <div id="section2">
- <div id="title" style="margin-bottom:10px">atlas —</div>
- <div class="links">
- <!--- FOR EVERY NEW SECTION OF LINKS MAKE A NEW COLUMN DIV --->
- <div id="column">
- <a href="/">i</a>
- <a href="/">ii</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- <div id="column">
- <a href="/">i</a>
- <a href="/">ii</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- <div id="column">
- <a href="/">i</a>
- <a href="/">ii</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- </div>
- <div id="breaker"></div>
- <div id="section3">
- <div id="title">faq.</div>
- <div style="width:610px; margin-left:auto; margin-right:auto">
- <div id="desc" style="float:left; height:235px; overflow-x:hidden; overflow-y:scroll; width:300px; padding:15px 5px; border-top:1px solid #fff;">
- <!--- FAQ STUFF GOES HERE --->
- <h1>
- Q: your hesitation speaks to me
- </h1>
- <p>
- A: louder than a million words per minute
- </p>
- <h1>Q: Lorem ipsum dolor sit amet</h1>
- <p>A: consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
- <h1>Q: Duis aute irure dolor in reprehenderit </h1>
- <p>A: in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
- <h1>Q: Curabitur pretium tincidunt lacus. </h1>
- <p>A: Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida.</p>
- </div>
- <!--- MAKE SURE TO REPLACE YOURURL WITH YOUR URL --->
- <div style="float:right;"><iframe frameborder="0" scrolling="yes" width="100%" height="255" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" style="background-color:transparent; overflow:hidden; border-bottom:1px solid #fff; padding-bottom:13px" id="ask_form" ></iframe></div>
- </div>
- </div>
- <div id="breaker"></div>
- <!--- BLOGROLL // DO NOT EDIT BC WHY WOULD YOU EVEN DO THAT HONESTLY --->
- <div id="section4">
- <div id="title" style="margin-bottom:10px">blogroll!</div>
- <div class="roll">
- {block:Following}
- {block:Followed}
- <a href="{FollowedURL}" target="_blank" title="{FollowedName}"><img src="{FollowedPortraitURL-40}"> </a>
- {/block:Followed}
- {/block:Following}
- </div>
- </div>
- <div id="circont"><div id="arrow"><a href="#top" title="back to top"><i class="fa fa-chevron-up"></i></a></div></div>
- <div id="credit"><a href="http://lunecerise.co.vu" title="lunecerise">LC</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment