Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- theme #38
- - by cathms -
- Last update: oct 17, 2016
- - don't take parts of this code
- - don't remove this comment
- - don't remove the credit
- To edit the profile section search for ‘edit: profile’
- -->
- <html>
- <head>
- <title>{Title} {block:TagPage}— #{Tag}{/block:TagPage} {block:PostSummary}— {PostSummary}{/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="image:Background" content="">
- <meta name="image:Icon" content="">
- <meta name="image:Profile" content="">
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Text" content="#999999" />
- <meta name="color:Link" content="#444444" />
- <meta name="color:Link hover" content="#999999" />
- <meta name="color:Posts" content="#f8f8f8" />
- <meta name="color:Info" content="#444444" />
- <meta name="color:Bold" content="#444444" />
- <meta name="color:Borders" content="#eeeeee" />
- <meta name="color:Scrollbar" content="#444444" />
- <meta name="select:Background position" content="initial" title="initial"/>
- <meta name="select:Background position" content="5% 5%" title="left top"/>
- <meta name="select:Background position" content="5% 50%" title="left center"/>
- <meta name="select:Background position" content="5% 95%" title="left bottom"/>
- <meta name="select:Background position" content="95% 5%" title="right top"/>
- <meta name="select:Background position" content="95% 50%" title="right center"/>
- <meta name="select:Background position" content="95% 95%" title="right bottom"/>
- <meta name="select:Background repeat" content="repeat" title="repeat"/>
- <meta name="select:Background repeat" content="no-repeat" title="no repeat"/>
- <meta name="select:Body font" content="karla" title="Karla"/>
- <meta name="select:Body font" content="lato" title="Lato"/>
- <meta name="select:Body font" content="pt sans" title="PT sans"/>
- <meta name="select:Body font" content="roboto" title="Roboto"/>
- <meta name="select:Body font" content="georgia" title="Georgia"/>
- <meta name="select:Body font" content="arial" title="Arial"/>
- <meta name="select:Body font" content="cambria" title="Cambria"/>
- <meta name="select:Body font" content="calibri" title="Calibri"/>
- <meta name="select:Body font" content="trebuchet ms" title="Trebuchet ms"/>
- <meta name="select:Body font size" content="09px" title="09px"/>
- <meta name="select:Body font size" content="10px" title="10px"/>
- <meta name="select:Body font size" content="11px" title="11px"/>
- <meta name="select:posts width" content="500" title="500px"/>
- <meta name="select:posts width" content="250" title="250px"/>
- <meta name="select:posts width" content="300" title="300px"/>
- <meta name="select:posts width" content="350" title="350px"/>
- <meta name="select:posts width" content="400" title="400px"/>
- <meta name="select:posts width" content="450" title="450px"/>
- <meta name="select:posts width" content="540" title="540px"/>
- <meta name="if:Grid Layout" content="1">
- <meta name="if:Automatic height" content="0">
- <meta name="if:Caption" content="0">
- <meta name="if:Infinite scroll" content="0">
- <meta name="if:Manual load" content="0">
- <meta name="if:Custom gutter" content="0">
- <meta name="text:Thumbnail width" content="250" />
- <meta name="text:Thumbnail height" content="200" />
- <meta name="text:Margin" content="30" />
- <meta name="text:Gutter" content="4" />
- <meta name="text:Ask title" content="inbox" />
- <meta name="text:Ask link" content="/ask" />
- <meta name="text:About title" content="about" />
- <meta name="text:Link 01 URL" content="/" />
- <meta name="text:Link 01 title" content="link 01">
- <meta name="text:Link 02 URL" content="/" />
- <meta name="text:Link 02 title" content="link 02">
- <meta name="text:Link 03 URL" content="/" />
- <meta name="text:Link 03 title" content="link 03">
- <meta name="text:Link 04 URL" content="/" />
- <meta name="text:Link 04 title" content="link 04">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Lato:400,400i,700,700i|PT+Sans:400,400i,700,700i' rel='stylesheet' type='text/css'>
- <style type="text/css">
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1;} }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1;} }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1s;
- -moz-animation-duration:1s; animation-duration:1s; }
- .fade-in.one { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s; }
- .fade-in.two { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; }
- body {
- font:{select:body font size} {select:body font}, sans-serif;
- margin:0;
- color:{color:text};
- background:{color:Background} {block:ifBackgroundImage}url('{image:Background}') fixed{/block:ifBackgroundImage};
- background-position: {select:background position};
- background-repeat: {select:background repeat};
- line-height:150%;
- }
- a {
- color:{color:link};
- text-decoration: none;
- -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/
- -o-transition:all 0.6s ease-in-out;/*opera*/
- -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/
- -ms-transition:all 0.6s ease-in-out;/*ie*/
- transition:all 0.6s ease-in-out;/*w3c*/}
- a:hover {
- color:{color:link hover};}
- b, strong {
- color:{color:bold};}
- small {
- font-size:09px;}
- ol {list-style-type:lower-roman;}
- sub, sup{font-size: 10px;}
- .container {
- overflow:hidden;
- margin:0 auto;
- padding-top:130px;
- width:{select:posts width}px;
- {block:ifGridLayout}
- width:calc(({text:thumbnail width}px + {text:margin}px) * 3.1);
- {block:PermalinkPage}
- width:{select:posts width}px;
- {/block:PermalinkPage}
- {/block:ifGridLayout}
- }
- @media only screen and (max-width: 768px) {
- /* For mobile phones: */
- .container, .entries{100%}
- }
- .entries{
- width:{select:posts width}px;
- {block:ifGridLayout}
- width:calc(({text:thumbnail width}px + {text:margin}px) * 3);
- {block:indexPage}
- margin-left:{text:margin}px;
- {/block:indexPage}
- {/block:ifGridLayout}
- {block:PermalinkPage}
- width:{select:posts width}px;
- {/block:PermalinkPage}
- }
- .posts {
- width:{select:posts width}px;
- overflow:hidden;
- word-wrap: break-word;
- position:relative;
- border-radius:3px;
- {block:IndexPage}
- margin-top:{text:margin}px;
- {/block:IndexPage}
- {block:ifGridLayout}
- width:{text:thumbnail width}px;
- {block:PermalinkPage}
- width:{select:posts width}px;
- {/block:PermalinkPage}
- {block:IndexPage}
- margin-right:{text:Margin}px;
- margin-bottom:{text:margin}px;
- margin-top:0;
- display:inline-block;
- vertical-align:top;
- float:left;
- clear:left;
- {/block:IndexPage}
- {/block:ifGridLayout}
- }
- {block:IndexPage}
- .posts:first-of-type{
- margin-top:0;
- }
- {/block:IndexPage}
- .posts h2{
- font-size:18px;
- font-weight:bold;
- display:block;
- text-align:left;
- padding:0px;
- margin-top:10px;
- margin-bottom:10px;
- }
- .posts blockquote {
- margin:0;
- display:inline;
- }
- .posts img, .posts li, .posts blockquote {max-width: 100%;height:auto;}
- .tmblr-full img {
- width:100%;}
- .posts .images{
- {block:ifNotNoRescaling}
- width: 100%;
- {/block:ifNotNoRescaling}
- display:block;}
- /* SIDEBAR */
- .sidebar {
- width: 240px;
- line-height:150%;
- margin:0 auto;
- margin-bottom:100px;
- position:relative;
- }
- .sidebar .sidebar-image{
- max-width:30px;
- border-radius:100%;
- float:left;
- display:block;
- margin-right:10px;
- }
- .sb-title{
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- display:inline;
- text-align:left;
- margin-right:05px;
- }
- /* DESCRIPTION */
- .description{
- text-align:center;
- font:{select:body font size} {select:body font}, sans-serif;
- }
- /* NAVIGATION / LINKS */
- .navi{
- text-align:center;
- margin-top:10px;}
- .navi a{
- margin-left:10px;
- }
- .sidebar b::after{
- content:'';
- height:1px;
- background:{color:borders};
- display:inline-block;
- width:10px;
- margin-left:10px;
- border-bottom:02.5px solid {color:background};}
- /* PAGINATION */
- {block:IfInfiniteScroll}
- .pag{
- display:none;
- }
- {/block:IfInfiniteScroll}
- /* QUOTE POSTS */
- .quote {
- padding:0 10px 0 10px;}
- .quotetext-short {
- font-size: 18px;}
- .quotetext-medium {
- font-size: 14px;}
- .quotetext-long {
- font-size: 11px;}
- .quote-source {
- text-align:right;}
- /* CHAT POSTS */
- .odd, .even {
- margin:0px;
- padding:10px;
- border-bottom:1px solid {color:borders};}
- .odd:first-of-type {
- border-top:1px solid {color:borders};}
- /* AUDIO POSTS */
- .tumblr_audio_player {
- height:20px;
- width:20px;
- z-index:9999;
- margin:0;
- padding:10px;
- position:absolute;
- float:left;
- background-color:white;
- border-radius:100%;
- opacity:0.6;
- }
- .audio {
- width:auto;
- overflow:hidden;
- max-height:40px;
- position:relative;
- }
- .au-info {
- position:relative;
- overflow:auto;
- padding:10px;
- padding-top:0;
- font-size:14px;
- font-weight:bold;
- height:40px;
- display: table-cell;
- vertical-align: middle;
- padding-left:50px;
- }
- img.au-image{
- float:left;
- width:100px;
- }
- /* VIDEO POSTS*/
- .video{
- overflow:hidden;
- width:{select:posts width}px;
- {block:ifGridLayout}
- width:{text:thumbnail width}px;
- {block:indexpage}{block:ifNotAutomaticHeight}
- height:{text:thumbnail height}px!important;
- overflow:hidden;{/block:ifNotAutomaticHeight}{/block:indexpage}
- {block:PermalinkPage}
- width:{select:posts width}px;
- {/block:PermalinkPage}
- {/block:ifGridLayout}
- }
- .video .instagram-media {
- max-height:none!important;
- box-shadow:none!important;
- border:1px solid {color:borders}!important;
- max-width:calc({select:posts width}px - 3px)!important;}
- /* ASK POSTS */
- .question{
- border-bottom:1px solid {color:borders};
- padding-top:10px;
- padding-bottom:10px;
- }
- .ans{
- padding-top:10px;
- padding-bottom:10px;
- }
- /* CAPTION */
- .caption{
- background-color:{color:posts};
- margin-top:10px;
- padding:10px;
- }
- .caption a{
- }
- /* INFO */
- .posts-info{
- margin-top:05px;
- color:{color:info};
- margin-bottom:1px;}
- .posts-info a{
- color:{color:info};
- }
- a.tag {
- text-decoration:none;
- margin-right:3px;
- border-bottom:1px solid {color:borders}!important;
- }
- /* NOTES */
- .notes{
- width:{select:posts width}px;
- margin-top:{text:margin}px;
- margin-left:0px;
- max-height:190px;
- overflow:auto;
- margin-top:15px;}
- .notes img{border-radius:100%;}
- ol.notes {
- padding: 0px;
- margin: 0;
- list-style-type: none;}
- ol.notes li.note {padding: 10px;}
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- float:left;
- margin-right: 10px;
- width: 16px;
- height: 16px;}
- ol.notes li.note span.action {}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {
- border-color: {color:borders};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;}
- /* EXTRAS */
- a.c{
- position:fixed;
- bottom:25px;
- right:25px;
- font:07px 'trebuchet ms';
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:right;
- z-index:9999999;
- background-color:#fff;
- border:1px solid #e9e9e9;
- padding:05px;
- border-radius:100%;
- color:#8c8c8c;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.8) !important;
- }
- #tumblr_lightbox img {
- border:3px solid #fff !important;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .lightbox-image {
- padding:3px;
- background-color:rgba(255,255,255,1) !important;
- }
- #s-m-t-tooltip{
- margin:24px 14px 7px 12px;
- letter-spacing:1px;
- z-index:9999999999999;
- line-height:10px;
- background-color:{color:posts};
- border-bottom:1px solid {color:borders};
- color:{color:link};
- text-transform:uppercase;
- font-size:08px;}
- ::selection {
- background: {color:link};
- color: white;}
- ::-moz-selection {
- background: {color:link};
- color: white;}
- ::-webkit-selection {
- background: {color:link};
- color: white;}
- /* SCROLL TO TOP */
- .scrollup{
- width:30px;
- height:30px;
- opacity:0.3;
- position:fixed;
- bottom:70px;
- right:22px;
- display:none;
- text-align:center;
- }
- .scrollup:hover{cursor:pointer;}
- #infscr-loading {display:none!important;}
- footer {
- width:{select:posts width}px;
- {block:ifGridLayout}
- width:calc(({text:thumbnail width}px + {text:margin}px) * 3);
- {/block:ifGridLayout}
- margin:0 auto;
- margin-bottom:100px;
- text-align:center;
- }
- footer a{
- background-color:{color:posts};
- }
- .more, .pag{
- margin-top:{text:margin}px;}
- .phi {
- width:100%;
- height:100%;
- background-repeat:no-repeat;
- background-position:center;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- overflow:hidden;
- }
- {block:ifGridLayout}{block:indexpage}
- .ph{
- height:{text:thumbnail height}px;
- overflow:hidden;
- }
- {/block:indexpage}{/block:ifGridLayout}
- .tumblr_parent {
- margin:0px;
- padding: 05px;
- display:inline-block;
- }
- .tumblr_parent blockquote, p, pre{
- margin:05px;
- padding:0;
- border-left:1px solid {color:borders};
- padding-left:05px;
- }
- .tumblr_parent blockquote{
- }
- .tumblr_parent blockquote:first-of-type, p:first-of-type, pre:first-of-type{
- display:inline;
- margin:0;
- border:0;
- padding:0;
- }
- .tumblr_blog{
- border-bottom:1px solid {color:borders};
- margin-right:05px;
- font-weight:bold;
- }
- .tumblr_avatar {
- margin-right: 10px;
- float:left;
- clear:both;
- border-radius:100%;
- width:20px;
- height:20px;
- }
- .posts:hover .ph-infoh{
- opacity:1;
- }
- .ph-infoh{
- position:absolute;
- width:100%;
- height:100%;
- {block:ifGridLayout}
- height:{text:thumbnail height}px;
- {/block:ifGridLayout}
- padding:10px;
- box-sizing:border-box;
- background:rgba(255,255,255,0.9);
- opacity:0;
- z-index:9;
- -webkit-transition:all 0.4s ease-in-out;/*chrome-safari*/
- -o-transition:all 0.4s ease-in-out;/*opera*/
- -moz-transition:all 0.4s ease-in-out;/*mozilla firefox*/
- -ms-transition:all 0.4s ease-in-out;/*ie*/
- transition:all 0.4s ease-in-out;/*w3c*/
- }
- .ph-info span.date{
- line-height:20px;
- height:20px;
- overflow:hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .ph-info img.por{
- width:20px;
- float:left;
- clear:left;
- border-radius:100%;
- margin-right:05px;
- }
- .ph-info a.time{
- color:{color:text};
- }
- .ph-info a{
- margin-right:03px;
- }
- .n{
- position:absolute;
- bottom:0;
- left:0;
- padding:10px;
- }
- .mo{
- position:absolute;
- bottom:0;
- right:0;
- padding:10px;
- font-size:14px;
- }
- .posts-info2{
- position:absolute;
- margin-top:calc(-{select:body font size} - 1px);
- }
- ::-webkit-scrollbar {
- width:7px;
- height:7px;
- background:{color:Borders};
- border:3px solid {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- border:3px solid {color:background};
- }
- .about{
- overflow:hidden;
- width:300px;
- margin:0 auto;
- position:relative;
- display:Block;
- margin-bottom:{text:margin}px;
- }
- .about img.prof{
- width:128px;
- height:128px;
- padding:05px;
- background-color:{color:posts};
- float:left;
- clear:both;
- margin-right:05px;
- }
- .about h2{
- margin-bottom:5px;
- font-size:{select:body font size};
- text-transform:uppercase;
- letter-spacing:1px;
- background-color:{color:posts};
- padding:5px;
- border-radius:3px;
- }
- .about i{
- font-size:10px;
- margin-right:05px;
- }
- .info{
- height:138px;
- text-align:right;
- overflow-y:auto;
- }
- .info b{
- float:left;
- float:left;
- }
- .d{
- text-align:justify;
- }
- .a_navi{
- text-align:center;
- margin-top:10px;
- }
- .a_navi a{
- background-color:{color:posts};
- padding:03px;
- margin-left:05px;
- border-radius:3px;
- }
- .bod{
- padding:10px;
- background-color:{color:posts};
- border-radius:3px;
- box-sizing: border-box;
- {block:IndexPage}{block:ifNotAutomaticHeight}{block:ifGridLayout}
- height:{text:thumbnail height}px!important;
- overflow:hidden;
- text-overflow: ellipsis;
- {/block:ifGridLayout}{/block:ifNotAutomaticHeight}{/block:IndexPage}
- }
- .in{
- margin-bottom:10px;
- }
- .in a{
- border-bottom:1px solid {color:borders};
- display:inline-block;
- }
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop { -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.5; z-index:9999999!important;}
- </style>
- </head>
- <body>
- <div class="container">
- <div class="about" style="display:none;">
- <h2><i class="fa fa-user fa-fw" aria-hidden="true"></i>profile</h2>
- <img src="{image:profile}" class="prof">
- <div class="info">
- <!--- edit: profile --->
- <div class="d">
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat.
- </div>
- <b>name</b> jane doe<br>
- <b>age</b> twenty one<br>
- <b>location</b> unknown</br>
- <b>pronouns</b> they/them<br>
- <b>star sign</b> taurus<br>
- <!--- end profile --->
- </div>
- <div class="a_navi">
- <a href="{text:Link 02 URL}">{text:Link 02 title}</a>
- <a href="{text:Link 03 URL}">{text:Link 03 title}</a>
- <a href="{text:Link 04 URL}">{text:Link 04 title}</a>
- </div>
- </div>
- <div class="sidebar fade-in one">
- <img src="{image:icon}" class="sidebar-image">
- <div class="sb-title"><a href="/">{Title}</a></div>
- <span class="description">{Description}</span>
- <div class="navi">
- <b>navigation</b>
- <a href="/">index</a>
- <a href="{text:ask link}">{text:ask title}</a>
- <a href="{text:Link 01 URL}">{text:Link 01 title}</a>
- <a class="button t" style="cursor:help;"><span class="t">{text:about title}</span><span class="t" style="display:none">close</span></a>
- </div>
- </div><!--- sidebar --->
- <div class="fade-in two">
- <div class="entries hide">
- {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 class="posts">
- {block:Text}<div class="bod">
- {block:Date}<div class="in">
- <a href="{Permalink}">{timeago}</a>
- </div>{/block:Date}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}</div>
- {/block:Text}
- {block:Photo}
- {block:ifGridLayout}
- {block:IndexPage}
- <div class="ph-infoh">
- {block:Date}<div class="ph-info"><span class="date">
- {block:RebloggedFrom}<img src="{ReblogRootPortraitURL-128}" class="por"><a href="{ReblogRootURL}" title="source">{ReblogRootName}</a>{/block:RebloggedFrom} <a href="{Permalink}" class="time">{TimeAgo}</a></span>
- <span class="n">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</span><span class="mo">
- <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" width="12" height="12" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 79.124 79.124" style="enable-background:new 0 0 79.124 79.124;" xml:space="preserve">
- <path style="fill:#030104;" d="M47.624,0.124l12.021,9.73L44.5,24.5l10,10l14.661-15.161l9.963,12.285v-31.5H47.624z M24.5,44.5
- L9.847,59.653L0,47.5V79h31.5l-12.153-9.847L34.5,54.5L24.5,44.5z"/>
- </svg></a>
- </span>
- </div>
- {/block:Date}</div>
- <center><div class="ph">
- <div class="phi" style="background-image:url('{PhotoURL-HighRes}');">
- </div></div></center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="images">{LinkCloseTag}</center>
- {/block:PermalinkPage}
- {block:ifCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifCaption}
- {block:ifNotCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotCaption}
- {/block:ifGridLayout}
- {block:ifNotGridLayout}
- {block:IndexPage}
- <div class="ph-infoh">
- {block:Date}<div class="ph-info"><span class="date">
- {block:RebloggedFrom}<img src="{ReblogRootPortraitURL-128}" class="por"><a href="{ReblogRootURL}" title="source">{ReblogRootName}</a>{/block:RebloggedFrom} <a href="{Permalink}" class="time">{TimeAgo}</a></span>
- <span class="n">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</span><span class="mo">
- <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" width="12" height="12" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 79.124 79.124" style="enable-background:new 0 0 79.124 79.124;" xml:space="preserve">
- <path style="fill:#030104;" d="M47.624,0.124l12.021,9.73L44.5,24.5l10,10l14.661-15.161l9.963,12.285v-31.5H47.624z M24.5,44.5
- L9.847,59.653L0,47.5V79h31.5l-12.153-9.847L34.5,54.5L24.5,44.5z"/>
- </svg></a>
- </span>
- </div>
- {/block:Date}</div>{/block:IndexPage}
- <center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="images">{LinkCloseTag}</center>{/block:ifNotGridLayout}
- {/block:Photo}
- {block:Photoset}
- {block:ifGridLayout}
- {block:indexPage}
- <div class="ph-infoh">
- {block:Date}<div class="ph-info"><span class="date">
- {block:RebloggedFrom}<img src="{ReblogRootPortraitURL-128}" class="por"><a href="{ReblogRootURL}" title="source">{ReblogRootName}</a>{/block:RebloggedFrom} <a href="{Permalink}" class="time">{TimeAgo}</a></span>
- <span class="n">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</span><span class="mo">
- <a href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" width="12" height="12" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 79.124 79.124" style="enable-background:new 0 0 79.124 79.124;" xml:space="preserve">
- <path style="fill:#030104;" d="M47.624,0.124l12.021,9.73L44.5,24.5l10,10l14.661-15.161l9.963,12.285v-31.5H47.624z M24.5,44.5
- L9.847,59.653L0,47.5V79h31.5l-12.153-9.847L34.5,54.5L24.5,44.5z"/>
- </svg></a>
- </span>
- </div>
- {/block:Date}</div>
- <div class="ph">
- {block:Photos}<div class="phi" style="background-image:url('{PhotoURL-HighRes}');"></div>{/block:Photos}</div>
- {block:Date}<div class="posts-info2"></div>
- {/block:Date}
- {/block:indexPage}
- {block:PermalinkPage}
- <div class="set"><center>
- <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></center></div>
- {/block:PermalinkPage}
- {block:ifCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifCaption}
- {block:ifNotCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotCaption}
- {/block:ifGridLayout}
- {block:ifNotGridLayout}
- {block:IndexPage}
- <div class="ph-infoh">
- {block:Date}<div class="ph-info"><span class="date">
- {block:RebloggedFrom}<img src="{ReblogRootPortraitURL-128}" class="por"><a href="{ReblogRootURL}" title="source">{ReblogRootName}</a>{/block:RebloggedFrom} <a href="{Permalink}" class="time">{TimeAgo}</a></span>
- <span class="n">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</span><span class="mo">
- <a href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false">
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" width="12" height="12" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 79.124 79.124" style="enable-background:new 0 0 79.124 79.124;" xml:space="preserve">
- <path style="fill:#030104;" d="M47.624,0.124l12.021,9.73L44.5,24.5l10,10l14.661-15.161l9.963,12.285v-31.5H47.624z M24.5,44.5
- L9.847,59.653L0,47.5V79h31.5l-12.153-9.847L34.5,54.5L24.5,44.5z"/>
- </svg></a>
- </span>
- </div>
- {/block:Date}</div>{/block:IndexPage}
- <div class="set"><center>
- <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></center></div>
- {/block:ifNotGridLayout}
- {/block:Photoset}
- {block:Quote}<div class="bod">{block:indexpage}{block:Date}<div class="in">
- <a href="{Permalink}">{timeago}</a>
- </div>{/block:Date}{/block:indexpage}
- <div class="quote">
- <div class="quotetext-{Length}">{Quote}</div>
- {block:Source}
- <div class="quote-source">{Source}</div>
- {/block:Source}
- </div></div>{/block:Quote}
- {block:Link}{block:indexpage}{block:Date}<div class="in">
- <a href="{Permalink}">{timeago}</a>
- </div>{/block:Date}{/block:indexpage}
- <h2><a href="{URL}" target="{Target}">{Name} <b>→</b></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}{block:indexpage}{block:Date}<div class="in">
- <a href="{Permalink}">{timeago}</a>
- </div>{/block:Date}{/block:indexpage}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}<ul class="{Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></ul>{/block:Lines}
- {/block:Chat}
- {block:Audio}<div class="bod">
- {block:indexpage}{block:Date}<div class="in">
- <a href="{Permalink}">{timeago}</a>
- </div>{/block:Date}{/block:indexpage}
- <div class="audio">
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- <div class="au-info">{block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist}<br><small><b>{Artist}</b></small>{/block:Artist}
- </div>
- </div>
- {block:ifCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifCaption}
- {block:ifNotCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotCaption}</div>
- {/block:Audio}
- {block:Video}
- {block:indexpage}
- <div class="bod">
- {block:Date}<div class="in">
- <a href="{Permalink}">{timeago}</a>
- </div>{/block:Date}
- <h2><a href="{permalink}"><i class="fa fa-play-circle-o fa-fw" aria-hidden="true"></i> video</a></h2></div>{/block:indexpage}
- {block:permalinkpage}
- <div class="video">{Video-500}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:permalinkpage}
- {/block:Video}
- {block:Answer}<div class="bod">
- {block:indexpage}{block:Date}<div class="in">
- <a href="{Permalink}">{timeago}</a>
- </div>{/block:Date}{/block:indexpage}
- <div class="question">
- <b>{Asker}:</b> {Question}</div>
- <div class="ans"><b>A:</b> {Answer}</div>
- </div>
- {/block:Answer}
- {block:PermalinkPage}{block:Date}<div class="posts-info">
- Posted {TimeAgo}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:PermalinkPage}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br>Tagged as: {block:Tags}#<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} {/block:HasTags}
- </div>
- {/block:Date}{/block:permalinkpage}
- </div><!--- posts --->
- {block:ifNotGridLayout}
- {block:ifCaption}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:ifCaption}
- {block:ifNotCaption}
- {block:PermalinkPage}{block:Caption}<div class="ca"><div class="caption">{Caption}</div></div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotCaption}
- {/block:ifNotGridLayout}
- {block:PermalinkPage}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div><!--- entries ---></div>
- </div><!--- container --->
- <footer class="hide">{block:Pagination}
- <div class="pag">{block:PreviousPage}<a href="{PreviousPage}">prev</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="next">next</a>{/block:NextPage}</div>
- {block:ifInfiniteScroll}{block:ifManualLoad}
- <div class="more"><a href="#">load more</a></div>{/block:ifManualLoad}{/block:ifInfiniteScroll}
- {/block:Pagination}</footer>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- {block:ifNotCustomGutter}<link href="http://static.tumblr.com/nb65v05/PkToc9oiw/resizing.css" rel="stylesheet" type="text/css"/>{/block:ifNotCustomGutter}
- <link href="http://static.tumblr.com/nb65v05/EvVo293om/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- {block:ifInfiniteScroll}<script src="http://static.tumblr.com/nb65v05/QLXo03qup/jquery.infinitescroll.min.js"></script>{/block:ifInfiniteScroll}
- {block:ifGridLayout}
- <script src="http://static.tumblr.com/nb65v05/7a4o8hdqu/masonry.pkgd.js"></script>
- <script src="https://npmcdn.com/[email protected]/imagesloaded.pkgd.min.js"></script>
- {/block:ifGridLayout}
- <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.entries').unnest({
- yourCaption: ".caption",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- $('a.button').click(function() {
- $('.t',this).toggle();
- });
- $(".button").click(function(){
- $(".about").slideToggle("slow");
- });
- $(".button").click(function(){
- $(".hide").fadeToggle("slow");
- });
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- $(window).scroll(function () {
- if ($(this).scrollTop() > 100) {
- $('.scrollup').fadeIn();
- } else {
- $('.scrollup').fadeOut();
- }
- });
- $('.scrollup').click(function () {
- $("html, body").animate({
- scrollTop: 0
- }, 600);
- return false;
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- {block:ifNotCustomGutter}
- gutter: '0px',{/block:ifNotCustomGutter}
- {block:ifCustomGutter}
- gutter: {text:Gutter},{/block:ifCustomGutter}
- borderRadius: '03px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- var $container = $('.entries');
- {block:ifGridLayout}
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- isFitWidth: false,
- hiddenStyle: { opacity: 0 }
- });
- });
- {/block:ifGridLayout}
- {block:ifInfiniteScroll}
- $container.infinitescroll({
- navSelector: '.pag',
- nextSelector: '.next',
- itemSelector: '.posts',
- loadingImg : " ",
- errorCallback: function(){
- $('.more').animate({opacity: 0.8},2000).fadeOut('normal');}
- },
- function( newElements ) {//m- from .css to )//
- var $newElems = $(newElements).css({ opacity: 0 });
- {block:ifNotGridLayout}$newElems.animate({ opacity: 1 });{/block:ifNotGridLayout}
- $newElems.unnest({
- yourCaption: ".caption",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- {block:ifGridLayout}
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });{/block:ifGridLayout}
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- $( newElements ).find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- {block:ifNotCustomGutter}
- gutter: '0px',{/block:ifNotCustomGutter}
- {block:ifCustomGutter}
- gutter: {text:Gutter},{/block:ifCustomGutter}
- borderRadius: '03px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- });
- {block:ifManualLoad}
- $(window).unbind('.infscr');
- $('.more').click(function(){
- $container.infinitescroll('retrieve');
- return false
- }); {/block:ifManualLoad}
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- });
- </script>
- <a href="http://cathms.tumblr.com/" target="_blank" class="c">tc</a>
- {block:IndexPage}{block:ifInfiniteScroll}<div class="scrollup"><a><i class="fa fa-chevron-up fa-2x"></i><br>scroll to top</a></div>{/block:ifInfiniteScroll}{/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment