Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <!----
- rainbow theme
- questions / comments to: http://hentaist.tumblr.com/askme
- coding / html help: http://hentaist.tumblr.com/faq or /tagged/coding
- -->
- <head>
- <title>{title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="Description" content="{MetaDescription}" />{/block:Description}
- <!-- ------ DEFAULT VARIABLES ------ -->
- <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 name="color:Background" content="#e4e4e4" />
- <meta name="color:Post Background" content="#faf9f8" />
- <meta name="color:info" content="#fff"/>
- <meta name="color:Sidebar Background" content="#faf9f8" />
- <meta name="color:border" content="#eee"/>
- <meta name="color:hover" content="#aaa"/>
- <meta name="color:question" content="#fff"/>
- <meta name="color:tags" content="#aaa"/>
- <meta name="color:Scrollbar" content="#a4cddf" />
- <meta name="color:Scrollbar Background" content="#faf9f8" />
- <meta name="color:Text" content="#657474" />
- <meta name="color:Bold" content="#2eb4ee" />
- <meta name="color:Link" content="#218bb8" />
- <meta name="color:Link Hover" content="#1b4456" />
- <meta name="color:Italic" content="#89a3ae" />
- <meta name="image:Background" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="if:sidebar background" content="1"/>
- <meta name="if:250px" content="1"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:500px" content="0"/>
- <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="" />
- <style type="text/css">
- /* -------------- SCROLLBAR --------------- */
- ::-webkit-scrollbar {
- width: 10px;
- background-color: {color:Scrollbar Background};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- }
- /* -------------- CONTENT --------------- */
- img {display:block;}
- body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed;word-wrap:break-all; font-family:verdana; font-size:10px; line-height:16px; text-align:justify}
- li {
- text-align:left;
- }
- a{
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color: {color:Link};
- }
- a:hover{color: {color:Link Hover};}
- b, strong{color: {color:Bold};}
- i, em{color: {color:Italic}; font-style:normal;}
- blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text};word-wrap:break-word;}
- .caption {color:{color:text};word-wrap:break-all; font-family:verdana; font-size:10px; line-height:16px;text-align:justify;}
- }
- pre{
- font-size:11px;
- padding:20px;
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- }
- #content img{display: block; max-width: 100%;}
- #content{
- height:auto;
- text-align:left;
- width:auto;
- position:absolute;
- padding:50px;
- left:350px;
- top:0px;
- }
- /* -------------- POST TITLE --------------- */
- .title{
- padding:5px;
- font-size: 16px;
- text-transform:uppercase;
- line-height: 100%;
- letter-spacing: 1px;
- text-align:center;
- }
- h2 {
- font-size:12px;
- font-family:verdana;
- }
- /* -------------- POST QUESTON/ANSWER --------------- */
- .qAuthor, .aAuthor{
- float:left;
- }
- .q {
- padding:10px;
- border-bottom:1px solid {color:border};
- margin-bottom:8px;
- word-wrap:break-word;
- background:{color:question};
- margin-top:5px;
- font-family:verdana;
- color:{color:Text};
- }
- .a{background:white;
- padding:5px;
- }
- /* -------------- POST CHAT LOGS --------------- */
- .chat .chat1 {margin-left: 0px;}
- .chat .chat1 .chat2 {
- margin-bottom: 1px;
- padding: 5px;
- }
- .chat .chat1 .chat2 span{
- font-weight: bold;
- text-transform: uppercase;
- }
- /* -------------- POST LINK --------------- */
- .link{
- font-size: 20px;
- letter-spacing:1px;
- padding:20px;
- text-align:center;
- margin-bottom:10px;
- }
- /* -------------- POST QUOTE --------------- */
- .quote{
- font-size:14px;
- line-height:120%;
- }
- /* -------------- POST NOTES --------------- */
- ol.notes{
- padding: 0px;
- margin-top: 10px;
- list-style-type: none;
- width: 360px;
- word-wrap:break-word;
- letter-spacing: 1px;
- font-size:10px;
- }
- ol.notes li.note {
- text-align: left;
- letter-spacing: 1px;
- padding: 5px;
- }
- ol.notes li.note img.avatar{
- display: none !important;
- }
- /* -------------- POSTS --------------- */
- .post{
- word-wrap:break-word;
- background:{color:post background};
- padding:10px;
- border:1px solid {color:border};
- color:{color:text};
- font-family:verdana;
- {block:if250px}
- width: 250px;
- {/block:if250px}
- {block:if400px}
- width: 400px;
- {/block:if400px}
- {block:if500px}
- width: 500px;
- {/block:if500px}
- }
- .post a {
- border-bottom:1px solid {color:links};
- }
- .post a:hover {
- background:{color:hover};
- }
- figure {
- margin:0;
- }
- iframe {max-width:100%;}
- /* -------------- PERMALINK/TAGS--------------- */
- .sweetness {
- {block:if250px}
- width: 260px;
- {/block:if250px}
- {block:if400px}
- width: 410px;
- {/block:if400px}
- {block:if500px}
- width: 510px;
- {/block:if500px}
- color: {color:tags};
- font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
- padding:5px;
- background:{color:info};
- margin-top:5px;
- border:1px solid {color:border};
- font-size: 10px;
- line-height: 1.8;
- text-transform: justify;
- }
- .sweetness .notes,
- .sweetness .tags {
- text-transform: none !important;
- margin: 0 13px 0 0;
- float: left;
- width:100%;
- }
- .sweetness a {
- color: {color:Tags};
- text-transform: none;
- text-decoration: underline;
- }
- .sweetness a.time {
- text-decoration: underline;
- font-weight: bold;
- text-transform: uppercase;
- }
- .sweetness a:hover { color:gray;background:{color:hover}; }
- .permaPageInfo{
- padding: 10px;
- width:auto;
- margin-top:30px;
- }
- /* -------------- SIDEBAR --------------- */
- #sidebar{
- width:200px;
- position:fixed;
- top:100px;
- left:80px;
- padding:10px;
- {block:ifsidebarbackground}
- background:{color:sidebar background};
- border:1px solid {color:border};
- {/block:ifsidebarbackground}
- }
- /* -------------- DESCRIPTION --------------- */
- #description{
- line-height:15px;
- letter-spacing:1px;
- padding:10px;
- margin-bottom:-20px;
- }
- /* -------------- LINKS --------------- */
- .links {
- font-family:verdana,times;
- margin-top:15px;
- margin-left:-3px;
- text-align:center;
- width:100%;
- color:gray;
- font-size:10px;
- padding:3px;
- }
- .links a {
- color:gray;
- line-height:18px;
- background:{color:hover};
- margin-right:5px;
- }
- .links a:hover {
- color:{color:border};
- background:none;
- }
- /* -------------- PAGINATION --------------- */
- .pagination{
- padding:10px;
- margin-top:20px;
- font-size:12px;
- text-align:center;
- }
- .pagination a{
- display:inline-block;
- margin:0px 2px;
- background:#fbfbfb;
- border:1px solid {color:border};
- display:-moz-inline-stack;
- line-height:100%;
- padding:5px;
- }
- .pagination .g{
- display:inline-block;
- margin:0px 2px;
- display:-moz-inline-stack;
- line-height:100%;
- padding:7px;
- }
- .pagination a:hover{opacity:0.7;}
- .playbox {background-color: #000;
- position: absolute;
- z-index: 1000;
- margin-top: 100px;
- margin-left: 95px;
- opacity: 0.5;}
- /* -------------- CUSTOM CSS --------------- */
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <a href="/"><img src="{image:sidebar}" style="width:130px;position:inline;background:white;border:1px solid {color:border}; margin-bottom:8px;margin-left:25px;opacity:.9;
- padding:8px;"></a>
- <div id="description">{Description}
- </div>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:Text}
- <div style="background:white; padding:5px; border:1px dotted {color:border}">{Body}</div>
- {/block:Text}
- {block:Photo}
- <figure>
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- </figure><br>
- {/block:Photo}
- {block:Photoset}
- <figure>
- {Photoset}
- </figure><br>
- {/block:Photoset}
- {block:Video}
- <figure>
- <center>
- {block:if250px}
- {Video-250}
- {/block:if250px}
- {block:if400px}
- {Video-400}
- {/block:if400px}
- {block:if500px}
- {Video-500}
- {/block:if500px}
- </figure>
- {/block:Video}
- {block:Quote}
- <p><span class="quote">{Quote}</span></p>
- <p>{block:Source}-{Source}{/block:Source}</p>
- {/block:Quote}
- {block:Link}
- <div style="padding:5px;">
- <div class="link">
- <a href="{URL}" {Target}>{Name} </a>
- </div><br>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="chat">
- <div class="chat1">
- {block:Lines}
- <div class="chat2 {Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}</div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}
- {AudioEmbed-500}
- {/block:AudioEmbed}
- {block:AudioPlayer}
- {AudioPlayerWhite}
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Answer}
- <div class="q"> <div class="qAuthor">
- {lang:Asked by Asker 2}:
- </div> {Question}</div>
- {block:Answerer}
- <div class="aAuthor">
- {Answerer}
- </div>
- {/block:Answerer}
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:caption}<div class="caption">{caption}</div>{/block:caption}
- </div><!-- END POSTS -->
- {block:PermalinkPage}
- <div class="permaPageInfo">
- {block:RebloggedFrom}Reblogged{/block:RebloggedFrom}
- {block:NotReblog}Posted{/block:NotReblog}
- {block:Date}{TimeAgo}{/block:Date}
- {block:NoteCount}
- with {NoteCountWithLabel}
- {/block:NoteCount}
- {block:RebloggedFrom}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br />
- Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br />
- {/block:RebloggedFrom}
- {block:HasTags}
- <br><br>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- <br><br>
- {/block:HasTags}
- </div>
- {block:PostNotes}
- <div class="permaPageInfo">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {block:indexpage}
- <div class="sweetness">
- {block:Date}
- <a href="{Permalink}" class="time">{12Hour}:{Minutes}{AmPm}</a> | URL: <a href="{ShortURL}">{ShortURL}</a><br />
- {/block:Date}{block:NoteCount}
- (<a href="{Permalink}" style="text-decoration:none;">{NoteCount}</a>) {/block:NoteCount}{block:HasTags} {lang:Filed under}: {block:Tags}<a href="{TagURL}">{Tag}</a> {block:Tags}{/block:HasTags}{/block:indexpage}
- </div>
- {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="margin-bottom:60px;"><br /></div>
- {/block:Posts}
- {block:IndexPage}
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="g">✖</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" id="next">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- </div><!-- END CONTENT -->
- <!-- non on ono no don't remove it please. don't hide it on another page. just leave it where it is, if it's being blocked by a music player, you may move it to your links or another position. -->
- <a href="http://hentaist.tumblr.com/" style="padding:1px;background:white;border:1px solid #aaa;position:fixed;bottom:5px;left:5px;color:#aaa">MEROKU</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement