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>
- <!--
- 0 B S 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="#f8faff"/>
- <meta name="color:text" content="#1d1d1d"/>
- <meta name="color:link" content="#808a8f"/>
- <meta name="color:link hover" content="#cccccc"/>
- <meta name="color:links menu" content="#f0d81d"/>
- <meta name="color:posts" content="#ffffff"/>
- <meta name="color:permalink text" content="#b6b5b5"/>
- <meta name="color:permalink bar" content="#050505"/>
- <meta name="image:background" content=""/>
- <meta name="image:post background" content=""/>
- <meta name="image:sidebar picture" content="http://static.tumblr.com/ii9pnwy/30fm3pa35/lol.png"/>
- <meta name="image:sidebar picture 2" content="http://static.tumblr.com/ii9pnwy/EPBm3pa3q/lol2.png"/>
- <meta name="image:permalink bar" content=""/>
- <meta name="if:Infinite Scrolling" content="0"/>
- <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: .5;
- -webkit-transition: opacity 0.7s linear;
- }
- body{
- background: {color:background};
- background-image: url('{image:background}');
- background-attachment: fixed;
- font-family: consolas;
- 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;
- }
- #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: 5px;
- margin-bottom: 35px;
- background: {color:posts};
- background-image: url('{image:post background}');
- font-family: arial;
- font-size: 9px;
- text-transform: lowercase;
- font-color: {color:font};
- }
- #title{
- letter-spacing:0px;
- text-transform: uppercase;
- font-family: cambria;
- font-size:14px;
- line-height:12px;
- text-align:right;
- bottom: 382px;
- right: 50%;
- margin-right:160px;
- position: fixed;
- }
- #menu{
- height: 370px;
- bottom: 10px;
- right: 50%;
- margin-right:370px;
- position: fixed;
- z-index:2;
- }
- #titlebar{
- padding: 4px;
- border-bottom: 1px dotted {color:link};
- color: {color:link};
- letter-spacing:1px;
- text-transform: uppercase;
- font-family: cambria;
- font-size:9px;
- line-height: 10px;
- }
- #sideimg{
- background-image: url('{image:sidebar picture}');
- width: 200px;
- height: 250px;
- padding: 0px;
- right: 50%;
- margin-right:160px;
- bottom: 130px;
- position: fixed;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .hidden{
- width: 50px;
- right: 50%;
- margin-right:310px;
- bottom: 10px;
- position: fixed;
- opacity: 1;
- font-family: arial;
- font-size: 9px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- border-radius: 15px;
- font-family: arial;
- letter-spacing:0px;
- font-size: 9px;
- }
- .sideimg2{
- width: 200px;
- height: 250px;
- padding: 0px;
- right: 50%;
- margin-right:160px;
- bottom: 130px;
- position: fixed;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- opacity:0;
- }
- #sidebar:hover .sideimg2{
- opacity:1;
- z-index:6;
- }
- #sidebar:hover #sideimg{
- opacity:0;
- -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: 100px;
- height: 10px;
- font-size: 9px;
- padding-top: 10px;
- padding-bottom:7px;
- font-family: cambria;
- margin-top:-20px;
- margin-left: 550px;
- {block:IfSmallerPosts}
- margin-left: 450px;
- {/block:IfSmallerPosts}
- position: absolute;
- letter-spacing: 1px;
- text-align: left;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- z-index: 2;
- opacity: 0;
- text-transform: uppercase;
- }
- #entry:hover .permalink {
- margin-top: 0px;
- margin-left: 550px;
- {block:IfSmallerPosts}
- margin-left: 450px;
- {/block:IfSmallerPosts}
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- width: 100px;
- height:5px;
- opacity: 1;
- }
- #chat{
- border-bottom: 1px dotted #000;
- padding: 2px;
- }
- #perma{
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 0px;
- text-align: center;
- line-height:8px;
- margin-left:0px;
- margin-top:-35px;
- position: absolute;
- background-color:{color:permalink bar};
- background-image: url('{image:permalink bar}');
- width:510px;
- {block:IfSmallerPosts}
- width:410px;
- {/block:IfSmallerPosts}
- height: 18px;
- color: {color:permalink text};
- }
- .source{
- left:50%;
- margin-left:230px;
- {block:IfSmallerPosts}
- left:50%;
- margin-left:175px;
- {/block:IfSmallerPosts}
- text-align:center;
- position:absolute;
- width:24px;
- padding: 5px;
- z-index: 2;
- }
- #links .links{
- text-align: right;
- background:{color:links background};
- font-family: cambria;
- font-size: 25px;
- font-color:{color:sidebar background};
- position: fixed;
- opacity: 0;
- right: 50%;
- margin-right: 385px;
- margin-top: -4px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition:all 0.7s ease;
- }
- #links:hover .links{
- background:{color:links background};
- font-color:{color:sidebar background};
- letter-spacing:1px;
- text-transform: uppercase;
- font-family: cambria;
- font-size:9px;
- opacity: 1;
- margin-top: -4px;
- padding: 3px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition:all 0.7s ease;
- }
- #button{
- width:10px;
- height: 10px;
- background:#f0d81d;
- -webkit-transition: all 0.7s ease;
- }
- #button:hover{
- background:#000;
- -webkit-transition: all 0.7s ease;
- }
- #navi .navi{
- text-align: right;
- background:{color:links background};
- font-family: cambria;
- font-size: 9px;
- text-transform: uppercase;
- font-color:{color:sidebar background};
- position: fixed;
- right: 50%;
- margin-right: 385px;
- margin-top: 10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition:all 0.7s ease;
- }
- #next{
- width:1px;
- height: 35px;
- background:#f0d81d;
- -webkit-transition: all 0.7s ease;
- }
- #next:hover{
- background:#000;
- -webkit-transition: all 0.7s ease;
- }
- #picture{
- width: 24px;
- padding: 4px;
- background: #fff;
- line-height: 1px;
- border-bottom: 3px solid {color:background};
- }
- blockquote {
- padding: 3px;
- border-left: 1px dotted #000;
- color: {color:link};
- }
- </style>
- </head>
- <body>
- <div id="title"><div style="width: 200px; overflow: auto;">{Title}</div></div>
- <div id="sidebar">
- <div id="sideimg">
- <img src="{image:sidebar picture}"></img>
- </div>
- <div class="sideimg2">
- <img src="{image:sidebar picture 2}"></img>
- </div>
- <div class="hidden">
- <div style="height: 115px; width: 200px; overflow: auto;">{block:Description}{Description}{/block:Description}</div>
- </div>
- <div align="center"><div id="menu">
- <div id="links"><a href="/"><div id="button"><div class="links">index</div></div></a></div><br>
- <div id="links"><a href="/ask"><div id="button"><div class="links">message</div></div></a></div><br>
- <div id="links"><a href="/archive"><div id="button"><div class="links">history</div></div></a></div><br>
- {block:ifLink1URL}<div id="links"><a href="{text:Link 1 URL}"><div id="button"><div class="links">{text:Link 1 Name}</div></div></a></div><br>{/block:ifLink1URL}
- {block:ifLink2URL}<div id="links"><a href="{text:Link 2 URL}"><div id="button"><div class="links">{text:Link 2 Name}</div></div></a></div><br>{/block:ifLink2URL}
- {block:ifLink3URL}<div id="links"><a href="{text:Link 3 URL}"><div id="button"><div class="links">{text:Link 3 Name}</div></div></a></div><br>{/block:ifLink3URL}
- {block:ifLink4URL}<div id="links"><a href="{text:Link 4 URL}"><div id="button"><div class="links">{text:Link 4 Name}</div></div></a></div><br>{/block:ifLink4URL}
- {block:ifLink5URL}<div id="links"><a href="{text:Link 5 URL}"><div id="button"><div class="links">{text:Link 5 Name}</div></div></a></div><br>{/block:ifLink5URL}
- <div id="links"><a href="http://hokshi.tumblr.com/"><div id="button"><div class="links">theme credit</div></div></a></div> <br><br><br><br><br>
- {block:IfNotInfiniteScrolling}{block:Pagination}{block:NextPage}<div id="navi"><a href="/ask"><div id="next"><div class="navi"><a href="{NextPage}">next</a></div></div></a></div><br>{/block:NextPage}
- {block:PreviousPage}<div id="navi"><a href="/ask"><div id="next"><div class="navi"><a href="{PreviousPage}">previous</a></div></div></a></div>{/block:PreviousPage}{/block:Pagination}{/block:IfNotInfiniteScrolling}
- </div></div>
- <div id="post">
- {block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/block:IfInfiniteScrolling}
- {block:Posts}
- {block:IndexPage}
- <div class="source">
- {block:RebloggedFrom} <div id="picture"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a></div> <div id="picture"><a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}"></a></div>{/block:RebloggedFrom}
- </div>
- {/block:IndexPage}
- {block:Text}
- <div id="entry">
- <div align="center">{block:IndexPage}
- <div class="permalink">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></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">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></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">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></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">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></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">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></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">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></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">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></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">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></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">■ {NoteCountWithLabel} <br>■ <a href="{Permalink}">PERMALINK</a><br>■ <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
- <div id="titlebar"><img src="{AskerPortraitURL-30}" border="0" style="float: left; margin:1px 1px;border:#000 5px solid;" /> {Asker}: {Question}</div>
- {Answer}
- </div>
- {/block:Answer}
- {block:IndexPage}
- <div id="perma">{block:Date} posted {DayOfWeek}, {Month} {DayOfMonthWithZero}, {Year} {/block:Date} <br>TAGGED:{block:HasTags} {block:Tags} ■<a href="{TagURL}"> {Tag} </a>{/block:Tags}{/block:HasTags}
- </div>
- {/block:IndexPage}
- {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