Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- dream
- @odeysseus
- - you can choose new colors from colorpicker.com
- - to change the accent color, pick a new color from colorpicker then use cmnd+f or ctrl+f to search for #d7c7d5, then hit cmnd/ctrl+f again and replace all with your new color. don't forget the #
- - the "message" section will only show up if you have your ask enabled in settings
- - the "blogroll" section will not show up for sideblogs as blogrolls don't work on sideblogs
- - credits at odeysseus.tumblr.com/credit
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <title>explore</title>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <div style="bottom:20px;right:20px;position:fixed"><a href="http://odeysseus.tumblr.com">O</a></div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin:20px;
- max-width:250px;
- z-index:9999;
- border:1px solid #eee;
- color:#666;
- background:#fafafa;
- padding:2px 5px 1px;
- }
- iframe#tumblr_controls, iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop,iframe.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop { display:none!important; }
- @-webkit-keyframes fade {
- 0% {opacity: 0;}
- 100% { opacity: 1; }
- }
- @-moz-keyframes fade {
- 0% { opacity: 0; }
- 100% { opacity: 1; }
- }
- @keyframes fade {
- 0% { opacity: 0; }
- 100% { opacity: 1; }
- }
- ::-webkit-scrollbar{
- width:1px;
- }
- ::-webkit-scrollbar-thumb {background:#d7c7d5;opacity:.5;}
- ::-webkit-scrollbar-track {background:#fafafa;}
- ::-moz-selection{ background: #eee; color:#777;}
- ::selection { background:#eee; color:#777; }
- body {
- background:#fefefe;
- color:#898989; /* text color */
- font-family:'Source Sans Pro', sans-serif; /*main font*/
- font-weight:400;
- font-size:11px; /* font size */
- text-align:left;
- line-height:180%;
- -webkit-animation-name:fade;
- -webkit-animation-duration:1s;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:#aaa; /*link color*/
- text-decoration:none;
- cursor:pointer;
- }
- b,strong { font-weight:600;color:#666; /* #666 is the color of bold text*/ }
- a,ul#tabs li,img.bimg {
- transition:all .5s ease;
- -webkit-transition:all .5s ease;
- -moz-transition:all .5s ease;
- -o-transition:all .5s ease;
- }
- a:hover {
- text-decoration:none;
- color:#d7c7d5; /*link hover*/
- }
- section {
- width:520px;
- margin:180px auto 60px;
- }
- ul#tabs {
- list-style-type: none;
- padding: 0;
- left:0px;
- margin-top:0px;
- display:block;
- padding-bottom:10px;
- margin-bottom:10px;
- border-bottom:1px solid #eee; /* #eee is the border color */
- text-align: left;
- }
- ul#tabs li.active {
- font-weight:700;
- color:#d7c7d5;
- }
- ul#tabs a {
- font-weight:700;
- color:#d7c7d5;
- float:right;
- }
- ul#tabs a:hover { color:#666; }
- ul#tabs li {
- cursor: help;display:inline-block;
- margin-right:7px; /* spacing between tabs */
- }
- ul#tab {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- ul#tab li {
- display:none;
- }
- ul#tab li.active {
- display:block;
- -webkit-animation-name:fade;
- -webkit-animation-duration:.5s;
- }
- p { margin:0;padding:0;margin-top:9px; }
- .box {
- width:248px;
- float:left;
- padding:5px;
- }
- h8 {
- font-size:12px;
- font-weight:600;
- color:#666;
- display:block;
- margin-bottom:7px;
- }
- .box img {
- width:40px;
- border-radius:3px;
- height:40px;
- margin:0px 5px 2px 0px;
- }
- .blogroll {
- float:left;
- display:inline-block;
- width:20%;
- padding:10px 0px;
- text-align:center;
- font-weight:600;
- }
- img.bimg {
- width:50px;
- height:50px;
- border-radius:3px;
- display:block;
- margin:5px auto;
- opacity:.6;
- }
- .blogroll:hover img.bimg {
- opacity:1;
- }
- .sm a {
- font-size:22px;
- border:1px solid #eee;
- border-radius:3px;
- padding:5px;display:inline-block;
- margin:0px 5px 6px 0px;
- width:22px;
- height:22px;
- text-align:center;
- }
- .sm a:hover {
- background:#fafafa;
- color:#444;
- }
- .test {
- font-style:italic;
- }
- .test h8 { font-style:normal;margin-bottom:0px; }
- .test h8 a,a.blogroll { color:#666; } .test h8 a:hover,a.blogroll:hover { color:#d7c7d5; }
- .nav a,.nav b {
- width:24%;
- display:inline-block;
- }
- .tags {
- margin-bottom:5px;
- padding:5px 0px;
- border-bottom:1px solid #eee;
- }
- .mssg b {
- display:block;
- color:#666;
- margin-top:10px;
- }
- .mssg b:first-of-type { margin:0; }
- </style>
- </head>
- <body>
- <section>
- <ul id="tabs"> <!--top tabs-->
- <li class="active">about</li>
- <li>social</li>
- {block:AskEnabled}<li>message</li>{/block:AskEnabled}
- <li>navigate</li>
- {block:following}<li>blogroll</li>{/block:following}
- <!--home link-->
- <a href="/">home</a>
- </ul>
- <!--end top tabs-->
- <ul id="tab">
- <!--about tab-->
- <li class="active about">
- This is your about text. <b>Bold</b>, <i>italics</i>, <a href="link url">link</a>.
- <p>
- new paragraph.
- </li>
- <!--end about tab-->
- <!--social tab: you can delete sections you don't need!-->
- <li class="social">
- <div class="wrapper">
- <!--friends section-->
- <div class="box">
- <h8>friends</h8><!--heading-->
- <a href="link url" title="friend name"><img src="img url"/></a>
- <a href="link url" title="friend name"><img src="img url"/></a>
- </div>
- <!--end friends section-->
- <!--social media section-->
- <div class="box sm">
- <h8>social media</h8><!--heading-->
- <!--use http://ionicons.com/ to find more social media icons -->
- <a href="link url" title="twitter"><i class="ion-social-twitter"></i></a>
- <a href="link url" title="instagram"><i class="ion-social-instagram-outline"></i></a>
- <a href="link url" title="pinterest"><i class="ion-social-pinterest-outline"></i></a>
- <a href="link url" title="snapchat: username"><i class="ion-social-snapchat-outline"></i></a>
- </div>
- <!--end social media section-->
- <!--start networks section-->
- <div class="box">
- <h8>networks</h8>
- <a href="link url" title="network name"><img src="img url"/></a>
- <a href="link url" title="network name"><img src="img url"/></a>
- </div>
- <!--end networks section-->
- <!--start other blogs section-->
- <div class="box">
- <h8>other blogs</h8>
- <a href="link url" title="blog name"><img src="img url"/></a>
- <a href="link url" title="blog name"><img src="img url"/></a>
- </div>
- <!--end other blogs section-->
- <!--start testimonials section-->
- <div class="box test">
- <h8><a href="friend url">friend</a></h8>
- this is ur testimonial!
- </div>
- <div class="box test">
- <h8>anonymous</h8>
- this is an anon testimonial!
- </div>
- <!--end testimonials section-->
- </div>
- </li>
- <!--start ask box: will only show up if you have ask enabled in settings-->
- {block:AskEnabled}
- <li class="mssg">
- <!--start faq-->
- <b>this is a question</b>
- and this is an answer
- <b>this is a question</b>
- and this is an answer
- <!--end faq-->
- <p style="border-top:1px solid #eee"><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;padding-top:10px;margin-top:10px"></iframe></p>
- <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- </li>
- {/block:AskEnabled}
- <!--end ask box-->
- <!--start navigation-->
- <li class="nav">
- <!--tags box-->
- <div class="tags">
- <b>heading</b>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- <!--end tags box-->
- <!--tags box-->
- <div class="tags">
- <b>heading</b>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- <!--end tags box-->
- </li>
- <!--end navigation-->
- <!--start blogroll: you do not need to edit this manually, blogs you follow will show up automatically when you open your blog in a new tab. this will not show up on sideblogs.-->
- {block:Following}
- <li class="roll">{block:Followed}<a class="blogroll" href="{FollowedURL}"><img class="bimg" src="{FollowedPortraitURL-64}" /> {FollowedName}</a>{/block:Followed}</li>
- {/block:Following}
- <!--end of editing-->
- </section>
- </body>
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script>
- $(document).ready(function(){
- $("ul#tabs li").click(function(e){
- if (!$(this).hasClass("active")) {
- var tabNum = $(this).index();
- var nthChild = tabNum+1;
- $("ul#tabs li.active").removeClass("active");
- $(this).addClass("active");
- $("ul#tab li.active").removeClass("active");
- $("ul#tab li:nth-child("+nthChild+")").addClass("active");
- }
- $('.wrapper').masonry({
- itemSelector : ".box",
- },
- function() { $('.wrapper').masonry({ appendedContent: $(this) }); }
- );
- $('li.roll').masonry({
- itemSelector : "a.blogroll",
- },
- function() { $('li.roll').masonry({ appendedContent: $(this) }); }
- );
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment