Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: #07 - Pond
- by sakurane - (sakurane.tumblr.com)
- ----------------------------------------------------------------------
- TERMS OF USAGE
- 1. Do not remove the credit. (You may move it to a credits page.)
- 2. Do not use as a base code.
- 3. Do not take any part of the code.
- 4. Do not redistribute.
- 5. Do not claim as your own.
- 6. You may customize to your liking, but keep the credit intact.
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="http://static.tumblr.com/kzorqqu/8EOmgtzik/normalize.css"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:500px" content="1"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:250px" content="0"/>
- <meta name="if:Show Caption" content="0"/>
- <meta name="if:Show Tags" content="0"/>
- <meta name="if:No Side Links" content="0"/>
- <meta name="if:AudioPlayerWhite" content="1"/>
- <meta name="if:AudioPlayerGrey" content="0"/>
- <meta name="if:AudioPlayerBlack" content="0"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="if:Faded Image" content="0"/>
- <meta name="if:Grayscale" content="0"/>
- <meta name="if:Grayscale With Hover" content="0"/>
- <meta name="color:Scrollbar BG" content="#fff"/>
- <meta name="color:Scrollbar" content="#d1afb3"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Post Font" content="#c09995"/>
- <meta name="color:Bold" content="#ccc"/>
- <meta name="color:Italic" content="#ccc"/>
- <meta name="color:Link" content="#a3dada"/>
- <meta name="color:Sidebar BG" content="#fffaf0"/>
- <meta name="color:Sidebar Border" content="#fcf2e0"/>
- <meta name="color:Sidebar Font" content="#999"/>
- <meta name="color:Sidebar Link" content="#f7efd6"/>
- <meta name="color:Sidebar Menu BG" content="#fff"/>
- <meta name="color:Post Title" content="#ee9191"/>
- <meta name="color:Post Title Border" content="#f2d5d8"/>
- <meta name="color:Post Info Link" content="#aaa"/>
- <meta name="color:Tooltip BG" content="#e7f9f8"/>
- <meta name="color:Tooltip Font" content="#8eadbd"/>
- <meta name="color:Tooltip Border" content="#d4e8e7"/>
- <meta name="text:Blog Title" content=""/>
- <meta name="text:Desc Height" content="105px"/>
- <meta name="font:Main Font" content="helvetica"/>
- <meta name="font:Secondary Font" content="garamond"/>
- <meta name="text:Desc Font Size" content="10"/>
- <meta name="text:Post Title Font Size" content="18"/>
- <meta name="text:Post Font Size" content="11"/>
- <meta name="text:Post Info Font Size" content="7"/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link Url 1" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link Url 2" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link Url 3" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link Url 4" content=""/>
- <style>
- iframe#tumblr_controls {
- position: fixed!important;
- right: 3px!important;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 100px;
- background: {color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 10px;
- background: {color:Scrollbar BG};
- }
- body {
- font: {text:Post Font Size}px '{font:Main Font}', arial;
- color: {color:Post Font};
- word-wrap: break-word;
- background: {color:Background} url({image:Background}) repeat fixed;
- margin: 0;
- }
- a {
- color: {color:Link};
- text-decoration: none;
- border: 0;
- }
- b, strong {
- color: {color:Bold};
- }
- i, em {
- color: {color:Italic};
- }
- small {
- font-size: 10px;
- }
- pre {
- width: 100%;
- overflow: auto;
- }
- #entry img, iframe.photoset {
- border: 0;
- max-width: 100%;
- }
- .iframe.photoset {
- display: block;
- }
- #container {
- margin-left: 450px;
- padding: 40px 0 20px 0;
- }
- #entry {
- {block:If500px} width: 500px; {/block:If500px}
- {block:IndexPage}{block:If400px} width: 400px; {/block:If400px}
- {block:If250px} width: 250px; {/block:If250px}{/block:IndexPage}
- {block:PermalinkPage} width: 500px; {/block:PermalinkPage}
- border: 1px solid {color:Sidebar Border};
- background: {color:Sidebar BG};
- padding: 20px;
- margin: 15px 0;
- overflow: hidden;
- }
- {block:IndexPage}#entry img, .photoset {
- {block:IfFadedImage} opacity: 0.8; {/block:IfFadedImage}
- {block:IfNotGrayscale}{block:IfGrayscaleWithHover} filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ *
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(100%); /* Google Chrome */ {/block:IfGrayscaleWithHover}{/block:IfNotGrayscale}
- {block:IfFadedImage} opacity: 0.8; {/block:IfFadedImage}
- {block:IfNotGrayscaleWithHover}{block:IfGrayscale} filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ *
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(100%); /* Google Chrome */ {/block:IfGrayscale}{/block:IfNotGrayscaleWithHover}
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- }
- #entry img:hover, .photoset:hover {
- {block:IfFadedImage} opacity: 1; {/block:IfFadedImage}
- {block:IfNotGrayscale}{block:IfGrayscaleWithHover} filter: none;
- -webkit-filter: grayscale(0%); {/block:IfGrayscaleWithHover}{/block:IfNotGrayscale}
- }{/block:IndexPage}
- #sidebar {
- width: 262px;
- position: fixed;
- top: 80px;
- left: 120px;
- text-align: center;
- }
- h1 {
- font: {text:Post Title Font Size}px {font:Secondary Font};
- color: {color:Post Title};
- text-transform: lowercase;
- letter-spacing: 5px;
- text-align: center;
- padding-left: 10px;
- border-bottom: 1px solid {color:Post Title Border};
- }
- h1 a {
- color: {color:Post Title};
- }
- h2 {
- font: bold 12px {font:Secondary Font};
- color: {color:Link};
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 5px;
- margin-bottom: 6px;
- }
- blockquote {
- background: {color:Sidebar Menu BG};
- margin: 0 15px;
- padding: 0 5px;
- }
- blockquote blockquote {
- margin: 0px 0px 4px 10px;
- }
- #desc {
- height: {text:Desc Height};
- font-size: {text:Desc Font Size}px;
- color: {color:Sidebar Font};
- {block:IfNotNoSideLinks}padding: 6px 15px 6px 45px;{block:IfNotNoSideLinks}{block:IfNoSideLinks}padding: 6px 15px;{block:IfNoSideLinks}
- text-align: justify;
- border-bottom: 4px solid {color:Sidebar Border};
- overflow: auto;
- }
- #menu {
- width: 220px;
- opacity: 0.7;
- position: absolute;
- text-align: center;
- margin: -38px 0 0 21px;
- z-index: 9999;
- background: {color:Sidebar Menu BG};
- text-transform: lowercase;
- padding: 5px 0 0 0;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #menu img {
- width: 16px !important;
- border: 0 !important;
- padding: 0 !important;
- }
- #menu a {
- margin: 0 10px;
- }
- #menu:hover {
- opacity: 1;
- }
- #nav {
- position: absolute;
- margin: 5px 0 0 15px;
- z-index: 99999;
- {block:IfNoSideLinks} display:none; {/block:IfNoSideLinks}
- }
- #nav a {
- width: 20px;
- height: 20px;
- display: block;
- background: {color:Sidebar Link};
- margin: 5px 0;
- }
- #s-m-t-tooltip{
- max-width: 300px;
- z-index: 10;
- margin: 24px 14px 7px 12px;
- padding: 4px;
- background: {color:Tooltip BG};
- border: 1px solid {color:Tooltip Border};
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- color: {color:Tooltip Font};
- }
- #pg {
- font: italic 18px {Font:Secondary Font};
- margin-top: 5px;
- }
- #entry:hover #reblog {
- opacity: 0.7;
- }
- #reblog {
- {block:If500px} width: 500px; {/block:If500px}
- {block:IndexPage}{block:If400px} width: 400px; {/block:If400px}
- {block:If250px} width: 250px; {/block:If250px}{/block:IndexPage}
- font-size: 9px;
- text-transform: uppercase;
- letter-spacing: 5px;
- background: {color:Sidebar Menu BG};
- opacity: 0;
- position: absolute;
- margin: -25px 0 0 0;
- padding: 5px 0;
- text-align: right;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 999;
- }
- #entry:hover #reblog:hover {
- opacity: 1;
- }
- #reblog a {
- color: {color:Post Info Link};
- }
- #permabar {
- {block:If500px} width: 540px; {/block:If500px}
- {block:IndexPage}{block:If400px} width: 440px; {/block:If400px}
- {block:If250px} width: 290px; {/block:If250px}{/block:IndexPage}
- {block:PermalinkPage} width: 540px; {/block:PermalinkPage}
- font-size: {text:Post Info Font Size}px;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: right;
- margin: -10px 0 30px 0;
- }
- #permabar a {
- color: {color:Post Info Link};
- }
- #tags {
- border-right: 20px solid {color:Sidebar Link};
- padding-right: 8px;
- margin-top: 3px;
- {block:IfNotShowTags}{block:IndexPage}display: none;{/block:IndexPage}{/block:IfNotShowTags}
- }
- #notes {
- width: 500px;
- text-align: left;
- }
- ol.notes {
- margin-left: -15px;
- }
- ol.notes li.note {
- list-style-type: none;
- }
- ol.notes li.note img.avatar {
- width: 16px;
- height: 16px;
- border: 4px solid {color:Sidebar Border};
- margin: 5px;
- vertical-align: -12px;
- }
- .quote {
- text-align: center;
- font: italic 16px {Font:Secondary Font};
- }
- .source {
- text-align: center;
- border-top: 1px solid {color:Post Title Border};
- text-transform: lowercase;
- color: {color:Link};
- margin-top: 5px;
- }
- .music {
- height: 60px;
- margin-top: 10px;
- }
- .audio {
- width: 100%;
- {block:IfAudioPlayerWhite} background: #fff; {/block:IfAudioPlayerWhite}{block:IfAudioPlayerGrey} background: #e4e4e4; {/block:IfAudioPlayerGrey}{block:IfAudioPlayerBlack} background: #000; {/block:IfAudioPlayerBlack}
- }
- .album {
- width: 50px;
- height: 50px;
- float: left;
- margin: 0 20px;
- padding-top: 5px;
- }
- .audinfo {
- padding-top: 8px;
- }
- #backtotop{
- position: fixed;
- right: 10px;
- bottom: 0px;
- padding: 5px;
- text-align: center;
- }
- #backtotop a{
- text-transform: uppercase;
- letter-spacing: 5px;
- color: {color:Link};
- }
- {CustomCss}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script><script src="http://static.tumblr.com/6hsqxdt/FkUmbu6qr/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- {block:IfInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/6hsqxdt/iBxmbtmw4/infinitescrolling.js"></script>{/block:IfInfiniteScroll}
- </head><body>
- {block:IfInfiniteScroll}<div id="backtotop"><a href="javascript:scroll(0,0)">top</a></div>{/block:IfInfiniteScroll}
- <div id="sidebar"><h2>{text:Blog Title}</h2><img src="{image:Sidebar}" style="width: 220px; padding: 10px; border: 1px solid {color:Sidebar Border}; background: {color:Sidebar BG};"><div id="menu"><a href="/"><img src="http://static.tumblr.com/6hsqxdt/TwXmbt5gb/home_16x16.png"></a> <a href="/ask" title="ask"><img src="http://static.tumblr.com/6hsqxdt/gHImbt5h5/mail_16x12.png"></a> <a href="/archive" title="past"><img src="http://static.tumblr.com/6hsqxdt/uAwmbt5hw/folder_stroke_16x16.png"></a> <a href="http://sakurane.tumblr.com" title="theme"><img src="http://static.tumblr.com/6hsqxdt/XKkmbt5if/cog_16x16.png"></a></div><div id="nav">{block:IfLink1}<a href="{text:Link URL 1}" title="{text:Link 1}"></a>{/block:IfLink1}{block:IfLink2}<a href="{text:Link URL 2}" title="{text:Link 2}"></a>{/block:IfLink2}{block:IfLink3}<a href="{text:Link URL 3}" title="{text:Link 3}"></a>{/block:IfLink3}{block:IfLink4}<a href="{text:Link URL 4}" title="{text:Link 4}"></a>{/block:IfLink4}</div><div id="desc">{Description}</div>{block:IfNotInfiniteScroll}{block:Pagination} <div id="pg">{block:PreviousPage} <a href="{PreviousPage}">-</a> {/block:PreviousPage}{block:NextPage} {CurrentPage}/{TotalPages} <a href="{NextPage}">+</a> {/block:NextPage} </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
- </div>
- <div id="container">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScroll}
- {block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img style="display: block;" src="{PhotoURL-500}" {block:IndexPage}width="{block:If400px}400{/block:If400px}{block:If250px}250{/block:If250px}"{/block:IndexPage}>{LinkCloseTag}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{/block:Photo}
- {block:Photoset}<div class="photoset">{block:IndexPage}{block:If500px}{Photoset-500}{/block:If500px}{block:If400px}{Photoset-400}{/block:If400px}{block:If250px}{Photoset-250}{/block:If250px}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source} <div class="source">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<table>{block:Lines}<tr>{block:Label}<td><b>{Label}</b></td>{/block:Label}<td style="padding-left: 10px;">{Line}</td></tr>{/block:Lines}</table>{/block:Chat}
- {block:Audio}<div class="audio">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}{block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}{block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div><div class="music"><div style="{block:AlbumArt}display:none;{/block:AlbumArt}"><img class="album" src="http://static.tumblr.com/6hsqxdt/NN9mbun3w/cd.png"></div>{block:AlbumArt}<img class="album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audinfo">{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>{block:Album}<b>Album</b>: {Album}{/block:Album}</div></div>{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{/block:Audio}
- {block:Video}{block:IndexPage}{block:If500px}{Video-500}{/block:If500px}{block:If400px}{Video-400}{/block:If400px}{block:If250px}{Video-250}{/block:If250px}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{/block:Video}
- {block:Answer}<table width="100%"><tr><td width="30"><img src="{AskerPortraitURL-30}" style="padding: 4px;"></td><td style="padding: 0 10px; font-size: 12px; color: {color:Sidebar Font};">{Asker}<br>{Question}</td></tr></table><div style="border-top: 1px solid {color:Post Title Border};">{Answer}</div>{/block:Answer}
- {block:ContentSource}
- <!-- {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:RebloggedFrom}{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:IndexPage}<div id="reblog">{block:RebloggedFrom}<div style="float:left; margin-left: 5px;"><a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a></div>{/block:RebloggedFrom} <a href="{ReblogURL}">Reblog</a></div>{/block:IndexPage}
- </div>
- <div id="permabar">{block:Date}<span style="border-right: 20px solid {color:Sidebar Link}; padding-right: 8px;">{block:IfNot250px}Posted on <a href="{Permalink}">{DayofWeek}, {Month} {DayofMonthWithZero}, {Year}</a> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:IfNot250px}{block:If250px}Posted on <a href="{Permalink}">{Month} {DayofMonthWithZero}, {Year}</a> {block:PermalinkPage}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:PermalinkPage}{/block:If250px}</span>{/block:Date}{block:HasTags}<div id="tags">Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
- {/block:Posts}
- {block:PermalinkPage}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:PermalinkPage}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement