Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- callie theme by wildthemes. do not remove credits, themes take alot of time and effort to make, you will be reported if you're seen using this theme with no credits.-->
- <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
- taking credits off/stealing/using my themes as a basecode is illegal.-->
- <!--IMPORTANT: for infinite/endless scrolling/show all posts on your blog, go to customize -> scroll down to advanced -> change posts per page to 15.-->
- <!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">
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Hover" content="#818185"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Links background" content="#fff"/>
- <meta name="image:Sidebar" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="image:BorderBackground" content="1"/>
- <meta name="if:Show Photo" content="0"/>
- <meta name="if:Kewl font" content="0"/>
- <meta name="text:Link 1" content= ""/>
- <meta name="text:Link 1 Title" content= ""/>
- <meta name="text:Link 2" content= ""/>
- <meta name="text:Link 2 Title" content= ""/>
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 Title" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 6 Title" content= ""/>
- <meta name="if:Two Columns" content="0"/>
- <meta name="if:Three Columns" content="1"/><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/LCDma95ko/infinite.txt"></script><link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
- <style type="text/css">
- ::-webkit-scrollbar {width: 10px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa;border-radius:10px; }
- ::-webkit-scrollbar-thumb { background-color:#000; border-radius:10px; }
- a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content=”{MetaDescription}” />{/block:Description}
- {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
- #tumblr_controls{
- position:fixed !important;
- -webkit-filter: invert(100%);
- }
- .wrapper{
- margin: 0px auto;
- width: 802px;
- }
- .header{
- float: left;
- width: 100%;
- }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .right{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: {block:ifKewlfont}'silkscreen'; font-size: 8px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
- line-height: 12px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- color:{color:Hover};
- text-shadow:1px 2px 3px #000000;
- text-shadow:0px 0px 3px #000000;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .entry {
- margin:2px;
- padding-right: 4px;
- padding-left:4px;
- padding-top: 4px;
- border:1px dotted #ccc;
- padding-bottom: 1px;
- float:left;
- background-color:#fff;
- {block:IndexPage}
- width:450px;
- {block:ifTwoColumns}width:280px;{/block:ifTwoColumns}
- {block:ifThreeColumns}width:250px;{/block:ifThreeColumns}{/block:IndexPage}{/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- margin-left: 30px;
- {/block:PermalinkPage}
- }
- .entry .perma{
- margin-left: 0px;
- margin-bottom:0px;
- width:450px;
- {block:ifTwoColumns}width:280px;{/block:ifTwoColumns}
- {block:ifThreeColumns}width:250px;{/block:ifThreeColumns};
- height: auto;
- position: absolute;
- overflow:hidden;
- opacity: 0.0;
- background-color:#fff;
- }
- .entry:hover .perma{
- width:450px;
- {block:ifTwoColumns}width:280px;{/block:ifTwoColumns}
- {block:ifThreeColumns}width:250px;{/block:ifThreeColumns}; overflow:visible;
- opacity:0.9;
- color: #000000;
- overflow:visible;
- -webkit-transition: 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .perms {
- padding: 3px;
- font-family: {block:ifKewlfont}'silkscreen'; font-size: 8px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont}; text-transform: uppercase;
- line-height: 20px;
- text-align: center;
- color: #000;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- .perms a:hover{
- color: #000;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #sidebar{
- position:fixed !important;
- width: 250px;
- height:auto;
- margin-top: 150px;;
- margin-left: -160px;
- padding: 4px;
- border:1px dotted #ccc;
- text-align: center;
- background-color:#fff;
- }
- #border1{
- position:fixed !important;
- width: 55px;
- height:150%;
- margin-top: 0px;;
- margin-left: 110px;
- background-image:url({image:BorderBackground});
- background-attachment:fixed;
- }
- #navlinks {
- border-top: 1px dotted #ccc;
- font-size: 10px;
- line-height: 25px;background:#ccc;
- margin-top:0px;
- z-index:1;
- }
- #navlinks:hover {
- background:transparent;
- opacity:0;-webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #links {
- border-top: 1px dotted #ccc;
- font-family: {block:ifKewlfont}'silkscreen'; font-size: 8px;line-height:11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px;line-height:13px; {/block:ifnotKewlfont};
- }
- #blogtitle {
- font-family:'quicksandlight';
- font-size: 20px;
- line-height: 100%;
- text-align: center;
- text-transform:uppercase;
- text-shadow:1px 2px 3px #000000;
- text-shadow:0px 0px 3px #000000;
- }
- #posts {
- width:800px;
- margin-left:170px;
- margin-top:0px;
- float:left;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .title{
- font-family: 'quicksandlight';
- font-size: 20px;
- line-height:17px;
- color: #000;
- text-transform:uppercase;
- font-weight: normal;text-shadow:1px 2px 3px #000000;
- text-shadow:0px 0px 3px #000000;
- }
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
- }
- {CustomCSS}
- .linkss {
- width: 70px;
- height: 15px;
- font-size:9px;
- letter-spacing:0px;
- font-family: {block:ifKewlfont}'silkscreen'; font-size: 8px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont}; margin-top:5px;
- margin-left:3px;
- line-height:15px;
- border:dotted 1px #ccc;
- background: {color:Links background};
- text-align:center;
- -webkit-transition-duration: .6s;
- border-top-right-radius:0px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- display: inline-block;
- }
- .linkss:hover {
- color: #000;
- border:dotted 1px #ccc;
- background:{color:Hover};
- box-shadow: 0px 0px 20px #888;
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .4s;
- }
- </style>
- {block:IndexPage}
- <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 = $('#posts');
- $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}
- <title>{title}</title>
- <link rel="icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="border1"></div>
- <div id="sidebar"><br>
- <div id="blogtitle"><a href="/">{Title}</a></div>
- <br>{block:ifshowphoto}<center><a title="" href="/"><img src="{image:sidebar}" width=250px height=auto></a></center>{/block:ifshowphoto}
- {Description}
- <br>
- {block:AskEnabled}<span class="linkss"><a href="/ask">Ask</a></span>{/block:AskEnabled}
- {block:HasPages}{block:Pages}<span class="linkss"><a href="{URL}">{Label}</a></span>{/block:Pages}{/block:HasPages}
- {BLOCK:IfLink1Title}<span class="linkss">
- <a href= "{text:Link 1}">{text:Link 1 Title}</a></span>{/BLOCK:IfLink1Title}
- {BLOCK:IfLink2Title}<span class="linkss">
- <a href= "{text:Link 2}">{text:Link 2 Title}</a></span>{/BLOCK:IfLink2Title}
- {BLOCK:IfLink3Title} <span class="linkss">
- <a href= "{text:Link 3}">{text:Link 3 Title}</a></span>{/BLOCK:IfLink3Title}
- {BLOCK:IfLink4Title} <span class="linkss">
- <a href= "{text:Link 4}">{text:Link 4 Title}</a></span>{/BLOCK:IfLink4Title}
- {BLOCK:IfLink5Title} <span class="linkss">
- <a href= "{text:Link 5}">{text:Link 5 Title}</a></span>{/BLOCK:IfLink5Title}
- {BLOCK:IfLink6Title} <span class="linkss">
- <a href= "{text:Link 6}">{text:Link 6 Title}</a></span> {/BLOCK:IfLink6Title} <span class="linkss">
- <a href="http://wildthemes.tumblr.com/">theme</a></span>
- </div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- {/block:IndexPage}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
- <div style="border-top:1px #ccc dotted; "></div>
- <a href="{permalink}">{NoteCountWithLabel}</small></a>
- ·<a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- <div style="border-top:1px #ccc dotted; "></div>
- <a href="{permalink}">{NoteCountWithLabel}</small></a>
- ·<a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a> {block:Link}
- {block:Photo}
- <div class="img">
- <div class="perma">
- <div class="perms">
- <a href="{ReblogURL}" target="_blank">reblog</a> - <a href="{permalink}"> {NoteCountwithLabel}</a> - <a href="{Permalink}">{timeago}</a> </div></div>
- {/block:IndexPage}
- {Block:IndexPage}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width=100%/></a>{LinkCloseTag}</center>{/block:indexpage}
- {Block:PermalinkPage}<center><img src="{PhotoURL-250}" alt="{PhotoAlt}"width=400px/></center>{/Block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <section class="top media photoset">
- {Photoset-250}
- </section>
- {block:IndexPage}
- <div class="perma">
- </div>
- <div style="border-top:1px #ccc dotted; "></div>
- <a href="{permalink}">{NoteCountWithLabel}</small></a>
- ·<a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}<br>
- <div style="border-top:1px #ccc dotted; "></div>
- <a href="{permalink}">{NoteCountWithLabel}</small></a>
- ·<a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:Quote}
- {block:Chat}
- {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 style="border-top:1px #ccc dotted; "></div>
- <a href="{permalink}">{NoteCountWithLabel}</small></a>
- ·<a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- <br>
- <div style="border-top:1px #ccc dotted; "></div>
- <a href="{permalink}">{NoteCountWithLabel}</small></a>
- ·<a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-340}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-550}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- <center>
- <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement