Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme by hentaist, don't remove or hide the credit to another page.-->
- <html>
- <head>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- DEFAULTS -->
- <meta name="color:background" content="#000000">
- <meta name="color:bold" content="#2ffdf7" />
- <meta name="color:italic" content="#caf86d" />
- <meta name="color:text" content="#4e4d4d" />
- <meta name="color:link" content="#5f8a71" />
- <meta name="color:scrollbar" content="#c0bdb8" />
- <meta name="color:scrollbg" content="#ffffff" />
- <meta name="color:border" content="#ffffff" />
- <meta name="color:bars" content="#ffffff" />
- <meta name="color:tags" content="#ffffff" />
- <meta name="image:imagepixel" content=""/>
- <meta name="image:entries background" content=""/>
- <meta name="if:more links" content="1"/>
- <meta name="if:tags" content="1"/>
- <meta name="if:search bar" content="1"/>
- <meta name="text:post size" content="300"/>
- <meta name="text:url 1" content="/" />
- <meta name="text:link 1" content="link" />
- <meta name="text:url 2" content="/" />
- <meta name="text:link 2" content="link" />
- <meta name="text:url 3" content="/" />
- <meta name="text:link 3" content="link" />
- <meta name="text:url 4" content="/" />
- <meta name="text:link 4" content="link" />
- <meta name="text:url 5" content="/" />
- <meta name="text:link 5" content="link" />
- </head>
- <link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
- <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>
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:99999;
- max-width:90px;
- width:90px;
- letter-spacing:1px;
- font-size:10px;
- font-family:arial;
- text-align:center;
- background:{color:background};
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:100px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px !important;}
- ::-webkit-scrollbar { height:7px;width:7px; background-color:{color:scrollbg};}
- .ask {padding:10px;position: left;background:{color:background};border:1px solid {color:border};}
- .ask p {margin:1px 0px;}
- ::-moz-selection {background-color:{color:scrollbg}; color: {color:scrollbar};}
- ::selection {background-color:{color:scrollbg}; color: {color:scrollbar};}
- body {color:{color:text}; background-color:{color:background}; word-wrap:break-all; font-family:verdana; font-size:10px; line-height:16px; text-align:justify}
- a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
- a:hover {
- color:{color:sidebartitle};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
- small{font-size:11px}
- big{font-size:13px;}
- b, strong {
- font-weight:heavy;
- color:{color:bold};
- }
- ul li {
- list-style:circle;
- margin-left:-5px;
- margin-right:5px;
- padding:3px;
- }
- i, em {
- font-weight:light;
- font-style:normal;
- color:{color:italic};
- }
- pre {
- word-wrap:break-word;
- }
- p{margin-top:6px; margin-bottom:6px}
- blockquote {
- border-left:1px solid #eee;
- padding:1px 0px 1px 10px;
- font-family:verdana;
- word-wrap:break-all;
- margin:5px;}
- #container {background-color:transparent; text-align: center; }
- #entries {margin-top:50px; width:{text:post size}px;text-align: justify; margin-left:340px;word-wrap:break-all;padding-left:10px;padding-right:33px;border:2px solid {color:border};background-image:url('{image:entries background}');background-attachment:fixed;}
- #posts {margin-bottom:50px;width:{text:post size}px;text-align: justify; word-wrap:break-all;padding: 10px;background:white; border:1px solid {color:border};}
- #sidebar {width:178px; background:{color:bars}; padding-bottom:7px; margin-top:32px; margin-left:160px; position:fixed;border-left:2px solid {color:border};border-right:2px solid {color:border};border-bottom:2px solid {color:border};}
- #topbar {width:{text:post size}px;margin-top:-50px;border-top:2px solid {color:border}; border-left:2px solid {color:border}; border-right:2px solid {color:border};position:fixed;border-bottom:2px solid {color:border};height:80px;margin-left:160px;background:{color:bars};padding-right:223px;}
- #sidebarimg img { height:auto; margin-top:100px;margin-left:0px;}
- #description img {max-width:185px; text-align:center;}
- #linko {
- text-align:right;
- height: 13px;
- padding-right:3px;
- 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:67px;
- -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:right;
- letter-spacing:1px;
- line-height:13px;
- }
- #linko #links a:hover {
- color:{color:links};
- text-decoration:line-through;
- }
- .info {
- font-family:verdana;
- color:{color:text};
- text-align:right;
- padding-top:5px;
- }
- h1{color:{color:text}; font-family:{font:link}; font-size:12px; line-height:12px;font-weight:100; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:5px; margin-bottom:-5px; text-align:center}
- h2{color:{color:text}; font-family:{font:link}; font-size:12px; line-height:12px;font-weight:100; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:5px; margin-bottom:-5px; text-align:center}
- .tags {
- text-align:left;
- margin-top:10px;
- font-family:verdana;
- padding:8px 0px 0px 0px;
- border-top:1px solid #c7c7c7;
- color:{color:tags};
- -webkit-transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -ms-transition-duration: 0.3s;
- }
- .tags a {
- color:{color:tags};
- }
- .tags a:hover {
- background:{color:border};
- color:gray;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- }
- .user_1 .label {font-weight:bold}
- .user_2 .label {font-weight:italic}
- .user_3 .label {font-weight:bold}
- .user_4 .label {font-weight:italic}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px; border-bottom:1px solid #eee;}
- .notes img{width:10px; position:relative; top:1px}
- ol.notes, .notes li{width:{text:post size}px; list-style:none; margin:0px 0 -1px 5px; padding:0px;word-wrap:break-all;}
- iframe {
- max-width:100%;
- }
- figure {
- margin:0;
- }
- img {
- max-width:100%;
- }
- .q {
- font-style:italic;
- font-size:12px;
- font-family:verdana;
- line-height:18px;
- text-align:left;
- }
- .s {
- text-align:right;
- margin-top:5px;
- font-size:10px;
- }
- #searchresults {
- color: gray;
- padding:3px;
- width:{text:post size}px;
- 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:'”';
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:{text:post size}px;
- background:white;
- padding:10px;
- word-wrap:break-all;
- font-size:10px;
- margin-left:-5px;
- font-family:arial;
- margin-top:-25px;
- margin-bottom:10px;
- border:1px solid {color:border};
- text-align:left; }
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -10px;
- }
- ol .notes {
- width:{text:post size}px;
- word-wrap:break-all;
- }
- .pagenotes img {display:none!important;}
- .ppage {
- background:white;
- text-align:center;
- width:{text:post size}px;
- border:1px solid {color:border};
- padding:10px;
- margin-top:-25px;
- }
- .swagger {
- margin-left:30px;
- margin-top:-50px;
- position:fixed;
- width:110px;
- list-style-type:none;
- }
- .sidebar-link {
- margin-left:0px;
- color: black;
- width:110px;
- margin-bottom:5px;
- background:{color:background};
- border:1px solid {color:border};
- text-align: center;
- font-size: 11px;
- list-style-type: none;
- display: block;
- padding: 3px 5px;
- }
- .sidebar-link:hover {
- color: gray; !important;
- text-decoration: none;
- opacity:.6;
- background-color: {color:background};
- border-left: 10px solid {color:border};
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="topbar">
- <div style="position:fixed;margin-left:280px;font-size:20px;padding:10px;margin-top:20px;font-family:signika negative;letter-spacing:1px;background:{color:background};border:1px solid {color:border}">{title}</div>
- <img src="{PortraitURL-64}" style="position:fixed;margin-left:200px;margin-top:8px;border-radius:50px;opacity:1">
- </div>
- <div id="container">
- <div id="sidebar">
- <div class="swagger">
- <a class="sidebar-link" href="/">Refresh</a>
- <a class="sidebar-link" href="/ask">Message</a>
- <a class="sidebar-link" href="{text:url 1}">{text:link 1}</a>
- <a class="sidebar-link" href="{text:url 2}">{text:link 2}</a>
- </div>
- <div id="sidebarimg"><a href="/"><img src="{image:imagepixel}" style="opacity:1;"></a></div>
- {block:ifsearchbar}
- <div id="search" style="padding:3px 3px 3px 0px; margin-top:40px;position:inline;width:185px;margin-left:0px;margin-top:10px">
- <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="outline:none;background:{color: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:white;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}
- {block:ifmorelinks}<p>
- <div id="linko">
- + hover for more links <p></p>
- <div id="links">
- <a href="{text:url 3}">{text:link 3}</a><br>
- <a href="{text:url 4}">{text:link 4}</a><br>
- <a href="{text:url 5}">{text:link 5}</a>
- </div>
- {/block:ifmorelinks}
- </div></div></div>
- <!-- just leave it alone. it's sitting in a corner not bothering you. don't move it to another page, that would be not crediting me for my theme properly. i allow it for free public usage so you can at least pay me by leaving it alone. thanks. -->
- <a href="http://hentaist.tumblr.com" style="position:fixed;bottom:5px;left:5px;background:white;border:1px solid #aaa; padding:3px">hentaist</a>
- </div>
- <div id="entries"><br><br><br>
- {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" style="word-wrap:break-word;">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Quote}<div class="q">“{Quote}” </div> <div class="s">— {Source}</div><br>{/block:Quote}
- {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}
- <figure>
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- </figure><br>
- {caption}
- {/block:Photo}
- {block:Photoset}
- <figure>
- {Photoset}
- </figure><br>
- {caption}
- {/block:Photoset}
- {block:Video}
- <figure>
- <center>
- {Video-250}
- </figure>
- {/block:Video}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {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:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {/block:Audio}
- <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">{lang:Tagged}:{block:Tags} <a href="{TagURL}">#{Tag} </a> {/block:Tags}</center></div>
- {/block:iftags}
- </div>
- <br />
- {block:PostNotes}
- <div class="pagenotes">
- <ol class="notes" style="word-wrap:break-word;">
- {block:RebloggedFrom}<i>VIA: </i><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource} - <i>SOURCE: </i><a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}<p></p>
- {PostNotes}
- </div></ol>
- {/block:PostNotes}
- {/block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div style="text-align:center;">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- <p></p>
- {/block:pagination}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement