Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- Theme #24: Jul by @Laighlin
- Don't mess with the credit, don't redistrubute, don't straight up copy the layout or lift large chunks of code. Be nice pls xoxo
- Check my FAQ on @linthm if you have questions about anything!
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <meta name="image:Favicon" content=""/>
- <meta name="image:Icon" content=""/>
- <meta name="color:Background top" content="#030918"/>
- <meta name="color:Background bottom" content="#122125"/>
- <meta name="color:Titles" content="#4bcee5"/>
- <meta name="color:Text" content="#fff"/>
- <meta name="color:Bold" content="#bacccb"/>
- <meta name="color:Italic" content="#93c1e2"/>
- <meta name="color:Link" content="#4eb2e5"/>
- <meta name="color:Tags" content="#619f9f"/>
- <meta name="color:Navigation link borders" content="#4e8f8f"/>
- <meta name="color:Scrollbar" content="#35a4a8"/>
- <meta name="color:Text highlight" content="#fff"/>
- <meta name="color:Text highlight background" content="#388484"/>
- <meta name="color:Content background" content="#658789"/>
- <meta name="color:String" content="#6e8086"/>
- <meta name="color:Lights 1" content="#ff0"/>
- <meta name="color:Lights 2" content="#71baff"/>
- <meta name="color:Lights 3" content="#a1e7ff"/>
- <meta name="if:Custom favicon" content="0"/>
- <meta name="if:Collapsed links" content="1"/>
- <meta name="if:Icon" content="0"/>
- <meta name="if:Twinkle" content="0"/>
- <meta name="if:Glow" content="1"/>
- <meta name="if:400px posts" content="1"/>
- <meta name="if:Hide captions" content="0"/>
- <meta name="select:Sidebar position" content="left"/>
- <meta name="select:Sidebar position" content="right"/>
- <meta name="select:Rounded corners" title="none" content="0"/>
- <meta name="select:Rounded corners" title="subtle" content="2px"/>
- <meta name="select:Rounded corners" title="round" content="5px"/>
- <meta name="select:Twinkle pattern" content="twinkle1" title="glow"/>
- <meta name="select:Twinkle pattern" content="twinkle2" title="on and off"/>
- <meta name="select:Content background opacity" content=".5" title="translucent"/>
- <meta name="select:Content background opacity" content=".2" title="see-thru"/>
- <meta name="select:Content background opacity" content="0" title="transparent"/>
- <meta name="text:Sidebar width" content="200px"/>
- <meta name="text:Title font" content="Raleway"/>
- <meta name="text:Accent font" content="Nunito"/>
- <meta name="text:Body font" content="Karla"/>
- <meta name="text:Font size" content="13px"/>
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <head><title>{block:SearchPage}{lang:Search results for SearchQuery} — {/block:SearchPage}{Title}{block:PostSummary} — {PostSummary}{/block:PostSummary}</title>
- {block:ifCustomFavicon}
- <link rel="shortcut icon" href="{image:favicon}"/>
- {/block:ifCustomFavicon}
- {block:ifNotCustomFavicon}
- <link rel="shortcut icon" href="{Favicon}"/>
- {/block:ifNotCustomFavicon}
- <link href="https://fonts.googleapis.com/css?family={text:Body font}:400,400i,700,700i|{text:Accent font}:400,400i,700,700i|{text:Title font}" rel="stylesheet">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.6/SmoothScroll.min.js"></script>
- <script src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <style>
- body, html {
- margin:0;
- padding:0;
- font:{text:font size} '{text:Body font}';
- color:{color:text};
- line-height:1.5em;
- }
- body {
- overflow-x:hidden;
- overflow-y:scroll;
- }
- .tmblr-iframe {
- top:33px !important;
- opacity:.5 !important;
- }
- .tmblr-iframe:hover { opacity:.9 !important; }
- .background:before {
- content:'';
- position:fixed;
- top:0; bottom:0; left:0; right:0;
- background-image:linear-gradient(
- /*top,*/
- {color:background top},
- {color:background bottom});
- z-index:-50;
- }
- *:not(#s-m-t-tooltip) {
- transition:.3s all ease;
- }
- ::-webkit-scrollbar {
- width:10px;
- height:10px;
- }
- ::-webkit-scrollbar-track, .background:before {
- background-image:linear-gradient(
- /*top,*/
- {color:background top},
- {color:background bottom});
- }
- ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-corner {
- background:{color:scrollbar} padding-box;
- border-radius:{select:rounded corners};
- border:3px solid transparent;
- }
- ::selection {
- background:{color:text highlight background};
- color:{color:text highlight};
- }
- ::moz-selection {
- background:{color:text highlight background};
- color:{color:text highlight};
- }
- h1:not(#title), h2, h3, h4, h5 {
- margin:.2em 0 .8em;
- font-family:'{text:title font}';
- color:{color:titles};
- text-align:center;
- }
- a h2.title:hover {
- color:{color:text};
- }
- hr {
- height:0;
- margin:1em 90px 1em 70px;
- position:relative;
- border:none;
- border-top:2px solid;
- color:{color:scrollbar};
- overflow:visible;
- }
- hr:before, hr:after {
- content:'';
- position:absolute;
- height:6px;
- width:6px;
- border-radius:50px;
- line-height:0;
- border:2px solid;
- top:-6px;
- }
- hr:before {
- color:{color:lights 2};
- right:-20px;
- }
- hr:after {
- color:{color:lights 3};
- right:-10px;
- }
- small { font-size:.9em; }
- b, strong {
- color:{color:bold};
- }
- i, em {
- color:{color:italic};
- }
- u, a {
- color:{color:link};
- }
- p:first-child { margin-top:0; }
- p:last-child { margin-bottom:0; }
- ul li { list-style-type:none; position:relative; }
- main ul li:before, aside ul li:before {
- content:'\2014 ';
- position:absolute;
- color:{color:scrollbar};
- margin-left:-1.5em;
- }
- ol:not(.notes) li { list-style-type:decimal-leading-zero; }
- a {
- text-decoration:none;
- outline:none;
- }
- #s-m-t-tooltip {
- margin:14px;
- background:{color:text highlight background};
- color:{color:text highlight};
- font-family:'{text:accent font}';
- padding:5px 8px;
- z-index:9999;
- pointer-events:none;
- }
- @font-face {
- font-family: Calluna;
- src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3=&v=f685dc881c60c298ea22a73fe505b88a");
- src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3%3F=&v=f685dc881c60c298ea22a73fe505b88a#iefix") format("embedded-opentype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.woff?3=&v=760a50f4d098e59aebaf0f0e58ae2cc8") format("woff"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.ttf?3=&v=5ace789439bff3b27f8d4112725531da") format("truetype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.svg?3=&v=5b95c481dd7411c6e112143d6646bd9b#_.regular") format("svg");
- font-weight: 700;
- font-style: italic;
- }
- @font-face {
- font-family: Fairwater;
- src: url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff2?v=b7ab7a58cded3365889a447bfd9e9c45") format("woff2"),url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff?v=96e975b7468359e6f67086305577e43e") format("woff");
- font-weight: 400;
- font-style: normal;
- }
- p.npf_quirky { font:1.7em Fairwater; }
- p.npf_chat { font:1.7em Courier; }
- p.npf_quote { font:1.7em Calluna; }
- #side-img, #notes ol.notes img.avatar, #link-wrap, .post, #s-m-t-tooltip {
- border-radius:{select:rounded corners};
- }
- /*Light string*/
- #string {
- position:fixed;
- z-index:75;
- height:100px;
- top:0;
- padding:0;
- margin:0;
- overflow:hidden;
- width:100%;
- text-align:center;
- white-space:nowrap;
- pointer-events:none;
- }
- .lightrope li {
- list-style-type:none;
- display:inline-block;
- height:25px;
- width:13px;
- border-radius:50%;
- margin:5px 20px;
- position:relative;
- {block:ifNotTwinkle}{block:ifGlow}
- box-shadow:0 0 20px 1px;
- {/block:ifGlow}{/block:ifNotTwinkle}
- }
- .lightrope li:before, .lightrope li:after {
- content:'';
- position:absolute;
- }
- .lightrope li:after {
- width:11px;
- height:14px;
- top:-11px;
- left:1px;
- border-radius:2px;
- background:{color:string};
- }
- .lightrope li:before {
- width:48px;
- height:25px;
- border:2px solid {color:string};
- left:-48px;
- border-radius:50%;
- top:-22px;
- }
- .lightrope li:nth-child(3n) {
- background:{color:lights 1};
- color:{color:lights 1};
- {block:ifTwinkle}
- animation:{select:twinkle pattern}1 .7s ease-in-out infinite alternate;
- {/block:ifTwinkle}
- }
- .lightrope li:nth-child(3n+1) {
- background:{color:lights 2};
- color:{color:lights 2};
- {block:ifTwinkle}
- animation:{select:twinkle pattern}2 .7s ease-in-out .3s infinite alternate;
- {/block:ifTwinkle}
- }
- .lightrope li:nth-child(3n+2) {
- background:{color:lights 3};
- color:{color:lights 3};
- {block:ifTwinkle}
- animation:{select:twinkle pattern}3 .7s ease-in-out .6s infinite alternate;
- {/block:ifTwinkle}
- }
- /*Twinkling animations*/
- @keyframes twinkle11 {
- 0% { box-shadow:0 0 5px 1px; }
- 100% { box-shadow:0 0 25px 3px; }
- }
- @keyframes twinkle12 {
- 0% { box-shadow:0 0 5px 1px; }
- 100% { box-shadow:0 0 25px 3px; }
- }
- @keyframes twinkle13 {
- 0% { box-shadow:0 0 5px 1px; }
- 100% { box-shadow:0 0 25px 3px; }
- }
- @keyframes twinkle21 {
- 0% { background:rgba({RGBcolor:lights 1},.4); }
- 100% { background:rgba({RGBcolor:lights 1},1); }
- }
- @keyframes twinkle22 {
- 0% { background:rgba({RGBcolor:lights 2},.4); }
- 100% { background:rgba({RGBcolor:lights 2},1); }
- }
- @keyframes twinkle23 {
- 0% { background:rgba({RGBcolor:lights 3},.4); }
- 100% { background:rgba({RGBcolor:lights 3},1); }
- }
- /*Sidebar*/
- #sidebar {
- position:fixed;
- {block:if400pxposts}
- {select:sidebar position}:calc(50% - 270px - {text:sidebar width}/2);
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- {select:sidebar position}:calc(50% - 320px - {text:sidebar width}/2);
- {/block:ifnot400pxposts}
- }
- #title, #desc, #link-wrap, #basic {
- width:calc({text:sidebar width} + 20px);
- box-sizing:border-box;
- margin:0 0 10px;
- position:relative;
- }
- #side-img {
- width:55px;
- float:left;
- margin-right:13px;
- padding:10px;
- }
- #side-img, .post {
- background:rgba({RGBcolor:content background},{select:content background opacity});
- }
- #title {
- font:bold 1.5em '{text:title font}';
- line-height:1.2em;
- /*text-align:justify;*/
- {block:ifIcon}
- margin-top:10px;
- {/block:ifIcon}
- {block:ifNotIcon}
- margin-bottom:-5px;
- {/block:ifNotIcon}
- }
- #title, .title { color:{color:titles}; }
- #desc, #info, blockquote, blockquote blockquote {
- padding:0 0 0 7px;
- margin-left:2px;
- margin-right:0;
- border-left:2px solid {color:string};
- }
- blockquote:only-child { margin:0 0 0 2px; }
- #desc { margin-top:20px; }
- .linx { display:block; }
- {block:ifCollapsedLinks}
- #link-wrap {
- background:rgba({RGBcolor:content background},{select:content background opacity});
- border-radius:{select:rounded corners};
- }
- #link-wrap.collapsed {
- pointer-events:none;
- opacity:0;
- }
- #link-wrap:before {
- content:'';
- position:absolute;
- border:6px solid transparent;
- border-bottom-color:rgba({RGBcolor:content background},{select:content background opacity});
- right:9px;
- top:-12px;
- }
- .linx {
- padding:5px 7px;
- }
- {/block:ifCollapsedLinks}
- {block:ifNotCollapsedLinks}
- .linx:before {
- content:'';
- position:absolute;
- margin-left:-25px;
- border-radius:50%;
- line-height:0;
- height:1em;
- width:1em;
- margin-top:.2em;
- box-sizing:border-box;
- border:2px solid {color:navigation link borders};
- }
- .linx {
- background:rgba({RGBcolor:content background},{select:content background opacity});
- border-radius:{select:rounded corners};
- margin:0 0 5px 20px;
- padding:5px 7px;
- }
- {/block:ifNotCollapsedLinks}
- #link-wrap { margin-top:20px; }
- .linx:hover {
- background:rgba({RGBcolor:content background},.6);
- }
- #basic {
- display:flex;
- justify-content:space-between;
- }
- #basic a, .controls a, li.note:before {
- font-size:17px;
- line-height:16px;
- text-align:center;
- height:17px;
- width:17px;
- padding:6px;
- border:2px solid {color:navigation link borders};
- border-radius:50%;
- color:{color:text};
- }
- /*Posts*/
- header .src { float:right; }
- #sidebar, #content { top:90px; }
- #content header { margin-bottom:10px; }
- #content header .lnr-sync, #content header .lnr-user, .info .lnr-calendar-full, .info .lnr-bookmark, .info .lnr-pushpin {
- font-size:.9em;
- }
- #content {
- position:absolute;
- {select:sidebar position}:calc(50% + 120px - {block:if400pxposts}200px{/block:if400pxposts}{block:ifnot400pxposts}250px{/block:ifnot400pxposts});
- }
- .media-wrap, .post, #notes, #content {
- {block:if400pxposts}
- width:400px;
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- width:500px;
- {/block:ifnot400pxposts}
- }
- .post { overflow:hidden; }
- .post h1, h2, h3, h4, h5, .caption, .tag-wrap, .ques { padding:10px; }
- .title { padding-bottom:0; }
- .caption a, #desc a { border-bottom:1px solid rgba({RGBcolor:text},.5); }
- .caption a:hover, #desc a:hover { border-color:transparent; }
- .more {
- margin:-10px 9px 10px;
- text-align:center;
- display:inline-block;
- text-transform:uppercase;
- font-family:'{text:accent font}';
- padding:3px;
- }
- .more:hover {
- background:rgba({RGBcolor:link},.5);
- color:{color:background bottom};
- }
- .media-wrap, .quote { margin:0; }
- .media-wrap.no-text { line-height:0; }
- .chat { padding:7px; }
- .chat.even { background:rgba({RGBcolor:titles},.2); }
- a.tumblr_blog { font-weight:bold; }
- .a-url {
- position:relative;
- text-transform:uppercase;
- }
- .a-url img {
- float:left;
- border-radius:50%;
- margin-right:10px;
- margin-top:-2px;
- }
- /*Post footers*/
- .tag {
- margin-right:7px;
- color:{color:tags};
- }
- .tag:hover {
- background:{color:tags};
- color:{color:background top};
- }
- .tag-wrap .lnr-tag {
- font-size:.8em;
- }
- .info, #content header, .linx {
- font-family:'{text:accent font}';
- position:relative;
- text-transform:uppercase;
- }
- .info { margin:30px auto 70px; }
- .info a:hover, #content header a:hover { color:{color:text}; }
- .info .lnr-bookmark, .info .lnr-pushpin { margin-left:10px; }
- /*Like and reblog buttons*/
- .controls {
- float:right;
- }
- .controls a {
- color:{color:text};
- border-radius:50%;
- }
- .lnr-redo {
- margin-right:10px;
- }
- .like-wrap {
- position:relative;
- width:30px;
- height:30px;
- }
- .like_button {
- position:absolute;
- z-index:5;
- top:-3px;
- left:8px;
- opacity:0;
- width:16px;
- height:16px;
- }
- .like_button iframe {
- width:100% !important;
- height:100% !important;
- }
- .like-btn { z-index:1; }
- .like_button.liked + .like-btn { color:#f55; }
- /*Notes on permalink pages*/
- #notes {
- margin-bottom:50px;
- margin-top:-50px;
- padding-left:32px;
- padding-top:50px;
- box-sizing:border-box;
- }
- #notes blockquote { margin-left:9px; }
- li.note { padding:5px; position:relative }
- #notes ol.notes {
- list-style-type:none;
- padding:0;
- margin:0;
- }
- li.note:before {
- position:absolute;
- left:-32px;
- font-family:'Linearicons-Free';
- font-size:1em;
- height:1em;
- width:1em;
- padding:4px;
- line-height:1em;
- top:2px;
- }
- a.avatar_frame { display:none !important; }
- li.note.reblog.without_commentary:before { content:'\e861'; }
- li.note.like:before { content:'\e813'; }
- li.note.reblog.with_commentary:before, li.note.reply:before { content:'\e83f'; }
- li.note.original_post { content:'\e82a'; }
- #notes .tumblelog, #notes .source_tumblelog, .note.like a {
- font-family:'{text:accent font}';
- }
- .caption:empty, #title:empty, .post-title:empty, #desc:empty {
- display:none;
- }
- {block:IndexPage}
- {block:ifHideCaptions}
- .caption:not(.text-body) { display:none; }
- /*keeps the captions on text posts for obvious reasons*/
- {/block:ifHideCaptions}
- {/block:IndexPage}
- #pagination {
- position:fixed;
- bottom:20px;
- right:15px;
- }
- .pag {
- display:block;
- font-size:15px;
- color:{color:text};
- border-radius:50%;
- line-height:1em;
- padding:5px;
- margin-top:15px;
- border:2px solid {color:navigation link borders};
- }
- .inactive { color:rgba({RGBcolor:text},.3); }
- .post:not(.not-page) { margin-bottom:50px; }
- .clear { clear:both; }
- .notwink, .linkbtn, .lightbtn {
- cursor:pointer;
- }
- .notwink { animation-play-state:paused !important; }
- {CustomCSS}
- </style>
- </head>
- <body class="background">
- <ul id="string" class="lightrope">
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- <li></li> <li></li> <li></li> <li></li>
- </ul>
- <aside id="sidebar">
- {block:ifIcon}
- <img id="side-img" src="{image:icon}">
- {block:ifIcon}
- <h1 id="title">{Title}</h1>
- <div class="clear"></div>
- {block:Description}
- <section id="desc">{Description}</section>
- {/block:Description}
- <nav id="basic">
- <a class="lnr lnr-home" title="Index" href="/" aria-label="index"></a>
- <a class="lnr lnr-pencil" title="Message" href="/ask" aria-label="ask"></a>
- <a class="lnr lnr-envelope" title="Submit" href="/submit" aria-label="submit"></a>
- {block:ifTwinkle}<a class="lnr lnr-sun lightbtn" title="Toggle twinkling" aria-label="toggle twinkling"></a>{/block:ifTwinkle}
- {block:ifNotTwinkle}<a class="lnr lnr-clock" title="Archive" aria-label="archive"></a>{/block:ifNotTwinkle}
- <a class="lnr lnr-code" title="Jul © Laighlin" href="http://linthm.tumblr.com/thm" aria-label="theme credit"></a>
- {block:ifCollapsedLinks}{block:HasPages}<a class="lnr lnr-menu linkbtn" title="Links" aria-label="links"></a>{/block:HasPages}{/block:ifCollapsedLinks}
- </nav>
- <nav id="link-wrap" {block:ifCollapsedLinks}class="collapsed"{/block:ifCollapsedLinks}>
- {block:HasPages}
- {block:Pages}
- <a class="linx" href="{URL}">{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- </nav>
- </aside>
- <main id="content">
- {block:SearchPage}
- <h2 class="title">
- {block:SearchResults}
- {lang:SearchResultCount results for SearchQuery 2}
- {/block:SearchResults}
- {block:NoSearchResults}
- {lang:No search results for SearchQuery 2}
- {/block:NoSearchResults}
- </h2>
- {/block:SearchPage}
- {block:TagPage}
- <h2 class="title">
- {lang:Posts tagged Tag 3}
- </h2>
- {/block:TagPage}
- {block:Posts inlineMediaWidth="500" nestedMediaWidth="480"}
- {block:Reblog}
- <header>
- <span class="lnr lnr-sync" aria-label="reblogged from"></span> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {block:RebloggedFrom}
- <span class="src"><span class="lnr lnr-user" aria-label="originally posted by"></span> <a href="{ReblogRootURL}">{ReblogRootName}</a></span>
- {/block:RebloggedFrom}
- </header>
- {/block:Reblog}
- <article class="post {block:Date}not-page{/block:Date}">
- {block:Title}
- <h2 class="title">{Title}</h2>
- {/block:Title}
- {block:Text}
- <div class="text-body caption">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="ques">
- <div class="a-url"><img src="{AskerPortraitURL-24}"> <span class="askr">{Asker}</span> says —</div>
- {Question}
- </div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Lines}
- <div class="chat {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div>
- {/block:Lines}
- {/block:Chat}
- {block:Link}
- <a href="{URL}">
- <h2 class="title">
- <span class="lnr lnr-link"></span> {Name} »
- </h2></a>
- <div class="caption">
- {block:Excerpt}<blockquote>{Excerpt}</blockquote>{/block:Excerpt}
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Quote}
- <h2 class="post-title quote">» {Quote}</h2>
- {block:Source}<div class="caption" style="text-align:right">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Photo}
- <figure class="media-wrap no-text">
- {LinkOpenTag}<img src="{PhotoURL-500}" width="100%">{LinkCloseTag}
- </figure>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <figure class="media-wrap no-text">
- {block:if400pxposts}
- {Photoset-400}
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- {Photoset-500}
- {/block:ifnot400pxposts}
- </figure>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Audio}
- <figure class="media-wrap no-text">
- {block:if400pxposts}
- {AudioEmbed-400}
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- {AudioEmbed-500}
- {/block:ifnot400pxposts}
- </figure>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- <figure class="media-wrap no-text">
- {block:if400pxposts}
- {Video-400}
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- {Video-500}
- {/block:ifnot400pxposts}
- </figure>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:More}
- <a class="more" href="{Permalink}">{lang:Keep reading}</a>
- {/block:More}
- {block:HasTags}
- <footer class="tag-wrap">
- {block:Tags}<span class="lnr lnr-tag"> </span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}
- </footer>
- {/block:HasTags}
- </article>
- {block:Date}
- <footer class="info">
- <span class="lnr lnr-calendar-full" aria-label="posted on"></span> <a href="{Permalink}" title="{TimeAgo}">{DayofMonth}.{MonthNumber}.{Year}</a>
- {block:NoteCount}
- <span class="lnr lnr-bookmark" aria-hidden="true"></span> <a href="{Permalink}#notes">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- {block:ContentSource}
- <span class="lnr lnr-pushpin" aria-label="source"></span> <a href="{SourceURL}">SRC</a>
- {/block:ContentSource}
- <div class="controls">
- <a href="{ReblogURL}" class="lnr lnr-redo"></a>
- <span class="like-wrap">{LikeButton}<a class="like-btn lnr lnr-heart"></a></span>
- </div>
- </footer>
- {/block:Date}
- {block:PostNotes}
- <footer id="notes" name="notes">
- {PostNotes}
- </footer>
- {/block:PostNotes}
- {/block:Posts}
- </main>
- {block:Pagination}
- <nav id="pagination">
- {block:PreviousPage}
- <a class="pag lnr lnr-arrow-left" title="Previous" aria-label="previous page" href="{PreviousPage}"></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="pag lnr lnr-arrow-right" title="Next" aria-label="next page" href="{NextPage}"></a>
- {/block:NextPage}
- </nav>
- {/block:Pagination}
- </body>
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load(function() {
- $('iframe.tumblr_audio_player').height(85).contents().find("head")
- .append($("<style type='text/css'> .audio-player { background:transparent !important; } .audio-player * { color:{color:text} !important } .audio-player .play-pause { color:{color:links} } </style>"));
- });
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:200
- });
- $(".lightbtn").click(function() {
- $(this).toggleClass("inactive");
- $(".lightrope li").toggleClass("notwink");
- })
- $(".linkbtn").click(function() {
- $("#link-wrap").toggleClass("collapsed");
- })
- });
- </script>
- </html>
Add Comment
Please, Sign In to add comment