Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <!---
- Theme #48 by Heidi @ladmilk
- Credit:
- Infinitescroll: Paulirish (https://github.com/infinite-scroll/infinite-scroll)
- Photoset: PixelUnion (https://github.com/PixelUnion/Extended-Tumblr-Photoset)
- Video Resizing: Shy Themes (http://shythemes.tumblr.com/post/134536748863/tutorial-resizing-videos)
- Icons: Outicons by Anton Saputro (http://www.antonps.com/outicons/)
- ---->
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{FavIcon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Title" content="#777777" />
- <meta name="color:Text" content="#777777" />
- <meta name="color:Links" content="#aaaaaa" />
- <meta name="color:Links Hover" content="#000000" />
- <meta name="color:Blockquote" content="#eeeeee" />
- <meta name="color:Caption" content="#f6f6f6" />
- <meta name="color:Caption Text" content="#666666" />
- <meta name="color:Perma" content="#aaaaaa" />
- <meta name="color:Scroll" content="#ffffff" />
- <meta name="color:Scrollbar" content="#cccccc" />
- <meta name="if:Show Navigation" content="0" />
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Show Tags" content="1" />
- <meta name="if:Infinitescroll" content="0" />
- <meta name="if:Manual Load" content="0" />
- <meta name="select:Tumblr Controls" content="t_w" title="White" />
- <meta name="select:Tumblr Controls" content="t_g" title="Grey" />
- <meta name="select:Tumblr Controls" content="t_b" title="Black" />
- <meta name="select:Post Size" content="400" title="400px" />
- <meta name="select:Post Size" content="250" title="250px" />
- <meta name="select:Post Size" content="300" title="300px" />
- <meta name="select:Post Size" content="350" title="350px" />
- <meta name="select:Post Size" content="450" title="450px" />
- <meta name="select:Post Size" content="500" title="500px" />
- <meta name="select:Post Size" content="540" title="540px" />
- <meta name="text:Home Title" content="" />
- <meta name="text:Ask Title" content="ask" />
- <meta name="text:Archive Title" content="archive" />
- <meta name="text:Link1" content="" />
- <meta name="text:Title1" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Title2" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Title3" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Title4" content="" />
- <link href="http://static.tumblr.com/3yblkz0/EkLnyuqmx/pxu_ps.css" rel="stylesheet" type="text/css"/>
- <!----------- Font ---------------->
- <meta name="select:Body Font" content="Karla" title="Karla" />
- <meta name="select:Body Font" content="Open Sans" title="Open Sans" />
- <meta name="select:Body Font" content="Source Sans Pro" title="Source Sans Pro" />
- <meta name="select:Body Font" content="Lato" title="Lato" />
- <meta name="select:Body Font" content="Roboto" title="Roboto" />
- <meta name="select:Body Font" content="calibri" title="Calibri" />
- <meta name="select:Body Font" content="helvetica" title="Helvetica" />
- <meta name="select:Body Font" content="trebuchet ms" title="Trebuchet ms" />
- <meta name="select:Body Font" content="Lora" title="Lora" />
- <meta name="select:Body Font" content="Droid Serif" title="Droid Serif" />
- <meta name="select:Body Font" content="cambria" title="Cambria" />
- <meta name="select:Body Font" content="georgia" title="Georgia" />
- <meta name="select:Body Font" content="times new roman" title="Times New Roman" />
- <meta name="select:Body Font" content="courier" title="Courier" />
- <meta name="select:Body Font" content="consolas" title="Consolas" />
- <meta name="select:Body Font" content="lucida console" title="Lucida Console" />
- <meta name="select:Body Font Size" content="10" title="10px" />
- <meta name="select:Body Font Size" content="9" title="9px" />
- <meta name="select:Body Font Size" content="11" title="11px" />
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700|Lato:400,700|Lora:400,700|Droid+Serif:400,700|Karla:400,700|Source+Sans+Pro:300,400,700' rel='stylesheet' type='text/css' />
- <style type="text/css">
- /* Tumblr Controls */
- .t_b .tmblr-iframe--desktop-logged-in-controls, .tmblr-iframe, .t_b #tumblr_controls, #tumblr_controls {
- top:5px!important;
- right:5px!important;
- position:fixed!important;
- z-index:999999!important;
- }
- .t_w .tmblr-iframe--desktop-logged-in-controls, .t_w #tumblr_controls {
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- opacity:0.3;
- }
- .t_g .tmblr-iframe--desktop-logged-in-controls, .t_g #tumblr_controls {
- -webkit-filter:invert(70%);
- -moz-filter:invert(70%);
- -o-filter:invert(70%);
- -ms-filter:invert(70%);
- filter:invert(70%);
- opacity:0.4;
- }
- /* Scrollbar */
- ::-webkit-scrollbar { width:7px; height:7px; }
- ::-webkit-scrollbar-track-piece { background-color:{color:Scroll}; }
- ::-webkit-scrollbar-thumb {
- background-color:{color:Scrollbar};
- border:2px solid {color:Scroll};
- }
- /* Body - General- Universal */
- html, body, * { margin:0; padding:0; border:0; }
- body {
- background-color:{color:Background};
- color:{color:Text};
- font-family:{select:Body Font}, arial, sans-serif;
- font-size:{select:Body Font Size}px;
- line-height:1.4em;
- word-wrap:break-word;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing:grayscale;
- }
- p { margin:5px 0; }
- p:first-of-type { margin-top:0; }
- p:last-of-type { margin-bottom:0; }
- pre {
- margin:5px 0;
- padding:2px 5px;
- background:#f5f5f5;
- white-space:pre-wrap;
- word-wrap:break-word;
- }
- blockquote {
- margin:5px 0;
- padding:2px 10px;
- border-left:1px solid {color:Blockquote};
- }
- hr {
- width:25%;
- margin:10px auto;
- border-top:1px solid {color:Blockquote};
- }
- .cap {
- margin:10px 0 0 0;
- padding:10px;
- background:{color:Caption};
- color:{color:Caption Text};
- }
- .cp { display:none; }
- ul, ol { margin:5px 20px; list-style:square; }
- svg { fill:{color:Perma}; }
- /* Common Typography */
- a, .tags.index a {
- color:{color:Links};
- text-decoration:none;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- a:hover, .posts h2 a:hover,
- aside h1 a:hover, nav a:hover,
- .tags.index a:hover { color:{color:Links Hover}; }
- small, sub, sup { font-size:.9em; }
- big { font-size:1.1em; }
- sub, sup, small, big { vertical-align:baseline; }
- h1, h2, h3, h4 {
- margin:5px 0;
- font-weight:normal;
- line-height:1.4em;
- }
- .posts h2 { font-size:1.4em; }
- .posts h2:only-child { margin:0; }
- .posts h2, .posts h2 a, aside h1 a { color:{color:Title}; }
- .perma, aside { font-size:9px; }
- nav, .pagination { text-transform:capitalize; }
- /* Center Wrapper */
- #wrapper, .posts {
- width:{select:Post Size}px;
- margin:200px auto;
- position:relative;
- }
- .posts { min-height:55px; height:auto; }
- /* Image */
- .posts img, img :not(.lightbox-image) { max-width:100%; height:auto; }
- .photo img { width:100%; display:block; }
- /* Photoset */
- .tmblr-lightbox, #tumblr_lightbox {
- background:rgba({RGBcolor:Background}, 1)!important;
- }
- .vignette, #vignette, .lightbox-caption, #tumblr_lightbox_caption {
- opacity:0!important;
- }
- .lightbox-image, #tumblr_lightbox img {
- padding:0!important;
- -webkit-border-radius:0px!important;
- -moz-border-radius:0px!important;
- border-radius:0px!important;
- -webkit-box-shadow:none!important;
- -moz-box-shadow:none!important;
- box-shadow:none!important;
- }
- /* Video */
- .video, .video iframe { display:block; overflow:hidden; }
- /* Audio */
- .audio_outer {
- width:calc(100% - 2px);
- display:table;
- border:1px solid #eee;
- background:#fff;
- }
- .audio { display:table-cell; vertical-align:middle; }
- .audio.play { width:50px; }
- iframe.tumblr_audio_player {
- width:30px;
- height:30px;
- padding:10px;
- display:block;
- overflow:hidden;
- }
- .audio.info { padding:20px; text-align:right; }
- iframe.soundcloud_audio_player { height:auto!important; display:block; }
- iframe.spotify_audio_player { height:80px!important; display:block; }
- /* Ask */
- .question_asker {
- margin-bottom:5px;
- padding-left:16px;
- color:{color:Links};
- font-weight:bold;
- }
- .question_asker .aq {
- top:1px;
- left:0;
- position:absolute;
- }
- .question {
- padding:10px;
- background:{color:Caption};
- color:{color:Caption Text};
- }
- .question_answer { margin-top:10px; }
- /* Quote */
- .quote {
- font-size:1.2em;
- font-style:italic;
- line-height:1.2em;
- text-align:center;
- }
- .source { margin-top:15px; text-align:center; }
- /* Permalink - Indexpage */
- .perma {
- width:120px;
- top:0;
- right:-130px;
- position:absolute;
- color:{color:Perma};
- line-height:1.5em;
- }
- .perma a { color:{color:Perma}; }
- .perma p { margin:0; }
- .tt { display:inline-block; cursor:help; }
- .tags.index { display:none; font-style:italic; }
- .svgreblog { margin-bottom:-2px; margin-left:-2px; }
- /* Post information - Notes -Permalinkpage */
- .post_info { margin-top:40px; }
- .post_info p { margin:0; }
- .tags.permalink {
- margin-top:20px;
- position:relative;
- padding-left:15px;
- }
- .tags.permalink a { margin-right:5px; }
- .tags .tg {
- top:1px;
- left:0;
- position:absolute;
- }
- ol.notes { margin:20px 0 0 0; list-style-type:none; }
- img.avatar { display:none; }
- .more_notes_link_container { text-align:left!important; }
- .more_notes_link_container a { color:{color:Text}; font-weight:bold; }
- /* Sidebar */
- aside {
- width:160px;
- left:40px;
- bottom:40px;
- position:fixed;
- }
- aside h1 {
- margin:0;
- {block:ifnotShowNavigation}
- position:relative;
- padding-left:17px;
- {/block:ifnotShowNavigation}
- font-size:1.6em;
- font-weight:bold;
- }
- {block:ifnotShowNavigation}
- .nn {
- left:0;
- bottom:-2px;
- position:absolute;
- cursor:help;
- }
- nav { display:none; }
- {/block:ifnotShowNavigation}
- nav a { margin-right:5px; }
- .desc {
- margin:5px 0;
- padding:10px;
- background:{color:Caption};
- color:{color:Caption Text};
- }
- .pagination a { margin:0 3px; }
- {block:ifInfinitescroll}
- #infscr-loading { text-align:center; }
- .pagination, #infscr-loading img { display:none!important; }
- {/block:ifInfinitescroll}
- footer {
- width:{select:Post Size}px;
- margin:200px auto 50px auto;
- position:relative;
- font-weight:bold;
- text-align:center;
- cursor:pointer;
- }
- {CustomCSS}
- </style>
- <!---- Scripts ---->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="http://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- {block:IndexPage}
- {block:ifInfinitescroll}
- <script src="http://static.tumblr.com/3yblkz0/OZInz27pe/jquery.infinitescroll.min.js"></script>
- {/block:ifInfinitescroll}
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- highRes: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo',
- });
- $('.tt').click(function(){
- $(this).parents('.perma').find(".tags.index").slideToggle();
- return false;
- });
- $('.nn').click(function(){
- $(this).parents('aside').find("nav").slideToggle();
- return false;
- });
- {block:IndexPage}
- {block:ifInfinitescroll}
- var $container = $('#wrapper');
- $container.infinitescroll({
- itemSelector:".posts",
- navSelector: ".pagination",
- nextSelector: ".pagination a#next",
- loading: {
- finishedMsg: "Finished",
- img: "",
- msgText: "Loading...",
- },
- bufferPx: 800,
- {block:ifManualLoad}
- errorCallback: function(){ jQuery('footer').fadeOut(400); },
- {/block:ifManualLoad}
- },
- function(newElements) {
- var $newElems = $(newElements).css({opacity:0});
- resizeVideos();
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- highRes: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo',
- });
- $newElems.find('.nn').click(function(){
- $(this).parents('aside').find("nav").slideToggle();
- return false;
- });
- $newElems.animate({opacity:1});
- });
- {block:ifManualLoad}
- $(window).unbind('.infscr');
- $('#load').click(function() {
- $container.infinitescroll('retrieve');
- return false;
- });
- {/block:ifManualLoad}
- {/block:ifInfinitescroll}
- {/block:IndexPage}
- });
- </script>
- </head>
- <body class="{select:Tumblr Controls}">
- <aside>
- <h1>
- {block:ifnotShowNavigation}
- <div class="nn"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve" width="12px"><path d="M45,72h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,72,45,72z"/><path d="M45,117h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,117,45,117z"/><path d="M45,162h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,162,45,162z"/></svg></div>
- {/block:ifnotShowNavigation}
- <a href="/">{Title}</a>
- </h1>
- <nav>
- {block:ifHomeTitle}<a href="/">{text:Home Title}</a>{/block:ifHomeTitle}
- {block:ifAskTitle}<a href="/ask">{text:Ask Title}</a>{/block:ifAskTitle}
- {block:ifArchiveTitle}<a href="/archive">{text:Archive Title}</a>{/block:ifArchiveTitle}
- {block:ifLink1}<a href="{text:Link1}">{text:Title1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Title2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Title3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Title4}</a>{/block:ifLink4}
- </nav>
- {block:ShowDescription}<div class="desc">{Description}</div>{/block:ShowDescription}
- {block:Pagination}
- <div class="pagination">
- {block:ifnotShowNavigation}— {/block:ifnotShowNavigation}
- {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" id="next">Next</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </aside>
- <section id="wrapper">
- {block:Posts}
- <article class="posts">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:IndexPage}
- <div class="perma">
- <p><a href="{Permalink}">{DayOfWeek}</a></p>
- <p><a href="{Permalink}">Week {WeekOfYear}</a></p>
- <p><a href="{ReblogURL}"><svg class="svgreblog" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve" width="12px"><path d="M108.7,159.2c-22.3,0-42.4-14.9-48.8-36.2c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c8.1,26.8,32.3,44.7,60.3,44.7
- c34.7,0,63-28.3,63-63c0-34.7-28.3-63-63-63c-19.7,0-38.2,9.4-50,24.6l-2.5-19.8c-0.4-3.3-3.4-5.6-6.7-5.2c-3.3,0.4-5.6,3.4-5.2,6.7
- L49,88.1c0.4,3,3,5.2,5.9,5.2c0.2,0,0.5,0,0.7,0l36.2-4.1c3.3-0.4,5.7-3.3,5.3-6.6s-3.3-5.7-6.6-5.3L66.2,80
- c9.4-14.1,25.3-22.8,42.5-22.8c28.1,0,51,22.9,51,51S136.8,159.2,108.7,159.2z"/></svg></a></p>
- {block:ifShowTags}{block:HasTags}
- <div class="tt"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve" width="11px"><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
- 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></div>
- <div class="tags index">
- {block:Tags}<p><a href="{TagURL}">{Tag}</a></p>{/block:Tags}
- </div>
- {/block:HasTags}{/block:ifShowTags}
- </div>
- {/block:IndexPage}
- {block:Photo}
- <div class="photo">
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />{LinkCloseTag}
- </div>
- {/block:Photo}
- {block:Photoset}
- <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:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:Audio}
- <div class="audio_outer">
- <div class="audio play">{AudioPlayerWhite}</div>
- <div class="audio info">
- {block:TrackName}<p><b>{TrackName}</b></p>{/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}
- </div>
- </div>
- {/block:Audio}
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <h2><a href="{URL}" {Target}>{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Answer}
- <div class="question_asker"><svg class="aq" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve" width="11px"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4
- c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3
- c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7
- c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{Asker} asked</div>
- <div class="question">{Question}</div>
- <div class="question_answer">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}
- <p>{block:Label}<b>{Label}</b>{/block:Label} {Line}</p>
- {/block:Lines}
- {/block:Chat}
- {block:Caption}<div class="cap {block:IndexPage}{block:ifnotShowCaptions}cp{/block:ifnotShowCaptions}{/block:IndexPage}">{Caption}</div>{/block:Caption}
- {block:PermalinkPage}
- {block:Date}
- <div class="post_info">
- <p><b>Posted on {Month} {DayofMonth}, {Year}</b></p>
- {block:RebloggedFrom}
- <p>via <a href="{ReblogParentURL}">{ReblogParentName}</a></p>
- <p>source <a href="{ReblogRootURL}">{ReblogRootName}</a></p>
- {/block:RebloggedFrom}
- {block:HasTags}
- <div class="tags permalink">
- <svg class="tg" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve" width="11px"><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
- 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="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </article>
- {/block:Posts}
- </section>
- {block:IndexPage}{block:ifInfinitescroll}{block:ifManualLoad}
- <footer id="load">Load More</footer>
- {/block:ifManualLoad}{/block:ifInfinitescroll}{/block:IndexPage}
- <a href="http://ladmilk.tumblr.com" style="padding:10px; bottom:5px; right:5px; position:fixed;" title="Theme by Heidi">cr.</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment