Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!------------------------------------------
- (◍•ᴗ•◍)♡ ✧*。
- Laura Theme by ThemeKid Chloë | @redivide | @themekid
- > Do not delete/alter any credit.
- > Do not claim as your own.
- > Do not copy any code.
- > Do not redistribute.
- ------------------------------------------->
- {block:Hidden}
- <meta name="image:Background" content="" />
- <meta name="image:Corner" content="//i1068.photobucket.com/albums/u451/Janelle-Sollogub/tumblr_m5eui0Bqib1rqmdb7.png" />
- <meta name="color:Background" content="#fff" />
- <meta name="color:Accent" content="#000000" />
- <meta name="color:Accent 2" content="#cccccc" />
- <meta name="if:Tiled Background" content="" />
- <meta name="if:Submit Link" content="" />
- <meta name="if:Credit Link" content="" />
- <meta name="if:Custom Favicon" content="" />
- <meta name="if:Rounded Corners" content="" />
- <meta name="if:Alternate Permalinks" content="" />
- <meta name="if:Redirect Ask" content="" />
- <meta name="text:IMPORTANT" content="do not enable the redirect ask if you are using the default /ask page. it will cause your browser to crash! only enable if you are using a custom ask page."/>
- <meta name="text:Ask Link" content="/ask" />
- <meta name="text:Favicon URL" content="//" />
- <meta name="text:Corner Image Width" content="400" />{/block:Hidden}
- <meta charset="UTF-8" />
- <title>{Title}</title>
- {block:IfNotCustomFavicon}
- <link rel="shortcut icon" href="{Favicon}">
- {/block:IfNotCustomFavicon}
- {block:IfCustomFavicon}
- <link rel="shortcut icon" href="{text:Favicon URL}">
- {/block:IfCustomFavicon}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
- <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- {block:IfRedirectAsk}
- if(window.location.pathname == '/ask') location.replace('{text:Ask Link}');{/block:IfRedirectAsk}
- (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery);
- </script>
- <link rel="stylesheet" href="//static.tumblr.com/8pnyeus/29To2og0o/styles.css">
- <script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href="//static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <link href='//fonts.googleapis.com/css?family=Lora:400,600|Roboto+Condensed' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #tumblr_controls, .tmblr-iframe {
- top:10px!important;
- right:5px!important;
- -webkit-filter: invert(90%);
- filter: invert(90%);
- position:fixed!important;
- -webkit-transform:scale(.8, .8);
- -moz-transform:scale(.8, .8);
- transform:scale(.8, .8);
- -webkit-transform-origin: right top;
- -moz-transform-origin: right top;
- -ms-transform-origin: right top;
- -o-transform-origin: right top;
- transform-origin: right top;
- z-index:999999999999999999!important
- }
- #reblogged {
- opacity:1!important;
- }
- #infscr-loading {
- position:absolute;
- bottom:30px;
- width:200px;
- margin-left:50%;
- left:-100px;
- text-align:center;
- }
- ::-webkit-scrollbar {
- background-color:#ddd;
- height: 11px;
- width: 11px;
- border:5px solid #fff;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#000;
- border:5px solid #fff;
- }
- ::-moz-selection {
- color:{color:Accent 2};
- background:rgba({RGBcolor:Accent},0.1);
- }
- ::selection {
- color:{color:Accent 2};
- background:rgba({RGBcolor:Accent},0.1);
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 6px;
- margin:20px 10px;
- background: #000;
- color:#fff;
- z-index:999999999999999!important;
- font-size:9px;
- text-transform:uppercase;
- font-family:'Roboto Condensed',sans-serif;
- }
- * {
- margin:0;
- padding:0;
- }
- body {
- background:{color:Background} url({image:Background}) {block:IfNotTiledBackground}no-repeat center center fixed;
- background-size:cover;{/block:IfNotTiledBackground}
- {block:IfTiledBackground}repeat fixed;{/block:IfTiledBackground}
- color:#000;
- font-size:12px;
- word-wrap:break-word;
- font-family:'Lora', serif;
- font-size:11px;
- }
- body:before {
- content:'';
- position:fixed;
- left:0;
- top:0;
- background:{color:Accent};
- width:100%;
- height:5px;
- z-index:999;
- }
- img:not(.lightbox-image), embed, object, video, .tumblr_video_container, iframe:not(.tumblr_audio_player) {
- max-width:100%!important;
- height:auto;
- }
- img:not(.lightbox-image) {
- vertical-align:middle;
- }
- .tumblr_video_container {
- height:auto!important;
- }
- .vine-embed {
- height:220px!important;
- }
- ul, ol {
- padding-left:20px;
- }
- a {
- text-decoration:none;
- color:{color:Accent};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- a:hover {
- color:{color:Accent 2};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- a:focus {
- outline:none;
- }
- li {
- position:relative;
- }
- #sidebar {
- position:fixed;
- text-align:left;
- max-width:150px;
- bottom:20px;
- left:20px;
- }
- ul#navlinks {
- list-style:none;
- padding:0;
- font-size:0;
- margin-bottom:35px;
- text-align:center;
- {block:IfNotSidebarEffect}margin-top:15px;{/block:IfNotSidebarEffect}
- }
- ul#navlinks li {
- display:inline-block;
- margin:0 12px 0 0;
- font-size:11px;
- text-transform:lowercase;
- border-bottom:1px solid transparent;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- ul#navlinks a:hover li {
- border-bottom:1px solid {color:Accent 2};
- }
- ul#navlinks a:first-of-type {
- font-style:italic;
- }
- ul#navlinks a:after {
- content:'···';
- margin-right:12px;
- font-size:11px;
- color:{color:Accent};
- }
- ul#navlinks a:last-of-type:after {
- content:'';
- margin-left:0px;
- }
- ul#navlinks a:last-of-type li {
- margin-right:0;
- }
- #wrapper {
- width:690px;
- left:calc(50% - 352px);
- position:relative;
- top:35px;
- {block:PermalinkPage}top:50px;{/block:PermalinkPage}
- }
- article {
- width:150px;
- margin-bottom:30px;
- position:relative;
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- article.text-based {
- width:330px;
- }
- article .tb {
- padding:15px;
- background:rgba(255,255,255,0.8);
- {block:IfRoundedCorners}border-radius:5px;{/block:IfRoundedCorners}
- }
- article h2 {
- font-weight:normal;
- font-size:1em;
- background:{color:Accent 2};
- padding:5px 7px;
- margin-bottom:10px;
- text-align:center;
- }
- article blockquote {
- padding-left: 10px;
- border-left: 2px solid {color:Accent};
- margin: 5px;
- margin-left: 12px;
- }
- article p {
- margin:5px 0;
- }
- article p:first-of-type {
- margin-top:0;
- }
- article p:last-of-type {
- margin-bottom:0;
- }
- article ul, article ol {
- padding-left:30px;
- line-height:175%;
- }
- article ul {
- list-style:none;
- }
- article ul li:before {
- content:'';
- position:absolute;
- top:8px;
- left:-20px;
- width:10px;
- height:1px;
- background:{color:Accent 2};
- }
- article a {
- border-bottom:1px solid #eee;
- color:#9f9f9f;
- }
- article a:hover {
- border-color:rgba({RGBcolor:Accent 2},0.5);
- color:{color:Accent 2};
- }
- article hr {
- border:none;
- width:75%;
- margin:15px auto;
- height:1px;
- background:rgba({RGBcolor:Accent},0.5);
- }
- .photo img {
- {block:IfRoundedCorners}border-radius:5px;{/block:IfRoundedCorners}
- }
- .quote h2 {
- background:none;
- text-align:left;
- }
- .quote.short h2 {
- font-size:2em;
- line-height:120%;
- }
- .quote.medium h2 {
- font-size:1.5em;
- line-height:120%;
- }
- .quote.long h2 {
- font-size:1em;
- }
- .quote cite {
- text-align:right;
- display:block;
- }
- .chat ul {
- padding:0;
- }
- .chat li:before {
- display:none;
- }
- .chat b {
- color:{color:Accent 2};
- }
- img.album-art {
- width:80px;
- height:80px;
- position:absolute;
- {block:IfRoundedCorners}border-radius:5px;{/block:IfRoundedCorners}
- }
- .audio-info {
- display:inline-block;
- margin-left:90px;
- min-height:80px;
- }
- .tumblr_audio_player {
- opacity:0.9;
- width:30px;
- height:30px;
- border-radius:50%;
- position:absolute;
- top:55px;
- left:55px;
- }
- .answer h2 {
- text-transform:lowercase;
- }
- .answer h2 a, .link h2 a {
- color: #000;
- border-bottom:none;
- }
- .answer h2 a:hover, .link h2 a:hover {
- color:{color:Accent 2};
- }
- .link h2 {
- text-align:left;
- }
- .link h2 svg {
- width: 13px;
- height: auto;
- margin-top:1px;
- float:right;
- }
- .response {
- position: relative;
- margin-top: 31px;
- }
- .response:before {
- content: '';
- width:75%;
- height:1px;
- background:rgba({RGBcolor:Accent},0.5);
- left: 12.5%;
- top: -15px;
- position: absolute;
- }
- .response:empty {
- display:none;
- }
- {block:IfAlternatePermalinks}
- .other_perma {
- text-align:right;
- color:{color:Accent 2};
- padding-top:15px;
- font-family: 'Roboto Condensed', sans-serif;
- }
- .other_perma a {
- color:{color:Accent 2};
- border-bottom:0;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .other_perma a:hover{
- color:{color:accent};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .mask {
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:calc(100% + 1px);
- background:rgba(255,255,255,0.9);
- outline:1px {select:Borders} {color:Accent 2};
- opacity:0;
- visibility:hidden;
- z-index:999;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- article:hover .mask {
- opacity:1;
- visibility:visible;
- outline-offset:-15px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .mask .more {
- width:180px;
- text-align:center;
- font-family:'Roboto Condensed', sans-serif;
- text-transform:uppercase;
- position:relative;
- line-height:200%;
- left:calc(50% - 90px);
- top:50%;
- -webkit-transform: translate(0%, -50%);
- -moz-transform: translate(0%, -50%);
- -ms-transform: translate(0%, -50%);
- -o-transform: translate(0%, -50%);
- transform: translate(0%, -50%);
- }
- {/block:IfAlternatePermalinks}
- {block:IfNotAlternatePermalinks}
- .permalinks {
- float:right;
- font-size:9px;
- margin-top:5px;
- }
- .permalinks a {
- color:#000;
- }
- {/block:IfNotAlternatePermalinks}
- #show-notes {
- color: #9f9f9f;
- border-bottom: 1px solid #eee;
- font-weight: bold;
- text-transform: uppercase;
- cursor: pointer;
- font-size: 0.85em;
- margin: 0 auto;
- text-align: center;
- width: 66px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- margin-top:10px;
- }
- #show-notes:hover {
- color:{color:Accent 2};
- border-color:rgba({RGBcolor:Accent 2},0.5);
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- #notes {
- display:none;
- }
- ol.notes {
- padding:0;
- margin: 0;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 3px 0;
- margin-bottom:3px;
- }
- ol.notes li.note img.avatar {
- float:right;
- border-radius:50%;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- li.more_notes_link_container {
- font-weight: bold;
- text-transform: uppercase;
- font-size: 0.85em;
- }
- .extra-info {
- position: fixed;
- left: calc(50% + 250px);
- top: 120px;
- width: 158px;
- margin-left: 20px;
- line-height: 200%;
- }
- .extra-info svg {
- width: 15px;
- height: auto;
- vertical-align: text-bottom;
- margin-right:5px;
- }
- {block:PermalinkPage}
- #posts {
- margin: 0 auto;
- width: 540px;
- }
- article {
- padding: 20px;
- border: 1px {select:Borders} {color:Accent};
- background:rgba(255,255,255,0.8);
- }
- article .tb {
- border:none;
- padding:10px 0;
- background:rgba(255,255,255,0);
- }
- article .tb:first-of-type {
- padding-top: 0;
- }
- article .tb:last-of-type {
- padding-bottom: 0;
- }
- article .photo .tb:first-of-type {
- padding-top:10px;
- }
- {/block:PermalinkPage}
- #corner {
- position:fixed;
- bottom:0px;
- right:0px;
- z-index:-1;
- width:{text:Corner Image Width}px;
- }
- </style>
- </head>
- <body>
- <img id="corner" src="{image:Corner}">
- <div id="sidebar">
- {block:Description}<div id="desc">{Description}</div>{/block:Description}
- </div>
- <div id="wrapper">
- <ul id="navlinks">
- <a href="/"><li>{Title}</li></a>
- {block:AskEnabled}<a href="{text:Ask Link}"><li>message</li></a>{/block:AskEnabled}
- {block:IfSubmitLink}{block:SubmissionsEnabled}<a href="/submit" ><li>submit</li></a>{/block:SubmissionsEnabled}{/block:IfSubmitLink}
- {block:HasPages}{block:Pages}<a href="{URL}"><li>{Label}</li></a>{/block:Pages}{/block:HasPages}
- <a href="/archive"><li>past</li></a>
- {block:IfCreditLink}<a href="//redivide.tumblr.com" target="_blank"><li>theme</li></a>{/block:IfCreditLink}
- </ul>
- <div id="posts">{block:Posts}
- <article class="{block:Text}text-based{/block:Text}{block:Quote}text-based{/block:Quote}{block:Link}text-based{/block:Link}{block:Chat}text-based{/block:Chat}{block:Answer}text-based{/block:Answer}{block:Audio}text-based{/block:Audio}">
- {block:Text}<div class="text tb">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {block:IfAlternatePermalinks}{block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}{/block:IfAlternatePermalinks}
- </div>{/block:Text}{block:Photo}<div class="photo">
- {block:IndexPage}{block:IfAlternatePermalinks}<div class="mask">
- <div class="more">
- <a href="{ReblogUrl}" target="_blank">reblog</a>
- <br>♡<br>
- <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a>
- </div>
- </div>{/block:IfAlternatePermalinks}
- <img src="{PhotoURL-250}" alt="{PhotoALt}">{/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
- {block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- </div>{/block:Photo}{block:Photoset}<div class="photo">
- {block:IfAlternatePermalinks}{block:IndexPage}<div class="mask">
- <div class="more">
- <a href="{ReblogUrl}" target="_blank">reblog</a>
- <br>♡<br>
- <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a>
- </div>
- </div>{/block:IndexPage}{/block:IfAlternatePermalinks}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- </div>{/block:Photoset}{block:Quote}<div class="quote tb {Length}">
- <h2>"{Quote}"</h2>
- {block:Source}<cite>— {Source}</cite>{/block:Source}
- {block:IfAlternatePermalinks}{block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}{/block:IfAlternatePermalinks}
- </div>{/block:Quote}{block:Chat}<div class="chat tb">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul>
- {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
- </ul>
- {block:IfAlternatePermalinks}{block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}{/block:IfAlternatePermalinks}
- </div>{/block:Chat}{block:Link}<div class="link tb">
- <h2><a href="{URL}">{Name}</a><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M140.1,74.1c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-62.9,62.9c-7.5,7.5-7.5,19.8,0,27.3c7.5,7.5,19.8,7.5,27.3,0 l65.9-65.9c0.6-0.3,1.2-0.7,1.8-1.2c8.8-8.8,32.2-32.2,9.7-54.7c-8.6-8.6-18.9-11.9-29.8-9.5c-8.9,1.9-18.1,7.6-27.3,16.8 l-71.4,71.4c-8.5,8.5-13,20.3-12.5,33.2c0.5,12.3,5.6,24.3,14.1,32.8c8.5,8.5,20.3,13.4,32.5,13.7c0.3,0,0.6,0,1,0 c12.2,0,23.4-4.6,31.7-12.9l70.4-70.4c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-70.4,70.4c-6.2,6.2-14.7,9.5-24,9.4 c-9.1-0.2-17.9-3.9-24.2-10.2c-13.5-13.5-14.2-36.4-1.6-49l71.4-71.4c7.4-7.4,14.8-12.1,21.3-13.5c6.9-1.5,13.1,0.5,18.8,6.3 c5.6,5.6,7.2,10.8,5.2,17.1c-1.4,4.5-4.6,9.5-10,15.5c-0.4,0.3-0.9,0.6-1.2,0.9l-71.3,71.3c-2.8,2.8-7.5,2.8-10.3,0 c-2.8-2.8-2.8-7.5,0-10.3L140.1,74.1z"/></svg></h2>
- {block:Description}{Description}{/block:Description}
- {block:IfAlternatePermalinks}{block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}{/block:IfAlternatePermalinks}
- </div>{/block:Link}{block:Audio}<div class="audio tb">
- <img class="album-art" src="//static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}>
- {block:AlbumArt}<img src="{AlbumArtURL}" class="album-art">{/block:ALbumArt}
- <div class="audio-info">
- Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
- Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
- Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
- Plays: {FormattedPlayCount}
- </div>
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- {block:IfAlternatePermalinks}{block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}{/block:IfAlternatePermalinks}
- </div>{/block:Audio}{block:Video}<div class="vid">
- <div class="video">{Video-500}</div>
- </div>{/block:Video}{block:Answer}<div class="answer tb">
- <h2>{Asker} asked:</h2>
- <div class="question">{Question}</div>
- {block:Answerer}
- <hr>
- <h2>{Answerer} replied:</h2>
- <div class="question">{Answer}</div>
- {/block:Answerer}
- <div class="response">{Replies}</div>
- {block:IfAlternatePermalinks}{block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
- </div>
- {/block:IndexPage}{/block:IfAlternatePermalinks}
- </div>{/block:Answer}
- {block:IfNotAlternatePermalinks}{block:IndexPage}<div class="permalinks">
- <a href="{ReblogURL}" target="_blank" title="reblog">Reblog</a> · <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}</a>
- </div>{/block:IndexPage}{/block:IfNotAlternatePermalinks}
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="show-notes">show notes</div>
- <div id="notes" class="tb">
- {PostNotes-16}
- </div>
- {/block:PostNotes}
- <div class="extra-info">
- {block:Date}<svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M108,184.3c42.1,0,76.3-34.2,76.3-76.3S150.1,31.7,108,31.7S31.7,65.9,31.7,108S65.9,184.3,108,184.3z M108,43.7
- c35.5,0,64.3,28.9,64.3,64.3s-28.9,64.3-64.3,64.3S43.7,143.5,43.7,108S72.5,43.7,108,43.7z"/><path d="M98.3,120.7l25.7,20c1.1,0.8,2.4,1.3,3.7,1.3c1.8,0,3.6-0.8,4.7-2.3c2-2.6,1.6-6.4-1.1-8.4L108,113.1V72c0-3.3-2.7-6-6-6 s-6,2.7-6,6v44C96,117.9,96.9,119.6,98.3,120.7z"/></svg> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}
- {block:NoteCount}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M177,178H36c-3.3,0-6-2.7-6-6V47c0-3.3,2.7-6,6-6s6,2.7,6,6v119h135c3.3,0,6,2.7,6,6S180.3,178,177,178z M100.9,81 c-2.4-1.9-5.9-1.6-8,0.6l-37.7,39.7c-2.3,2.4-2.2,6.2,0.2,8.5c1.2,1.1,2.6,1.6,4.1,1.6c1.6,0,3.2-0.6,4.4-1.9l34-35.8l21.6,16.6 c2.4,1.9,5.9,1.6,8-0.7L170,64.5V91c0,3.3,2.7,6,6,6s6-2.7,6-6V50c0-3.3-2.7-6-6-6h-40c-3.3,0-6,2.7-6,6s2.7,6,6,6h25.5l-39,41.6 L100.9,81z"/></svg> {NoteCount}{/block:NoteCount}
- {block:RebloggedFrom}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M36.7,39.9c-0.4-3.3,1.9-6.3,5.2-6.7c3.3-0.4,6.3,1.9,6.7,5.2l3.6,27.9c13.6-20.2,36.6-32.7,61.4-32.7 c31.6,0,59.7,20.1,70,49.9c1.1,3.1-0.6,6.5-3.7,7.6c-0.6,0.2-1.3,0.3-2,0.3c-2.5,0-4.8-1.6-5.7-4c-8.6-25-32.2-41.8-58.6-41.8 c-21.6,0-41.7,11.4-52.9,29.6l30-3.4c3.3-0.4,6.3,2,6.6,5.3s-2,6.3-5.3,6.6l-43.2,4.9c-0.2,0-0.5,0-0.7,0c-3,0-5.6-2.2-5.9-5.2 L36.7,39.9z M185.3,120.2l-43.2,4.9c-3.3,0.4-5.7,3.3-5.3,6.6s3.3,5.7,6.6,5.3l26.1-2.9c-10.2,21.5-31.9,35.4-56,35.4 c-27.1,0-51.5-18.1-59.3-44c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c4.5,14.9,13.9,28.3,26.3,37.7c12.9,9.7,28.3,14.9,44.5,14.9 c29.6,0,56.1-17.6,67.8-44.3l4.2,33.3c0.4,3,3,5.2,5.9,5.2c0.3,0,0.5,0,0.8,0c3.3-0.4,5.6-3.4,5.2-6.7l-5.6-43.5 C191.5,122.2,188.6,119.9,185.3,120.2z"/></svg> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M191.6,107.3c-0.4-45.7-37.7-82.8-83.6-82.8c-45.8,0-83.2,37.1-83.6,82.9c0,0.2,0,0.4,0,0.6c0,0,0,0.1,0,0.1s0,0.1,0,0.1 c0,0.2,0,0.4,0,0.6c0.4,45.8,37.7,82.9,83.6,82.9c45.8,0,83.2-37.1,83.6-82.8c0-0.2,0-0.5,0-0.7S191.6,107.5,191.6,107.3z M78.5,42.8C71.9,52.4,66.8,65.2,64,80c-4.5,1-8.8,2.2-12.8,3.6c-4.8,1.7-8.9,3.4-12.2,5.2C44.8,68.3,59.4,51.5,78.5,42.8z M36.4,108c0-3.3,5.8-8.6,18.7-13c2.2-0.8,4.6-1.5,7-2.1c-0.5,4.9-0.7,10-0.7,15.2s0.3,10.3,0.7,15.2c-2.5-0.7-4.8-1.4-7-2.1 C42.2,116.6,36.4,111.3,36.4,108z M39.1,127.2c3.3,1.8,7.3,3.6,12.2,5.2c3.9,1.3,8.2,2.5,12.8,3.6c2.9,14.8,7.9,27.7,14.6,37.2 C59.4,164.5,44.8,147.7,39.1,127.2z M102,178.4c-6.3-2.5-12.5-8.9-17.4-18.3c-3.3-6.4-6-13.7-7.8-21.8c8,1.2,16.5,1.9,25.3,2.1 V178.4z M102,128.4c-9.7-0.3-19-1.1-27.5-2.6c-0.7-5.8-1.1-11.7-1.1-17.8s0.4-12.1,1.1-17.8c8.5-1.4,17.8-2.3,27.5-2.6V128.4z M102,75.6c-8.8,0.2-17.3,0.9-25.3,2.1c1.9-8,4.5-15.4,7.8-21.8c4.9-9.4,11.1-15.8,17.4-18.3V75.6z M176.9,88.8 c-3.3-1.8-7.3-3.6-12.2-5.2c-3.9-1.3-8.2-2.5-12.8-3.6c-2.9-14.8-7.9-27.7-14.6-37.2C156.6,51.5,171.2,68.3,176.9,88.8z M114,37.6 c6.3,2.5,12.5,8.9,17.4,18.3c3.3,6.4,6,13.7,7.8,21.8c-8-1.2-16.5-1.9-25.3-2.1V37.6z M114,87.6c9.7,0.3,19,1.1,27.5,2.6 c0.7,5.8,1.1,11.7,1.1,17.8s-0.4,12.1-1.1,17.8c-8.5,1.4-17.8,2.3-27.5,2.6V87.6z M114,178.4v-38c8.8-0.2,17.3-0.9,25.3-2.1 c-1.9,8-4.5,15.4-7.8,21.8C126.5,169.5,120.3,175.9,114,178.4z M137.5,173.2c6.6-9.6,11.7-22.4,14.6-37.2c4.5-1,8.8-2.2,12.8-3.6 c4.8-1.7,8.9-3.4,12.2-5.2C171.2,147.7,156.6,164.5,137.5,173.2z M160.9,121c-2.2,0.8-4.6,1.5-7,2.1c0.5-4.9,0.7-10,0.7-15.2 s-0.3-10.3-0.7-15.2c2.5,0.7,4.8,1.4,7,2.1c12.9,4.4,18.7,9.7,18.7,13S173.8,116.6,160.9,121z"/></svg> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- {block:HasTags}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-0.6,4.3-1.7l64.8-66.7c2.3-2.4,2.3-6.1-0.1-8.4L94.7,39.7 c-1.1-1.1-2.7-1.7-4.2-1.7c0,0,0,0,0,0l-67.1,0.1c-3.3,0-6,2.6-6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2 C92.2,185.5,93.7,186,95.2,186z M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z M200.3,110.2c2.3,2.3,2.3,6,0,8.4 l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5 c2.4-2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-8.4c0-4.6,3.8-8.4,8.4-8.4 S67.1,73.1,67.1,77.7z"/></svg> {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- </article>
- {/block:Posts}</div>
- </div>
- {block:Pagination}
- <div class="pagination" style="visibility:hidden;">
- {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="//static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="//static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(function(){
- {block:PermalinkPage}
- $('#show-notes').click(function(e){
- e.preventDefault();
- $('#notes').slideToggle('slow');
- $(this).text( $(this).text() == "show notes" ? "hide notes" : "show notes");
- });
- {/block:PermalinkPage}
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- {block:IfNotRoundedCorners}rounded: false,{/block:IfNotRoundedCorners}
- {block:IfRoundedCorners}rounded: 'corners',{/block:IfRoundedCorners}
- gutter: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- {block:IndexPage}
- (function () {
- var $tumblelog = $('#posts');
- $tumblelog.imagesLoaded(function () {
- $tumblelog.masonry({
- itemSelector: 'article',
- isAnimated:false,
- columnWidth:150,
- gutterWidth:30,
- });
- });
- $tumblelog.infinitescroll({
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next-link",
- itemSelector : "article",
- loading: {
- finishedMsg: "<p>You've reached the end of the Earth.</p>",
- img : "//static.tumblr.com/yxfeliq/ZQFnvhfad/dontbrag-loading.gif",
- msg: null,
- msgText: "",
- },
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- {block:IfNotRoundedCorners}rounded: false,{/block:IfNotRoundedCorners}
- {block:IfRoundedCorners}rounded: 'corners',{/block:IfRoundedCorners}
- gutter: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- },
- function(){
- $tumblelog.masonry({
- itemSelector: 'article',
- columnWidth:150,
- gutterWidth:30,
- });
- });
- var $newElems = $(newElements).css({
- opacity: 0,
- zIndex: -1,
- });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1, zIndex: 1 });
- $tumblelog.masonry( 'appended', $newElems );
- });
- });
- })();
- {/block:IndexPage}
- </script>
- <div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5239665";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");</script></div>
- <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement