Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-- styles theme by hentaist, please leave credit untouched -->
- <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=740">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="apple-touch-icon" href="{PortraitURL-128}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <meta name="font:Headings" content="'Helvetica Neue', sans-serif">
- <meta name="font:Body" content="'Helvetica Neue', sans-serif">
- <meta name="image:Background" content="">
- <meta name="image:sidebar" content="">
- <meta name="color:Background" content="#e7e7e7">
- <meta name="color:bbackground" content="#e7e7e7">
- <meta name="color:Text" content="#444444">
- <meta name="color:hover" content="#444444">
- <meta name="color:italic" content="#444444">
- <meta name="color:bold" content="#444444">
- <meta name="color:Link" content="#c7c7c7">
- <meta name="color:shadow2" content="#fff"/>
- <meta name="color:Borders" content="#cccccc">
- <meta name="color:Post Background" content="#ffffff">
- <meta name="color:Post Info Text" content="#888888">
- <meta name="color:Post Links" content="#50b43e">
- <meta name="color:post info background" content="#fff"/>
- <meta name="color:Sidebar Links" content="#50b43e">
- <meta name="if:Infinite Scrolling" content="1">
- <meta name="if:250px" content="0"/>
- <meta name="if:350px" content="1"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:500px" content="0"/>
- <meta name="if:style2" content="1"/>
- <meta name="if:style1" content="0"/>
- <meta name="if:solid border" content="1"/>
- <meta name="if:dashed border" content="0"/>
- <meta name="if:dotted border" content="0"/>
- <meta name="if:shadow" content="1"/>
- <meta name="if:shadow2" content="0"/>
- <meta name="if:post info border" content="1"/>
- <meta name="text:style1 bg opacity" content="1"/>
- <meta name="text:description top" content="-260">
- <meta name="text:description left" content="-5">
- <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" />
- <style type="text/css">
- body {
- color: {color:Text};
- background-color: {color:Background};
- font-size:11px;
- background-image: url('{image:Background}');
- background-attachment: fixed;
- background-position: top center;
- font-family: {font:Body};
- width: 724px;
- margin: 0 auto;
- position: relative;
- }
- i, em {
- font-style:normal;
- font-size:11px;
- color:{color:italic};
- }
- .post a:hover {
- background:{color:hover};
- }
- b, strong{color: {color:Bold};}
- /* main column of posts */
- .main {
- margin-left:270px;
- {block:if250px}
- width: 250px;
- {/block:if250px}
- {block:if350px}
- width: 350px;
- {/block:if350px}
- {block:if400px}
- width: 400px;
- {/block:if400px}
- {block:if500px}
- width: 500px;
- {/block:if500px}
- margin-top: 40px;
- margin-bottom:30px;
- }
- /* fixed sidebar */
- .sidebar {
- width: 140px;
- padding: 10px;
- position: fixed;
- margin-left: 60px;
- padding: 4px;
- top:170px;
- float: left;
- {block:ifstyle2}
- {block:ifshadow}
- box-shadow:rgba(0,0,0,0.03) 5px 5px;
- {block:ifshadow}
- {block:ifshadow2}
- box-shadow:0px 0px 0px 5px {color:shadow2};
- {block:ifshadow2}
- background: {color:Post Background};
- {block:ifsolidborder}
- border: 1px solid {color:Borders};
- {/block:ifsolidborder}
- {block:ifdottedborder}
- border: 1px dotted {color:Borders};
- {/block:ifdottedborder}
- {block:ifdashedborder}
- border: 1px dashed {color:Borders};
- {/block:ifdashedborder}
- {/block:ifstyle2}
- }
- /* blog title */
- .blog-title {
- font-family: {font:Headings};
- font-size: 14px;
- font-weight:100;
- }
- /* blog description in the sidebar */
- .description {
- font-size: 11px;
- line-height:14px;
- margin-top:-120px;
- line-height:18px;
- padding:4px;
- color:{color:Text};
- {block:ifstyle2}
- position:fixed;
- overflow-y:scroll;
- margin-top:{text:description top}px;
- margin-left:{text:description left}px;
- width:140px;
- max-height:70px;
- background:white;
- {block:ifsolidborder}
- border: 1px solid {color:Borders};
- {/block:ifsolidborder}
- {block:ifdottedborder}
- border: 1px dotted {color:Borders};
- {/block:ifdottedborder}
- {block:ifdashedborder}
- border: 1px dashed {color:Borders};
- {/block:ifdashedborder}
- {block:ifshadow}
- box-shadow:rgba(0,0,0,0.03) 5px 5px;
- {block:ifshadow}
- {block:ifshadow2}
- box-shadow:0px 0px 0px 5px {color:shadow2};
- {block:ifshadow2}
- {/block:ifstyle2}
- }
- /* sidebar link styles */
- .sidebar-link {
- margin-left:0px;
- width:130px;
- border-bottom:1px solid {color:borders};
- color: {color:text}; !important;
- text-align: left;
- font-size: 11px;
- list-style-type: none;
- display: block;
- padding: 3px 5px;
- }
- .sidebar-link:hover {
- color: {color:link}; !important;
- text-decoration: none;
- background-color: {color:sidebar links};
- }
- input.search {
- {block:ifstyle1}
- background-color: {color:background};
- color: black;
- border-bottom:1px solid {color:borders};
- border-left:0;
- border-right:0;
- border-top:0;
- z-index:99999;
- font-weight:bold;
- letter-spacing:5px;
- {block:if250px}
- width: 510px;
- {/block:if250px}
- {block:if350px}
- width: 610px;
- {/block:if350px}
- {block:if400px}
- width: 660px;
- {/block:if400px}
- {block:if500px}
- width: 760px;
- {/block:if500px}
- position:fixed;
- border-radius: 0px;
- padding: 5px;
- margin-left:31px;
- top:-2px;
- {block:ifstyle1}
- }
- input.search:focus {
- background-color: white;
- border-bottom:1px solid {color:borders};
- border-left:0;
- border-right:0;
- border-top:0;
- color: #c7c7c7;
- }
- #border {
- {block:ifstyle1}
- {block:if250px}
- width: 500px;
- {/block:if250px}
- {block:if350px}
- width: 600px;
- {/block:if350px}
- {block:if400px}
- width: 650px;
- {/block:if400px}
- {block:if500px}
- width: 750px;
- {/block:if500px}
- padding:10px;
- opacity:{text:style1 bg opacity};
- position:fixed;
- background:{color:bbackground};
- z-index:-99999;
- border:1px solid {color:borders};
- height:100%;
- margin-left:30px;
- margin-top:-50px;
- {/block:ifstyle1}
- }
- /* general post styles */
- .post {
- background: {color:Post Background};
- {block:ifsolidborder}
- border: 1px solid {color:Borders};
- {/block:ifsolidborder}
- {block:ifdottedborder}
- border: 1px dotted {color:Borders};
- {/block:ifdottedborder}
- {block:ifdashedborder}
- border: 1px dashed {color:Borders};
- {/block:ifdashedborder}
- {block:ifshadow}
- box-shadow:rgba(0,0,0,0.03) 5px 5px;
- {block:ifshadow}
- {block:ifshadow2}
- box-shadow:0px 0px 0px 5px {color:shadow2};
- {block:ifshadow2}
- margin-bottom: 80px;
- font-size:11px;
- }
- figure {
- margin: 0;
- overflow:hidden;
- }
- .post-content {
- padding: 10px
- }
- .post img {
- max-width: 100%;
- height: auto;
- }
- .post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
- font-family: {font:Headings};
- font-size: 14px;
- font-weight:200;
- }
- .post a, .description a {
- color: {color:Post Links};
- text-decoration: none;
- border-bottom:1px dotted {color:links};
- }
- .post a:hover, .description a:hover {
- color: black;
- }
- .post p, .description p {
- font-size: 11px;
- line-height: 150%;
- }
- .post ul, .description ul {
- list-style-type: square;
- font-size: 11px;
- line-height: 140%;
- padding-left: 20px;
- }
- .post ol, .description ol {
- font-size: 12px;
- line-height: 140%;
- padding-left: 20px;
- }
- blockquote {
- padding:0px;
- padding-left:10px;
- margin:8px;
- border-left:1px solid {color:text};
- word-wrap:break-word;}
- /* videos, photosets, etc */
- .post iframe, .description iframe {
- max-width: 100%;
- }
- /* chat post styles */
- .chat .label {
- font-weight: bold;
- text-align: right;
- }
- .chat ul {
- list-style-type: none;
- padding-left: 0;
- }
- .chat ul li {
- border-bottom: 1px solid rgba({RGBcolor:Text},0.2);
- padding: 5px 0;
- }
- .chat ul li:last-child {
- border-bottom: 0;
- }
- /* quote post styles */
- .quote-text {
- font-family: serif;
- font-size: 15px !important;
- font-style: italic;
- }
- /* post meta info blocks */
- .post-meta {
- color: {color:Post Info Text};
- font-size: 11px;
- padding: 5px;
- {block:ifpostinfoborder}
- margin:10px;
- background:{color:post info background};
- {block:ifsolidborder}
- border: 1px solid {color:Borders};
- {/block:ifsolidborder}
- {block:ifdottedborder}
- border: 1px dotted {color:Borders};
- {/block:ifdottedborder}
- {block:ifdashedborder}
- border: 1px dashed {color:Borders};
- {/block:ifdashedborder}
- {/block:ifpostinfoborder}
- }
- .post-meta a, .post-meta a:hover {
- color: {color:Post Info Text};
- text-decoration: none;
- border-bottom:none;
- }
- .tag:before {
- content: "#";
- }
- ol.notes {
- list-style-type: none;
- padding-left: 0;
- font-size:10px;
- }
- .note {
- padding: 5px;
- }
- /* page navigation */
- .pagination {
- margin: 0 auto;
- clear: both;
- text-align: center;
- }
- #previous, #next, .page-info {
- font-size: 12px;
- background-color: {color:Post Background};
- border: 1px solid {color:Borders};
- color: {color:Text};
- padding: 5px;
- text-decoration: none;
- }
- #previous:hover, #next:hover {
- text-decoration: none;
- }
- /* misc classes */
- .float-right {
- float: right;
- }
- .text-right {
- text-align: right;
- }
- /* stop old IE from showing borders on linked images */
- a img {
- border: 0;
- }
- /* change selection colors */
- ::-moz-selection {
- background: {color:Post Links};
- color: white;
- text-shadow: none;
- }
- ::selection {
- background: {color:Post Links};
- color: white;
- text-shadow: none;
- }
- a { color:{color:link};
- }
- .question {
- color:gray;
- font-family:arial;
- background:#f8f8f8;
- border:1px dotted {color:borders};
- position: relative;
- padding:5px;
- }
- .a {
- background:white;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="border"></div>
- <div class="sidebar">
- {block:ifstyle1}<div class="description">
- {description}</div>{/block:ifstyle1}
- {block:ifstyle2}
- <img src="{image:sidebar}" style="width:95%;border:1px solid {color:borders};padding:3px;margin-top:3px; background:white; position:inline;margin-left:-1px;"></a><center>
- <a href="/">home</a>
- <a href="/ask">ask</a>
- {block:ifLink1}<a href="{text:url 1}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:url 2}" >{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:url 3}">{text:Link 3}</a> {/block:ifLink3}</center>
- {/block:ifstyle2}
- {block:ifstyle1}
- <a class="sidebar-link" style ="text-decoration:none" href="/"> Refresh</a>
- <a class="sidebar-link" style ="text-decoration:none" href="/ask"> Message</a>
- <a class="sidebar-link" style ="text-decoration:none" href="{text:url 1}">{text:link 1}</a>
- <a class="sidebar-link" style ="text-decoration:none" href="{text:url 2}">{text:link 2}</a>
- {block:iflink3}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 3}"> {text:link 3}</a>{/block:iflink3}
- {block:iflink4}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 4}"> {text:link 4}</a>{/block:iflink4}</div>
- {/block:ifstyle1}
- {block:ifstyle2}<div class="description">{description}</div>{/block:ifstyle2}
- </div>
- {block:ifstyle1}<form action="/search" method="get" id="search-form">
- <input class="search" type="text" placeholder="Search here..." name="q" value="" style="outline:none;"/></form>{/block:ifstyle1}
- <div class="main">
- {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}
- {block:TagPage}
- <div class="post">
- <div class="post-content">
- <h3>#{Tag}</h3>
- </div>
- </div>
- {/block:TagPage}
- {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}
- <article id="{PostID}" class="post {PostType}">
- <div class="post-content">
- {block:Text}
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="question">
- <div class="bae"></div>
- {Asker}: {Question}
- </div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Photo}
- <figure>
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- </figure>
- <figcaption class="caption">{Caption}</figcaption>
- {/block:Photo}
- {block:Photoset}
- <figure>
- {Photoset}
- </figure>
- <figcaption class="caption">{Caption}</figcaption>
- {/block:Photoset}
- {block:Quote}
- <p class="quote-text">"{Quote}"</p>
- {block:Source}
- <p class="text-right"> — {Source}</p>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h3><a href="{URL}" class="link-post-link" {Target}>{Name} →</a></h3>
- {block:Description}
- <div class="link-description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- <ul class="chat-lines">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- <span class="line">{Line}</span>
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- <figure>
- <div style="max-width:100%;overflow:hidden"> {Video-500}</div>
- </figure>
- {block:Caption}
- <figcaption class="caption">{Caption}</figcaption>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <figure>
- {AudioEmbed}
- </figure>
- {block:Caption}
- <figcaption class="caption">{Caption}</figcaption>
- {/block:Caption}
- {/block:Audio}
- </div>
- <div class="post-meta tags-list" ><u><b>
- <a href='{Permalink}#notes'>{NoteCountWithLabel}</a></b></u>
- {block:Tags}
- <a class="tag" href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {block:PermalinkPagination}
- <div class="post-meta">
- <a class="note-count" href='{Permalink}#notes'>{NoteCountWithLabel}</a>
- <a class="time-posted float-right" href='{Permalink}'>{TimeAgo}</a>
- {block:RebloggedFrom}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br />
- Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br />
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPagination}
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="post-meta notes-list">{PostNotes-16}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </article>
- {/block:Posts}
- {block:IfNotInfiniteScrolling}
- {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}
- {/block:IfNotInfiniteScrolling}
- </div>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/ytzm5f1ke/infinitescrolling.js"></script>
- {/block:IfInfiniteScrolling}
- <!--- please do not remove this or hide it, pleeeeeease. -->
- <a href="http://hentaist.tumblr.com" style="position:fixed;bottom:5px;left:5px;background:white; text-decoration:none;color:Gray;padding:3px; border:1px solid {color:borders}">HENTAIST</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement