Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!------ theme by SHINER - shxnr.tumblr.com ---- please repost or claim as own !------>
- <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}
- <!--Default Variables-->
- <meta name="color:backgroundstart" content="#ffffff"/>
- <meta name="color:backgroundend" content="#310557"/>
- <meta name="color:title" content="#fff"/>
- <meta name="color:text" content="#2b2b2b"/>
- <meta name="color:link" content="#2b2b2b"/>
- <meta name="color:link hover" content="#949494"/>
- <meta name="color:blockquote" content="#dadada"/>
- <meta name="color:header" content="#000"/>
- <meta name="image:header" content=""/>
- <meta name="image:link 1" content=""/>
- <meta name="image:link 2" content=""/>
- <meta name="image:link 3" content=""/>
- <meta name="image:link 4" content=""/>
- <meta name="text:link 1 URL" content="" />
- <meta name="text:link 1" content="" />
- <meta name="text:link 2 URL" content="" />
- <meta name="text:link 2" content="" />
- <meta name="text:link 3 URL" content="" />
- <meta name="text:link 3" content="" />
- <meta name="text:link 4 URL" content="" />
- <meta name="text:link 4" content="" />
- <!--CSS customization here. -->
- <link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
- <!--masonry-- (dont remove unless you want wierd columns-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!--end-->
- <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
- <script src=“http://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js”></script>
- <style type="text/css">
- /*basics*/
- blockquote {
- padding-left:12px;
- border-left:3px solid {color:blockquote};
- margin-left:8px;
- }
- ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- li {
- position:relative;
- padding-left:30px;
- }
- ul li:before {
- position:absolute;
- left:15px;
- vertical-align:baseline!important;
- content:'›';
- }
- body {
- background: {color:backgroundstart}; /* For browsers that do not support gradients */
- background: -webkit-linear-gradient({color:backgroundstart}, {color:backgroundend}); /* For Safari 5.1 to 6.0 */
- background: -o-linear-gradient({color:backgroundstart}, {color:backgroundend}); /* For Opera 11.1 to 12.0 */
- background: -moz-linear-gradient({color:backgroundstart}, {color:backgroundend}); /* For Firefox 3.6 to 15 */
- background: linear-gradient({color:backgroundstart}, {color:backgroundend}); /* Standard syntax */
- background-repeat: no-repeat;
- background-attachment: fixed;
- color:{color:text};
- font-family:arial;
- font-size:11px;
- margin:0;
- text-align:justify;
- line-height:16px;
- }
- a {
- color:{color:link};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #header {
- background:{color:header} url({image:header});
- width:100%;
- height:100px;
- margin-top:-120px;
- position:fixed;
- z-index:99;
- }
- #title {
- display:inline;
- font-size:38px;
- letter-spacing:2px;
- margin:40px;
- text-align:left;
- margin-left:50px;
- position:fixed;
- font-family:'Quicksand' ;
- }
- #title a{
- color:{color:title};
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- #title a:hover {
- letter-spacing:5px;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- #links {
- display:inline;
- margin-left:250px;
- position:fixed;
- }
- #links img {
- height:40px;
- width:auto;
- margin:30px;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #links img:hover {
- height:50px;
- margin:20px;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- #description {
- margin-top:30px;
- margin-left:80%;
- width:200px;
- font-size:10px;
- text-align:right;
- color:{color:title};
- }
- /*pagination*/
- #pagination {
- text-transform:lowercase;
- text-align:center;
- font-size:13px;
- margin-bottom:120px;
- }
- #pagination a {
- padding:0 3px;
- }
- #pagination {
- display: none;}
- /*container*/
- #container {
- left:10%;
- margin-left:-140px;
- position:absolute;
- width:1500px;
- {block:PermalinkPage}
- width:500px;
- left:40%;
- {/block:PermalinkPage}
- }
- @-webkit-keyframes cssAnimation {
- from{
- -webkit-transform: scale(0.871);}
- to{
- -webkit-transform:scale(1); }
- }
- @-moz-keyframes cssAnimation {
- from{
- -moz-transform:scale(0.871);}
- to{
- -moz-transform: scale(1); }
- }
- @-o-keyframes cssAnimation {
- from{
- -o-transform: scale(0.871);
- }
- to{
- -o-transform: scale(1);}
- }
- /*posts*/
- #content {
- margin-top:120px;
- width:1500px;
- font-size:9px;
- margin-left:10px;
- }
- .entry {
- background-color:{color:posts};
- font-family:{font:body text};
- text-align:left;
- z-index:9;
- float:left;
- {block:IndexPage}
- width:400px;
- -webkit-animation: cssAnimation 1s 1 ease-in-out;
- -moz-animation: cssAnimation 1s 1 ease-in-out;
- -o-animation: cssAnimation 1s 1 ease-in-out;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- overflow:hidden;
- margin:20px;
- padding: 15px;
- border:1px solid {color:borders};
- }
- .entry img {
- max-width:400px;
- }
- .entry img, #posts li, #posts blockquote {
- max-width: 100%;
- }
- .caption {
- width:400px;
- margin-top:13px;
- margin-bottom:12px;
- }
- a.tumblr_blog {
- font-weight:bold;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- /*quote*/
- #titlequote {
- text-align:left;
- font-size:12px;
- line-height:17px;
- font-weight:bold;
- }
- #source {
- margin-top:0px;
- margin-bottom:11px;
- margin-left:0px;
- }
- /*asks*/
- .q {
- line-height:17px;
- font-size:11px;
- }
- .as {
- font-weight:normal;
- }
- .a {
- margin-top:13px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {
- padding:0px 0;
- }
- .label {
- font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- position:absolute;
- margin-top:-5px;
- background-color:{color:posts};
- opacity:1;
- height:auto;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .tags {
- text-transform:none;
- width:250px;
- display:none;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:250px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;
- }
- .pagenotes li {
- list-style-type:none;
- padding:2px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- #credit {
- margin-top:5px;
- margin-left:80%;
- width:200px;
- font-size:10px;
- text-align:right;
- color:{color:header};
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- #credit a {
- font-size:15px;
- color:{color:title};
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #credit a:hover {
- opacity:0;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- {CustomCSS}
- </style>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!---masonry--->
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#container');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:indexpage}
- <!--end-->
- </head>
- <body>
- <div id="header">
- <div id="title"><a href="/">{title}</a></div>
- <div id="links">
- <a href="{text:link 1 URL}" title={text:link 1}><img src="{image:link 1}"></a>
- <a href="{text:link 2 URL}" title={text:link 2}><img src="{image:link 2}"></a>
- <a href="{text:link 3 URL}" title={text:link 3}><img src="{image:link 3}"></a>
- <a href="{text:link 4 URL}" title={text:link 4}><img src="{image:link 4}"></a>
- </div>
- <div id="description">{Description}</div>
- <div id="credit"><a href="https://shxnr.tumblr.com" title="shiner">☀</a>
- </div></div>
- <div id="container">
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Quote}
- <div id="titlequote"><i class="fa fa-quote-left"></i> {Quote} <i class="fa fa-quote-right"></i></div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:link}
- <div id="title"><a href="{URL}"><i class="fa fa-link"></i> {Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:link}
- {block:Chat}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {/block:Text}
- {block:lines}
- {block:label}
- <br><b>{label}</b>
- {/block:label}
- {line}
- {/block:lines}
- {/block:Chat}
- {block:Photo}
- {linkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{linkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- <div class="video">{Video-400}</div>
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as"> <b><big>{Asker} said:</big></b>
- {Question}</div></div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" ><b>{ShortMonth} {DayOfMonthWithSuffix}</b></a>
- {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <div style="float:right;">{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous page</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next page</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- </body></html>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment