Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-- theme by hentaist, please don't delete or hide the credit -->
- <title>{title}</title>
- <meta name="color:Background" content="#fff">
- <meta name="color:links bg hover" content="#f8f8f8">
- <meta name="color:Text" content="#444">
- <meta name="color:Link" content="#444">
- <meta name="color:asker border" content="#AAA"/>
- <meta name="color:asker background" content="#EEE"/>
- <meta name="color:chat line 1" content="#fcfcfc"/>
- <meta name="color:chat line 2" content="#ffffff"/>
- <meta name="if:full color shadow" content="1"/>
- <meta name="if:regular shadow" content="0"/>
- <meta name="if:rounded" content="1"/>
- <meta name="if:captions" content="1"/>
- <meta name="if:tags" content="0"/>
- <meta name="if:250px" content="0"/>
- <meta name="if:400px" content="1"/>
- <meta name="if:500px" content="0"/>
- <meta name="color:shadow" content="#000"/>
- <meta name="color:border" content="#000"/>
- <meta name="color:Link Hover" content="#eee">
- <meta name="color:Post Info Background" content="#eee">
- <meta name="color:italic" content="#c7c7c7"/>
- <meta name="text:font" content="arial, sans-serif"/>
- <meta name="image:Background" content="">
- <meta name="image:sidebar" content="">
- <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" />
- <style type="text/css">
- a{
- color:{color:Link};
- }
- a:hover{
- color:{color:Link Hover};
- }
- .question {
- background:{color:asker background};
- padding:10px;
- display: block;
- padding: 15px;
- font-size: 11px;
- border:1px solid {color:asker border};
- }
- .asker {
- line-height: 24px;
- font-size:18px;
- font-family:helvetica;
- font-weight:100;
- margin-top:5px;
- background:{color:asker background};
- border:1px solid {color:asker border};
- text-align:center;
- }
- .asker a {
- text-decoration:none;
- border:none;
- }
- input.search {
- background-color: {color:background};
- color: black;
- border:0;
- z-index:99999;
- width:98%;
- border-radius: 0px;
- padding: 2px;
- top:-2px;
- }
- input.search:focus {
- border:0;
- color: gray;
- }
- i, em {
- font-style:normal;
- color:{color:italic};
- }
- blockquote {
- padding:0px;
- padding-left:10px;
- margin:8px;
- border-left:2px solid {color:text};
- word-wrap:break-word;}
- pre, small, code {
- padding:10px;
- font-size:11px;
- box-sizing:border-box;
- -moz-box-sizing:border-box;
- webkit-box-sizing:border-box;
- display:block;
- width:100%; overflow-x:auto;
- }
- body{
- background:{color:Background};
- background-image:url('{image:Background}');
- font-size:11px;
- background-attachment:fixed;
- font-family:{text:font};
- color:{color:Text};
- word-wrap:break-word;
- }
- /*SIDEBAR*/
- #sidebar{
- position:fixed;
- margin-top:50px;
- margin-left:150px;
- width:150px;}
- #title{
- text-align:center;
- font-size:14px;
- padding:5px;
- }
- #description{
- text-align:center;
- margin-left:6px;
- }
- #links li{
- list-style-image:none;
- list-style:none;
- background:white;
- border:1px solid {color:border};
- padding:5px;
- margin-top:-3px;
- }
- #links {
- {block:iffullcolorshadow}
- box-shadow:0px 0px 0px 3px {color:shadow};
- {/block:iffullcolorshadow}
- {block:ifregularshadow}
- -webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
- -moz-box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
- box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
- {/block:ifregularshadow}
- margin-left:-32px;
- position:inline;
- }
- #links li:hover {
- background:{color:links bg hover};
- }
- #links a {
- text-decoration:none;
- color:gray;
- display:block;
- letter-spacing:3px
- }
- /* page navigation */
- .pagination {
- margin: 0 auto;
- clear: both;
- text-align: center;
- }
- #previous, #next, .page-info {
- font-size: 12px;
- color: {color:Text};
- padding: 5px;
- text-decoration: none;
- }
- #previous:hover, #next:hover {
- text-decoration: none;
- }
- /*POST CONTAINER*/
- #entries{
- margin-left:400px;
- margin-top:30px;
- margin-bottom:30px;
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:if500px}
- width:500px;
- {/block:if500px}
- }
- /*Posts*/
- #posts{
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:if500px}
- width:500px;
- {/block:if500px}
- background:white;
- padding:10px;
- {block:iffullcolorshadow}
- box-shadow:0px 0px 0px 3px {color:shadow};
- {/block:iffullcolorshadow}
- {block:ifregularshadow}
- -webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
- -moz-box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
- box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
- {/block:ifregularshadow}
- {block:ifrounded}
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- {/block:ifrounded}
- border:1px solid {color:border};
- line-height:17px;
- }
- #posts img {
- max-width:100%;
- }
- iframe img {
- max-width:100%;
- }
- /*POST INFO*/
- #postinfo{
- background:{color:Post Info Background};
- position:inline;
- padding:3px;
- margin:5px -10px -10px -10px;
- {block:ifrounded}
- -webkit-border-bottom-left-radius: 5px;
- -moz-border-bottom-left-radius: 5px;
- border-bottom-left-radius: 5px;
- -webkit-border-bottom-right-radius: 5px;
- -moz-border-bottom-right-radius: 5px;
- border-bottom-right-radius: 5px;
- {/block:ifrounded}
- }
- #postinfo a{
- text-decoration:none;
- margin-right:5px;
- }
- /* chat post styles */
- ul.chat {
- margin: -9px;
- padding: 0;
- }
- .chat li {
- list-style-type: none;
- margin-left: 0px;
- padding: 5px;
- letter-spacing:1px;
- border-bottom:1px solid {color:border};
- font:10px monospace;
- }
- .chat li.odd {
- margin-bottom: 3px;
- background-color:{color:chat line 1};
- color: {color:text};
- }
- .chat li.even {
- margin-bottom: 3px;
- background-color:{color:chat line 2};
- color: {color:text};
- }
- .chat li:last-child {
- margin-bottom:10px;
- border-bottom:none;
- }
- /*audio*/
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- margin-top:5px;
- background:{color:background};}
- .audioinfo {
- margin-left:50px;
- margin-right:30px;
- text-align:center;
- margin-bottom:20px;
- margin-top:0px;
- border:1px dashed {color:border};
- background:{color:background};
- padding:2px;
- }
- #notes {
- width:300px;
- }
- #notes img {
- display:none;
- }
- h1, h2 {
- font-size:12px;
- }
- .quote-text {
- font-family: serif;
- font-size: 15px !important;
- font-style: italic;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="title">{Title}</div>
- <div id="description">{Description}</div>
- <ul>
- <div id="links">
- <li><a href="/">refresh</a>
- <li><a href="/ask">message</a>
- {block:ifLink1}<li><a href="{text:url 1}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<li><a href="{text:url 2}" >{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<li><a href="{text:url 3}">{text:Link 3}</a> {/block:ifLink3}
- <li><form action="/search" method="get" id="search-form">
- <input class="search" type="text" placeholder="Search here..." name="q" value="" style="outline:none;"/></form></li>
- <li><a href="/"><img src="{image:sidebar}" style="position:inline;width:100%;margin-bottom:-1px"></a></li>
- </div></ul></li>
- </div>
- <div id="entries">
- {block:SearchPage}
- {block:SearchResults}
- <div class="post">
- <div class="post-content">
- <h3>{lang:SearchResultCount results for SearchQuery 2}</h3>
- </div>
- </div>
- {/block:SearchResults}
- {block:NoSearchResults}
- <div class="post">
- <div class="post-content">
- <h3>{lang:No search results for SearchQuery 2}</h3>
- </div>
- </div>
- {/block:NoSearchResults}
- {/block:SearchPage}<p></p>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParent}{/block:ReblogParent}
- {block:Posts}
- <div id="posts">
- {block:Text}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}{Body}{/block:Text}
- {block:Quote}
- <p class="quote-text">"{Quote}"</p>
- {block:Source}<p class="text-right"> — {Source}</p>
- {/block:Source}
- {/block:Quote}
- {block:Link}<a href="{URL}">{Name}</a>{Description}{/block:Link}
- {block:Chat}
- {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
- </ul>
- {/block:Chat}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset}{/block:Photoset}
- {block:Video}{block:PostTitle}{PostTitle}{/block:PostTitle}
- {block:if500px}{Video-500}{/block:if500px}{block:if400px}{Video-400}{/block:if400px}{block:if250px}{Video-250}{/block:if250px}{/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>heard: {FormattedPlayCount}{block:Artist} / {Artist}{/block:Artist}
- </div>{/block:Audio}
- {block:Answer}
- <div class="question">
- {Question}
- </div>
- <div class="asker">
- asked by: {Asker}</div>
- {Answer}
- {/block:Answer}
- {block:indexpage}
- {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{/block:indexpage}{block:permalinkpage}{caption}{/block:permalinkpage}
- <div id="postinfo">
- <a href="{Permalink}">
- {NoteCountWithLabel}</a>
- <a href="{Permalink}" style="float:right"> {TimeAgo}</a>{block:iftags}<br>
- {block:hastags}{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:hastags}{/block:iftags}</div>
- </div>
- <div style="margin-bottom:80px;"></div>
- {block:PostNotes}<div id="notes">{PostNotes}</div>
- {block:PostNotes}{/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}" id="previous">«</a>{/block:PreviousPage}<span class="page-info">{lang:CurrentPage of TotalPages}</span>{block:NextPage}<a href="{NextPage}" id="next">»</a>{/block:NextPage}</div>{/block:Pagination}
- </div>
- <a href="http://hentaist.tumblr.com" style="position:fixed;bottom:5px;left:5px;background:white;text-decoration:none;padding:3px;border:1px solid {color:border};color:text;">HENTAIST</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement