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>
- <!--
- M A E K C H U 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="#e8e2e2" />
- <meta name="color:text" content="#4f4e4e"/>
- <meta name="color:link" content="#89aeba" />
- <meta name="color:link hover" content="#000000" />
- <meta name="color:posts" content="#fcfcfc"/>
- <meta name="color:topbar" content="#030303" />
- <meta name="color:description text" content="#818181" />
- <meta name="image:background" content="http://static.tumblr.com/ii9pnwy/dp4m34y44/graydottedmany.png"/>
- <meta name="image:post background" content=""/>
- <meta name="image:topbar" content="http://static.tumblr.com/ii9pnwy/lLfm354du/pattern.png"/>
- <meta name="if:InfiniteScrolling" content="0"/>
- <meta name="if:Transparent Posts" content="1"/>
- <meta name="if:Smaller Posts" content="0"/>
- <meta name="if:Show Captions" 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" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Name" content="link 3" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Name" content="link 4" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 5 Name" content="link 5" />
- {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:25px;
- 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: 3px; height: 3px; background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb{
- background-color: {color:text}; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); border-radius: 3px;
- }
- img{
- opacity: 1;
- -webkit-transition: opacity 0.7s linear;
- }
- img:hover{
- opacity: .8;
- -webkit-transition: opacity 0.7s linear;
- }
- body{
- background: {color:background};
- background-image: url('{image:background}');
- background-attachment: fixed;
- font-family: arial;
- letter-spacing: 0px;
- font-size: 9px;
- font-style: none;
- line-height: 10px;
- color: {color:text};
- text-decoration: none;
- text-align: justify;
- }
- a{
- color: {color:link};
- text-decoration: none;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:link, a:visited, a:active{
- text-decoration:none;
- }
- a:hover{
- color: {color:link hover};
- text-decoration: none;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #topbar{
- position:fixed;
- z-index: 3;
- background: {color:topbar};
- {block:IfTransparentPosts}
- background: rgba(0, 0, 0, 0.9);
- {/block:IfTransparentPosts}
- background-image: url('{image:topbar}');
- top: 0px;
- right: 0px;
- height:70px;
- width:100%;
- }
- .linksbar{
- position:fixed;
- z-index: 3;
- background: {color:topbar};
- {block:IfTransparentPosts}
- background: rgba(0, 0, 0, 0.9);
- {/block:IfTransparentPosts}
- background-image: url('{image:topbar}');
- bottom: 0px;
- right: 50%;
- margin-right:-290px;
- height:10px;
- width:560px;
- {block:IfSmallerPosts}
- width:460px;
- right: 50%;
- margin-right:-240px;
- {/block:IfSmallerPosts}
- text-align: center;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- }
- .linksbar:hover{
- height:30px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- }
- a.side{
- padding:1px;
- border-bottom:1px solid {color:link};
- }
- a.side:hover{
- border-bottom:6px solid {color:link};
- }
- #post{
- position: absolute;
- width: 560px;
- top: 75px;
- {block:IfSmallerPosts}
- width: 400px;
- left: 50%;
- margin-left: -200px;
- {/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}
- right: 50%;
- margin-right: -310px;
- {/block:IfNotSmallerPosts}
- }
- #entry {
- width: 500px;
- {block:IfSmallerPosts}
- width: 400px;
- {block:IfSmallerPosts}
- padding: 10px;
- margin-bottom: 5px;
- background: {color:posts};
- {block:IfTransparentPosts}
- background: rgba(0, 0, 0, 0.1);
- {/block:IfTransparentPosts}
- background-image: url('{image:post background}');
- font-family: arial;
- font-size: 9px;
- text-transform: lowercase;
- font-color: {color:font};
- {block:IfNotTransparentPosts}
- box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
- {/block:IfNotTransparentPosts}
- }
- #title{
- position: fixed;
- top:5px;
- left: 50%;
- margin-left: -150px;
- z-index: 5;
- width: 300px;
- font-family: georgia;
- font-size: 13px;
- text-transform: uppercase;
- text-align: center;
- font-color: {color:link};
- border-bottom: 1px solid {color:text};
- padding: 5px;
- }
- #desc{
- position: fixed;
- top:30px;
- left: 50%;
- margin-left: -250px;
- z-index: 5;
- width: 515px;
- {block:IfSmallerPosts}
- width: 415px;
- left: 50%;
- margin-left: -200px;
- {/block:IfSmallerPosts}
- height: 40px;
- letter-spacing: 0px;
- color: {color:description text};
- }
- #desc:hover .linksbar{
- opacity: 1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- }
- #titlebar{
- padding: 4px;
- border-bottom: 1px solid {color:text};
- color: {color:link};
- letter-spacing:1px;
- text-transform: uppercase;
- font-family: georgia;
- font-size: 13px;
- line-height: 10px;
- }
- .permalink {
- float: left;
- width: 200px;
- {block:IfSmallerPosts}
- width: 400px;
- height: 1px;
- padding: 15px;
- {/block:IfSmallerPosts}
- font-family: arial;
- text-transform: uppercase;
- background: #fff;
- margin-top:-20px;
- margin-left: 0px;
- position: absolute;
- letter-spacing: 0px;
- text-align: center;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- z-index: 2;
- opacity: 0;
- border-radius: 5px;
- }
- #entry:hover .permalink {
- margin-top: 10px;
- margin-left: -10px;
- padding: 7px;
- -webkit-transition: all 1s ease;
- filter: alpha(opacity = 70);
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- height: 5px;
- width: 300px;
- {block:IfSmallerPosts}
- width: 400px;
- {block:IfSmallerPosts}
- opacity: 0.9;
- }
- #chat{
- border-bottom: 1px dotted {color:text};
- padding: 2px;
- }
- #back{
- position: fixed;
- width:50px;
- left: 50%;
- margin-left: -280px;
- top: 50%;
- font-size: 30px;
- z-index: 15;
- }
- #next{
- position: fixed;
- width:50px;
- left: 50%;
- margin-left: 285px;
- top: 50%;
- font-size: 30px;
- z-index: 15;
- }
- blockquote {
- padding: 3px;
- border-left: 3px solid #000;
- color: {color:link};
- }
- </style>
- </head>
- <body>
- {block:IfNotInfiniteScrolling}{block:Pagination}
- <div id="back">{block:PreviousPage}<a href="{PreviousPage}"><big>«</big></a>{/block:PreviousPage}</div>
- <div id="next">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
- {/block:Pagination}{/block:IfNotInfiniteScrolling}
- <div id="topbar"></div>
- <div id="title"><a href="/" alt="{Title}">{Title}</a></div>
- <div id="desc"><div align="justify"><div style="height: 30px; overflow: auto;">{block:Description}{Description}{/block:Description}</div><br /></div></div>
- <div class="linksbar"><a href="/" class="side">index</a>
- <a href="/ask" class="side">message</a>
- <a href="/archive" class="side">archive</a>
- {block:ifLink1URL}<a href="{text:Link 1 URL}" class="side">{text:Link 1 Name}</a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:Link 2 URL}" class="side">{text:Link 2 Name}</a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:Link 3 URL}" class="side">{text:Link 3 Name}</a>{/block:ifLink3URL}
- {block:ifLink4URL}<a href="{text:Link 4 URL}" class="side">{text:Link 4 Name}</a>{/block:ifLink1URL}
- {block:ifLink5URL}<a href="{text:Link 5 URL}" class="side">{text:Link 5 Name}</a>{/block:ifLink5URL}
- <a href="http://hokshi.tumblr.com" class="side">theme</a>
- </div>
- <div id="post">
- {block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/block:IfInfiniteScrolling}
- {block:Posts}
- {block:Text}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- <a href="{Permalink}">{block:Title}<div id="titlebar">{Title}</div>{/block:Title}</a>{/block:Title}
- <div align="left">{Body}</div>
- </div>
- {/block:Text}
- {block:Photo}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- <a href="{Permalink}">{block:IfNotSmallerPosts}{block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" /></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" />{/block:PermalinkPage}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts} {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="400" /></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="400" />{/block:PermalinkPage} {/block:IfSmallerPosts}</a>
- {block:Ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Ifshowcaptions}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- <a href="{Permalink}">{block:IfNotSmallerPosts}{block:IndexPage}{Photoset-500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts} {block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {/block:IfSmallerPosts}</a>
- {block:Ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Ifshowcaptions}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- <div id="titlebar"><div align="center">❝{Quote}</div></div>
- {block:Source}
- <p><div align="right"> - {Source}</div></p>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- <a href="{URL}" class="link" {Target}>
- <div id="titlebar">{Name}</div></a>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- {block:Title}
- <a href="{Permalink}"><div id="titlebar">{Title}</div></a>
- {/block:Title}
- {block:Lines}<div id="chat">{block:Label}<i>{Label}</i>{/block:Label} {Line}</div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- {Video-400}
- {block:Ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Ifshowcaptions}
- </div>
- {/block:Video}
- {block:Audio}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- <div {block:AlbumArt}style="height:100px;width:100%;"{/block:AlbumArt}>{block:AlbumArt}<span style="float:left;"><img src="{AlbumArtURL}" style="width:100px;border-radius: 5px;"></span>{/block:AlbumArt}<div style="text-align:left;"><div style="width:93%; background-color:#fff; border-bottom:1px dotted #000; padding: 15px;">{AudioPlayerWhite}</div><br> {block:Artist}Artist: {Artist}{/block:Artist}<br> {block:TrackName}Track Name: {TrackName}{/block:TrackName}<br> Play Count: {PlayCountWithLabel}</span></div></div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink"><a href="{Permalink}">PERMALINK</a> | {Month} {DayOfMonthWithZero}, {Year} | {block:NoteCount} {NoteCountWithLabel} {/block:NoteCount}</div>{/block:IndexPage}</div>
- <div id="titlebar">{Asker}: {Question}</div>
- {Answer}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <div id="entry">
- {block:caption}{Caption}<br>{/block:caption}
- {MonthNumberWithZero}{DayOfMonthWithZero}{ShortYear}
- {block:HasTags}<br>TAGS: {block:Tags} <a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
- {block:RebloggedFrom}<br>reblogged via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>; reblogged from <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:PostNotes}<div align="left">{PostNotes}</div>{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment