Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- ==============================================
- 「 CODES BY POHRORO 」
- @ http://pohroro.com
- Theme ▸ 001. Genesis (Comely I Revamp)
- Last Updated: 21 July 2016
- ==============================================
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic|Old+Standard+TT:700|Lora:400,400italic,700,700italic" rel="stylesheet" type="text/css">
- <link href="https://static.tumblr.com/yzs4yqx/aSjo8f2eh/reset.css" rel="stylesheet" type="text/css">
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- <meta name="image:Background" content="">
- <meta name="image:Sidebar Image" content="http://static.tumblr.com/b892521fa3e4d35cabfb48f8d5b9ef53/yzs4yqx/lCpo94we4/tumblr_static_bgrlhydtn88c4s8sggc000wwg.png">
- <meta name="color:Body Font" content="#606060">
- <meta name="color:Background" content="#F5F5F5">
- <meta name="color:Link" content="#FFD6DE">
- <meta name="color:Hover Link" content="#C1C1C1">
- <meta name="color:Top Bar" content="#FFFFFF">
- <meta name="color:Initial Background" content="#606060">
- <meta name="color:Title" content="#606060">
- <meta name="color:Border" content="#F1F1F1">
- <meta name="color:Navigation Link" content="#FFD6DE">
- <meta name="color:Sidebar Background" content="#FFFFFF">
- <meta name="color:Post Background" content="#FFFFFF">
- <meta name="if:Infinite Scroll" content="1">
- <meta name="if:Multicolumn" content="1">
- <meta name="if:Show Top Bar" content="1">
- <meta name="if:Show Sidebar Image" content="1">
- <meta name="if:Show Sidebar Border" content="1">
- <meta name="if:Show Initial" content="1">
- <meta name="if:Show Post Border" content="1">
- <meta name="if:Show Captions" content="1">
- <meta name="if:Monochrome Posts" content="0">
- <meta name="if:Inverted Controls" content="1">
- <meta name="if:Custom Link Four" content="1">
- <meta name="if:Custom Link Five" content="1">
- <meta name="if:Custom Link Six" content="1">
- <meta name="select:Post Size" content="200px" title="200px">
- <meta name="select:Post Size" content="250px" title="250px">
- <meta name="select:Post Size" content="300px" title="300px">
- <meta name="select:Post Size" content="400px" title="400px">
- <meta name="select:Post Size" content="500px" title="500px">
- <meta name="select:Post Size" content="540px" title="540px">
- <meta name="select:Body Font Size" content="10px" title="10px">
- <meta name="select:Body Font Size" content="11px" title="11px">
- <meta name="select:Body Font Size" content="12px" title="12px">
- <meta name="select:Body Font Size" content="13px" title="13px">
- <meta name="text:Title" content="Genesis">
- <meta name="text:Initial" content="G">
- <meta name="text:Link One" content="Link One">
- <meta name="text:Link One URL" content="Link One URL">
- <meta name="text:Link Two" content="Link Two">
- <meta name="text:Link Two URL" content="Link Two URL">
- <meta name="text:Link Three" content="Link Three">
- <meta name="text:Link Three URL" content="Link Three URL">
- <meta name="text:Link Four" content="Link Four">
- <meta name="text:Link Four URL" content="Link Four URL">
- <meta name="text:Link Five" content="Link Five">
- <meta name="text:Link Five URL" content="Link Five URL">
- <meta name="text:Link Six" content="Link Six">
- <meta name="text:Link Six URL" content="Link Six URL">
- <style>
- div#qTip {
- color: {color:Body Font};
- font: 7px/7px Karla;
- letter-spacing: 1px;
- text-align: center;
- text-transform: uppercase;
- background: {color:Post Background};
- display: none;
- max-width: 350px;
- position: absolute;
- text-align: justify;
- z-index: 99;
- padding: 4px 4px 3px 4px;
- margin: -5px 0 0 20px;
- border-radius: 2px;
- }
- .tmblr-iframe {
- {block:IfInvertedControls}
- white-space: nowrap;
- -webkit-filter: invert(100%);
- filter: invert(100%);
- {block:IfInvertedControls}
- {block:IfShowTopBar}
- top: 18px !important;
- position: fixed !important;
- {/block:IfShowTopBar}
- }
- body {
- font-family: Karla, Arial;
- color: {color:Body Font};
- font-size: {select:Body Font Size};
- background: {color:Background} url({image:Background});
- line-height: 16px;
- }
- sub, sup, small {
- font-size: {select:Body Font Size};
- }
- a {
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- a:hover {
- color: {color:Hover Link};
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- h1 {
- font: italic 14px/20px Lora;
- text-align: center;
- text-transform: lowercase;
- border-bottom: 1px solid {color:Border};
- {block:IfNotShowPostBorder}
- margin-top: 6px;
- {/block:IfNotShowPostBorder}
- padding-bottom: 5px;
- }
- #top {
- top: 0;
- left: 0;
- width: 100%;
- height: 15px;
- background: {color:Top Bar};
- position: fixed;
- z-index: 9;
- }
- #wrap {
- margin: 0 auto;
- position: absolute;
- left: 0;
- right: 0;
- padding-left: 80px;
- {block:IfMulticolumn}
- width: calc(({select:Post Size} * 2) + 80px {block:IfShowPostBorder}+ 60px{/block:IfShowPostBorder});
- {/block:IfMulticolumn}
- {block:IfNotMulticolumn}
- width: calc({select:Post Size} {block:IfShowPostBorder}+ 30px{/block:IfShowPostBorder});
- {/block:IfNotMulticolumn}
- }
- #container {
- position: absolute;
- }
- #entries {
- text-align: justify;
- position: relative;
- margin-top: 60px;
- margin-bottom: 60px;
- }
- #sidebar {
- text-align: center;
- width: 190px;
- background: {color:Sidebar Background};
- top: 100px;
- position: fixed;
- {block:IfShowSidebarBorder}
- padding: 15px 15px 5px 15px;
- {/block:IfShowSidebarBorder}
- {block:IfShowPostBorder}
- {block:IfShowSidebarBorder}
- margin-left: -260px;
- {/block:IfShowSidebarBorder}
- {block:IfNotShowSidebarBorder}
- margin-left: -230px;
- {/block:IfNotShowSidebarBorder}
- {/block:IfShowPostBorder}
- {block:IfNotShowPostBorder}
- {block:IfShowSidebarBorder}
- margin-left: -260px;
- {/block:IfShowSidebarBorder}
- {block:IfNotShowSidebarBorder}
- margin-left: -230px;
- {/block:IfNotShowSidebarBorder}
- {/block:IfNotShowPostBorder}
- }
- #image {
- width: 190px;
- height: 290px;
- background: url({image:Sidebar Image});
- background-size: 190px;
- }
- #initial {
- background: {color:Initial Background};
- border-radius: 100%;
- height: 40px;
- width: 40px;
- line-height: 42px;
- position: absolute;
- font-weight: bold;
- font-family: Old Standard TT;
- display: block;
- font-size: 16px;
- color: #FFF;
- margin-left: 75px;
- {block:IfShowSidebarBorder}
- {block:IfShowSidebarImage}
- margin-top: -23px;
- {/block:IfShowSidebarImage}
- {block:IfNotShowSidebarImage}
- margin-top: -35px;
- {/block:IfNotShowSidebarImage}
- {/block:IfShowSidebarBorder}
- {block:IfNotShowSidebarBorder}
- margin-top: -23px;
- {/block:IfNotShowSidebarBorder}
- }
- #sidebar h1 {
- border: 0;
- font: italic 20px/20px Lora;
- color: {color:Title};
- {block:IfShowInitial}
- {block:IfShowSidebarBorder}
- {block:IfShowSidebarImage}
- margin-top: 25px;
- {/block:IfShowSidebarImage}
- {block:IfNotShowSidebarImage}
- margin-top: 15px;
- {/block:IfNotShowSidebarImage}
- {/block:IfShowSidebarBorder}
- {block:IfNotShowSidebarBorder}
- margin-top: 23px;
- {/block:IfNotShowSidebarBorder}
- {/block:IfShowInitial}
- {block:IfNotShowInitial}
- {block:IfShowSidebarBorder}
- margin-top: 10px;
- {/block:IfShowSidebarBorder}
- {block:IfNotShowSidebarBorder}
- margin-top: 20px;
- {/block:IfNotShowSidebarBorder}
- {/block:IfNotShowInitial}
- margin-bottom: 5px;
- }
- #links {
- text-align: center;
- font-style: italic;
- letter-spacing: 1px;
- text-transform: uppercase;
- font: bold 8px Karla;
- }
- #links a {
- margin: 0 5px;
- color: {color:Navigation Link};
- }
- .divider {
- width: 4px;
- height: 4px;
- display: inline-block;
- background: {color:Border};
- border-radius: 100%;
- }
- #description {
- line-height: 19px;
- font-style: italic;
- {block:IfShowSidebarBorder}
- padding: 10px 0;
- {/block:IfShowSidebarBorder}
- {block:IfNotShowSidebarBorder}
- padding: 10px;
- {/block:IfNotShowSidebarBorder}
- }
- nav {
- font: bold 7px/12px Old Standard TT;
- text-shadow: 0 0;
- letter-spacing: 0px;
- margin-top: 3px;
- padding: 12px 0;
- text-transform: uppercase;
- border-top: 1px solid {color:Border};
- {block:IfShowSidebarBorder}
- width: 190px;;
- {/block:IfShowSidebarBorder}
- {block:IfNotShowSidebarBorder}
- width: 160px;
- margin-left: 15px;
- {/block:IfNotShowSidebarBorder}
- }
- nav a {
- color: {color:Navigation Link};
- padding: 0px 10px;
- }
- .post {
- margin: 0 40px 40px 0;
- background: {color:Post Background};
- width: {select:Post Size};
- {block:IfShowPostBorder}
- padding: 15px 15px 0 15px;
- {/block:IfShowPostBorder}
- {block:IndexPage}
- {block:IfMulticolumn}
- opacity: 0;
- z-index: -1;
- {/block:IfMulticolumn}
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- {/block:PermalinkPage}
- }
- .post img {
- max-width: 100%;
- height: auto;
- width: {select:Post Size};
- {block:IndexPage}
- {block:IfMonochromePosts}
- filter: gray;
- filter: grayscale(100%);
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- {/block:IfMonochromePosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- {/block:PermalinkPage}
- }
- iframe.photoset {
- {block:IndexPage}
- {block:IfMonochromePosts}
- filter: gray;
- filter: grayscale(100%);
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- {/block:IfMonochromePosts}
- {/block:IndexPage}
- }
- .post blockquote {
- margin: 0;
- padding: 0;
- border-left: 1px solid {color:Border};
- padding-left: 10px;
- margin-left: 10px;
- }
- .caption {
- {block:IfShowPostBorder}
- padding-bottom: 5px;
- {/block:IfShowPostBorder}
- {block:IfNotShowPostBorder}
- padding: 0 10px 5px 10px;
- {/block:IfNotShowPostBorder}
- border-bottom: 1px solid {color:Border};
- }
- .caption p {
- margin: 7px 0;
- }
- .photo {
- margin-bottom: -5px;
- }
- .audio {
- border-bottom: 1px solid {color:Border};
- {block:IfShowPostBorder}
- padding-bottom: 10px;
- {/block:IfShowPostBorder}
- }
- .player {
- width: 27px;
- height: 27px;
- opacity: 0.5;
- position: relative;
- line-height: 0;
- z-index: 1;
- overflow: hidden;
- margin-bottom: -27px;
- {block:IfShowPostBorder}
- left: 42px;
- top: 42px;
- {/block:IfShowPostBorder}
- {block:IfNotShowPostBorder}
- left: 28px;
- top: 28px;
- {/block:IfNotShowPostBorder}
- {block:PermalinkPage}
- {block:IfShowSidebarBorder}
- left: 61px;
- top: 41px;
- {/block:IfShowSidebarBorder}
- {block:IfNotShowSidebarBorder}
- left: 52px;
- top: 28px;
- {/block:IfNotShowSidebarBorder}
- {/block:PermalinkPage}
- }
- .art {
- width: 80px;
- height: 80px;
- position: absolute;
- z-index: 0;
- }
- .details {
- height: 55px;
- text-align: center;
- line-height: 15px;
- padding-top: 25px;
- margin-left: 80px;
- }
- .title {
- font-family: Lora;
- font-style: italic;
- font-size: 12px;
- }
- .quote {
- text-align: center;
- font-size: 13px;
- font-style: italic;
- {block:IfNotShowPostBorder}
- padding: 10px;
- {/block:IfNotShowPostBorder}
- }
- .source {
- font-style: normal;
- font-size: {select:Body Font Size};
- }
- .chat {
- {block:IfNotShowPostBorder}
- padding: 5px 10px;
- {/block:IfNotShowPostBorder}
- }
- .asker {
- {block:IfNotShowPostBorder}
- padding-top: 10px;
- {/block:IfNotShowPostBorder}
- }
- .asker h1 {
- text-align: left;
- margin: 0;
- padding-bottom: 10px;
- }
- .asker .avatar img {
- width: 20px;
- height: 20px;
- border-radius: 100%;
- float: left;
- {block:IfShowPostBorder}
- margin-right: 7px;
- {/block:IfShowPostBorder}
- {block:IfNotShowPostBorder}
- margin: 0 7px 0 10px;
- {/block:IfNotShowPostBorder}
- }
- .question {
- border-bottom: 1px solid {color:Border};
- margin-bottom: 10px;
- {block:IfShowPostBorder}
- padding: 10px 0;
- {/block:IfShowPostBorder}
- {block:IfNotShowPostBorder}
- padding: 10px;
- {/block:IfNotShowPostBorder}
- }
- .permalink {
- font-size: 8px;
- letter-spacing: 1px;
- text-align: left;
- text-transform: uppercase;
- padding: 5px 0;
- {block:IfShowPostBorder}
- width: calc({select:Post Size});
- {/block:IfShowPostBorder}
- {block:IfNotShowPostBorder}
- width: calc({select:Post Size} - 20px);
- margin: 0 0 0 10px;
- {/block:IfNotShowPostBorder}
- {block:PermalinkPage}
- text-align: center;
- margin-top: 10px;
- width: 500px;
- {/block:PermalinkPage}
- }
- .permalink a {
- color: {color:Body Font};
- }
- .permalink svg {
- width: 10px;
- margin-top: 3px;
- position: absolute;
- }
- .tags {
- float: right;
- }
- .tags svg {
- {block:IfShowPostBorder}
- margin-left: -10px;
- {/block:IfShowPostBorder}
- {block:IfNotShowPostBorder}
- margin-left: -20px;
- {/block:IfNotShowPostBorder}
- width: 12px;
- margin-top: -19px;
- position: absolute;
- }
- ol.notes {
- padding: 0px 15px;
- margin: 20px 0px;
- list-style-type: none;
- text-align: left;
- }
- ol.notes li.note {
- margin-bottom: 10px;
- }
- ol.notes li.note img.avatar {
- border-radius: 100%;
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes a {
- font-weight: bold;
- }
- .pagination {
- margin: 0 auto;
- letter-spacing: 1px;
- right: 0;
- left: 0;
- margin-bottom: 100px;
- text-align: center;
- position: relative;
- font-size: 8px;
- text-transform: uppercase;
- {block:IfMulticolumn}
- margin-left: 20px;
- width: calc((({select:Post Size} {block:IfShowPostBorder}+ 30px{/block:IfShowPostBorder}) * 2));
- {/block:IfMulticolumn}
- {block:IfNotMulticolumn}
- margin-left: 0px;
- width: calc({select:Post Size} {block:IfShowPostBorder}+ 30px{/block:IfShowPostBorder});
- {/block:IfNotMulticolumn}
- {block:IfInfiniteScroll}
- display: none;
- {/block:IfInfiniteScroll}
- }
- .pagination a {
- background: {color:Post Background};
- color: {color:Body Font};
- padding: 6px 8px;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .pagination a:hover {
- background: {color:Initial Background};
- color: #FFF;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #c {
- width: 55px;
- height: 18px;
- right: 8px;
- text-transform: uppercase;
- text-align: center;
- bottom: 10px;
- letter-spacing: 1px;
- font: 7px/4px Arial;
- padding: 10px 3px;
- display: block;
- border: 1px solid {color:Border};
- background: {color:Post Background};
- border-radius: 3px;
- position: fixed;
- z-index: 999999999999999999999 !important;
- }
- #c a {
- font: italic bold 15px/17px Times New Roman;
- text-transform: lowercase;
- letter-spacing: -1px;
- color: {color:Body Text};
- }
- ::selection {
- background: {color:Link};
- color: #FFF;
- }
- #infscr-loading {
- opacity: 0;
- line-height: 0px;
- }
- </style>
- </head>
- <body>
- {block:IfShowTopBar}<div id="top"></div>{/block:IfShowTopBar}
- <div id="wrap">
- <div id="sidebar">
- {block:IfShowSidebarImage}<div id="image"></div>{/block:IfShowSidebarImage}
- {block:IfShowInitial}<div id="initial">{text:Initial}</div>{/block:IfShowInitial}
- <a href="/"><h1>{text:Title}</h1></a>
- <div id="links">
- <a href="/">Index</a>
- <div class="divider"></div>
- <a href="/ask">Ask</a>
- <div class="divider"></div>
- <a href="/archive">Archive</a>
- </div>
- <div id="description">{Description}</div>
- <nav>
- <a href="{text:Link One URL}" title="{text:Link One}">I.</a>
- <a href="{text:Link Two URL}" title="{text:Link Two}">II.</a>
- <a href="{text:Link Three URL}" title="{text:Link Three}">III.</a>
- {block:IfCustomLinkFour}<a href="{text:Link Four URL}" title="{text:Link Four}">IV.</a>{/block:IfCustomLinkFour}
- {block:IfCustomLinkFive}<a href="{text:Link Five URL}" title="{text:Link Five}">V.</a>{/block:IfCustomLinkFive}
- {block:IfCustomLinkSix}<a href="{text:Link Six URL}" title="{text:Link Six}">VI.</a>{/block:IfCustomLinkSix}
- </nav>
- </div>
- <div id="container">
- <div id="entries">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}
- {block:Photo}
- <div class="photo">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</div>
- {block:IfShowCaptions}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}
- {/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:IfShowCaptions}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- {Quote}<br>
- {block:Source}<span class="source">— {Source}</span>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- <div class="player">{AudioPlayerGrey}</div>
- <div class="art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- <div class="details">
- {block:TrackName}<span class="title">{TrackName}</span>{/block:TrackName}<br>
- by {block:Artist}<span class="artist">{Artist}</span>{/block:Artist}</div>
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:IfShowCaptions}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:IfShowCaptions}
- {/block:Video}
- {block:ReblogParent}
- <!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
- {/block:ReblogParent}
- {block:Answer}
- <div class="asker">
- <div class="avatar"><img src="{AskerPortraitURL-24}"></div>
- <h1>{Asker} asked:</h1></div>
- <div class="question">{Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- <div class="permalink">
- {block:PermalinkPage}
- {block:Date}<b>Posted:</b> {DayOfMonthWithZero} {Month} {Year}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}<br>{/block:Date}
- {block:RebloggedFrom}<b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>,
- <b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
- {block:HasTags}<b>Tagged:</b> {block:Tags}#{Tag} {/block:Tags}{/block:HasTags}
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:Date}
- <a href="{ReblogURL}" title="Reblog" target="_blank">
- <svg id="Layer_1" version="1.1" viewbox="0 0 216 216" x="0px" xmlns=
- "http://www.w3.org/2000/svg" y="0px"><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"></path>
- </svg></a>
- <a href="{Permalink}" title="{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}">{TimeAgo}</a>
- {/block:Date}
- </div>
- {block:HasTags}
- <div class="tags">
- <a href="{TagURL}" title="{block:Tags}#{Tag} {/block:Tags}"><svg id="Layer_1" version="1.1" viewbox="0 0 216 216" x="0px" xmlns=
- "http://www.w3.org/2000/svg" y="0px"><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"></path></svg></a>
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- {block:IfMulticolumn}</div>{/block:IfMulticolumn}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}" style="margin-right: 10px;">Back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="c">Codes by<br><a href="http://pohroro.com">Pohroro</a></div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/yzs4yqx/BV3o343ow/smoothscroll.min.js"></script>
- <script src="https://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- {block:IndexPage}
- {block:IfMulticolumn}
- <script src="https://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- {/block:IfMulticolumn}
- {block:IfInfiniteScroll}
- <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:IfInfiniteScroll}
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- var $container = $('#container');
- {block:IfMulticolumn}
- $container.masonry({ itemSelector: '.post' });
- $container.imagesLoaded(function(){
- $container.masonry();
- $container.find('.post').animate({ opacity: 1, zIndex: 1 });
- });
- {/block:IfMulticolumn}
- {block:IfInfiniteScroll}
- $container.infinitescroll({
- itemSelector: '.post',
- navSelector: '.pagination',
- nextSelector: '.pagination a',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- },
- function(){
- resizeVideos();
- {block:IfMulticolumn}
- },
- function(){
- $container.masonry();
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- {/block:IfMulticolumn}
- });
- });
- {/block:IfInfiniteScroll}
- {/block:IndexPage}
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement