Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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>
- <!--Theme #62 - Amour by wonderfullythemes
- please dont tamper w my credit thanks!-->
- <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}
- <link href="https://fonts.googleapis.com/css?family=Muli:300|Playfair+Display:400,900|Shrikhand" rel="stylesheet">
- <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
- <!--BACK TO TOP-->
- <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $('a.back-to-top').click(function() {
- $('html, body').animate({ scrollTop: 0}, 960);
- return false;
- });
- });
- </script>
- <!--MASONRY -->
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <stsss>
- <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:150,
- tip_fade_speed:250,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- {block:ifInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>{/block:ifInfiniteScroll}
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- $('.load-more').hide();
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.unnest();
- $newElems.animate({ opacity: 1 });
- }); $('#entries').show(500);
- {block:ifManualLoad}
- //thanks @ neothms!
- $(window).unbind('.infscr'); //where ‘window’ is what scrolls; if your theme is contained, replace ‘window’ by the “binder” of your infinite scroll script.
- $('a.load-more').click(function(){ //where “load more link” is the name, id or class of the link you’re using to retrieve the content
- $('#entries').infinitescroll('retrieve'); //the name, id, or class of your articles’ container
- //if the footer disappears in the process: $('FOOTER NAME/ID/CLASS').show();
- //if the load more button stays in place while the content is appended under it (this goes in your infinitescroll’s callback): $('YOUR POSTS NAME/CLASS').last().after($('LOAD MORE LINK'));
- return false; //blocks any other behaviour the link could have
- });
- {/block:ifManualLoad}
- });
- </script>
- {/block:IndexPage}
- <!--unnestting captions, credit to @neothm and @magnusthemes-->
- <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script> $(window).load(function(){ $('article').unnest({
- yourCaption: ".caption", //your caption selector, the div wrapping {Caption}
- wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
- newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption
- originalPostCaptionUsername: false, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
- tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username
- tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
- usernameColon: true //if turned to false, removes the colon at the end of usernames
- }); }); </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Link" content="#1bcc5c" />
- <meta name="color:Hover" content="#444" />
- <meta name="color:Text" content="#444" />
- <meta name="color:Caption BG" content="#eee" />
- <meta name="image:Sidebar" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <meta name="text:Word1" content="word 1" />
- <meta name="text:Word2" content="word 2" />
- <meta name="text:Word3" content="word 3" />
- <meta name="if:InfiniteScroll" content="1" />
- <meta name="if:ManualLoad" content="0" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Text};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:3px;
- padding-right:2px;
- background-color:white;
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-size:11px;
- background-color:{color:Caption BG};
- color:{color:Text};
- box-shadow:3px 3px 3px {color:Hover};
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:9px 11px 9px 11px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background:{color:Background};
- color:{color:Text};
- font-family: 'Muli', sans-serif;
- font-size:10.5px;
- letter-spacing:1px;
- line-height:14px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- a:hover {
- color:{color:Hover};
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- h1, h2 { font-family:arial black; color:{color:Link}; }
- li {
- list-style:square;
- }
- blockquote {
- border-left:1px solid {color:Link};
- padding-left:7px;
- margin-left:10px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- .content {
- width:500px;
- position:relative;
- top:40px;
- left: calc(50% - 250px);
- float:left;
- }
- /*--------------------------SIDEBAR-----------------------------*/
- #sidebar {
- width:500px;
- height:300px;
- position:relative;
- margin:auto;
- }
- .title {
- font-family:'Shrikhand', cursive;
- text-transform:lowercase;
- font-size:30px;
- line-height:38px;
- }
- .organize {
- height:120px;
- }
- .sidebarpic img {
- width:120px;
- height:120px;
- border-radius:5px;
- }
- .links {
- font-size:10px;
- width:150px;
- margin-top:3px;
- margin-left:130px;
- position:absolute;
- font-style:none;
- text-decoration:none;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .links a {
- display:block;
- padding:7.5px;
- color:{color:Link};
- }
- .links a:hover {
- background-color:{color:Hover};
- color:white;
- }
- .keyword {
- position:absolute;
- width:180px;
- padding:10px;
- margin-top:56px;
- right:0px;
- text-align:right;
- line-height:18px;
- text-transform:lowercase;
- font-size:15px;
- font-family:'Shrikhand', cursive;
- }
- .arrow-up {
- width: 0;
- height: 0;
- border-left: 15px solid transparent;
- border-right: 15px solid transparent;
- margin-left: calc(100% - 60px);
- margin-top:10px;
- border-bottom: 15px solid {color:Caption BG};
- }
- .description {
- width:calc(100% - 20px);
- padding:10px;
- font-size:10px;
- letter-spacing:1px;
- position:relative;
- background:{color:Caption BG};
- border-radius:5px;
- text-transform:uppercase;
- }
- /*--------------------------POSTS---------------------------------*/
- #entries {
- width:500px;
- margin:auto;
- position:relative;
- margin-top:100px;
- {block:PermalinkPage}margin-top:60px;{/block:PermalinkPage}
- }
- #post {
- width:500px;
- margin-bottom:200px;
- border-radius:10px;
- }
- #post img { border-radius:5px; }
- .quotepost {
- font-family:'Playfair Display', serif;
- font-weight:400;
- font-size:32px;
- text-transform:none;
- line-height:34px;
- margin-top:15px;
- z-index:2;
- }
- .quotemark {
- font-weight:initial;
- font-size:170px;
- margin-top:35px;
- position:absolute;
- opacity:.4;
- z-index:-1;
- }
- .quotesource {
- font-family:"Shrikhand", cursive;
- margin-top:16px;
- font-size:16px;
- text-align:right;
- }
- .chatpost ul {
- padding:0;
- }
- .chatpost li {
- list-style:none;
- }
- .label {
- font-family:'Playfair Display';
- text-transform:none;
- font-weight:900;
- line-height:16px;
- font-size:14px;
- }
- /*--CAPTION--*/
- .caption { margin-top:10px; width:500px; }
- .tumblr_parent {
- width: calc(100% - 20px);
- margin:0 10px 10px 0;
- padding:10px;
- background:{color:Caption BG};
- border-left:none;
- border-radius:5px;
- }
- .tumblr_parent blockquote{
- margin-top:20px;
- }
- .tumblr_avatar {
- margin-right: 10px;
- }
- /*--INFO AND TAGS--*/
- .info {
- border-radius:5px;
- font-size:12.5px;
- letter-spacing:2px;
- font-style:italic;
- width: calc(100% - 20px);
- padding:10px;
- background:{color:Caption BG};
- margin-bottom:10px;
- }
- .info a {
- font-size:8.5px;
- color:{color:Link};
- }
- .info a:hover {
- color:{color:Hover};
- }
- .tags {
- margin-top:10px;
- text-transform:lowercase;
- font-family:'Shrikhand', cursive;
- }
- .tags a { font-size:10px; font-family:'Muli', sans-serif; }
- .tags a:hover { font-style:italic; }
- .perma {
- margin-top:20px;
- text-transform:lowercase;
- font-family:'Shrikhand', cursive;
- font-size:13px;
- line-height:16px;
- word-spacing:1px;
- }
- .perma a { font-size:13px; font-family:'Muli', sans-serif; }
- /*--BOTTOM INFO--*/
- #bottominfo {
- text-align:center;
- margin-bottom:200px;
- font-size:11.5px;
- letter-spacing:1px;
- word-spacing:3px;
- }
- #bottominfo a {
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- /*---PAGINATION----*/
- #pagination {
- opacity:0;
- }
- #pagination a { color:{color:Link}; }
- /*---LOAD MORE BUTTON----*/
- a:hover.load-more { cursor:crosshair; }
- a:hover.back-to-top { cursor:crosshair; }
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;
- }
- .postnotes { font-size:10px; width: calc(100% - 20px); padding:10px; background:{color:Caption BG}; line-height:16px; margin-top:20px; }
- .postnotes li { list-style:none; }
- .postnotes img { display:none; }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:9px;
- font-size:8px;
- letter-spacing:1px;
- position:fixed;
- text-transform:uppercase;
- }
- {CustomCSS}</style></head><body>
- <div class="content">
- <div id="sidebar">
- <div class="title"><a href="/" title="home">{Title};</a></div>
- <div class="organize">
- <div class="links">
- <a href="{text:Link1}">{text:Link1 Text}</a>
- <a href="{text:Link2}">{text:Link2 Text}</a>
- <a href="{text:Link3}">{text:Link3 Text}</a>
- <a href="{text:Link4}">{text:Link4 Text}</a>
- </div>
- <div class="keyword">{text:Word1}<br>{text:Word2}<br>{text:Word3}</div>
- <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
- </div><!--end .organize-->
- <div class="arrow-up"></div>
- <div class="description">{Description}</div>
- </div>
- <div id="entries">{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 id="post">
- {block:IndexPage}
- <div class="info">
- {block:Date}× <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
- {block:NoteCount} × <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
- {block:RebloggedFrom} × <a href="{ReblogParentURL}" target="blank">via</a>{/block:RebloggedFrom}
- {block:RebloggedFrom} × <a href="{ReblogRootURL}" target="blank">source</a>{/block:RebloggedFrom}
- × <a href="{ReblogURL}" target="blank">reblog</a>
- {/block:Date}</div><!--end .info-->
- {/block:IndexPage}
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- {Asker} asked: {Question}
- {Answer}
- {/block:Answer}
- {block:Quote}
- <div class="quotepost"><a class="quotemark">“</a>{Quote}</div>
- {block:Source}<div class="quotesource">― {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="chatpost">
- <ul>{block:Lines}
- <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}</ul>
- </div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Audio}
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}{/block:Trackname}
- {AudioPlayerBack}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Caption}<article><div class="caption">{Caption}</div></article>{/block:Caption}
- {block:IndexPage}{block:HasTags}<div class="tags">filed under: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IndexPage}
- {block:PermalinkPage}
- <div class="perma">
- {block:Date}Posted: <a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>
- {block:NoteCount}<br>with: <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom}<br>Reblogged From: <a href="{ReblogParentURL}" target="blank">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:RebloggedFrom}<br>Originally From: <a href="{ReblogRootURL}" target="blank">{ReblogRootName}</a>{/block:RebloggedFrom}
- {/block:Date}
- {block:HasTags}<br>filed under: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--end .tags-->
- {/block:PermalinkPage}
- {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
- </div><!--end #post-->
- {/block:Posts}</div><!--end #entries-->
- {block:IndexPage}
- <div id="bottominfo">
- × <a href="#top" class="back-to-top">scroll up</a>
- {block:ifManualLoad} × <a href="#" class="load-more">load more</a> ×{/block:ifManualLoad}
- {block:ifNotManualLoad}
- {block:PreviousPage} × <a href="{PreviousPage}">newer</a>{/block:PreviousPage}{block:NextPage} × <a href="{NextPage}">older</a>{/block:NextPage}
- ×
- {/block:ifNotManualLoad}
- </div><!--end #bottominfo-->
- {/block:IndexPage}
- <!--end .content-->
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank">theme</a>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a id="previousPage" href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement