Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-- pink drink theme by hentaist / don't hide or delete the credit
- ask questions here: http://hentaist.tumblr.com/askme
- check for html help here: http://hentaist.tumblr.com/tagged/coding
- read the basic faq here: http://hentaist.tumblr.com/faq -->
- <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <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:links background" content="#fbfbfb">
- <meta name="color:Text" content="#444444">
- <meta name="color:hover" content="#444444">
- <meta name="color:italic" content="#959595">
- <meta name="color:bold" content="#444444">
- <meta name="color:Link" content="#c7c7c7">
- <meta name="color:Borders" content="#cccccc">
- <meta name="color:Post Background" content="#ffffff">
- <meta name="color:Post Info" content="#f7f7f7">
- <meta name="color:Post Info Text" content="#888888">
- <meta name="color:Post Links" content="#50b43e">
- <meta name="color:Sidebar Links" content="#50b43e">
- <meta name="if:Infinite Scrolling" content="1">
- <meta name="if:250px" content="0"/>
- <meta name="if:340px" content="1"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:500px" content="0"/>
- <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" />
- <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:if340px}
- width:340px;
- {/block:if340px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:if500px}
- width:500px;
- {/block:if500px}
- margin-top: 40px;
- margin-bottom:30px;
- }
- /* fixed sidebar */
- .sidebar {
- width: 160px;
- padding: 10px;
- background: {color:Post Background};
- border: 1px solid {color:Borders};
- position: fixed;
- margin-left: 20px;
- padding: 10px;
- top:80px;
- padding-top: 10px;
- float: left;
- }
- /* blog description in the sidebar */
- .description {
- font-size: 11px;
- line-height:14px;
- background:{color:links background};
- border:1px dotted {color:borders};
- padding:4px;
- color:{color:Text};
- }
- /* sidebar link styles */
- .sidebar-link {
- margin-left:-40px;
- border-bottom:1px solid {color:borders};
- color: {color:text}; !important;
- text-align: left;
- font-size: 11px;
- background:{color:links background};
- list-style-type: none;
- display: block;
- padding: 3px 5px;
- }
- .sidebar-link:hover {
- color: {color:link}; !important;
- text-decoration: none;
- background-color: {color:sidebar links};
- }
- /* general post styles */
- .post {
- background-color: {color:Post Background};
- border: 1px solid {color:Borders};
- margin-bottom: 80px;
- font-size:11px;
- }
- figure {
- margin: 0;
- }
- .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;
- }
- .post a:hover, .description a:hover {
- color: {color:Post Links};
- text-decoration: underline;
- }
- .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:2px 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 {
- background-color: {color:Post Info};
- color: {color:Post Info Text};
- border-top: 1px solid {color:Borders};
- font-size: 11px;
- padding: 8px;
- }
- .post-meta a, .post-meta a:hover {
- color: {color:Post Info Text};
- text-decoration: none;
- }
- .asker-bar {
- border-top: 0;
- border-bottom: 1px solid {color:Borders};
- }
- .tag:before {
- content: "#";
- }
- ol.notes {
- list-style-type: none;
- padding-left: 0;
- }
- .note {
- padding: 5px;
- }
- .note img.avatar, .asker-avatar {
- width: 16px;
- height: 16px;
- border-radius: 2px;
- margin-right: 8px;
- vertical-align: middle;
- }
- /* 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:;
- border:1px dotted {color:borders};
- font-size: 12px;
- background:{color:links background};
- margin: 0 0 15px 0;
- padding: 15px 20px;
- position: relative;
- }
- .a {
- margin: 0 0 10px 0;
- padding: 4px 12px;
- background:white;
- }
- {CustomCSS}
- </style>
- </head>
- <body class="{block:IndexPage}index-page{/block:IndexPage}{block:PermalinkPage}permalink-page{/block:PermalinkPage}">
- <div class="sidebar">
- <a href="/"><img src="{image:sidebar}" style="width:152px;border:1px solid {color:borders};padding:3px;background:white;"></a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- <ul class="sidebar-links">
- <a class="sidebar-link" style ="text-decoration:none" href="/"><i class="fa fa-home"></i> Refresh</a>
- <a class="sidebar-link" style ="text-decoration:none" href="/ask"><i class="fa fa-envelope"></i> Message</a>
- <a class="sidebar-link" style ="text-decoration:none" href="{text:url 1}"><i class="fa fa-folder-open"></i> {text:link 1}</a>
- <a class="sidebar-link" style ="text-decoration:none" href="{text:url 2}"><i class="fa fa-exclamation-circle"></i> {text:link 2}</a>
- {block:iflink3}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 3}"><i class="fa fa-user"></i> {text:link 3}</a>{/block:iflink3}
- {block:iflink4}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 4}"><i class="fa fa-comments"></i> {text:link 4}</a>{/block:iflink4}
- {block:iflink5}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 5}"><i class="fa fa-cloud-download"></i> {text:link 5}</a>{/block:iflink5}
- </ul>
- </div>
- <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}">
- {block:Answer}
- <div class="post-meta asker-bar">
- <img class="asker-avatar" src="{AskerPortraitURL-16}" /> {lang:Asked by Asker 2}:
- </div>
- {/block:Answer}
- <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>
- {Video-500}
- </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>
- {block:HasTags}
- <div class="post-meta tags-list">
- <i class="fa fa-tag"style="color:{color:Post Info Text}"></i> {block:Tags}
- <a class="tag" href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {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>
- </div>
- {/block:PermalinkPagination}
- {block:IndexPage}
- <div class="post-meta"><i class="fa fa-rss"style="color:{color:Post Info Text}"></i>
- <a class="note-count" href='{Permalink}#notes'>{NoteCountWithLabel}</a>
- <a class="time-posted float-right" href='{Permalink}'><i class="fa fa-clock-o"style="color:{color:Post Info Text}"></i> {TimeAgo}</a>
- </div>
- {/block:IndexPage}
- {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}
- </body>
- </html>
- <!-- no no no nope, stop. stop it right there. scroll back up. -->
- <a href="http://hentaist.tumblr.com" style="background:white;border:1px solid {color:borders}; color:gray; padding:3px; position:fixed; bottom:3px; left: 3px; text-decoration:none; font-size:10px">HENTAIST</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement