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>
- <!--
- D A K C H E O 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="#F4F4F4"/>
- <meta name="color:text" content="#1d1d1d"/>
- <meta name="color:link" content="#252525"/>
- <meta name="color:link hover" content="#cccccc"/>
- <meta name="color:links menu" content="#131313"/>
- <meta name="color:sideimg background" content="#141414"/>
- <meta name="color:posts" content="#ffffff"/>
- <meta name="image:background" content=""/>
- <meta name="image:post background" content="http://static.tumblr.com/ii9pnwy/sC1m33nab/tumblr_lws4pjqqja1qi201y.png"/>
- <meta name="image:sidebar picture" content="http://static.tumblr.com/ii9pnwy/iAhm33ncm/img_6108_copy.png"/>
- <meta name="image:sidebar" content="http://static.tumblr.com/ii9pnwy/c8wm33nbo/tumblr_lzxkhw34ck1r9g6hvo6_100.png"/>
- <meta name="if:Infinite Scrolling" content="0"/>
- <meta name="if:Smaller Posts" content="1"/>
- <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: 10px; height: 10px; 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: consolas;
- letter-spacing: 1px;
- 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;
- }
- #post{
- position: absolute;
- width: 560px;
- top: 10px;
- {block:IfSmallerPosts}
- width: 460px;
- right: 50%;
- margin-right: -310px;
- {/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}
- right: 50%;
- margin-right: -410px;
- {/block:IfNotSmallerPosts}
- }
- #entry {
- width: 500px;
- {block:IfSmallerPosts}
- width: 400px;
- {block:IfSmallerPosts}
- padding: 10px;
- margin-bottom: 15px;
- background: {color:posts};
- background-image: url('{image:post background}');
- font-family: arial;
- font-size: 9px;
- text-transform: lowercase;
- font-color: {color:font};
- box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
- border-left: 15px solid #5a5959;
- }
- #menu{
- background: {color:links menu};
- width:25px;
- height: 265px;
- top: 50%; margin-top: -160px;
- right: 50%;
- margin-right:150px;
- position: fixed;
- float: left;
- z-index:2;
- }
- #next{
- top: 50%;
- margin-top: 110px;
- right: 50%;
- margin-right:200px;
- z-index: 2;
- position: fixed;
- font-family: courier new;
- font-size: 9px;
- letter-spacing:1px;
- }
- #titlebar{
- padding: 4px;
- border-bottom: 1px dotted {color:link};
- color: {color:link};
- letter-spacing:1px;
- text-transform: uppercase;
- font-family: courier new;
- font-size: 9px;
- line-height: 10px;
- }
- #sidebar{
- background: {color:posts};
- background-image: url('{image:sidebar}');
- top: -2px;
- width: 120px;
- height: 100%;
- padding: 0px;
- right: 50%;
- margin-right:150px;
- position: fixed;
- box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
- }
- #sideimg{
- background: {color:sideimg background};
- background-image: url('{image:sidebar picture}');
- width: 170px;
- height: 265px;
- padding: 0px;
- right: 50%;
- margin-right:175px;
- top: 50%;
- margin-top: -160px;
- position: fixed;
- box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
- border-radius: 50px 0px 0px 50px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .hidden{
- background: {color:sideimg background};
- background-image: url('{image:post background}');
- width: 120px;
- height: 215px;
- padding: 25px;
- right: 50%;
- margin-right:175px;
- top: 50%;
- margin-top: -160px;
- position: fixed;
- opacity: 0;
- font-family: arial;
- font-size: 9px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
- border-radius: 50px 0px 0px 50px;
- }
- #sidebarhidden:hover #sideimg{
- opacity:1;
- z-index:5;
- }
- #sidebar:hover .hidden{
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- }
- #link{
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- background: ({color:font});
- height: 15px;
- padding:5px;
- border-bottom: 1px dotted #919191;
- }
- .permalink {
- float: right;
- width: 500px;
- {block:IfSmallerPosts}
- width: 400px;
- {/block:IfSmallerPosts}
- height: 10px;
- font-size: 9px;
- padding-top: 10px;
- padding-bottom:7px;
- font-family: cambria;
- background: #fff;
- margin-top:-20px;
- margin-left: 0px;
- position: absolute;
- letter-spacing: 1px;
- 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;
- }
- #entry:hover .permalink {
- margin-top: 0px;
- margin-left: 0px;
- -webkit-transition: all 1s ease;
- filter: alpha(opacity = 70);
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- width: 500px;
- {block:IfSmallerPosts}
- width: 400px;
- {block:IfSmallerPosts}
- height:5px;
- opacity: 1;
- }
- #chat{
- border-bottom: 1px dotted #000;
- padding: 2px;
- }
- blockquote {
- padding: 3px;
- border-left: 1px dotted #000;
- color: {color:link};
- }
- </style>
- </head>
- <body>
- {block:IfNotInfiniteScrolling}{block:Pagination}<div id="next">{block:NextPage}<a href="{NextPage}"><big>◀</big></a>{/block:NextPage} {CurrentPage}//{TotalPages} {block:PreviousPage}<a href="{PreviousPage}"><big>▶</big></a>{/block:PreviousPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
- <div id="sidebar">
- <div id="sideimg">
- <img src="{image:sidebar picture}" style=" height: 265px; width: 170px; border-radius: 50px 0px 0px 50px"></img>
- </div>
- <div class="hidden">
- <div style="height: 220px; width: 130px; overflow: auto;">{block:Description}{Description}{/block:Description}</div>
- </div>
- <div align="center"><div id="menu">
- <a href="/" title="index"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/4NKm33ha9/home.png"></div></a>
- <a href="/ask" title="message"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/rROm33hdh/mail.png"></div></a>
- <a href="/archive" title="history"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/pQzm33hgs/calday.png"></div></a>
- {block:ifLink1URL}<a href="{text:Link 1 URL}" title="{text:Link 1 Name}"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/YsTm33iey/folder.png"></div></a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:Link 2 URL}" title="{text:Link 2 Name}"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/HJYm33ig3/star.png"></div></a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:Link 3 URL}" title="{text:Link 3 Name}"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/e7Em33imn/user.png"></div></a>{/block:ifLink3URL}
- {block:ifLink4URL}<a href="{text:Link 4 URL}" title="{text:Link 4 Name}"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/tYRm33ing/camera.png"></div></a>{/block:ifLink4URL}
- {block:ifLink5URL}<a href="{text:Link 5 URL}" title="{text:Link 5 Name}"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/BMim33inx/alert.png"></div></a>{/block:ifLink5URL}
- <a href="http://hokshi.tumblr.com" title="theme credit"><div id="link"><img src="http://static.tumblr.com/ii9pnwy/L1im33i5r/heart.png"></div></a></div>
- </div></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