Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------------------------------------------------------------
- /// ingénu theme by ally
- © 2014 stahrfruits.tumblr.com
- -------------------------------------------------------------------------->
- <!DOCTYPE html><html>
- <head>
- <!------Meta Tags---------------------------------------------------->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#000000" />
- <meta name="color:title" content="#000000" />
- <meta name="color:link" content="#000000" />
- <meta name="color:link hover" content="#000000" />
- <meta name="color:scrollbar" content="#000000" />
- <meta name="color:post background" content="#ffffff">
- <meta name="color:post border color" content="#000000">
- <meta name="if:post background" content="0">
- <meta name="text:home" content="home">
- <meta name="text:message" content="message">
- <meta name="text:ask link" content="/ask">
- <meta name="text:archive" content="past">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 1 title" content="link">
- <meta name="text:link 2 title" content="link">
- <meta name="text:link 3 title" content="link">
- <meta name="image:background" content="" />
- <!------Essential Scripts-------------------------------------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/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:0,
- tip_fade_speed:40,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- var IsOpen = "no";
- function ShowMenu()
- {
- if (IsOpen == "no")
- {
- $("#page_menu").slideDown("slow");
- document.getElementById('page_plus').innerHTML = ' - ';
- IsOpen="yes";
- }else
- {
- $("#page_menu").slideUp("slow");
- document.getElementById('page_plus').innerHTML = '+ ';
- IsOpen="no";
- }
- }
- </script>
- <script>
- var IsOpen2 = "no";
- function ShowMenu2()
- {
- if (IsOpen2 == "no")
- {
- $("#header_menu").slideDown("slow");
- $("#page_menu").slideDown("slow");
- document.getElementById('page_plus').innerHTML = '';
- IsOpen2="yes";
- }else
- {
- $("#header_menu").slideUp("slow");
- $("#page_menu").slideUp("slow");
- document.getElementById('page_plus').innerHTML = '';
- IsOpen2="no";
- }
- }
- </script>
- <script type="text/javascript">
- function changeText(){
- }
- </script>
- <script>
- $(document).ready(function() {
- /* This is basic - uses default settings */
- $("a#single_image").fancybox();
- /* Using custom settings */
- $("a#inline").fancybox({
- 'hideOnContentClick': true
- });
- $(".various3").fancybox({
- 'width' : '50%',
- 'height' : '30%',
- 'autoScale' : false,
- 'transitionIn' : 'none',
- 'transitionOut' : 'none',
- 'type' : 'iframe'
- });
- });
- </script>
- <script src="http://www.themecloud.co/themes/narnia/totop.js";
- type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- /*
- var defaults = {
- containerID: 'moccaUItoTop', // fading element id
- containerHoverClass: 'moccaUIhover', // fading element
- hover class
- scrollSpeed: 1200,
- easingType: 'linear'
- };
- */
- $().UItoTop({ easingType: 'easeOutQuart' });
- });
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- {block:IndexPage}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript"
- src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#content');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);}
- );});});});</script>
- {/block:IndexPage}
- <!------Styling and Customization------------------------------------>
- <style type="text/css">
- .ttitle {
- background: #fff;
- padding: 5px;
- font-size: 12px;
- }
- ::-webkit-scrollbar {width: 3px; height: 0px; background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
- iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0;
- right:4px; -webkit-filter: invert(100%);}
- body {
- background-color: {color:background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- font-size:11px;
- font-family:arial;
- line-height:14px;
- text-transform:none;
- color: {color:text};
- }
- #header{
- font-family:arial;
- position:absolute;
- top:85px;
- padding-top:7px;
- padding-bottom:12px;
- width:400px;
- align:center;
- width:100%;
- margin-left:30px;
- text-align:center;
- background-image:url('{image:header}');
- background-color:transparent;
- z-index:999;
- }
- #nav{
- text-transform:none;
- }
- #nav a{
- font-size:19px;
- line-height:23px;
- text-transform:none;
- display:inline;
- font-weight:300;
- -moz-transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .speclink{
- word-spacing:1px;
- }
- .answer{
- }
- .answer img {
- width:230px;
- height:auto;
- {block:permalinkpage}
- width:auto;
- height:auto;
- {/block:permalinkpage}
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- a:link, a:active, a:visited{
- color: {color:link};
- }
- a:hover{
- color: {color:link hover};
- }
- #content {
- position: absolute;
- width:900px;
- margin-left:-415px;
- left:50%;
- margin-top:46px;
- float:center;
- height:auto;
- }
- .entry{
- margin:19px;
- float:left;
- height:auto;
- padding-top:3px;
- padding-left:3px;
- padding-right:3px;
- border:1px solid {color:post border color};
- {block:ifpostbackground}
- background-color: {color:post background};
- {/block:ifpostbackground}
- {block:IndexPage}
- width:240px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:65px;
- width:500px;
- height:auto;
- {/block:PermalinkPage}
- }
- .entry img{
- {block:IndexPage}
- width:240px;
- height:auto;
- {block:iffourcolumns}
- width:210px;
- {/block:iffourcolumns}
- {block:ifthreecolumns}
- width:210px;
- {/block:ifthreecolumns}
- {/block:IndexPage}
- }
- .title{
- font-family:arial;
- {block:iftitlefontone}
- font-family: Lobster Two;
- {/block:iftitlefontone}
- {block:iftitlefonttwo}
- font-family: satisfy;
- {/block:iftitlefonttwo}
- {block:iftitlefontthree}
- font-family: handlee;
- {/block:iftitlefontthree}
- font-size:11px;
- line-height:18px;
- text-transform:none;
- color: {color:text};
- }
- blockquote{
- padding:0px 0px 0px 10px;
- margin:0px 0px 0px 2px;
- border-left: 1px solid #000;
- }
- .creditstothistheme{
- font-family:
- this is a stahrfruits theme
- and you should probably abide
- by the rules because if i see
- this on your theme ill know
- its mine and ill report you if
- there isnt a credit;
- }
- .perma{
- position:absolute;
- top:15px;
- left:7px;
- text-transform:uppercase;
- text-align:center;
- line-height:40px;
- overflow:hidden;
- overflow:hidden;
- opacity: 0;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .perma img{
- border-radius:100%;
- margin-left:3px;
- height:35px;
- width:35px;
- }
- .entry:hover .perma{
- opacity:1;
- top:10px;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .my-like {
- background-image: url("http://static.tumblr.com/j1tjexd/aeQmam5ia/like1.png") !
- important;
- height:35px;
- width:35px;
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- border-radius:100%;
- margin-left:3px;
- }
- .my-like img{
- height:35px;
- width:35px;
- }
- .my-liked, .my-like:hover {
- background-image: url("http://static.tumblr.com/j1tjexd/5YOmanh18/like2.png") !
- important;
- height:35px;
- width:35px;
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- border-radius:100%;
- margin-left:3px;
- }
- .entry:hover .permalink{
- line-height:10px;
- opacity:1;
- -webkit-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .permalink{
- font-family:arial;
- font-size:10px;
- line-height:0;
- text-transform:uppercase;
- text-align:center;
- opacity:0;
- -webkit-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .notess{
- position:absolute;
- left:600px;
- top:10px;
- height:400px;
- width:500px;
- overflow:scroll;
- }
- .answerimg img{
- position:relative;
- top:5px;
- left:0px;
- height:30px;
- width:30px;
- border:1px solid #ccc;
- margin:2px;
- padding:3px;
- }
- #february19th{
- font-family:arial;
- text-transform:none;
- font-style:italic;
- font-size:20px;
- margin-top:-75px;
- margin-left:277px;
- }
- #description{
- font-family:arial;
- margin-left:280px;
- margin-top:5px;
- width:600px;
- height:auto;
- }
- #s-m-t-tooltip {
- max-width:300px;
- background-color:#ffffff;
- border:1px solid #000000;
- font-size: 11px;
- font-family:arial, monospace;
- color:#000000;
- text-transform:lowercase;
- padding:3px;
- margin:19px 0px 0px 10px;
- z-index:9999999999999999999999;
- }
- .zzz{
- top:70px;
- margin-left:186px;
- height:auto;
- width:1000px;
- }
- .asterisk{
- margin-top:-32px;
- font-family:arial;
- font-size:20px;
- margin-left:254px;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://kryogenix.org/code/browser/smoothscroll/smoothscroll.js"></script>
- </head>
- <!------Blog Appearance---------------------------------------------->
- <body onkeydown="return false">
- <div class="zzz"><center><br><br><br><br><br><img src="http://i62.tinypic.com/1judtf.gif" width="826" height="8"></center></div>
- <!------Header Links------------------------------------------------->
- <header id="header">
- <span id="nav">
- <a href="/" title="{text:home}">⌂</a>
-
-
- <a href="{text:ask link}" title="{text:message}">✉</a>
-
-
- <a href="/archive" title="{text:archive}">♥</a>
-
-
- <a href="{text:link 1 url}" title="{text:link 1 title}">✍</a>
-
-
- <a href="{text:link 2 url}" title="{text:link 2 title}">☺</a>
-
-
- <a href="{text:link 3 url}" title="{text:link 3 title}">⌨</a>
-
-
- <a href="http://stahrfruits.tumblr.com/" title="theme">+</a>
- </span>
- </header><br><br>
- <!------Description & Title ----------------------------------------->
- <div id="february19th">
- {Title}
- </div>
- <div id="description">
- {Description}
- </div>
- <div class="asterisk">
- ✴
- </div>
- <!------Blog Posts--------------------------------------------------->
- <div id="content">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="entry">
- {block:Text}
- {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div
- class="answer">
- <div style="margin-left:1px;">{Body}</div></div>
- <div class="permalink"><a href="{ReblogUrl}">Purchase</a> for <a
- href="{permalink}">${NoteCount}</a></div>
- {/block:Text}
- {block:Link}
- <center><a href="{URL}"><span class="title">{Name}</span></a></center>
- <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
- <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a> with <a
- href="{permalink}">{NoteCountwithLabel}</a></div>
- {block:Link}
- {block:Photo}
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img
- src="{PhotoURL-500}" alt="{PhotoAlt}" /></a></div>{LinkCloseTag}
- <div class="perma">
- <a href="{reblogurl}"><img
- src="http://static.tumblr.com/j1tjexd/nGmmam5hg/reblog.png"></a>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}"></div>
- </div>
- {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}"
- alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <center>
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </center>
- <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a> with <a
- href="{permalink}">{NoteCountwithLabel}</a></div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div style="margin-left:3px;">
- <span class="title">{Quote}</span><br>{Source}
- </div>
- <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a> with <a
- href="{permalink}">{NoteCountwithLabel}</a></div>
- {/block:Quote}
- {block:Chat}
- <div style="margin-left:3px;">
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a> with <a
- href="{permalink}">{NoteCountwithLabel}</a></div>
- {/block:Chat}
- {block:Audio}<div style="height:0px;background-
- color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
- <center>{AudioPlayerBlack}
- {block:Caption}{Caption}{/block:Caption}</center>
- <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a> with <a
- href="{permalink}">{NoteCountwithLabel}</a></div>
- {/block:Audio}
- {block:Answer}<span class="answerimg"><p align="right"><img src="{AskerPortraitURL-30}"
- align="right"></p></span> {Asker} inquired: <i>{Question}</i><div class="answer">
- {Answer}</div>
- <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a> for <a
- href="{permalink}">${NoteCount}</a></div>
- {/block:Answer}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}</center>
- <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a> with <a
- href="{permalink}">{NoteCountwithLabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- {block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}
- {/block:hasTags}
- {/block:PermalinkPage}
- {block:PostNotes}
- <div class="notess">{block:Caption}{Caption}{/block:Caption}
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
- <br>{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame"
- style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLikeLink = event.target;
- if( myLikeLink.className.indexOf( 'my-like' ) > -1 ) {
- var myLikeFrame = document.getElementById( 'my-like-frame' ),
- liked = ( myLikeLink.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLikeLink.getAttribute( 'data-reblog' ),
- postId = myLikeLink.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 ),
- likeUrl = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + postId;
- myLikeFrame.src = likeUrl;
- liked ? myLikeLink.className = 'my-like'
- : myLikeLink.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <a style="position:fixed;bottom:10px;right:10px;" href="#top">back to top</a>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement