Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- theme #40 [update]
- - by cathms -
- Last update:
- - don't take parts of this code
- - don't remove this comment
- - don't remove the credit
- -->
- <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:Sidebar" content="">
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Posts" content="#ffffff" />
- <meta name="color:Accent" content="#fafafa" />
- <meta name="color:Text" content="#999999" />
- <meta name="color:Link" content="#444444" />
- <meta name="color:Link hover" content="#999999" />
- <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="Open Sans" title="Open Sans"/>
- <meta name="select:Body font" content="cambria" title="Cambria"/>
- <meta name="select:Body font" content="sans-serif" title="Sans-serif"/>
- <meta name="select:Body font" content="trebuchet ms" title="Trebuchet ms"/>
- <meta name="select:Posts width" content="400" title="400px"/>
- <meta name="select:Posts width" content="450" title="450px"/>
- <meta name="select:Posts width" content="500" title="500px"/>
- <meta name="select:Posts width" content="540" title="540px"/>
- <meta name="if:Top icons" content="1">
- <meta name="if:Side icons" content="1">
- <meta name="if:Show caption" content="1">
- <meta name="if:Draggable tags" content="1">
- <meta name="if:Infinite scroll" content="0">
- <meta name="if:Manual load" content="0">
- <meta name="if:No rescaling" content="0">
- <meta name="if:Custom gutter" content="0">
- <meta name="text:Border radius" content="5" />
- <meta name="text:Margin" content="40" />
- <meta name="text:Gutter" content="4" />
- <meta name="text:Border radius" content="5" />
- <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">
- <meta name="text:Link 05 URL" content="/" />
- <meta name="text:Link 05 title" content="Link 05">
- <meta name="text:Link 06 URL" content="/" />
- <meta name="text:Link 06 title" content="Link 06">
- <meta name="text:Link 07 URL" content="/" />
- <meta name="text:Link 07 title" content="Link 07">
- <meta name="text:Link 08 URL" content="/" />
- <meta name="text:Link 08 title" content="Link 08">
- <meta name="text:Link 09 URL" content="/" />
- <meta name="text:Link 09 title" content="Link 09">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.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; }
- body {
- font:10px {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};}
- 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 {
- width:calc({select:posts width}px + 2px);
- margin:0 auto;
- padding-bottom:100px;
- padding-top:100px;
- }
- .entries{
- width:{select:posts width}px;
- margin-top:{text:margin}px;
- }
- .posts {
- width:{select:posts width}px;
- overflow:hidden;
- word-wrap: break-word;
- {block:IndexPage}
- margin-top:{text:Margin}px;
- {/block:IndexPage}
- position:relative;
- border:1px solid {color:borders};
- border-radius:{text:border radius}px;
- padding-top:15px;
- padding-bottom:15px;
- background-color:{color:posts};
- }
- {block:IndexPage}
- .posts:first-of-type{
- margin-top:0;
- }
- {/block:IndexPage}
- .posts h2{
- font-size:11px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-weight:bold;
- margin-top:0;
- padding-top:0;
- padding-left:15px;
- padding-right:15px;
- }
- .posts blockquote {
- margin:0px;}
- .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: 130px;
- margin-left:calc({select:posts width}px + {text:margin}px + 2px);
- position:absolute;
- top:calc(173px + {text:margin}px);
- text-align:left;
- }
- .bb{
- position:fixed;
- top:15px;
- }
- .sidebar .sidebar-image{
- max-width:130px;
- display:block;
- margin-left: auto;
- margin-right: auto;}
- .sb-title{
- padding-bottom:10px;
- margin-bottom:3px;
- text-align:left;
- border-bottom:2px dotted {color:borders};}
- /* DESCRIPTION */
- .description{
- display:none;
- text-align:justify!important;
- margin-top:10px;
- }
- /* NAVIGATION / LINKS */
- .navi {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:09px;
- text-transform:uppercase;
- }
- .navi a{
- display:block;
- padding-bottom:7px;
- padding-top:7px;
- border-bottom:1px solid {color:borders};
- color:{color:text};
- }
- .navi a:last-of-type{
- border:0;
- }
- /* PAGINATION */
- .pag {
- padding-top:10px;
- border-top:1px solid {color:borders};
- text-align:left;}
- .jump_page {
- padding: 4px 6px;}
- .current_page, .jump_page:hover {
- padding: 4px 6px;}
- /* QUOTE POSTS */
- .quo {
- padding:0 10px 0 10px;
- text-align:center;
- font-style:italic;
- }
- .quotxt{
- text-align:center;
- }
- .quo a{
- font-weight:normal;
- display:inline;
- }
- .quotxt-short {
- font-size: 16px;
- }
- .quotxt-medium {
- font-size: 14px;
- }
- .quotxt-long {
- font-size: 11px;
- }
- .quosrc {
- text-align:center;
- display:inline-block;
- margin-top:05px;
- padding-top:05px;
- text-transform:lowercase;
- font-style:normal;
- border-top:1px solid {color:borders};
- }
- /* CHAT POSTS */
- .odd, .even {
- margin:0px;
- padding:10px;
- }
- .odd {
- background-color:{color:accent};
- }
- .label{
- text-transform:uppercase;
- }
- /* AUDIO POSTS */
- .tumblr_audio_player {
- height:20px;
- width:20px;
- z-index:9999;
- margin:0;
- padding:10px;
- margin-left:30px;
- margin-top:30px;
- position:absolute;
- background-color:white;
- border-radius:100%;
- }
- .audio {
- width:auto;
- background-color:{color:accent};
- overflow:hidden;
- max-height:100px;
- position:relative;
- }
- .au-info {
- position:relative;
- overflow:auto;
- padding:10px;
- padding-top:0;
- font-size:12px;
- left:100px;
- height:100px;
- display: table-cell;
- vertical-align: middle;
- }
- img.au-image{
- float:right;
- width:100px;
- }
- /* VIDEO POSTS*/
- .video{
- overflow:hidden;
- width:{select:posts width}px;}
- .video .instagram-media {
- max-height:none!important;
- box-shadow:none!important;
- max-width:calc({select:posts width}px - 3px)!important;}
- /* ASK POSTS */
- .question{
- padding:20px;
- min-height:30px;
- background-color:{color:accent};
- }
- img.iquest {
- float:left;
- width:30px;
- height:30px;
- border-radius:3px;
- margin-right:20px;
- margin-bottom:20px;
- border-radius:100%;
- }
- .asker{
- text-align:left;
- line-height:15px;
- font-weight:bold;
- color:{color:bold};
- }
- /* CAPTION */
- .caption,.captions{
- padding-left:15px;
- padding-right:15px;
- padding-bottom:0px;
- padding-top:15px;
- margin:0;
- }
- .captions{
- padding-top:0;
- }
- .caption a{
- }
- /* INFO */
- .posts-info{
- padding:15px;
- padding-bottom:0;
- letter-spacing:1px;
- color:{color:info};
- font-size:09px;
- text-transform:uppercase;
- line-height:180%;
- margin:0;
- }
- .posts-info1{
- padding:15px;
- padding-top:0;
- letter-spacing:1px;
- color:{color:info};
- font-size:09px;
- text-transform:uppercase;
- line-height:180%;
- }
- .posts-info1 .lnr{
- font-size:08px;
- }
- .posts-info a, .posts-info1 a{
- color:{color:info};
- }
- /* 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;
- }
- ::-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};
- }
- #s-m-t-tooltip{
- margin:24px 14px 7px 12px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:08px;
- z-index:9999999999999;
- line-height:16px;
- background-color:{color:background};
- padding:03px;}
- ::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.5;
- position:fixed;
- bottom:70px;
- right:22px;
- display:none;
- text-align:center;
- }
- .scrollup .lnr{
- font-size:15px;
- }
- .scrollup:hover{cursor:pointer;}
- #infscr-loading {display:none!important;}
- .more{
- margin-top:100px;
- text-align:center;
- text-transform:uppercase;
- }
- .buttons{
- float:right;
- clear:both;
- }
- .buttons:after {
- clear: both;
- height: 0;
- width: 100%;
- content: '';
- display: block;
- }
- .buttons a {
- position:relative;
- display:inline-block;
- padding-left:03px;
- }
- .custom-like-button {
- position: relative;
- display: inline-block;
- cursor: pointer;
- }
- .like_button {
- position: absolute;
- top: -03px;
- left: 03px;
- right: 0;
- bottom: 0px;
- width: 11px;
- height: 11px;
- opacity: 0;
- z-index: 10;
- }
- .like_button iframe {
- width: 100% !important;
- height: 100% !important;
- }
- .our_button {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- -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*/
- }
- .like_button:hover + .our_button {
- color: {color:link hover};
- }
- .like_button.liked + .our_button {
- color: red;
- }
- .posts-info .lnr{
- font-size:11px;
- }
- .navi2 a{
- display:inline-block;
- white-space: nowrap;
- overflow:hidden !important;
- text-overflow: ellipsis;
- text-align:center;
- width:calc({select:posts width}px / 7 - 24px);
- padding-left:10px;
- padding-right:10px;
- border-right:1px solid {color:borders};
- color:{color:text};
- }
- .navi2 a:last-of-type{
- padding-right:0;
- border:0;
- }
- .navi2 a:first-of-type{
- padding-left:0;
- }
- .navi2 .lnr{
- font-size:30px;
- display:block;
- padding-bottom:10px;
- {block:IfNotTopIcons}
- display:none;
- {/block:ifNotTopIcons}
- color:rgba({RGBcolor:text},0.5);
- }
- .navi2 .num{
- font-size:25px;
- display:block;
- padding-bottom:10px;
- {block:IfTopIcons}
- display:none;
- {/block:ifTopIcons}
- color:rgba({RGBcolor:text},0.5);
- }
- .top{
- width:100%;
- overflow:hidden;
- margin:0;
- padding:0;
- font-size:09px;
- text-transform:uppercase;
- letter-spacing:1px;
- top:0px;
- background-color:{color:posts};
- }
- .navi2{
- border:1px solid {color:borders};
- border-radius:{text:border radius}px;
- text-align:center;
- padding:10px;
- }
- .topimg img{
- position:absolute;
- margin-left:-80px;
- z-index:999;
- border-radius:{text:border radius}px;
- display:block;
- width:64px;
- height:64px;
- }
- .name{
- font-weight:bold;
- margin-bottom:5px;
- font-size:12px;}
- .navi a{
- overflow:hidden;
- }
- .navi .lnr{
- font-size:13px;
- {block:IfNotSideIcons}
- display:none;
- {/block:ifNotSideIcons}
- float:right;
- clear:both;
- color:rgba({RGBcolor:text},0.5);
- }
- .na:hover{
- cursor:pointer;
- }
- .tumblr_avatar {
- margin-right: 10px;
- border-radius:03px;
- width:25px;
- height:25px;
- float:left;
- }
- .ca{
- margin:0;
- display:block;
- overflow:hidden;
- }
- .ca p a {
- border-bottom:1px solid {color:borders};
- }
- .ca blockquote{
- border:0;
- margin:0;
- }
- .tumblr_blog{
- height:25px!important;
- line-height:25px;
- font-weight:bold;
- display:block;
- margin-bottom:05px;
- }
- .tumblr_parent blockquote{
- border-left: 1px solid {color:borders};
- padding-left: 5px;
- margin:0;
- margin-left:05px!important;
- }
- .navi a:hover, .navi2 a:hover, .posts-info1 a:hover, .posts-info a:hover{
- color:{color:link hover};}
- .post_tags {
- position: relative;
- white-space: nowrap;
- overflow: hidden;
- }
- .post_tags.draggable .post_tags_inner {
- cursor:col-resize;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .post_tags_inner {
- float: left;
- position: relative;
- padding: 0px 20px 0px 0;
- }
- .post_tags a,
- .post_tags .post_tag, a.tag {
- color:{color:info};
- text-decoration: none;
- margin-right: 6px;
- }
- .post_tags a:before, a.tag:before { content: '#'; }
- .post_tags:after {
- content: '';
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- width: 20px;
- background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, {color:posts}));
- background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, {color:posts} 100%);
- background: -o-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: -ms-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, {color:posts} 100%);
- }
- .post_tags a:hover,
- .post_tags .post_tag:hover,
- .post_tags a:focus,
- .post_tags .post_tag:focus,
- .post_tags a:active,
- .post_tags .post_tag:active { color: {color:info}; }
- #tumblr_controls, .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.4; z-index:9999999!important;}
- </style>
- </head>
- <body>
- <div class="container fade-in one">
- <div class="sidebar">
- <div class="name">{name}</div>
- <div class="sb-title"><a href="/">{title}</a>
- {block:ShowDescription}
- <a class="na" style="float:right;clear:both;"><span class="butt"><span class="lnr lnr-chevron-down"></span></span>
- <span class="butt" style="display: none;"><span class="lnr lnr-chevron-up"></span></span></a>
- <div class="description">{Description}</div>{/block:ShowDescription}
- </div>
- <div class="navi">
- <a href="/"><span class="lnr lnr-home"></span> index</a>
- <a href="/ask"><span class="lnr lnr-envelope"></span> message</a>
- <a href="/archive"><span class="lnr lnr-map"></span> archive</a>
- {/block:ifLink08URL}<a href="{text:Link 08 URL}"><span class="lnr lnr-users"></span> {text:Link 08 title}</a>{/block:ifLink08URL}
- {block:ifLink09URL}<a href="{text:Link 09 URL}"><span class="lnr lnr-file-empty"></span> {text:Link 09 title}</a>{/block:ifLink09URL}
- </div>
- {block:Pagination}<div class="pag" {block:IfInfiniteScroll}style="display:none;"{/block:IfInfiniteScroll}>
- {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="next">next</a>{/block:NextPage}</div>
- {/block:Pagination}
- </div><!--- sidebar --->
- <div class="top"><div class="topimg">
- <a href="/"><img src="{image:sidebar}"></a></div>
- <div class="navi2">
- <a href="{text:Link 01 URL}"><span class="num">01.</span><span class="lnr lnr-text-size"></span>{text:Link 01 title}</a>
- <a href="{text:Link 02 URL}"><span class="num">02.</span><span class="lnr lnr-camera"></span>{text:Link 02 title}</a>
- <a href="{text:Link 03 URL}"><span class="num">03.</span><span class="lnr lnr-highlight"></span>{text:Link 03 title}</a>
- <a href="{text:Link 04 URL}"><span class="num">04.</span><span class="lnr lnr-link"></span>{text:Link 04 title}</a>
- <a href="{text:Link 05 URL}"><span class="num">05.</span><span class="lnr lnr-bubble"></span>{text:Link 05 title}</a>
- <a href="{text:Link 06 URL}"><span class="num">06.</span><span class="lnr lnr-music-note"></span>{text:Link 06 title}</a>
- <a href="{text:Link 07 URL}"><span class="num">07.</span><span class="lnr lnr-camera-video"></span>{text:Link 07 title}</a>
- </div>
- </div>
- <div class="entries">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="posts" id="{PostID}">
- {block:Date}<div class="posts-info1">
- {block:RebloggedFrom}
- <span style="float:right;clear:both;"><a href="{ReblogRootURL}">src</a></span>
- {name} <span class="lnr lnr-undo"></span> <a href="{ReblogParentURL}">{ReblogParentName}</a> <br>{/block:RebloggedFrom}
- <a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}, {12HourWithZero}:{Minutes}{AmPm}</a>
- </div>{/block:Date}
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <div class="captions ca">{Body}</div>
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="images">{LinkCloseTag}</center>
- {block:ifShowCaption}
- {block:Caption}<div class="caption ca">{Caption}</div>{/block:Caption}
- {/block:ifShowCaption}
- {block:ifNotShowCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption ca">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotShowCaption}
- {/block:Photo}
- {block:Photoset}<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:ifShowCaption}
- {block:Caption}<div class="caption ca">{Caption}</div>{/block:Caption}
- {/block:ifShowCaption}
- {block:ifNotShowCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption ca">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotShowCaption}
- {/block:Photoset}
- {block:Quote}<div class="quo">
- <div class="quotxt-{Length}">{Quote}</div>
- {block:Source}<div class="quosrc">{Source}</div>
- {/block:Source}
- </div>{/block:Quote}
- {block:Link}
- <h2><a href="{URL}" target="{Target}">{Name} <b>→</b></a></h2>
- {block:Description}<div class="captions">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}<ul class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}<br></ul>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="au-image">
- {/block:AlbumArt}
- <div class="au-info">{block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist}<br>{Artist}{/block:Artist}
- </div>
- </div>
- {block:ifShowCaption}
- {block:Caption}<div class="caption ca">{Caption}</div>{/block:Caption}
- {/block:ifShowCaption}
- {block:ifNotShowCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption ca">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotShowCaption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:ifShowCaption}
- {block:Caption}<div class="caption ca">{Caption}</div>{/block:Caption}
- {/block:ifShowCaption}
- {block:ifNotShowCaption}
- {block:PermalinkPage}{block:Caption}<div class="caption ca">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:ifNotShowCaption}
- {/block:Video}
- {block:Answer}
- <div class="question"><div class="asker">
- <img src="{AskerPortraitURL-128}" class="iquest">
- {Asker}</div>
- {Question}</div>
- <div class="captions">{Answer}</div>
- {/block:Answer}
- {block:Date}<div class="posts-info">
- {block:HasTags}{block:ifNotDraggableTags}{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags}<br>{/block:ifNotDraggableTags}
- {block:ifDraggableTags}<div class="post_tags draggable"><div class="post_tags_inner">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div></div>{/block:ifDraggableTags}{/block:HasTags}
- {block:IndexPage}<span class="buttons">
- <a href="{ReblogURL}" target="_blank"><span class="lnr lnr-sync"></span></a>
- <span class="custom-like-button">{LikeButton}<a class="our_button"><span class="lnr lnr-heart"></span></a></span>
- </span>
- {/block:IndexPage}
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- {/block:Date}
- </div><!--- posts --->
- {block:PermalinkPage}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div><!--- entries --->
- {block:ifManualLoad}{block:Pagination}
- <div class="more"><a href="#">load more</a></div>
- {/block:Pagination}{/block:ifManualLoad}
- </div><!--- container --->
- <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>
- {block:ifNoRescaling}<link href="http://static.tumblr.com/nb65v05/dXHo8qjrq/nrsclng.css" rel="stylesheet" type="text/css"/>{/block:ifNoRescaling}
- <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}
- <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- {block:ifDraggableTags}
- <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>{/block:ifDraggableTags}
- <script>
- {block:ifDraggableTags}
- $(".post_tags_inner").draggable({
- axis : "x",
- scroll: false,
- stop: function() {
- var __left = $(this).css("left").replace(/[^-\d\.]/g, '');
- if(__left > 0){
- $(this).animate({left: 0}, 400, 'easeOutExpo');
- }
- var __width = $(this).outerWidth();
- var __parentWidth = $(".post_tags.draggable").outerWidth();
- if(__width > __parentWidth) {
- if(__left < __parentWidth-__width){
- $(this).animate({left: __parentWidth-__width}, 400, 'easeOutExpo');
- }
- } else {
- $(this).animate({left: 0}, 400, 'easeOutExpo');
- }
- }
- });
- {/block:ifDraggableTags}
- // un-nest tumblr captions © magnusthemes & neothm
- $('.posts').unnest({
- yourCaption: ".ca",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- $(document).ready(function(){
- $(window).bind('scroll', function(){
- if($(window).scrollTop() > 158 + {text:margin}){
- $('.sidebar').addClass('bb');
- }
- else{
- $('.sidebar').removeClass('bb');
- }
- });
- $('.na').click(function() {
- $('.butt',this).toggle();
- });
- $(".na").click(function(){
- $(".description").slideToggle();
- });
- // minimal soundcloud player © shythemes.tumblr
- var color = '#acd7bb';
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' });
- });
- $("[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,
- rounded: false,
- {block:ifNotCustomGutter}
- gutter: '0px',{/block:ifNotCustomGutter}
- {block:ifCustomGutter}
- gutter: {text:Gutter},{/block:ifCustomGutter}
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- var $container = $('.entries');
- {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 }).delay(600).animate({ opacity: 1 });
- $newElems.unnest({
- yourCaption: ".ca",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- $( newElements ).find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- {block:ifNotCustomGutter}
- gutter: '0px',{/block:ifNotCustomGutter}
- {block:ifCustomGutter}
- gutter: {text:Gutter},{/block:ifCustomGutter}
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $( newElements ).find('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: {select:Posts width} });
- });
- 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><span class="lnr lnr-chevron-up"></span><br>scroll to top</a></div>{/block:ifInfiniteScroll}{/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment