Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- patterns theme by hentaist / don't delete / hide credit -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:border" content="#ccc"/>
- <meta name="color:italic" content="#444444">
- <meta name="color:bold" content="#444444">
- <meta name="color:post info" content="#f5f5f5"/>
- <meta name="color:bigborder" content="#fff"/>
- <meta name="image:Sidepic" content=""/>
- <meta name="if:rounded" content="1"/>
- <meta name="if:double" content="1"/>
- <meta name="image:patterns" content=""/>
- <meta name="image:home" content=""/>
- <meta name="image:ask" content=""/>
- <meta name="image:link1" content=""/>
- <meta name="image:link2" content=""/>
- <meta name="image:link3" content=""/>
- <meta name="if:pixel links" content="0"/>
- <meta name="if:text links" content="1"/>
- <meta name="if:cute links" content="0"/>
- <meta name="if:hugeborder" content="1"/>
- <meta name="if:search bar" content="1"/>
- <meta name="if:description" content="1"/>
- <meta name="if:sidebar border" content="1"/>
- <meta name="if:border2" content="0"/>
- <meta name="if:single border" 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="" />
- <!-- jquery for tooltips-->
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <!--CSS customization here. -->
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:80px;
- margin-top:25px;
- margin-left:15px;
- padding:5px;
- z-index:99999;
- background:url('{image:patterns}');
- font-size:10px;
- letter-spacing:1px;
- font-style:none;
- text-transform:lowercase;
- line-height:14px;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- }
- /*basics*/
- blockquote {
- padding-left:6px;
- margin:10px;
- border-left:2px solid {color:text};
- word-wrap:break-word;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:'Lucida Sans', 'Lucida Grande',
- 'Lucida Sans Unicode', sans-serif;
- font-size:10px;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-align:justify;
- word-wrap:break-word;
- text-decoration:none;
- }
- a:hover {
- border-bottom:1px solid {color:border};
- }
- img{
- opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {
- font-size:13px;
- line-height:18px;
- font-weight:100;
- background:{color:background};
- padding:5px;
- border:1px solid {color:border};
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;}
- /*sidebar*/
- #sidebar {
- text-align:left;
- position:fixed;
- background:white;
- padding:5px;
- margin-left:-195px;
- margin-top:100px;
- width:140px;
- {block:ifrounded}
- border-radius:6px;
- {/block:ifrounded}
- {block:ifsidebarborder}
- {block:ifborder2}
- border-left:1px solid {color:border};
- border-top:1px solid {color:border};
- border-bottom:2px solid {color:border};
- border-right:2px solid {color:border};
- {/block:ifborder2}
- {block:ifsingleborder}
- border:1px solid {color:border};
- {/block:ifsingleborder}
- {block:ifdouble}
- border:4px double {color:border};
- {/block:ifdouble}
- {/block:ifsidebarborder}
- }
- #image {
- width:110px;
- margin:2px;
- border-radius:6px;
- padding:10px;
- background:url('{image:patterns}');
- border:1px solid {color:border};}
- #blogt {font-size:18px;
- font-weight:100;
- background:{color:border};
- }
- i, em {
- background:{color:background};
- color:{color:italic};
- }
- b, strong {color: {color:Bold};}
- #links {
- margin-left:0px;
- margin-top:5px
- text-transform:lowercase;
- }
- #links img {
- padding:3px;
- margin-bottom:-4px;
- }
- #links a {
- background: {color:background} url('{image:patterns}');
- border:1px dashed {color:border};
- display:inline-block;
- text-align:center;
- margin-top:5px;
- }
- .search {
- background-image:url('{image:patterns}');
- border:0;
- text-align:center;
- width:120px;
- border:1px dashed {color:border};
- z-index:99999;
- margin-bottom:3px;
- {block:ifcutelinks}
- margin-bottom:8px;
- {/block:ifcutelinks}
- border-radius: 4px;
- padding: 4px;
- }
- #description {
- padding:5px;
- }
- #description a {
- color:{color:text};
- }
- #backdrop {
- width:660px;
- border:1px solid {color:border};
- {block:ifdouble}
- border:4px double {color:border};
- {/block:ifdouble}
- height:100%;
- top:-3px;
- margin-left:-220px;
- position:fixed;
- z-index:-99999!important;
- background: {color:bigborder};
- }
- .postWrapper {
- width:342px;
- padding:10px;
- {block:ifborder2}
- border-left:1px solid {color:border};
- border-top:1px solid {color:border};
- border-bottom:2px solid {color:border};
- border-right:2px solid {color:border};
- {/block:ifborder2}
- {block:ifsingleborder}
- border:1px solid {color:border};
- {/block:ifsingleborder}
- {block:ifdouble}
- border:4px double {color:border};
- {/block:ifdouble}
- {block:ifrounded}
- border-radius:6px;
- {/block:ifrounded}
- background-attachment:fixed;
- float:left;
- margin:0 0 70px 0;
- background: #fff url('{image:patterns}');
- }
- li {
- margin-left:-10px;
- }
- /*pagination*/
- #pagination {
- margin:50px 0;
- text-align:center;
- text-transform:lowercase;
- font-weight:bold;
- }
- #pagination a {
- padding:8px;
- margin-right:15px;
- color:{color:text};
- font-size:14px;
- font-family:courier new;
- background:white;
- border:1px solid {color:border};
- }
- /*container*/
- #con {
- left:55%;
- margin-top:-30px;
- margin-left:-250px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:75px;
- width:360px;
- margin-left:50px;
- }
- #posts {
- width:330px;
- padding:4px;
- background:white;
- border:2px solid {color:border};
- }
- #posts img {
- max-width:500px;
- }
- #posts img, #posts li, #posts blockquote { max-width: 100%;}
- .caption {
- width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{
- text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:bold;
- }
- #source {
- margin-top:15px;
- margin-left:15px;}
- /*audio*/
- .audio {
- border:1px dashed {color:border};
- padding: 7px;
- margin-bottom: 10px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .player {
- width: 26px;
- height: 27px;
- display: block;
- border:1px solid {color:border};
- overflow: hidden;
- -moz-transition:all linear 0.8s;
- -webkit-transition:all linear 0.8s;
- -o-transition:all linear 0.8s;
- transition:all linear 0.8s;
- }
- /*asks*/
- .q {
- margin-bottom:10px;
- font-style:italic;
- border-bottom:1px solid {color:border};
- padding:5px;
- }
- .a {
- margin:10px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .chat li {
- margin:5px;
- }
- .line {
- padding:5px 0;
- border-bottom:1px solid {color:border};}
- .label {
- font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- margin-top:5px;
- margin-left:-3px;
- margin-right:-3px;
- margin-bottom:-3px;
- padding:3px;
- font-size:10px;
- background:{color:post info};
- border-top:1px dotted {color:border};
- text-transform:justify;
- }
- #permalink a {
- margin-right:5px;
- color:{color:text};
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:340px;
- background:white;
- text-align:left;
- word-wrap:break-word;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:10px;
- word-wrap:break-word;
- }
- .pagenotes a {
- color:{color:Text};
- }
- ol.notes {
- text-align:left;
- margin-left:-20px;
- word-wrap:break-word;
- width:300px;
- }
- iframe img {
- max-width:100%;
- }
- #sighs {
- margin:10px;
- word-wrap:break-word;
- text-align:justify;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="con">
- {block:ifhugeborder}<div id="backdrop"></div>{/block:ifhugeborder}
- <div id="sidebar">
- <center><img id="image" src="{image:sidepic}"></center>
- {block:ifsearchbar}<center><form action="/search" method="get" id="search-form">
- <input class="search" type="text" placeholder="search here..." name="q" value="" style="outline:none;"/></form></center>{/block:ifsearchbar}
- {block:ifdescription}<div id="description">{description}</div>
- {/block:ifdescription}
- {block:ifpixellinks}
- <center>
- <div id="links">
- <a href="/"><img src="{image:home}" title="home"></a>
- <a href="/ask"><img src="{image:ask}" title="mail"></a>
- {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}"><img src="{image:link1}"></a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}"><img src="{image:link2}"></a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}" {text:Link 3}><img src="{image:link3}"></a> {/block:ifLink3}</center>
- {/block:ifpixellinks}
- {block:iftextlinks}
- <center>
- <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}</center>
- {/block:iftextlinks}
- {block:ifcutelinks}
- <center>
- <a href="/" style="background:{color:background};padding:2px;border-radius:4px;border:1px dashed {color:border};margin-right:3px;">home</a>
- <a href="/ask" style="background:{color:background};padding:2px;border-radius:4px;border:1px dashed {color:border};margin-right:3px;">ask</a>
- {block:ifLink1}<a href="{text:Link 1 URL}" style="background:{color:background};padding:2px;border-radius:4px;border:1px dashed {color:border};margin-right:3px;">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" style="background:{color:background};padding:2px;border-radius:4px;border:1px dashed {color:border};margin-right:3px;">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}"style="background:{color:background};padding:2px;border-radius:4px;border:1px dashed {color:border};">{text:Link 3}</a> {/block:ifLink3}</center>
- {/block:ifcutelinks}
- </div>
- <div id="entries">
- {block:SearchPage}
- {block:SearchResults}
- <h3>{lang:SearchResultCount results for SearchQuery 2}</h3>
- {/block:SearchResults}
- {block:NoSearchResults}
- <h3>{lang:No search results for SearchQuery 2}</h3>
- {/block:NoSearchResults}
- {/block:searchpage}
- {block:Posts}
- <div class='postWrapper'>
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- <div id="sighs">{Body}</div>
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {/block:Photoset}
- {block:Video}
- <div style="padding-top:20px;padding-bottom:20px;padding-right:10px;padding-left:10px;background:{color:background};border:1px dashed {color:border};width:280px;margin:13px"><center>{Video-250}</center></div>
- {/block:Video}
- {block:Audio}
- <div style="border:1px dashed {color:border}; padding:4px; font-style:italic;background:#fbfbfb;border-radius:4px;">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div><div style="margin-top:-30px;margin-left:35px;background:color:{color:background};border-radius:4px;">{block:TrackName} {TrackName}{/block:TrackName} {block:Artist} / {Artist}{/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel} {/block:PlayCount}</div>
- {/block:AudioPlayer}</div>
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <b>{Asker} said: </b>{Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}">{NoteCount}N. ({block:Reblog}{lang:Reblogged from ReblogParentName} {block:RebloggedFromReblog}{/block:RebloggedFromReblog}{/block:Reblog}{block:NotReblog}{lang:Posted TimeAgo from source}{/block:NotReblog})</a>{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"> ← previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> next →</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <!-- please do NOT remove this credit. -->
- <div style="position:fixed;bottom:5px;left:5px;border:1px dashed {color:border};background:white;padding:2px;opacity:.7;font-size:9px;text-align:center;"> <a href="http://hentaist.tumblr.com">original theme <br>by hentaist</a></div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement