Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------------------------------------
- /// Ss theme by ally
- © 2015 stahrfruits.tumblr.com
- ------------------------------------------------->
- <!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>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/tiuhncr/4o2n7bsmw/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:40,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link rel="icon" href="{Favicon}"/>
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
- <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:border" content="#000000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:title" content="#000000" />
- <meta name="color:link" content="#000000" />
- <meta name="color:scrollbar" content="#000000" />
- <meta name="color:nav links" content="#000000" />
- <meta name="color:nav link bg" content="#ffdbf6" />
- <meta name="color:post borders" content="#fca99e" />
- <meta name="image:background" content="" />
- <meta name="text:BigLetters" content="Ss" />
- <meta name="if:Link1" content="1" />
- <meta name="if:Link2" content="1" />
- <meta name="if:Link3" content="1" />
- <meta name="if:Link4" content="1" />
- <meta name="if:Link5" content="1" />
- <meta name="if:Link6" content="1" />
- <meta name="if:Link7" content="1" />
- <meta name="if:Link8" content="1" />
- <meta name="if:Link9" content="1" />
- <meta name="text:Link 1 Name" content="home" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Symbol" content="⌂" />
- <meta name="text:Link 2 Name" content="message" />
- <meta name="text:Link 2 URL" content="/ask" />
- <meta name="text:Link 2 Symbol" content="✉" />
- <meta name="text:Link 3 Name" content="archive" />
- <meta name="text:Link 3 URL" content="/archive" />
- <meta name="text:Link 3 Symbol" content="♥" />
- <meta name="text:Link 4 Name" content="" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Symbol" content="☼" />
- <meta name="text:Link 5 Name" content="" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 5 Symbol" content="☺" />
- <meta name="text:Link 6 Name" content="" />
- <meta name="text:Link 6 URL" content="/" />
- <meta name="text:Link 6 Symbol" content="✴" />
- <meta name="text:Link 7 Name" content="" />
- <meta name="text:Link 7 URL" content="/" />
- <meta name="text:Link 7 Symbol" content="✍" />
- <meta name="text:Link 8 Name" content="" />
- <meta name="text:Link 8 URL" content="/" />
- <meta name="text:Link 8 Symbol" content="▲" />
- <meta name="text:Link 9 Name" content="" />
- <meta name="text:Link 9 URL" content="/" />
- <meta name="text:Link 9 Symbol" content="+" />
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div.navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : ".navigation a#next",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;bottom:0px;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;bottom:0px;" href="{PreviousPage}">Newer</a></p></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
- <style type="text/css">
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- body{
- margin:0px;
- padding:0px;
- margin-top:30px;
- margin-left:0px;
- margin-bottom:0px;
- font-family:'courier new';
- font-size:11px;
- color:{color:text};
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed; }
- a {
- color:{color:link};
- text-decoration:none;}
- a:hover {
- text-decoration:none;}
- a:active,a:focus {outline:0;}
- ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:background};}
- ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
- #posts {
- {block:IndexPage}
- width:1360px;
- margin-left:-680px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- margin-left:-250px;
- {/block:PermalinkPage}
- position:relative;
- float:left;
- top:90px;
- left:50%;}
- .post {
- {block:indexpage}
- width:250px;
- margin:34px;
- padding:10px;
- border:1px solid {color:post borders};
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- padding:20px;
- margin-top:15px;
- {/block:permalinkpage}
- float:left;
- position:relative;
- text-align:justify;
- font-family:'courier new';
- font-size:12px;
- color:{color:text};}
- {block:indexpage}
- .post .photoset iframe {
- width:250px;}
- {/block:indexpage}
- #squirrelpup {
- color:#fca99e;
- font-size:80px;
- font-family:courier new;
- margin-left:-150px;
- top:20px;
- }
- #blogtitle {
- color:{color:title};
- top:5px;
- left:50%;
- text-align:left;
- margin-left:-162px;
- letter-spacing:1px;
- position:absolute;
- word-spacing:10px;
- width:350px;
- font-size:16px;
- font-family:courier new;
- text-transform:none;
- z-index:999999999;}
- #blogtitle a{
- text-transform:none;
- }
- #description {
- text-align:justify;
- color:{color:text};
- font-family:'courier new';
- line-height:100%;
- font-size:12px;
- position:absolute;
- left:50%;
- padding:10px;
- padding-top:40px;
- padding-bottom:10px;
- margin-left:-184px;
- width:350px;
- top:54px;
- border:1px solid #fca99e;}
- #description a{
- z-index:2;
- color:{color:link};
- text-decoration:underline;}
- #description a:hover{
- text-decoration:none;}
- #navlinks{
- text-align:center;
- width:170px;
- left:50%;
- padding:3px;
- margin-left:-670px;
- word-spacing:4px;
- top:185px;
- position:fixed;
- z-index:;}
- #navlinks a{
- font-family:'courier new';
- line-height:210%;
- color:{color:nav links};
- text-decoration:none;
- padding:2px;
- background-color:{color:nav link bg};
- border:1px solid {color:background};}
- #navlinks a:hover{
- border:1px solid {color:border};}
- #tabs{
- border-top-right-radius: 25px;
- color: #000;
- background: #fff;
- border:1px solid #000;
- position:fixed;
- left:0px;
- text-align: center;
- padding: 7px;
- bottom: 25px;
- height:40px;
- width: 40px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:999999999;
- }
- #tabs:hover{
- text-align: center;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:350px;
- width:250px;
- z-index:999999999;
- opacity: 2.0;
- background:white;
- }
- .ttitle {
- background: #E3E4FA;
- padding: 5px;
- font-size: 12px;
- }
- .notes {
- color:{color:text};
- padding-left:20px;
- font-size:9px;}
- ol.notes {
- float:left;
- width:500px;
- padding-left:5px;
- margin-top:10px;
- overflow-x:hidden;
- over-flow-y:scroll;
- list-style-type:none;
- font-weight:normal;
- font-size:9px;
- text-transform:none;}
- ol.notes li.note {
- padding-top:2px;
- opacity:1;
- -moz-transition:0.1s ease-in;
- -webkit-transition:0.1s ease-in;
- -o-transition:0.1s ease-in;
- transition:0.1s ease-in;}
- ol.notes li.note:hover {
- opacity:1;}
- ol.notes li.note img.avatar {
- width:14px;
- height:14px;}
- .permalink {
- padding:2px;
- text-align:left;
- {block:permalinkpage}
- opacity:0;
- {/block:permalinkpage}}
- .headings{
- font-size:14px;
- text-align:left;
- font-style:italic;}
- #audioplayer{
- background-color:#000;
- height:27px;
- margin-bottom:-4px;
- width:250px;}
- .quote {
- text-align:center;
- font-size:12px;}
- .quotesource {
- text-align:right;}
- .image:hover{
- opacity:1;}
- .chat { text-align:right; line-height:11px; }
- .captions { margin-top:-8px;}
- .asterisk {
- position:absolute;
- left:35px; top:15px;
- font-family:helvetica neue;
- font-size:80px;
- z-index:99999999; }
- #s-m-t-tooltip{
- max-width:300px; /* maximum width */
- background-color:{color:Background}; /* color background */
- border:1px solid #000000; /* color, shape and thickness of the border */
- font-size:11px; /* font size */
- font-family:courier new;
- color:#000000; /* font color */
- letter-spacing:1px; /* font spacing */
- text-transform:lowercase; /* uppercase, lowercase, none */
- padding:3px; /* padding size */
- margin:19px 0px 0px 10px; /* margin size */
- z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
- }
- </style>
- </head>
- <body>
- <span class="asterisk"><div style="font-size: 60px;color:#000000;"><BIG><BIG><BIG>*</BIG></BIG></BIG></div></span>
- <div id="squirrelpup">Aa</div>
- <div id="blogtitle"><br>
- <big>
- {block:IfLink1}<a title="{text:Link 1 Name}" a href="{text:Link 1 URL}">{text:Link 1 Symbol}</a>{/block:IfLink1}
- {block:IfLink2}<a title="{text:Link 2 Name}" a href="{text:Link 2 URL}">{text:Link 2 Symbol}</a>{/block:IfLink2}
- {block:IfLink3}<a title="{text:Link 3 Name}" a href="{text:Link 3 URL}">{text:Link 3 Symbol}</a>{/block:IfLink3}
- {block:IfLink4}<a title="{text:Link 4 Name}" a href="{text:Link 4 URL}">{text:Link 4 Symbol}</a>{/block:IfLink4}
- {block:IfLink5}<a title="{text:Link 5 Name}" a href="{text:Link 5 URL}">{text:Link 5 Symbol}</a>{/block:IfLink5}
- {block:IfLink6}<a title="{text:Link 6 Name}" a href="{text:Link 6 URL}">{text:Link 6 Symbol}</a>{/block:IfLink6}
- {block:IfLink7}<a title="{text:Link 7 Name}" a href="{text:Link 7 URL}">{text:Link 7 Symbol}</a>{/block:IfLink7}
- {block:IfLink8}<a title="{text:Link 8 Name}" a href="{text:Link 8 URL}">{text:Link 8 Symbol}</a>{/block:IfLink8}
- {block:IfLink9}<a title="{text:Link 9 Name}" a href="{text:Link 9 URL}">{text:Link 9 Symbol}</a>{/block:IfLink9}
- </big>
- <a title="theme" a href="http://stahrfruits.tumblr.com">©</a>
- </div>
- <div id="description"> <center><big><big><big><big><big><big><big><big><big><big><big>
- <!--replace with letters you want---->{text:BigLetters}
- </big></big></big></big></big></big></big></big></big></big></big>
- <br><br></center>{description} </div>
- <div id="navlinks">
- </div>
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>{/block:Text}
- {block:Photo}
- <div class="post">
- <div class="image">
- {block:IndexPage}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"></a>
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
- </div></div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <div class="photoset">{Photoset-250}</div>
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <div class="quote">'<i>{Quote}</i>'</div>
- <div class="quotesource">— {Source}</div>
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- <div class="headings"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- <div class="chat">{block:Title}{Title}{/block:Title}<br>
- {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
- {/block:Label}{/block:Lines}</div>
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- <div class="post">{Video-250}
- <div class="permalink"><a href="{Permalink}">{NoteCountwithLabel}</a></div></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {block:Video}
- {block:Audio}
- <div class="post">
- <div id="audioplayer">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
- {block:Answer}
- <div class="post">
- {Question}<br>- {Asker} <br><i> {Answer} </i>
- <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="notes">
- {Caption}
- posted {TimeAgo}
- {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
- {block:RebloggedFrom}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
- {/block:RebloggedFrom}
- {block:ContentSource}
- originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
- {/block:ContentSource}
- <br><br>{PostNotes}<div>
- {/block:PermalinkPage}
- {/block:posts}
- </div></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement