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>
- <html>
- <title>{Title}</title>
- <!--
- S A N C T A E T H E M E
- ------------------------------
- B Y H O K S H I // T U M B L R
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:background" content="#0e0e0e"/>
- <meta name="color:text" content = "#858484"/>
- <meta name="color:link" content="#414040"/>
- <meta name="color:link hover" content="#090808"/>
- <meta name="color:sidebar background" content="#050505"/>
- <meta name="color:post background" content="#0f0f0f"/>
- <meta name="color:title text" content="#bbb9b4" />
- <meta name="color:box background" content="#181818"/>
- <meta name="color:links background" content="#ffe300"/>
- <meta name="image:background" content="http://static.tumblr.com/ii9pnwy/xYylwfwob/75.jpg"/>
- <meta name="image:post background" content=""/>
- <meta name="image:box background" content="http://static.tumblr.com/ii9pnwy/NwZm2dmxo/pattern.png"/>
- <meta name="image:sidebar background" content=""/>
- <meta name="if:Smaller Posts" content="1"/>
- <meta name="if:Show Captions" content="0"/>
- <meta name="if:One Column" content="0"/>
- <meta name="if:Infinite Scrolling" content="0"/>
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Name" content="link 1" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Name" content="link 2" />
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- <style type="text/css">
- {CustomCSS}
- iframe#tumblr_controls {
- right:3px;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- ::-webkit-scrollbar {
- width: 5px;
- height:auto;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:text};
- border-top: 5pt solid {color:link};
- border-bottom: 5pt solid {color:link};
- border-radius: 15px;
- }
- ::-webkit-scrollbar-track-piece {
- background: {color:background};
- }
- body{
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- font-family: consolas;
- letter-spacing: 0px;
- font-size: 11px;
- font-style: none;
- line-height: 10px;
- color: {color:text};
- text-decoration: none;
- text-align: justify;
- }
- a:link, a:visited, a:active{
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- a:hover{
- color:{color:link hover};
- text-decoration: none;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- #sidebar{
- font-family: consolas;
- font-size: 40px;
- background: {color:sidebar background};
- background-image: url('{image:sidebar background}');
- background-attachment: fixed;
- width: 25px;
- height: 100%;
- position: fixed;
- top: 0px;
- {block:IfNotOneColumn}
- margin-left: 833px;
- {/block:IfNotOneColumn}
- {block:IfOneColumn}
- right: 50%;
- margin-right: -220px;
- {/block:IfOneColumn}
- z-index: 2;
- padding: 5px;}
- #title{
- text-align: center;
- letter-spacing:3px;
- text-transform: uppercase;
- font-family: arial;
- font-size: 12px;
- line-height: 14px;
- color: {color:title text};
- z-index: 999;
- }
- #post{
- background:{color: post background};
- background-image: url('{image:post background}');
- font-family: consolas;
- font-size: 11px;
- text-transform: lowercase;
- font-color: {color:text};
- }
- #entry{
- background-position: center;
- background-attachment:fixed;
- background-repeat: repeat;
- {block:IndexPage}
- {block:IfNotOneColumn}
- {block:IfNotSmallerPosts}
- position: absolute; left: 5px; width:850px; margin-top:-15px;
- {/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}
- position: absolute; left:305px; width:550px; margin-top:-15px;
- {/block:IfSmallerPosts}
- {/block:IfNotOneColumn}
- {block:IfOneColumn}
- {block:IfNotSmallerPosts}
- position: absolute; right: 50%;
- margin-right: -215px; width:450px; margin-top:-15px;
- {block:IfNotSmallerPosts}
- {block:IfSmallerPosts}
- position: absolute; right: 50%; margin-right: -115px; width:200px;
- margin-top:-15px;
- {/block:IfSmallerPosts}
- {/block:IfOneColumn}
- {/block:IndexPage}
- {block:PermalinkPage}
- padding-bottom:5px;
- width:500px;
- top:5px;
- position:absolute;
- {block:IfNotOneColumn}
- left:305px;
- {/block:IfNotOneColumn}
- {block:IfOneColumn}
- right: 50%;
- margin-right: -150px;
- {/block:IfOneColumn}
- float: left;
- {/block:PermalinkPage}
- }
- #entry2{
- background:{color: box background};
- background-image:url('{image:box background}');
- {block:IndexPage}
- width: 400px;
- {block:IfSmallerPosts}
- width: 250px;
- {/block:IfSmallerPosts}
- margin:3px;
- padding:5px;
- float:left;
- position: relative;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:10px;
- padding:10px;
- width:500px;
- position:relative;
- float: left;
- {/block:PermalinkPage}
- }
- #next{
- background:{color:links background};
- bottom: 45px;
- {block:IfNotOneColumn}
- left:841px;
- {/block:IfNotOneColumn}
- {block:IfOneColumn}
- right: 50%;
- margin-right:-260px;
- {/block:IfOneColumn}
- z-index: 1;
- width: 65px;
- height: 10px;
- position: fixed;
- font-family: consolas;
- font-size: 11px;
- text-align: right;
- padding:5px;
- }
- #blog{
- background:{color:links background};
- padding: 3px;
- font-family: arial;
- font-size: 13px;
- position: fixed;
- top: 120px;
- left: 875px;
- z-index: 2;
- text-transform: uppercase;
- letter-spacing: 1px;
- margin-top: -10px;
- }
- #links .links{
- background:{color:links background};
- font-family: consolas;
- font-size: 25px;
- font-color:{color:sidebar background};
- position: fixed;
- -webkit-transition: all 0.1s ease;
- opacity: 0;
- margin-left: 35px;
- margin-top: -10px;
- }
- #links:hover .links{
- background:{color:links background};
- font-color:{color:sidebar background};
- font-family: consolas;
- font-size: 11px;
- opacity: 1;
- margin-top: -10px;
- padding: 3px;
- }
- blockquote {
- background-color:transparent;
- padding: 0px;
- border-left: 5px solid #000;
- }
- .audio { {block:IndexPage}width:400px;{/block:IndexPage} {block:PermalinkPage}width:400px;{/block:PermalinkPage} background-color:#000; padding:0px;}
- .question {background: {color:post background};padding-left: 10px;border-bottom: 2px dashed #eee;margin-left:10px;}
- #permalink{
- font-size: 11px;
- padding: 5px;
- margin-left:0px;
- margin-top:5px;
- position: absolute;
- text-align: left;
- background-color:#fff;
- width:0px;
- height:35px;
- color: {color:link};
- opacity: 0;
- filter:alpha(opacity=0);
- -moz-opacity: 0;
- -khtml-opacity: 0;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- #permalink a{
- color:{color:link};
- font-family: consolas;
- font-size: 11px;
- }
- #permalink a:hover{
- color:{color:link hover};
- }
- #entry2:hover #permalink{
- opacity:.85;
- -moz-opacity: 0.80;
- filter: alpha(opacity=80);
- margin-top: 5px;
- margin-left: 0px;
- height: 32px;
- width: 80px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- opacity:.85;
- -moz-opacity: 0.80;
- filter: alpha(opacity=80);
- }
- </style>
- <body>
- <div id="sidebar">
- <br><br><br><br><br><br><br><br><br><br><br>
- <div id="links"><a href="/"><small><small><small>♛</small></small></small><div class="links"><big><big>→ {Title}</big></big><br></a></div></div><br><br><br>
- <div id="links"><a href="/">❶<div class="links">home</div></a></div><br><br><br>
- <div id="links"><a href="/ask">❷<div class="links">message</div></a></div><br><br><br>
- <div id="links"><a href="/archive">❸<div class="links">history</div></div></a><br><br><br>
- <div id="links"><a href="/">❹<div class="links">{block:Description}{Description}{/block:Description}</div></div></a><br><br><br>
- {block:ifLink1URL}<div id="links"><a href="{text:Link 1 URL}">❺<div class="links">{text:Link 1 Name}</div></div></a><br><br><br>{/block:ifLink1URL}
- {block:ifLink2URL}<div id="links"><a href="/ask">❻<div class="links">{text:Link 2 Name}</div></div></a><br><br><br>{block:ifLink2URL}
- <div id="links"><a href="http://hokshi.tumblr.com">❼<div class="links">credit</div></div></a>
- </div>
- {block:IfNotInfiniteScrolling}{block:Pagination}<div id="next">{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {CurrentPage} {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
- <br>
- <div id="entry">
- {block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/block:IfInfiniteScrolling}
- {block:Posts}
- <div id="entry2">
- {block:IndexPage}<div id="permalink"><center>■ {ShortMonth} {DayOfMonthWithZero},'{ShortYear} <br>
- {block:NoteCount}■ {NoteCountWithLabel}<br>{/block:NoteCount}
- <a href="{Permalink}">■ permalink</a>
- </center>
- </div>{/block:IndexPage}
- {block:Text}
- {block:Title} <div id="title">▐ {Title}</div> {/block:Title}
- <div id="post">{Body}</div>
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}">
- {block:IfNotSmallerPosts}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage} width="400" {/block:IndexPage}{block:PermalinkPage} width="500" {/block:PermalinkPage}/> {/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage} width="250" {/block:IndexPage}{block:PermalinkPage} width="500" {/block:PermalinkPage}/>
- {/block:IfSmallerPosts}
- </a>
- {block:Ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:Ifshowcaptions}
- {/block:Photo}
- {block:Photoset}
- <div align="center"><a href="{Permalink}">{block:IfNotSmallerPosts}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts} {block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage} {/block:IfSmallerPosts}</a>
- {block:Ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}{/block:Ifshowcaptions}</div>
- {/block:Photoset}
- {block:Quote}
- <div id="title"><big><big><big><big>❝</big></big></big></big> {Quote}</div>
- <div id="post"><div align="center">✒ {block:Source}<i>{Source}</i>{/block:Source} {block:IndexPage}{/block:IndexPage}</div></div>
- {/block:Quote}
- {block:Link}
- <div id="title"><a href="{URL}"{Target}>✎ {Name}</a> </div>
- <div id="post">{block:Description} {Description} {/block:Description}</div>
- {/block:Link}
- {block:Video}
- {block:IfNotSmallerPosts}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:IfNotSmallerPosts}{block:IfSmallerPosts}{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:IfSmallerPosts}{block:Ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Ifshowcaptions}
- {/block:Video}
- {block:Chat}
- {block:Title}
- <div id="title">— {Title}</div>
- {/block:Title}
- <div id="post">{block:Lines}<div id="postlink">{block:Label}<div style="border-bottom:1px dotted; padding: 2px;">
- <span style="text-transform:uppercase"> <i>{Label}</i></span> {Line}
- </div>{/block:Label}</div>{/block:Lines}
- </div>
- {Block:IndexPage}<div align="right"></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:IfSmallerPosts}<div style="width:250px; height: 30px; background-color:#000; border-bottom:1px dotted #fff;">{AudioPlayerBlack}</div>{/block:IfSmallerPosts}
- <div {block:AlbumArt}style="height:80px;width:100%;"{/block:AlbumArt}>{block:AlbumArt}<span style="float:right;"><img src="{AlbumArtURL}" style="width:80px;border-radius: 5px;"></span>{/block:AlbumArt}<div style="text-align:right;">{block:IfNotSmallerPosts}<div style="width:93%; background-color:#000; border-bottom:1px dotted #fff; padding: 15px;">{AudioPlayerBlack}</div>{/block:IfNotSmallerPosts} {block:Artist}{Artist}{/block:Artist} {block:TrackName}({TrackName}){/block:TrackName}<br>{PlayCountWithLabel}</span></div></div>
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}<div align="left"><div id="titlebar">→ <i>{Asker}</i> asked: {Question}</div></div>
- <div align="left">{Answer}</div>{/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:caption}{Caption}{/block:caption}
- {block:HasTags}<br>TAGS: {block:Tags} <a href="{TagURL}">{Tag}. </a>{/block:Tags}{/block:HasTags}<br>
- {block:Date}{DayOfMonthWithZero} {Month} {Year} ❖ {24HourWithZero}:{Minutes}{/block:Date}
- {block:RebloggedFrom}<br> reblogged via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> | reblogged from <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment