Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- [Theme 25] Chillstepper by @Laighlin
- 1. Leave the credit intact, don't move it to a different page or obscure it with anything. Be nice thanks xoxo
- 2. Don't redistribute the theme/claim as your own/lift large chunks of code to use in your own themes
- 3. Check my FAQ if you can't get the unlimited custom links to work!
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <meta name="image:Favicon" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="select:Background size" content="repeat" title ="Tiled"/>
- <meta name="select:Background size" content="no-repeat;background-size:cover" title="Cover"/>
- <meta name="if:Custom favicon" content="0"/>
- <meta name="if:400px posts" content="1"/>
- <meta name="if:Gradient background" content="0"/>
- <meta name="if:Background image" content="1"/>
- <meta name="if:Show title" content="1"/>
- <meta name="if:Show description" content="1"/>
- <meta name="if:Show captions" content="1"/>
- <meta name="if:Show tags" content="1"/>
- <meta name="color:Gradient top" content="#fffcf3"/>
- <meta name="color:Gradient bottom" content="#81d5e7"/>
- <meta name="color:Borders" content="#83a3b8"/>
- <meta name="color:Text highlight" content="#fff"/>
- <meta name="color:Text highlight bg" content="#3b8fb3"/>
- <meta name="color:Text" content="#313131"/>
- <meta name="color:Text accent" content="#848484"/>
- <meta name="color:Link" content="#197197"/>
- <meta name="color:Link hover" content="#929292"/>
- <!-- text fields -->
- <meta name="text:Accent font" content="Quicksand"/>
- <meta name="text:Body font" content="Affogato"/>
- <meta name="text:Body font size" content="16px"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <head><title>{Title}{block:PostSummary} — {PostSummary}{/block:PostSummary}{block:SearchPage} — {lang:Search results for SearchQuery}{/block:SearchPage}</title>
- {block:ifCustomFavicon}
- <link rel="shortcut icon" href="{image:favicon}"/>
- {/block:ifCustomFavicon}
- {block:ifNotCustomFavicon}
- <link rel="shortcut icon" href="{Favicon}"/>
- {/block:ifNotCustomFavicon}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link href="https://fonts.googleapis.com/css?family={text:Body font}:400,400i,700,700i|{text:Accent font}:400,400i,700,700i" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"><link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <style type="text/css">
- @font-face {
- font-family:Affogato;
- src:url(https://static.tumblr.com/xwoxjom/tDhp5j13e/affogato-regular.woff);
- }
- @font-face {
- font-family:Affogato;
- src:url(https://static.tumblr.com/xwoxjom/pOrpcdlc1/affogato-bold.woff);
- font-weight:bold;
- }
- * {
- transition:.2s all ease-out;
- }
- .tmblr-iframe {
- position: fixed !important;
- transform: scale(.8) !important;
- transform-origin: 100% 100%;
- margin-top: -11px !important;
- }
- body, html {
- margin:0;
- padding:0;
- }
- ::selection {
- background:rgba({RGBcolor:text highlight bg},.7);
- color:{color:text highlight};
- }
- ::moz-selection {
- background:rgba({RGBcolor:text highlight bg},.7);
- color:{color:text highlight};
- }
- #s-m-t-tooltip {
- margin:0 16px;
- z-index:999999999;
- padding:3px 7px;
- background:{color:gradient top};
- pointer-events:none;
- white-space:pre;
- max-width:200px;
- font-size:.9em;
- transition:none;
- }
- a, .title.link-post {
- color:{color:link};
- text-decoration:none;
- }
- a:hover, .title.link-post:hover {
- color:{color:link hover};
- }
- .post ol {
- list-style-type:decimal-leading-zero;
- padding-left:40px;
- }
- .post ul {
- list-style-type:none;
- padding-left:35px;
- }
- .post ul li { position:relative; }
- .post ul li:before {
- font-family:'Linearicons-Free';
- content:'\e87a';
- color:{color:borders};
- position:absolute;
- left:-1.8em;
- top:0;
- font-size:.8em;
- }
- hr {
- border:1px solid {color:borders};
- margin:1em 20%;
- }
- code {
- font-family:monospace;
- border:1px solid {color:borders};
- padding:10px;
- display:inline-block;
- }
- code, #s-m-t-tooltip, .media-wrap.no-text {
- border-radius:10px;
- overflow:hidden;
- }
- h1, h2 {
- margin:0;
- font-weight:inherit;
- }
- b, strong, i, em { color:{color:Text accent}; }
- p { margin:.9em 0; }
- p:first-child { margin-top:0; }
- p:last-child { margin-bottom:0; }
- blockquote, blockquote blockquote {
- margin:.5em 0 .5em 10px;
- padding-left:10px;
- border-left:1px solid {color:borders};
- }
- body {
- color:{color:text};
- font-family:'{text:body font}',sans-serif;
- font-size:{text:body font size};
- word-wrap:break-word;
- overflow-y:scroll;
- overflow-x:hidden;
- line-height:1.7em;
- {block:ifNotGradientBackground}
- background:{color:gradient top};
- {/block:ifNotGradientBackground}
- {block:ifBackgroundImage}
- background:url('{image:background}') fixed {select:background size};
- {/block:ifBackgroundImage}
- }
- .background:before {
- position:fixed;
- content:'';
- z-index:-999;
- top:0; right:0; bottom:0; left:0;
- {block:ifGradientBackground}
- background-image:linear-gradient(
- to bottom right,
- {color:gradient top},
- {color:gradient bottom}
- );
- {/block:ifGradientBackground}
- }
- ::-webkit-scrollbar {
- height:8px;
- width:8px;
- background:{color:gradient bottom};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:borders} padding-box;
- border:3px solid transparent;
- }
- #sbar {
- position:fixed;
- left:20px;
- width:200px;
- top:0;
- bottom:0;
- display:flex;
- flex-flow:column nowrap;
- align-items:center;
- /*justify-content:center;*/
- }
- #sbar:before, #icon-bord, #icon-bord:after, .linky:after, #pagination:before, .pag:after, .via:before, .via:after, .title:before, .title:after {
- background:{color:borders};
- }
- #sbar:before {
- content:'';
- position:fixed;
- height:100%;
- width:2px;
- }
- #icon-bord {
- height:2px;
- position:fixed;
- left:0;
- right:50%;
- top:116px;
- }
- #icon-bord:after {
- content:'';
- position:absolute;
- height:6px;
- width:6px;
- right:-4px;
- top:-2px;
- border-radius:50%;
- }
- #icon {
- padding:15px;
- position:relative;
- border:2px solid {color:borders};
- margin:50px;
- }
- #icon img, #icon {
- height:100px;
- width:100px;
- border-radius:50%;
- }
- #texts {
- position:fixed;
- left:195px;
- right:calc(50vw + 20px);
- top:110px;
- }
- #title {
- font:1.5em '{text:accent font}';
- text-transform:uppercase;
- line-height:1em;
- margin-top:-1em;
- }
- #desc {
- margin-top:8px;
- }
- #linx {
- position:fixed;
- top:230px;
- left:155px;
- }
- .linky {
- position:relative;
- display:block;
- font-size:17px;
- padding:5px 5px 6px;
- line-height:1em;
- border-radius:50%;
- border:2px solid {color:borders};
- margin:10px 0;
- }
- .linky:after {
- content:'';
- position:absolute;
- width:230px;
- left:-230px;
- top:12px;
- height:2px;
- }
- #pagination {
- position:fixed;
- left:calc(50% - 50px);
- top:0;
- padding-top:calc(100vh - 300px);
- display:flex;
- flex-flow:column nowrap;
- align-items:center;
- }
- #pagination:before {
- content:'';
- position:absolute;
- width:2px;
- height:calc(100vh - 250px);
- top:-46px;
- }
- .pag {
- position:relative;
- margin-top:12px;
- font-size:18px;
- padding:5px 5px 6px;
- border:2px solid {color:borders};
- border-radius:50%;
- }
- .pag:after {
- content:'';
- position:absolute;
- width:2px;
- height:12px;
- top:-14px;
- left:13px;
- background:{color:borders};
- }
- /*Start of content styling*/
- #content {
- width:50%;
- position:absolute;
- left:50%;
- border-left:2px solid {color:borders};
- min-height:100%;
- padding:0 20px;
- }
- .post-wrapper {
- {block:if400pxposts}
- width:400px;
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- width:500px;
- {/block:ifnot400pxposts}
- margin:50px auto 50px 30px;
- position:relative;
- }
- .info .lnr, .via .lnr {
- font-size:.9em;
- }
- .via {
- line-height:1em;
- margin-bottom:10px;
- }
- .via, .title {
- position:relative;
- text-transform:uppercase;
- }
- .via:before, .via:after, .title:before, .title:after {
- content:'';
- position:absolute;
- }
- .via:before, .title:before {
- width:40px;
- left:-48px;
- height:2px;
- top:.5em;
- }
- .via:after, .title:after {
- top:calc(.5em - 2px);
- left:-54px;
- height:6px;
- width:6px;
- border-radius:50%;
- }
- .title {
- font:bold 1.5em '{text:Accent font}';
- margin-bottom:5px;
- line-height:1.3em;
- color:{color:text accent};
- }
- .caption a, #desc a { border-bottom:1px solid {color:borders}; }
- .caption a:hover, #desc a:hover { border-color:transparent; }
- .caption img {
- margin:0;
- max-width:100%;
- border-radius:10px;
- }
- .caption { margin-top:7px; }
- {block:ifNotShowCaptions}
- {block:IndexPage}
- .type-audio .caption, .type-video .caption, .type-photo .caption, .type-photoset .caption {
- display:none;
- }
- {/block:IndexPage}
- {/block:ifNotShowCaptions}
- .media-wrap.no-text {
- margin:0;
- line-height:0;
- }
- .chat.even { padding-left:25px; }
- .chat b { color:{color:link}; }
- iframe.tumblr_audio_player { height:85px!important }
- .a-url {
- position:relative;
- }
- .a-url img {
- border-radius:50%;
- width:36px;
- }
- .askr {
- text-transform:uppercase;
- position:absolute;
- top:calc(18px - .5em);
- line-height:1em;
- margin-left:10px;
- }
- .tag-wrap {
- margin-top:10px;
- {block:ifNotShowTags}
- {block:IndexPage}
- display:none;
- {/block:IndexPage}
- {/block:ifNotShowTags}
- }
- .info {
- position:relative;
- text-transform:uppercase;
- margin-top:10px;
- }
- .controls {
- font:initial;
- position:absolute;
- font-size:20px;
- bottom:0;
- right:0;
- pointer-events:none;
- /* ^ really nitpicky, sorry, i just hate that text cursor that pops up between the like and reblog buttons*/
- }
- .controls * {
- pointer-events:initial;
- color:{color:link};
- }
- .like-wrap {
- position:relative;
- width:30px;
- height:30px;
- }
- .like_button {
- position:absolute;
- z-index:5;
- top:-2px;
- left:0;
- opacity:0;
- width:20px;
- height:20px;
- }
- .like_button iframe {
- width:100% !important;
- height:100% !important;
- }
- .like-btn { z-index:1; }
- .like_button.liked + .like-btn { color:#f55; }
- #notes { margin:10px auto 50px 22px; }
- #notes ol.notes {
- list-style-type:decimal-leading-zero;
- padding:0;
- margin:0;
- font-size:.9em;
- }
- li.note { margin-bottom:10px; }
- #notes blockquote { margin-left:9px; }
- #notes ol.notes img.avatar { display:none; }
- #notes .tumblelog, #notes .source_tumblelog, .note.like a {
- font-family:'{text:accent font}';
- }
- {CustomCSS}
- </style>
- </head>
- <body class="background">
- <div id="sidebar-wrapper">
- <aside id="texts">
- {block:ifShowTitle}<h1 id="title">{Title}</h1>{block:ifShowTitle}
- {block:ifShowDescription}<div id="desc">{Description}</div>{/block:ifShowDescription}
- </aside>
- <aside id="sbar">
- <div id="icon-bord"></div>
- <div id="icon"><img src="{PortraitURL-128}" alt="User icon"></div>
- </aside>
- <nav id="linx">
- <a class="linky lnr lnr-home" href="/" title="Index"></a>
- {block:AskEnabled}<a class="linky lnr lnr-pencil" href="/ask" title="Ask"></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a class="linky lnr lnr-envelope" href="/submit" title="Submit"></a>{/block:SubmissionsEnabled}
- {block:HasPages}
- {block:Pages}
- <a class="linky lnr lnr-link" href="{URL}" title="{Label}"></a>
- {/block:Pages}
- {/block:HasPages}
- <!--Don't remove the next line thanks xoxo-->
- <a class="linky lnr lnr-code" href="http://linthm.tumblr.com/thm" title="Theme © Laighlin"></a>
- </nav>
- {block:Pagination}
- <nav id="pagination">
- {block:PreviousPage}<a class="pag lnr lnr-arrow-left" href="{PreviousPage}" title="Previous"></a>{/block:PreviousPage}
- {block:NextPage}<a class="pag lnr lnr-arrow-right" href="{NextPage}" title="Next"></a>
- </nav>{/block:NextPage}
- {/block:Pagination}
- </div>
- <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="400" nestedMediaWidth="380"}
- <div class="post-wrapper">
- {block:Reblog}
- <header class="via">
- <span class="lnr lnr-sync" aria-label="reblogged from"></span> <a href="{ReblogParentURL}" title="Reblogged from">{ReblogParentName}</a>
- </header>
- {/block:Reblog}
- <article class="post {block:Date}not-page{/block:Date} type-{PostType}">
- {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-48}"> <span class="askr">{Asker} says —</span></div>
- <div style="text-align:right">“{Question}”</div>
- </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 link-post">
- <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}#<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:RebloggedFrom}
- <span class="src" {block:ContentSource} style="display:none" {/block:ContentSource}><span class="lnr lnr-user" aria-label="originally posted by"></span> <a href="{ReblogRootURL}" title="Originally by">{ReblogRootName}</a></span>
- {/block:RebloggedFrom}
- {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}
- <div class="note-title via" style="margin-top:50px" name="notes">Notes</div>
- <footer id="notes">
- {PostNotes}
- </footer>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </main>
- </body>
- <script type="text/javascript">
- $(document).ready(function() {
- $('[title]').style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300
- }); // tooltip script
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement