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>
- <!---------- DO NOT REMOVE -----------
- THEME 005 MACHINE BY 5-1-FAN
- -Do not remove the credit.
- -You can move it to a credit page but do not remove it completely.
- -Do not use it as base.
- -Do not claim it as yours.
- ----------- DO NOT REMOVE ----------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--tooltip-->
- <link href="http://static.tumblr.com/culyzrr/NhDmzmza5/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/culyzrr/eLpmzmz9l/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--tooltip-->
- <meta name="color:Background" content="#f8f8f8" />
- <meta name="color:Header" content="#000000" />
- <meta name="color:Text" content="#909090" />
- <meta name="color:Link" content="#bababa" />
- <meta name="color:Link hover" content="#777777" />
- <meta name="color:Bold" content="#9e9e9e" />
- <meta name="color:Italic" content="#9e9e9e" />
- <meta name="color:Underline" content="#9e9e9e" />
- <meta name="color:Post title" content="#9e9e9e" />
- <meta name="color:Post border" content="#eeeeee" />
- <meta name="color:Selection bg" content="#ffffff" />
- <meta name="color:Selection text" content="#000000" />
- <meta name="color:Scrollbar" content="#b3b3b3" />
- <meta name="color:Post bg" content="#ffffff" />
- <meta name="color:Blockquote" content="#a4a4a4" />
- <meta name="color:Title" content="#ffffff" />
- <meta name="color:Title hover" content="#cfcfcf" />
- <meta name="color:Description" content="#dadada" />
- <meta name="color:Navigation" content="#e3e3e3" />
- <meta name="color:Navigation hover" content="#c0c0c0" />
- <meta name="color:Permalink" content="#7f7f7f" />
- <meta name="text:Link 1 URL" content="/ask" />
- <meta name="text:Link 1 Title" content="ask" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Title" content="link 1" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Title" content="link 2" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Title" content="link 3" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 5 Title" content="link 4" />
- <meta name="text:Link 6 URL" content="/" />
- <meta name="text:Link 6 Title" content="link 5" />
- <meta name="image:Background" content="" />
- <meta name="image:Header" content="https://31.media.tumblr.com/a54acd5216911432bcc42db2688f912b/tumblr_n3c2to3cee1qe8xt9o1_250.png" />
- <meta name="if:Tiny Cursor" content="1"/>
- <meta name="if:250" content="0"/>
- <meta name="if:400" content="1"/>
- <meta name="if:500" content="0"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Show Photo Caption" content="1"/>
- <meta name="if:Fadeout" content="0"/>
- <meta name="if:Grayscale" content="0"/>
- <style type="text/css">
- @font-face {
- font-family: "04b03";
- src: url('http://static.tumblr.com/5fd89aw/aFUlmf7ca/04b03.ttf');
- }
- {block:IfTinyCursor}
- body, a {
- cursor:url('http://i.imgur.com/2qleX.jpg'), auto
- }
- a:hover {
- cursor: url('http://i.imgur.com/IepP2.jpg'), auto;
- }
- {/block:IfTinyCursor}
- ::-webkit-scrollbar-thumb{
- background-color: {color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:6px;
- width:3px;
- background-color: transparent;
- }
- ::selection {
- color:{color:Selection text};
- background:{color:Selection bg};
- }
- body {
- background:{color:Background};
- background-image: url('{image:Background}');
- background-repeat:repeat;
- background-attachment:fixed;
- margin:0;
- padding:0;
- color:{color:Text};
- font-family:Helvetica;
- font-size:10px;
- line-height:150%;
- letter-spacing:1px;
- word-spacing:1px;
- }
- img {
- height: auto;
- {block:If250}
- max-width:250px;
- {/block:If250}
- {block:If400}
- max-width:400px;
- {/block:If400}
- {block:If500}
- max-width:500px;
- {/block:If500}
- {block:IfFadeout}
- opacity:.7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfFadeout}
- {block:IfGrayscale}
- -webkit-filter: grayscale(1);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfGrayscale}
- }
- img:hover {
- {block:IfFadeout}
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfFadeout}
- {block:IfGrayscale}
- filter: none;
- -webkit-filter: grayscale(0);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfGrayscale}
- }
- iframe {
- {block:IfFadeout}
- opacity: .7;
- filter:alpha(opacity=70);
- -moz-opacity: .7;
- -khtml-opacity: .7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfFadeout}
- }
- iframe:hover{
- {block:IfFadeout}
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opa-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;city: 1;
- {/block:IfFadeout}
- }
- .photoset {
- {block:IfGrayscale}
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfGrayscale}
- }
- .photoset:hover {
- {block:IfGrayscale}
- -webkit-filter: grayscale(0);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:IfGrayscale}
- }
- blockquote {
- background:transparent;
- text-align:left;
- padding-left : 10px;
- margin-left:10px;
- border-left: 1px double {color:Blockquote};
- }
- a:link, a:active, a:visited {
- color: {color:Link};
- text-decoration: none;
- word-spacing:2px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:hover {
- color: {color:Link hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- b, strong, .strong {
- color:{color:Bold};
- font-weight: 700;
- }
- i, em, .em {
- color:{color:Italic};
- font-style:oblique;
- }
- u, em, .em{
- color: {color:Underline};
- text-decoration: underline;
- }
- h1 {
- font-size:15px;
- text-transform:uppercase;
- color: {color:Post title};
- line-height:150%;
- font-family:consolas;
- }
- .posts li, .posts blockquote {
- max-width: 100%;
- }
- iframe#tumblr_controls {
- top:5px;
- right:10px!important;
- position:fixed !important;
- -webkit-filter: invert(1);
- opacity:1;
- filter:alpha(opacity=100);
- -moz-opacity:1;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- text-align:center;
- line-height:150%;
- }
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- display:none;
- }
- ol.notes li.note span.action {
- font-weight: bold;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:Blockquote};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- #s-m-t-tooltip{
- max-width:300px;
- z-index:999999;
- margin:20px 0px;
- padding: 0px 5px 0px 5px ;
- text-transform:uppercase;
- font-family: "04b03";
- font-size:9px;
- color:#777777;
- text-align:center;
- border:1px solid #eee;
- background: white;
- }
- #cont {
- {block:If250}
- width:310px;
- {/block:If250}
- {block:If400}
- width:460px;
- {/block:If400}
- {block:If500}
- width:560px;
- {/block:If500}
- margin:0 auto;
- }
- #entries {
- margin:auto;
- margin-top:750px;
- text-align:left;
- position:absolute;
- z-index:99;
- }
- #post {
- margin-bottom:150px;
- max-width:100%;
- {block:If250}
- width:250px;
- {/block:If250}
- {block:If400}
- width:400px;
- {/block:If400}
- {block:If500}
- width:500px;
- {/block:If500}
- height: auto;
- word-wrap: break-word;
- z-index:9;
- border: 1px solid {color:Post border};
- padding: 30px;
- background:{color:Post bg};
- }
- #info {
- {block:If250}
- width:250px;
- {/block:If250}
- {block:If400}
- width:400px;
- {/block:If400}
- {block:If500}
- width:500px;
- {/block:If500}
- color:{color:Text};
- text-align:center;
- font-family: arial;
- font-size:9px;
- margin-top:-130px;
- border: 1px solid {color:Post border};
- padding:33px 30px 30px 30px;
- margin-bottom:50px;
- background:{color:Post bg};
- }
- .perm, .perm a {
- color:{color:Permalink};
- text-transform:uppercase;
- font-size:8px;
- font-family:arial;
- }
- #post .permalink {
- margin-top: 35px;
- margin-left: -31px;
- position: absolute;
- text-align:right;
- height:auto;
- {block:If250}
- width:306px;
- {/block:If250}
- {block:If400}
- width:456px;
- {/block:If400}
- {block:If500}
- width:556px;
- {/block:If500}
- opacity:.5;
- letter-spacing:3px;
- padding-right:3px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #post:hover .permalink {
- opacity:1;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #ask {
- text-align:left;
- margin-right:25px;
- padding: 19px ;
- border:1px solid #eee;
- {block:If250}
- width:210px;
- {/block:If250}
- {block:If400}
- width:360px;
- {/block:If400}
- {block:If500}
- width:460px;
- {/block:If500}
- height:auto;
- line-height:150%;
- }
- .caption {
- text-align:left;
- margin-left:3px;
- margin-top:10px;
- padding-top:5px;
- {block:If250}
- width:250px;
- {/block:If250}
- {block:If400}
- width:400px;
- {/block:If400}
- {block:If500}
- width:500px;
- {/block:If500}
- }
- .quote {
- font-size:20px;
- max-width:100%;
- font-weight:700;
- line-height:120%;
- }
- #headcont {
- width:600px;
- margin:0 auto;
- }
- #head {
- position: absolute;
- z-index:999;
- margin-top:0px;
- margin:0 auto;
- width:600px;
- height:600px;
- background:{color:Header};
- background-image: url('{image:Header}');
- background-repeat:repeat;
- }
- .header {
- position: absolute;
- width:600px;
- height: 140px;
- z-index:999;
- margin-top:205px;
- }
- .stick {
- position: fixed;
- z-index:999;
- margin-top: 0px;
- background:{color:Header};
- background-image: url('{image:Header}');
- background-repeat:repeat;
- }
- #title {
- font-size:50px;
- font-family: arial black;
- letter-spacing:0px;
- word-spacing:1px;
- width:600px;
- height:auto;
- text-align:center;
- z-index:9999;
- position:absolute;
- margin-top:10px;
- margin-left:0px;
- padding:20px 0px;
- }
- #title a {
- color:{color:Title};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #title a:hover {
- color:{color:Title hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #desc {
- position:absolute;
- margin-top:75px;
- margin-left:0px;
- width:400px;
- text-align:center;
- height:auto ;
- z-index:9999;
- line-height:150%;
- font-family: Arial;
- letter-spacing:1px;
- word-spacing:2px;
- font-size:9px;
- color:{color:Description};
- padding:0px 100px;
- }
- #navi {
- text-align:center;
- position:absolute;
- margin-top:110px;
- margin-left:0px;
- width:600px;
- z-index:9999;
- font-size:10px;
- text-transform:lowercase;
- font-style:italic;
- font-size:10px;
- font-family:baskerville;
- }
- #navi a {
- color:{color:Navigation};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #navi a:hover {
- color:{color:Navigation Hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="headcont"><div id="head"></div><div class="header">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="desc">{Description}</div><div id="navi">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" > ⇦ </a>{block:PreviousPage}{/block:Pagination}
- {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Title} </a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Title} </a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Title} </a>{/block:ifLink3URL}
- {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Title} </a>{/block:ifLink4URL}
- {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 Title} </a>{/block:ifLink5URL}
- {block:ifLink6URL}<a href="{text:Link 6 URL}">{text:Link 6 Title}</a>{/block:ifLink6URL}
- {block:Pagination}{block:NextPage}<a href="{NextPage}" > ⇨ </a>{/block:NextPage}{/block:Pagination}
- </div></div></div>
- <script>
- var header = document.querySelector('.header');
- var origOffsetY = header.offsetTop;
- function onScroll(e) {
- window.scrollY >= origOffsetY ? header.classList.add('stick') :
- header.classList.remove('stick');
- }
- document.addEventListener('scroll', onScroll);
- </script>
- <div id="cont"><div id="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}{block:ReblogParent}{/block:ReblogParent}
- <div id="post">{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}{block:If250}<img src="{PhotoURL-250}">{/block:If250}{block:If400}<img src="{PhotoURL-400}">{/block:If400}{block:If500}<img src="{PhotoURL-500}">{/block:If500}{LinkCloseTag}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Photo}
- <div class="photoset">{block:Photoset}{block:If250}{Photoset-250}{/block:If250}{block:If400}{Photoset-400}{/block:If400}{block:If500}{Photoset-500}{/block:If500}{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Photoset}</div>
- {block:Quote}<div class="quote">"{Quote}"</div><p>{block:Source} — {Source}</p>{/block:Source}{/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}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<center>{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}<br>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} - {Artist}{/block:Artist}</center>{block:IfShowPhotoCaption}{block:IndexPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfShowPhotoCaption}{/block:Audio}
- {block:Video}{block:If250}{Video-250}{/block:If250}{block:If400}{Video-400}{/block:If400}{block:If500}{Video-500}{/block:If500}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask">{Asker} asked: {Question}</div><br><p>{Answer}</p>{/block:Answer}
- {block:IndexPage}<div class="permalink"><div class="perm">{block:IfNot250}<a href="{Permalink}">{block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date} {NoteCountWithLabel}</a>{/block:IfNot250}{block:If250}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:If250}{block:IfShowTags}{block:HasTags} <span title="{block:Tags}#{Tag} {/block:Tags}">TAGS</span>{/block:HasTags}{/block:IfShowTags} <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:IndexPage}
- {block:permalinkpage}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:permalinkpage} </div>
- {block:PermalinkPagination}{block:permalinkpage}<div id="info">
- Posted {block:Date}{TimeAgo}{/block:Date} with {NoteCountWithLabel} <br><br>
- {block:RebloggedFrom}via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br><br>
- {block:HasTags}{block:Tags}<a href="{TagURL}"> {Tag} </a>{/block:Tags}{/block:HasTags}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:permalinkpage}{/block:PermalinkPagination}
- {/block:Posts}</div></div>
- <div style="bottom:10px;right:10px;z-index:999;position:fixed;"> <a href="http://exorgy.tumblr.com/" > <font color="#494949">Ⓐ</font></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment