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}</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=Exo+2' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/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>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!----------------- Decapitate by Laighlin -------------------
- note (09/04/2017) - this theme is so old and demonstrates such glaring errors in my knowledge of coding at the time that I do not have the energy to correct every individual flaw. I will release a separate completely revamped version at some point, and I have revisited the code to ensure that the theme is at least usable, but I will provide only limited support and urge you to switch to a different theme if the problem is a serious one.
- --------------------------------------------------------------->
- <meta name="color:background color" content="#fff"/>
- <meta name="color:info line" content="#fa0"/>
- <meta name="image:background" content="http://static.tumblr.com/e7d9c4d62a98086890038a5325a65762/xwoxjom/U0Co6x4xd/tumblr_static_eti87rny9w080ckc48w0cc4wg.png"/>
- <meta name="image:sidebar img" content=""/>
- <meta name="image:favicon" content="http://static.tumblr.com/67b95ddac07957869843b86418c5380c/xwoxjom/SgRo6usdv/tumblr_static_80ncirhbvcgs0kcs0s44so0sk.gif"/>
- <meta name="image:circuit bg" content="/"/>
- <meta name="if:glow" content="1"/>
- <meta name="if:500 px" content="1"/>
- <meta name="if:contained" content="0"/>
- <meta name="color:title" content="#fa0"/>
- <meta name="color:title bg" content="#202020"/>
- <meta name="color:circuits" content="#ff8400"/>
- <meta name="color:desc text" content="#ffbf7b"/>
- <meta name="color:desc bg" content="#202020"/>
- <meta name="color:sidebar bg" content="#ffe586"/>
- <meta name="color:entry bg" content="#202020"/>
- <meta name="color:post bg" content="#fff"/>
- <meta name="color:post text" content="#222"/>
- <meta name="color:bold" content="#ffe224"/>
- <meta name="color:italic" content="#ffa70e"/>
- <meta name="color:link" content="#ff810b"/>
- <meta name="color:link hover" content="#fffec5"/>
- <meta name="color:selection text" content="#fff"/>
- <meta name="color:selection bg" content="#ffa053"/>
- <meta name="color:scroll thumb" content="#f33"/>
- <meta name="color:scroll bg" content="#000"/>
- <meta name="color:extra links text" content="#000"/>
- <meta name="color:blockquotes" content="#fffc32"/>
- <meta name="color:tags" content="#ffc368"/>
- <meta name="color:tags hover" content="#ff7353"/>
- <!-- text fields -->
- <meta name="text:body font" content="calibri"/>
- <meta name="text:desc font" content="consolas"/>
- <meta name="text:title font" content="'Exo 2'"/>
- <meta name="text:body font size" content="13px"/>
- <meta name="text:desc font size" content="11px"/>
- <meta name="text:link 1" content="link 1"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content="link 2"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content="link 3"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="link 4"/>
- <meta name="text:link 4 url" content="/"/>
- <meta name="text:link 5" content="link 5"/>
- <meta name="text:link 5 url" content="/"/>
- <meta name="text:link 6" content="link 6"/>
- <meta name="text:link 6 url" content="/"/>
- <style type="text/css">
- body {
- background:url({image:background}) {color:background color} fixed;
- background-position:right;
- background-repeat:none;
- margin:0px;
- color:{color:post text};
- font-family:{text:body font};
- font-size:{text:body font size};
- line-height:130%;
- }
- b, strong {
- color:{color:bold};
- }
- i, em {
- color:{color:italic};
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- transition:.3s color ease-in-out;
- }
- a:hover {
- color:{color:link hover};
- }
- img {
- border:none;
- max-height:100%;
- max-width:100%;
- }
- blockquote {
- padding-left:7px;
- margin-left:7px;
- border-left:2px solid {color:blockquotes};
- margin-right:0px;
- }
- blockquote blockquote {
- padding-left:7px;
- margin-left:7px;
- border-left:2px dashed {color:blockquotes};
- margin-right:0px;
- }
- h1 {
- font-size:15px;
- }
- ::selection {
- background: {color:selection bg};
- color: {color:selection text};
- }
- ::-moz-selection {
- background: {color:selection bg};
- color: {color:selection text};
- }
- ::-webkit-scrollbar {
- width: 10px;
- }
- ::-webkit-scrollbar:horizontal {
- height: 10px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background: {color:scroll thumb};
- border:4px solid {color:scroll bg};
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background: {color:scroll thumb};
- }
- ::-webkit-scrollbar-corner {
- background: {color:scroll bg};
- }
- #s-m-t-tooltip {
- background:{color:selection bg};
- color:{color:selection text};
- line-height:1em;
- padding:5px;
- z-index:999999999999;
- margin:0 15px;
- pointer-events:none;
- }
- #entries {
- padding:15px;
- {block:if500px}
- width:550px;
- right:30px;
- {/block:if500px}
- {block:ifNot500px}
- width:450px;
- right:80px;
- {/block:ifNot500px}
- {block:ifContained}
- max-height:80%;
- bottom:40px;
- overflow-y:auto;
- border-radius:5px;
- border:10px solid {color:circuits};
- {block:ifGlow}
- -webkit-animation:glow 1.3s ease infinite;
- {/block:ifGlow}
- top:40px;
- {/block:ifContained}
- background:{color:entry bg};
- overflow-x:hidden;
- position:absolute;
- }
- #post {
- {block:if500px}
- width:500px;
- {/block:if500px}
- {block:ifNot500px}
- width:400px;
- {/block:ifNot500px}
- margin-bottom:0px;
- margin-top:20px;
- padding:25px;
- padding-top:15px;
- background:{color:post bg};
- }
- .tags {
- background:{color:post bg};
- display:inline;
- color:{color:tags};
- padding:3px;
- }
- .tags a {
- color:{color:tags};
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- #sidebar {
- position:fixed;
- width:550px;
- height:100%;
- left:0px;
- background:{color:sidebar bg} url('{image:sidebar img}') no-repeat;
- background-position:bottom right;
- }
- #title {
- position:fixed;
- text-align:center;
- min-width:260px;
- top:40px;
- left:25px;
- padding:10px;
- font-size:18px;
- border-radius:5px;
- border:10px solid {color:circuits};
- color:{color:title};
- font-family:{text:title font};
- background:{color:title bg};
- z-index:999;
- {block:ifGlow}
- -webkit-animation: glow 1.3s ease infinite;
- {/block:ifGlow}
- }
- #desc {
- position:fixed;
- text-align:center;
- left:25px;
- width:280px;
- height:140px;
- bottom:360px;
- line-height:14px;
- border-radius:5px;
- border:10px solid {color:circuits};
- font-family:{text:desc font};
- color:{color:desc text};
- background:{color:desc bg};
- font-size:{text:desc font size};
- {block:ifGlow}
- -webkit-animation: glow 1.3s ease infinite;
- {/block:ifGlow}
- z-index:999;
- overflow-y:auto;
- }
- #description {
- width:270px;
- height:130px;
- text-align:center;
- display:table-cell;
- vertical-align:middle;
- position:relative;
- padding:5px;
- padding-bottom:4px;
- }
- #navcont {
- position:fixed;
- bottom:515px;
- left:40px;
- z-index:9999;
- }
- .nav {
- display:inline-block;
- padding:5px;
- height:20px;
- width:15px;
- margin:0 3px;
- position:relative;
- border-radius:3px;
- background:{color:circuits};
- color:{color:extra links text};
- text-align:center;
- font-size:15px;
- line-height:1em;
- transition:.3s all ease;
- z-index:99999;
- {block:ifGlow}
- -webkit-animation: glow 1.3s ease infinite;
- {/block:ifGlow}
- }
- .nav.fa-home {
- font-size:18px;
- top:2px;
- }
- .nav:hover {
- width:30px;
- }
- #pag {
- font-family:calibri;
- font-size:13px;
- text-align:center;
- position:absolute;
- height:15px;
- width:150px;
- padding:5px;
- padding-bottom:8px;
- left:150px;
- bottom:290px;
- border-radius:5px;
- border:10px solid {color:circuits};
- background:{color:title bg};
- color:{color:title};
- {block:ifGlow}
- -webkit-animation: glow 1.3s ease infinite;
- {/block:ifGlow}
- }
- .pg {
- background:{color:circuits};
- padding-left:1px;
- padding-right:1px;
- color:{color:extra links text};
- border-radius:2px;
- transition:.2s opacity ease-in-out, .2s color ease-in-out;
- }
- .pg:hover {
- background:rgba({RGBcolor:circuits},.5);
- }
- #info {
- text-align:center;
- text-transform:uppercase;
- font-family:consolas;
- font-size:12px;
- margin-bottom:15px;
- {block:if500px}
- width:500px;
- {/block:if500px}
- {block:ifNot500px}
- width:400px;
- {/block:ifNot500px}
- padding:10px;
- padding-left:25px;
- padding-right:25px;
- background:{color:post bg};
- }
- .line {
- margin-left:15%;
- width:70%;
- height:0px;
- border-top:1px solid {color:info line};
- padding-top:0px;
- padding-bottom:0px;
- transition:.3s width ease-in-out;
- }
- #note {
- max-height:500px;
- overflow-y:auto;
- overflow-x:hidden;
- text-align:left;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #aud {
- height:20px;
- width:20px;
- overflow:resize;
- }
- .quote {
- font-size:110%;
- background:{color:desc bg};
- color:{color:desc text};
- padding:10px;
- border-top-left-radius:10px;
- border-bottom-right-radius:10px;
- font-family:'Exo 2';
- }
- #linkcont1 {
- width:100px;
- height:400px;
- position:fixed;
- bottom:-80px;
- z-index:99999;
- }
- .links {
- font-size:13px;
- font-family:'Exo 2';
- text-align:center;
- width:100px;
- margin-bottom:20px;
- padding:5px;
- padding-left:10px;
- background:{color:circuits};
- color:{color:extra links text};
- transition:.3s width ease-in-out;
- border-radius:3px;
- {block:ifGlow}
- -webkit-animation: glow 1.3s ease infinite;
- {/block:ifGlow}
- }
- .links:hover {
- width:120px;
- }
- /* circuitry is here. im legit dying */
- #circuit {
- height:100%;
- width:50%;
- left:0px;
- position:fixed;
- z-index:9999;
- pointer-events:none;
- }
- #circuit * { pointer-events:initial; }
- .one {
- width:20px;
- background:{color:circuits};
- position:absolute;
- border-radius:6px;
- {block:ifGlow}
- -webkit-animation: glow 1.3s ease infinite;
- {/block:ifGlow}
- }
- .two {
- width:35px;
- height:35px;
- border-radius:100%;
- position:absolute;
- background:{color:circuits};
- {block:ifGlow}
- -webkit-animation: glow 1.3s ease infinite;
- {/block:ifGlow}
- }
- .three {
- height:20px;
- background:{color:circuits};
- position:absolute;
- border-radius:6px;
- {block:ifGlow}
- -webkit-animation: glow 1.3s ease infinite;
- {/block:ifGlow}
- }
- @keyframes glow {
- 0% { box-shadow:0 0 12px {color:circuits}; }
- 70% { box-shadow:0 0 15px {color:circuits}; }
- 100% {box-shadow:0 0 18px {color:circuits}; }
- }
- @-webkit-keyframes glow {
- 0% { box-shadow:0 0 12px {color:circuits}; }
- 70% { box-shadow:0 0 15px {color:circuits}; }
- 100% {box-shadow:0 0 18px {color:circuits}; }
- }
- @-moz-keyframes glow {
- 0% { box-shadow:0 0 12px {color:circuits}; }
- 70% { box-shadow:0 0 15px {color:circuits}; }
- 100% {box-shadow:0 0 18px {color:circuits}; }
- }
- {CustomCSS}</style>
- <script>
- $(document).ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:200
- });
- var style = ["solid","dashed"];
- $('body').find('blockquote').each( function (i) {
- $(this).css("border-left-style", style[i % style.length]);
- });
- });
- </script>
- </head><body>
- <div id="sidebar"></div>
- <div id="navcont">
- <a href="/" title="home" class="nav fa fa-home"></a>
- <a href="/ask" title="message" class="nav fa fa-pencil"></a>
- <a href="/submit" title="submit" class="nav fa fa-envelope"></a>
- <a href="/archive" title="archive" class="nav fa fa-folder"></a>
- <a href="http://linthm.tumblr.com/thm" title="Decapitate, by Laighlin" class="nav fa fa-user"></a>
- </div>
- <div id="circuit" style="left:-10px;">
- <div id="title">{Title}</div>
- <div id="desc"><div id="description">{Description}</div></div>
- <div class="one" style="left:550px;top:-10px;height:200%;"></div>
- {block:Pagination}
- <div class="one" style="left:170px;bottom:320px;height:50px;"></div>
- {/block:Pagination}
- <div class="one" style="left:626px;top:141px;height:470px;"></div>
- <div class="one" style="height:200px;left:360px;bottom:320px;"></div>
- <div class="one" style="height:440px;left:455px;bottom:-10px;"></div>
- <div class="two" style="bottom:295px;left:353px;"></div>
- <div class="two" style="bottom:410px;left:447px;"></div>
- <div class="two" style="top:600px;left:619px;"></div>
- <div class="two" style="bottom:20px;left:64px;"></div>
- <div class="three" style="top:60px;left:0px;width:50px;"></div>
- {block:ifLink5Url}<div class="three" style="bottom:133px;left:180px;width:50px;height:10px;"></div>{/block:ifLink5Url}
- {block:ifLink6Url}<div class="three" style="bottom:85px;left:130px;width:100px;height:10px;"></div>{/block:ifLink6Url}
- <div class="three" style="bottom:170px;left:270px;width:200px;"></div>
- <div class="three" style="bottom:450px;left:-10px;width:385px;"></div>
- <div class="three" style="bottom:198px;left:263px;width:80px;transform:rotate(-45deg);"></div>
- <div class="three" style="bottom:500px;left:360px;width:200px;"></div>
- <div class="three" style="bottom:223px;width:60px;left:268px;"></div>
- <div class="three" style="bottom:128px;left:40px;width:280px;transform:rotate(-45deg);"></div>
- <div class="three" style="top:100px;left:543px;width:115px;transform:rotate(45deg);"></div>
- {block:Pagination}
- <div id="pag">
- {block:PreviousPage}<a href="{PreviousPage}" class="pg">←</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}" class="pg">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="pg">→</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- {block:ifContained}<div class="three" style="top:145px;right:0px;width:150px;border-radius:0px;"></div>{/block:ifContained}
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}
- {block:if500px}
- <img src="{PhotoURL-500}">
- {/block:if500px}
- {block:ifNot500px}
- <img src="{PhotoURL-400}">
- {/block:ifNot500px}
- {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:if500px}
- {Photoset-500}
- {/block:if500px}
- {block:ifNot500px}
- {Photoset-400}
- {/block:ifNot500px}
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">"{Quote}"</div><p align="right">{block:Source} - {Source}{/block:Source}</p>{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<p>{/block:Lines}{/block:Chat}
- {block:Audio}<div id="aud">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}
- {block:if500px}
- {Video-500}
- {/block:if500px}
- {block:ifNot500px}
- {Video-400}
- {/block:ifNot500px}
- {block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker} whispered:<br><em>{Question}</em><br>{Answer}{/block:Answer}
- </div>
- <div class="line"></div>
- {block:HasTags}<div id="info" style="text-transform:none;margin-bottom:-10px;">{block:Tags}<div class="tags">#<a href="{TagURL}">{Tag}</a></div> {/block:Tags}</div>{/block:HasTags}
- {block:Date}
- <div id="info">
- posted {TimeAgo} on <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> with <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> <strong>•</strong> ori: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom} <strong>•</strong> <a href="{ReblogUrl}">reblog</a>{/block:Date}
- {block:PostNotes} <p><div id="note">{PostNotes}</div>{/block:PostNotes}
- </div>
- {/block:Posts}</div>
- <div id="linkcont1" style="left:-5px;">
- {block:ifLink1Url}<a href="{text:link 1 url}"><div class="links">{text:link 1}</div></a>{/block:ifLink1Url}
- {block:ifLink2Url}<a href="{text:link 2 url}"><div class="links">{text:link 2}</div></a>{/block:ifLink2Url}
- {block:ifLink3Url}<a href="{text:link 3 url}"><div class="links">{text:link 3}</div></a>{/block:ifLink3Url}
- {block:ifLink4Url}<a href="{text:link 4 url}"><div class="links">{text:link 4}</div></a>{/block:ifLink4Url}
- </div>
- <div id="linkcont1" style="bottom:-250px;left:210px;">
- {block:ifLink5Url}<a href="{text:link 5 url}"><div class="links">{text:link 5}</div></a>{/block:ifLink5Url}
- {block:ifLink6Url}<a href="{text:link 6 url}"><div class="links" style="left:140px;">{text:link 6}</div></a>{/block:ifLink6Url}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement