Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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">
- <head><title>{Title}{block:PostSummary} // {PostSummary}{/block:PostSummary}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Dosis:400,400i,700,700i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i" rel="stylesheet">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-------------------- Hivernal by Laighlin -------------------
- 1. don't move the credit (you can customize how it looks)
- 2. don't redistribute or lift large chunks of code
- 3. let me know if you find a bug; i'm completely self-taught so
- i mess up from time to time lol
- --------------------------------------------------------------->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><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>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:300,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <meta name="image:background" content="http://static.tumblr.com/51f510df8f2dced0258fafb022ad2cf6/xwoxjom/a6yogtk76/tumblr_static_62xvdi8cwj0o0css8ooc4s044.jpg"/>
- <meta name="image:favicon" content="http://static.tumblr.com/f1380d68747907af4b2c7b34f17ac66a/xwoxjom/tqnogxjih/tumblr_static_cupldvas4kgkcwck4484wkgco.png"/>
- <meta name="if:black or white controls" content="1"/>
- <meta name="if:500 px" content="0"/>
- <meta name="if:sharp corners" content="0"/>
- <meta name="if:shadows" content="1"/>
- <meta name="select:background size" title="cover" content="; background-size:cover"/>
- <meta name="select:background size" title="repeat" content="repeat"/>
- <meta name="color:background color" content="#fff"/>
- <meta name="color:title" content="#fff"/>
- <meta name="color:title bg" content="#edc17e"/>
- <meta name="color:post title background" content="#e7b547"/>
- <meta name="color:post bg" content="#feffef"/>
- <meta name="color:post info background" content="#e7b547"/>
- <meta name="color:post info text" content="#fff"/>
- <meta name="color:post text" content="#444"/>
- <meta name="color:answer background" content="#ffa167"/>
- <meta name="color:answer text" content="#fff"/>
- <meta name="color:bold" content="#c6aa59"/>
- <meta name="color:italic" content="#bb9955"/>
- <meta name="color:link" content="#4f0306"/>
- <meta name="color:selection text" content="#b9c983"/>
- <meta name="color:selection bg" content="#000"/>
- <meta name="color:extra links bg" content="#ffa167"/>
- <meta name="color:extra links hover" content="#edc17e"/>
- <meta name="color:extra links text" content="#fff"/>
- <meta name="color:tags" content="#222"/>
- <meta name="color:tags hover" content="#000"/>
- <meta name="color:shadows" content="#977070"/>
- <!-- text fields -->
- <meta name="text:blur" content="1"/>
- <meta name="font:title font" content="Dosis"/>
- <meta name="font:body font" content="Exo 2"/>
- <meta name="font:desc font" content="Dosis"/>
- <meta name="text:body font size" content="13px"/>
- <meta name="text:desc font size" content="11px"/>
- <style type="text/css">
- {block:ifNotBlackOrWhiteControls}
- .tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop, .tmblr-iframe, #tumblr_controls {
- -webkit-filter: invert(100%);
- filter: invert(100%);
- opacity:.7;
- }
- {/block:ifNotBlackOrWhiteControls}
- body {
- margin:0px;
- height:100%;
- width:100%;
- color:{color:post text};
- font-family:{font:body font};
- font-size:{text:body font size};
- line-height:150%;
- overflow:hidden;
- background:{color:background color};
- z-index:0;
- }
- #bgholder {
- height:calc(100% + 20px);
- width:calc(100% + 20px);
- top:-10px;
- left:-10px;
- background:url({image:background}) {color:background color} fixed {select:background size};
- background-position:left bottom;
- position:absolute;
- -webkit-filter:blur({text:blur}px);
- -moz-filter:blur({text:blur}px);
- filter:blur({text:blur}px);
- z-index:-10;
- }
- #yeehaw {
- height:100%;
- width:100%;
- position:absolute;
- overflow:auto;
- z-index:1;
- }
- a, .links, .tag, #navbar i, #prev, #next, .link {
- transition:.3s ease-in-out;
- }
- b, strong {
- color:{color:bold};
- }
- i, em {
- color:{color:italic};
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- .pad a:hover, #desc a:hover, .tit.qq a:hover, .rbans a:hover, #info a:hover, .tag a:hover {
- text-decoration:underline;
- }
- img {
- border:none;
- max-height:100%;
- max-width:100%;
- }
- blockquote, blockquote blockquote {
- padding:2px 5px;
- margin-left:7px;
- border:2px solid;
- border-color:transparent transparent transparent {color:italic};
- margin-right:0px;
- border-radius:10px;
- }
- h1 {
- font-size:120%;
- line-height:120%;
- }
- h2 {
- font-size:110%;
- line-height:110%;
- }
- ::selection {
- background: {color:selection bg};
- color: {color:selection text};
- }
- ::-moz-selection {
- background: {color:selection bg};
- color: {color:selection text};
- }
- ::-webkit-scrollbar {
- width:10px;
- height:10px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:title bg};
- border:1px solid transparent;
- background-clip:padding-box;
- border-radius:6px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background:{color:title bg};
- border:4px solid transparent;
- background-clip:padding-box;
- }
- ::-webkit-scrollbar-track-horizontal { border-right:none; }
- ::-webkit-scrollbar-track-vertical { border-bottom:none; }
- ::-webkit-scrollbar-corner {
- background:{color:title bg};
- border-radius:50%;
- margin:2px;
- }
- #s-m-t-tooltip {
- z-index:99999!important;
- background:{color:post text};
- color:{color:post bg};
- font-family:Dosis;
- margin:15px;
- padding:4px 5px;
- border-radius:4px;
- }
- #lrb {
- opacity:.8;
- display:inline-block;
- padding:5px 3px 0px 3px;
- z-index:9;
- }
- #entries {
- padding:10px;
- margin:40px 0 30px;
- {block:if500px}
- margin-left:calc(50% - 100px);
- width:500px;
- {/block:if500px}
- {block:ifNot500px}
- margin-left:calc(50% - 70px);
- width:400px;
- {/block:ifNot500px}
- z-index:99;
- position:relative;
- }
- .tit {
- border-radius:15px 15px 0 0;
- background:{color:post title background};
- padding:10px;
- text-align:center;
- font-variant:small-caps;
- font-size:150%;
- color:{color:post info text};
- position:relative;
- }
- .pad {
- {block:if500px}
- width:490px;
- {/block:if500px}
- {block:ifNot500px}
- width:390px;
- {/block:ifNot500px}
- background:{color:post bg};
- position:relative;
- padding:5px;
- }
- .tag {
- display:inline;
- color:{color:tags};
- padding:3px;
- }
- .tag a {
- color:{color:tags};
- }
- .tag a:hover {
- color:{color:tags hover};
- }
- #title, #desc, #navbar, #pagination, #lamppost, #nyoom, #sideimg {
- position:fixed;
- }
- #title {
- top:20px;
- left:120px;
- font-size:180%;
- max-width:500px;
- color:{color:title};
- font-family:{font:title font};
- background:{color:title bg};
- border-radius:10px;
- font-variant:small-caps;
- }
- #lamppost, #nyoom {
- border-radius:25px;
- border:2px solid;
- }
- #lamppost {
- height:100%;
- top:43px;
- left:77px;
- right:140px;
- border-color:{color:title bg} transparent transparent {color:title bg};
- z-index:0;
- }
- #nyoom {
- z-index:0;
- top:43px;
- right:140px;
- left:-30px;
- bottom:80px;
- border-radius:25px;
- border-color:transparent {color:title bg} {color:title bg} transparent;
- }
- #desc {
- top:calc(50% - 100px);
- left:150px;
- font-family:'{font:desc font}';
- color:{color:post text};
- background:{color:post bg};
- font-size:{text:desc font size};
- width:250px;
- border-radius:0 0 15px 15px;
- }
- #title, #desc, #navbar, #pagination {
- padding:10px;
- line-height:120%;
- z-index:10;
- }
- #navbar {
- width:250px;
- height:30px;
- background:{color:post title background};
- top:calc(50% - 150px);
- border-radius:15px 15px 0 0;
- left:150px;
- text-align:center;
- line-height:0;
- }
- #navbar i {
- width:12px;
- padding:8px;
- margin:-1px 2px 0;
- font-size:12px;
- color:{color:post info text};
- border-radius:50%;
- border:2px solid transparent;
- transition:.2s all ease-out;
- }
- #navbar i:hover {
- border-color:transparent {color:post info text};
- }
- #navbar:before {
- content:'';
- position:absolute;
- display:block;
- top:24px;
- left:-150px;
- width:150px;
- height:2px;
- background:{color:post title background};
- z-index:8;
- }
- #info, #tags, #tags:before {
- background:{color:post info background};
- }
- .tit, #info {
- position:relative;
- }
- #info {
- text-align:center;
- font-family:Dosis;
- letter-spacing:.5px;
- font-size:95%;
- margin-bottom:10px;
- {block:if500px}
- width:490px;
- {/block:if500px}
- {block:ifNot500px}
- width:390px;
- {/block:ifNot500px}
- padding:5px;
- border-radius:0 0 15px 15px;
- color:{color:post info text};
- }
- #info a {
- color:{color:tags};
- }
- #tags {
- margin:15px auto 0;
- {block:if500px}
- width:440px;
- {/block:if500px}
- {block:ifNot500px}
- width:340px;
- {/block:ifNot500px}
- position:relative;
- padding:5px;
- border-radius:6px;
- font-size:95%;
- }
- #tags:before {
- content:'';
- display:block;
- position:absolute;
- height:25px;
- width:2px;
- right:40px;
- top:-20px;
- }
- #note {
- overflow-x:hidden;
- overflow-y:auto;
- text-align:center;
- padding-top:10px;
- {block:if500px}
- width:480px;
- {/block:if500px}
- {block:ifNot500px}
- width:380px;
- {/block:ifNot500px}
- margin:auto;
- }
- #note ol.notes {
- list-style-type:none;
- margin:1px;
- padding:2px;
- }
- #note ol.notes img.avatar {
- margin-right: 5px;
- margin-bottom:-3px;
- width: 16px;
- height: 16px;
- border-radius:50%;
- }
- #note ol.notes li {
- padding:3px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #asker img { border-radius:50%; }
- .askr {
- display:inline-block;
- }
- .askr a { color:{color:tags}; }
- .rbans {
- background:{color:answer background};
- color:{color:answer text};
- position:relative;
- padding:10px;
- text-align:right;
- line-height:120%;
- margin:0 -10px;
- border-radius:5px;
- }
- .rbans p { margin:2px 0; }
- .qq, .music {
- font-variant:none;
- font-size:100%;
- text-align:left;
- }
- .qq em { color:{color:post info text}; }
- .link { background:{color:extra links bg}; }
- .link a { color:{color:extra links text}; }
- .link:hover { background:{color:extra links hover}; }
- .quote {
- font:120% {font:desc font};
- font-variant:none;
- font-style:italic;
- }
- .aud {
- height:30px;
- width:23px;
- overflow:hidden;
- position:relative;
- margin: 14px 24px 13px 15px;
- }
- .audholder {
- position:absolute;
- z-index:30;
- background:#f3f3f3;
- margin-top:11px;
- margin-left:11px;
- opacity:.7;
- border-radius:50%;
- }
- #song {
- height:51px;
- padding:15px;
- background:transparent;
- }
- #cover {
- margin-right:5px;
- border-radius:5px;
- width:81px;
- height:81px;
- float:left;
- background-size:cover;
- z-index:1;
- }
- #cover img { border-radius:3px; }
- .chat:nth-child(even) {
- margin-left:10px;
- }
- #linkcont {
- right:90px;
- width:100px;
- height:calc(100% - 180px);
- display:flex;
- position:fixed;
- top:70px;
- z-index:20;
- flex-flow:column wrap;
- justify-content:center;
- }
- .links {
- font-size:95%;
- line-height:120%;
- text-align:center;
- width:90px;
- margin-bottom:30px;
- padding:5px;
- background:{color:extra links bg};
- color:{color:extra links text};
- border-radius:10px;
- }
- .links:hover {
- background:{color:extra links hover};
- }
- .post {
- padding:45px 0;
- z-index:5;
- }
- #prev, #next {
- border-radius:50%;
- height:20px;
- width:20px;
- padding:8px;
- display:inline-block;
- margin:5px;
- background:{color:post info background};
- font-size:20px;
- text-align:center;
- float:right;
- }
- #pagination {
- text-align:justify;
- left:100px;
- bottom:64px;
- height:30px;
- float:left;
- line-height:0;
- }
- #pagination i { color:{color:post info text}; }
- #prev:hover i, #next:hover i { color:{color:post info background}; }
- #prev:hover, #next:hover { background:{color:post info text}; }
- #retainer {
- max-height:240px;
- overflow-y:auto;
- }
- .shad {
- border-radius:15px;
- }
- {block:ifSharpCorners}
- #title, .tit, #info, #tags, #navbar, #desc, .links, blockquote, blockquote blockquote, .shad { border-radius: 1px; }
- {/block:ifSharpCorners}
- {block:ifShadows}
- #title, .tit, .pad, #info, #tags, #navbar, #desc, .links {
- box-shadow:2px 2px 3px {color:shadows};
- }
- {/block:ifShadows}
- {CustomCSS}</style></head><body>
- <div id="bgholder"></div>
- <div id="yeehaw">
- <div id="lamppost"></div>
- <div id="nyoom"></div>
- <div id="sidebar">
- <a href="/"><div id="title">{Title}</div></a>
- <div id="navbar">
- <a href="/" title="index"><i class="fa fa-user" aria-hidden="true"></i></a>
- {block:AskEnabled}<a href="/ask" title="ask"><i class="fa fa-envelope" aria-hidden="true"></i></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit" title="submit"><i class="fa fa-pencil" aria-hidden="true"></i></a>{/block:SubmissionsEnabled}
- <a href="/archive" title="archive"><i class="fa fa-calendar" aria-hidden="true"></i></a>
- <a href="http://linthm.tumblr.com/thm" title="Hivernal © Laighlin"><i class="fa fa-code" aria-hidden="true"></i></a>
- </div>
- <div id="desc"><div id="retainer"><p>{Description}</p></div></div>
- </div>
- <div id="entries">
- {block:Posts}
- <div class="post">
- {block:Text}{block:Title}<div class="tit">{Title}</div>{/block:Title}<div class="pad">{Body}</div>{/block:Text}
- {block:Photo}
- {LinkOpenTag}
- {block:if500px}
- <img src="{PhotoURL-500}">
- {/block:if500px}
- {block:ifNot500px}
- <img src="{PhotoURL-400}">
- {/block:ifNot500px}
- {LinkCloseTag}{block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="pset">
- {block:if500px}
- {Photoset-500}
- {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
- {/block:if500px}
- {block:ifNot500px}
- {Photoset-400}
- {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
- {/block:ifNot500px}</div>
- {/block:Photoset}
- {block:Quote}<div class="tit quote">“{Quote}”</div><div class="pad"><p align="right">{block:Source} —{Source}{/block:Source}</p></div>{/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}><div class="tit link">{Name}</div></a>
- {block:Excerpt}<div class="rbans">{Excerpt}</div>{/block:Excerpt}
- {block:Description}<div class="pad">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Chat}{block:Title}<div class="tit">{Title}</div>{/block:Title}<div class="pad">{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}</div>{/block:Chat}
- {block:Audio}
- <div class="tit music">
- <div id="cover">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="audholder"><div class="aud">{AudioPlayerBlack}</div></div>
- <div id="song">{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {block:TrackName}<b>Title:</b> {TrackName}<p>{/block:TrackName}</div></div>
- {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:if500px}
- {Video-500}
- {/block:if500px}
- {block:ifNot500px}
- {Video-400}
- {/block:ifNot500px}
- {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="tit qq"><div id="asker"><img src="{AskerPortraitURL-24}">
- </div>
- <div class="askr">{Asker}</div> said:<br><em>{Question}</em></div>
- {block:Answerer}<div class="rbans">{Answerer} replied: {Answer}</div>{/block:Answerer}
- <div class="pad">{Replies}</div>
- {/block:Answer}
- {block:Date}
- <div id="info">
- posted {TimeAgo} with
- <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}<br>reblogged from <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> - originally by <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
- <br>
- {block:ifBlackOrWhiteControls}
- <div id="lrb">{ReblogButton color="white" size="16"}</div><div id="lrb">{LikeButton color="white" size="16"}</div>
- {/block:ifBlackOrWhiteControls}
- {block:ifNotBlackOrWhiteControls}
- <div id="lrb">{ReblogButton color="black" size="16"}</div><div id="lrb">{LikeButton color="black" size="16"}</div>
- {/block:ifNotBlackOrWhiteControls}
- {/block:Date}
- {block:PostNotes}<div id="note">{PostNotes}</div>{/block:PostNotes}
- </div>
- {block:HasTags}<div id="tags">{block:Tags}<div class="tag">#<a href="{TagURL}">{Tag}</a></div> {/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Posts}</div>
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a href="{NextPage}" title="next page">
- <div id="next"><i class="fa fa-chevron-circle-right" aria-hidden="true"></i></div>
- </a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}" title="previous page">
- <div id="prev"><i class="fa fa-chevron-circle-left" aria-hidden="true"></i></div>
- </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {block:HasPages}
- <div id="linkcont">
- {block:Pages}<a href="{URL}"><div class="links">{Label}</div></a>{/block:Pages}
- </div>
- {/block:HasPages}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement