Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- please don't steal, don't remove credits either.
- theme by hentaist -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternatfe" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="color:Background" content="#f4f4ff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#a8a6a6"/>
- <meta name="color:border" content="#dad8ff"/>
- <meta name="color:italic" content="#f7f7f7" />
- <meta name="color:tags" content="#fff" />
- <meta name="color:bold" content="#6f6e6e" />
- <meta name="color:shadow" content="#eee"/>
- <meta name="color:sidebar" content="#fff"/>
- <meta name="color:search background" content="#fff"/>
- <meta name="color:search button" content="#fff"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:pagination" content="1"/>
- <meta name="if:infinite scroll" content="0"/>
- <meta name="if:sidebar background" content="1"/>
- <meta name="if:shadow" content="1"/>
- <meta name="if:captions" content="1"/>
- <meta name="if:tags" content="1"/>
- <meta name="if:search bar" content="1"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:post size" content="250" />
- <meta name="text:hover text" content="hover here"/>
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:99999;
- max-width:90px;
- text-align:center;
- background:{color:background};
- }
- h2 {
- font-size:14px;
- font-family:helvetica;
- font-weight:100;
- opacity:.5;
- padding:5px;
- border:1px solid {color:border};
- background:{color:background};
- }
- /*basics*/
- blockquote{
- margin: 10px 10px 15px 10px;
- padding-left: 15px;
- border-left: solid 2px #dcdcdc;
- }
- pre {
- word-wrap:break-word;
- font-family:helvetica;
- max-width:250px;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:verdana;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:14px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- text-decoration:underline;}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {font-size:12px;
- line-height:18px;
- font-weight:100;
- font-family:helvetica;
- margin-bottom:10px;
- text-transform:lowercase;
- text-align:center;}
- b, strong {
- font-weight:heavy;
- color:{color:bold};
- }
- i, em {
- font-style:normal;
- color:{color:italic};
- }
- /*sidebar*/
- #sidebar {
- margin-left:160px;
- position:fixed;
- padding:5px;
- margin-top:100px;
- width:180px;
- {block:ifsidebarbackground}
- border:1px solid {color:border};
- {block:ifshadow}
- box-shadow:5px 5px {color:shadow};
- {/block:ifshadow}
- background:{color:sidebar};
- {/block:ifsidebarbackground}
- }
- #sidebarim {
- margin-bottom:20px;
- margin-top:-50px;
- margin-left:60px;
- max-width:100px;
- }
- #sidebarim img {
- max-width:100px;
- }
- #blogt {
- font-size:14px;
- font-weight:100;
- margin-top:80px;
- width:130px;
- overflow:auto;
- margin-left:-220px;
- position:fixed;
- font-family:helvetica;
- text-align:center;
- }
- #description {
- margin:20px 0;
- font-size:11px;
- text-align:center;
- }
- #linko {
- text-align:center;
- height: 16px;
- overflow: hidden;
- font-family:verdana;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #linko:hover {
- height:105px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- -ms-transition: all 0.9s ease-out;
- -o-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- #linko #links {
- text-align:center;
- letter-spacing:1px;
- line-height:15px;
- }
- #linko #links a:hover {
- color:{color:links};
- text-decoration:line-through;
- }
- .hover {
- background:{color:background};
- margin-top:-3px;
- }
- /*pagination*/
- #pagination {
- width:{text:post size}px;
- margin-left:0px;
- position:absolute;
- background:white;
- border:1px solid {color:border};
- text-transform:lowercase;
- text-align:center;
- padding:5px;
- }
- #pagination a {
- padding:3px;
- }
- /*container*/
- #con {
- margin-left:300px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:75px;
- margin-left:150px;
- width:{text:post size}px;
- }
- iframe {
- max-width:100%;
- }
- figure {
- margin:0;
- }
- img {
- max-width:100%;
- }
- #posts {
- word-wrap:break-word;
- {block:ifshadow}
- box-shadow:5px 5px {color:shadow};
- {/block:ifshadow}
- width:{text:post size}px;
- padding:5px;
- background:white;
- border:2px solid {color:border};
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:{text:post size}px;
- }
- #posts a:hover {
- background:#fffbe6;
- text-decoration:none;
- }
- #posts img, #posts li, {
- max-width: 100%;}
- .caption {
- width:100%;
- word-wrap:break-word;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{text-align:left;
- font-size:12px;
- font-family:helvetica;
- line-height:20px;
- font-weight:200;
- color:gray;
- }
- #source {
- margin-top:15px;
- margin-left:15px;}
- /*audio*/
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- }
- /*asks*/
- .ask {
- padding:10px;
- position: left;
- background:{color:background};
- border:1px solid {color:border};
- }
- .ask p {
- margin:1px 0px;
- }
- /*chat*/
- .chat ol {
- margin-left:-20px;
- list-style:none;
- }
- .line {padding:5px 0;
- list-style:none;
- border-bottom:1px solid #eee;
- }
- .label {font-weight:bold;
- }
- li {
- list-style:square;
- margin-left:-15px;
- }
- /*permalink and notes*/
- .info {
- font-family:verdana;
- color:{color:text};
- text-align:right;
- padding-top:10px;
- }
- .tags {
- text-align:left;
- margin-top:10px;
- font-family:verdana;
- padding:5px;
- background:{color:tags};
- border-top:1px solid #c7c7c7;
- -webkit-transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -ms-transition-duration: 0.3s;
- }
- .tags a:hover {
- background:{color:border};
- color:gray;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:300px;
- background:white;
- padding:5px;
- font-size:10px;
- font-family:arial;
- margin-top:-25px;
- margin-bottom:10px;
- border:1px solid {color:border};
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- #searchresults {
- color: gray;
- padding:3px;
- width:310px;
- text-align:center;
- margin-bottom:10px;
- font-family: 'arial';
- font-size: 15px;
- }
- #searchresults .search_query {
- font-weight: 100;
- }
- #searchresults .search_query:before {
- content:'“';
- }
- #searchresults .search_query:after {
- content:'”';
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebarim"><img src="{image:sidebar image}"></div>
- <div id="description">
- {block:ifsearchbar}
- <div id="search" style="padding:3px 3px 3px 0px; position:inline;width:185px;margin-bottom:5px;">
- <form action="/search" method="get" id="search-form">
- <input type="hidden" name="t" value="{Name}" />
- <input type="hidden" name="scope" value="all_of_tumblr" />
- <input type="text" name="q" class="query" value="{SearchQuery}" style="background:{color:search background}; width:100px;border-left:2px solid {color:border};border-top:2px solid {color:border};color:gray;border-right:none;border-bottom:none;padding-bottom:3px;"/>
- <input type="submit" value="search" class="submit" style="width:auto;background:{color:search button};border-right:2px solid {color:border};border-bottom:2px solid {color:border};color:gray;padding-bottom:0;border-top:none;border-left:none;"/>
- </form>
- </div>
- {/block:ifsearchbar}
- {description}</div>
- <div id="linko">
- <div class="hover" style="padding:3px">{text:hover text}</div>
- <div id="links"><p></p>
- <a href="/">home</a><br>
- <a href="/ask">ask</a><br>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}<br>
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}<br>
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}<br>
- </div>
- </div>
- </div>
- <div id="con">
- <div id="entries">
- <div class = "autopagerize_page_element" >
- {block:SearchPage}
- {block:SearchResults}
- <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
- {/block:SearchResults}
- {block:NoSearchResults}
- <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
- {/block:NoSearchResults}
- {/block:SearchPage}
- {block:Posts}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">
- — {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Link}
- <div id="title">
- <a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- <figure>
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- </figure>
- {/block:Photo}
- {block:Photoset}
- <figure>
- {Photoset}
- </figure>
- {/block:Photoset}
- {block:Video}
- <figure>
- {Video-500}
- </figure>
- {/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {/block:Audio}
- {block:Answer}<b><div style="background:#fbfbfb;padding:3px;border:1px solid #eee;margin-bottom:4px">{lang:Asked by Asker 2}: </div></b><div class="ask"><span></span>{Question};</div>{Answer}{/block:Answer}
- {block:ifcaptions}<div class="caption">{block:caption}{caption}{/block:caption}</div>{/block:ifcaptions}
- <div class="info">{block:Date}<a href="{Permalink}" title="permalink!">{24Hour} : {Minutes}{/block:Date} {block:NoteCount} / {NoteCountWithLabel}{/block:NoteCount} </a></div>
- {block:iftags}<div class="tags">{block:Tags} <a href="{TagURL}">#{Tag} </a> {/block:Tags}</center></div>{/block:iftags}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:ifpagination}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}
- <p></p>
- <!-- do not do not do not remove this, please please please. -->
- メロクによるテーマ. 2014 © <br><a href="http://hentaist.tumblr.com">this theme is by hentaist.</a>
- </div>
- {/block:ifpagination}
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- <div style="position:fixed;background:white;border:1px solid {color:border}; color:{color:text};bottom:3px;left:3px;padding:3px"> <a href="http://meroku.tumblr.com">THEME</a></div>
- {/block:ifinfinitescroll}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement