Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- sleepy theme by hentaist,
- inspired by clouds and how simple and
- sleepy they make me -->
- <!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="#f4f4ff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#a8a6a6"/>
- <meta name="color:border" content="#dad8ff"/>
- <meta name="color:post info" content="#fbfbfb"/>
- <meta name="color:buttons" content="#f4f4ff"/>
- <meta name="color:shadow" content="#eee"/>
- <meta name="color:big border" content="#FFF"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="image:sidebarbg" content=""/>
- <meta name="if:long sidebar" content="1"/>
- <meta name="if:default sidebar" content="0"/>
- <meta name="if:default links" content="0"/>
- <meta name="if:button links" content="0"/>
- <meta name="if:drop down links" content="1"/>
- <meta name="if:pagination" content="1"/>
- <meta name="if:infinite scroll" content="0"/>
- <meta name="if:shadow" content="1"/>
- <meta name="if:big border" content="1"/>
- <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="" />
- <meta name="text:post size" content="250" />
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--CSS customization here. -->
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- background:{color:background};
- }
- /*basics*/
- blockquote{
- display: block;
- padding:5px;
- border:1px solid #eee;
- margin-left:40px;
- background-color:#f8f8f8;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;}
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- text-decoration:underline;}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {font-size:12px;
- line-height:18px;
- font-weight:100;
- font-family:helvetica;
- margin-bottom:10px;
- text-transform:lowercase;
- text-align:center;}
- /*sidebar*/
- #sidebar {
- {block:ifshadow}
- box-shadow:5px 5px {color:shadow};
- {/block:ifshadow}
- position:fixed;
- padding:5px;
- background:#fff url('{image:sidebarbg}');
- margin-left:-225px;
- margin-top:100px;
- width:125px;
- border:1px solid {color:border};
- }
- #long {
- {block:ifshadow}
- box-shadow:5px 5px {color:shadow};
- {/block:ifshadow}
- position:fixed;
- margin-left:-265px;
- margin-top:100px;
- width:200px;
- background:#fff url('{image:sidebarbg}');
- border:1px solid {color:border};
- height:100%;
- }
- #sidebarim {margin-bottom:20px}
- #sidebarim img {width:125px}
- #sidebarim2 {margin-bottom:20px;}
- #sidebarim2 img {width:175px;padding:14px 14px;}
- #bigborder {
- width:50px;
- position:fixed;
- margin-left:-180px;
- height:100%;
- background:{color:big border};
- opacity:.9;
- border:1px dotted {color:border};
- z-index:-9999999;
- }
- #links {
- line-height:16px;
- text-transform:lowercase;
- }
- #buttons a{
- background:{color:buttons};
- padding:3px;
- line-height:25px;
- border:1px dotted {color:border};
- }
- #buttons a:hover {
- opacity:.5;
- text-decoration:none;
- }
- #links a {
- margin-right:5px;
- display:inline-block;
- margin-bottom:5px;
- }
- #description {
- margin:20px 0;
- text-align:center;
- }
- /*pagination*/
- #pagination {
- width:{text:post size}px;
- margin-left:0px;
- position:absolute;
- background:white;
- border:1px solid {color:border};
- text-transform:lowercase;
- text-align:center;
- padding:5px;
- }
- #pagination a {
- padding:0 15px;
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:75px;
- width:{text:post size}px;
- }
- iframe {
- max-width:100%;
- }
- figure {
- margin:0;
- }
- #posts {
- {block:ifshadow}
- box-shadow:5px 5px {color:shadow};
- {/block:ifshadow}
- width:{text:post size}px;
- padding:5px;
- background:white;
- border:1px solid {color:border};
- {block:IndexPage}
- margin-bottom:75px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:{text:post size}px;
- }
- #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*/
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- }
- /*asks*/
- .q {margin-bottom:10px;
- text-align:center;
- background:{color:background};
- color:{color:text};
- padding:5px;
- border:1px solid {color:border};
- }
- .as {
- font-weight:bold;}
- .a {
- margin-top:10px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- margin-left:15px;
- list-style:none;
- }
- .line {padding:5px 0;
- list-style:none;
- }
- .label {font-weight:bold;
- }
- li {
- list-style:square;
- margin-left:-15px;
- }
- /*permalink and notes*/
- #permalink {
- margin-top:15px;
- font-size:10px;
- font-family:courier new;
- text-transform:lowercase;
- background:{color:post info};
- border-top:1px solid #eee;
- }
- #permalink a {margin-right:10px;
- }
- .tags {
- word-break:break-all;
- font-size:9px;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:400px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="con">
- {block:iflongsidebar}
- <!-- so confusing here lmao, long sidebar -->
- <div id="long">
- <div id="sidebarim2"><img src="{image:Sidebar Image}"></div>
- <div id="description">{Description}</div>
- {block:ifdefaultlinks}
- <div id="links">
- <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>
- </div>
- {/block:ifdefaultlinks}
- {block:ifdropdownlinks}
- <center>
- <select onchange='location=this.options[this.selectedIndex].value;' style='width:150px; border-radius:none;background:{color:background};border:1px solid {color:border};color:{color:text}'>
- <option>click me</option>
- <option value="/">refresh</option>
- <option value="/ask">mail</option>
- <option value="http://{text:Link 1 URL}">{text:Link 1}</option>
- <option value="http://{text:Link 2 URL}">{text:Link 2}</option>
- <option value="http://{text:Link 3 URL}">{text:Link 3}</option>
- </select>
- {/block:ifdropdownlinks}
- {block:ifbuttonlinks}
- <div id="buttons">
- <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>
- </div>
- {/block:ifbuttonlinks}
- {/block:iflongsidebar}
- <!-- end of long sidebar, start of default sidebar -->
- {block:ifdefaultsidebar}
- {block:ifbigborder}
- <div id="bigborder"></div>
- {/block:ifbigborder}
- <div id="sidebar">
- <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
- <div id="description">{Description}</div>
- {block:ifdropdownlinks}
- <center>
- <select onchange='location=this.options[this.selectedIndex].value;' style='width:100px; border-radius:none;background:{color:background};border:1px solid {color:border};color:{color:text}'>
- <option>click me</option>
- <option value="/">refresh</option>
- <option value="/ask">mail</option>
- <option value="http://{text:Link 1 URL}">{text:Link 1}</option>
- <option value="http://{text:Link 2 URL}">{text:Link 2}</option>
- <option value="http://{text:Link 3 URL}">{text:Link 3}</option>
- </select>
- {/block:ifdropdownlinks}
- {block:ifdefaultlinks}
- <div id="links">
- <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>
- </div>
- {/block:ifdefaultlinks}
- {block:ifbuttonlinks}
- <div id="buttons">
- <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>
- </div>
- {/block:ifbuttonlinks}
- {/block:ifdefaultsidebar}
- </div>
- <div id="entries">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <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}
- {Body}
- {/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}
- <figure>
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- </figure>
- {/block:Photo}
- {block:Photoset}
- <figure>
- {Photoset}
- </figure>
- {/block:Photoset}
- {block:Video}
- <figure>
- {Video-500}
- </figure>
- {/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} said: </div>
- {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}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">+{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:ifpagination}
- <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}
- <p></p>
- <!-- do not do not do not remove this, please please please. -->
- メロクによるテーマ. 2014 © <br><a href="http://hentaist.tumblr.com">sleepy theme by hentaist.</a>
- </div>
- {/block:ifpagination}
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- <div style="position:fixed;background:white;border:1px solid {color:border}; color:{color:text};bottom:3px;left:3px;padding:3px"> <a href="http://meroku.tumblr.com">THEME</a></div>
- {/block:ifinfinitescroll}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement