Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: #09 - Sanctuary
- 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:400px" content="0"/>
- <meta name="if:500px" content="1"/>
- <meta name="if:Show Caption" content="0"/>
- <meta name="if:Show Tags" 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:Background" content="#fbf6f3"/>
- <meta name="color:Post Font" content="#9d9391"/>
- <meta name="color:Post Title" content="#b9a9ab"/>
- <meta name="color:Post Title Border" content="#f2ebe5"/>
- <meta name="color:Link" content="#bcadae"/>
- <meta name="color:Bold" content="#9d9391"/>
- <meta name="color:Italic" content="#9d9391"/>
- <meta name="color:Blockquote BG" content="#fff"/>
- <meta name="color:Sidebar BG" content="#373438"/>
- <meta name="color:Sidebar IMG Border" content="#605e5a"/>
- <meta name="color:Sidebar Link BG" content="#554f4e"/>
- <meta name="color:Sidebar Link" content="#bcadae"/>
- <meta name="color:Sidebar Title" content="#e8dbda"/>
- <meta name="color:Sidebar Quotation Mark" content="#554f4e"/>
- <meta name="color:Tags BG" content="#f2ebe5"/>
- <meta name="color:Info Border" content="#e3ded7"/>
- <meta name="color:Scrollbar BG" content="#fff"/>
- <meta name="color:Scrollbar" content="#f3eae5"/>
- <meta name="font:Main Font" content="trebuchet ms"/>
- <meta name="text:Secondary Font" content="cambria"/>
- <meta name="text:Desc Font Size" content="16"/>
- <meta name="text:Post Font Size" content="11"/>
- <meta name="text:Info Font Size" content="10"/>
- <meta name="text:Tags Font Size" content="12"/>
- <meta name="text:Desc Symbol" content="♛"/>
- <meta name="text:Ask" content="asked"/>
- <meta name="text:Blog Title" content=""/>
- <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};
- }
- ::selection, ::-moz-selection {
- background-color: #fff;
- color: #888;
- }
- body {
- background: {color:Background} url({image:Background}) repeat fixed;
- margin: 0;
- word-wrap: break-word;
- color: {color:Post Font};
- font: {text:Post Font Size}px {font:Main Font};
- }
- a {
- text-decoration: none;
- color: {color:Link};
- }
- b, strong {
- color: {color:Bold};
- }
- i, em {
- color: {color:Italic};
- }
- blockquote {
- background: {color:Blockquote BG};
- margin: 0 15px;
- padding: 2px 15px;
- }
- blockquote blockquote {
- margin: 0px 0px 4px 10px;
- }
- #entry img, iframe.photoset {
- border: 0;
- max-width: 100%;
- }
- .iframe.photoset {
- display: block;
- }
- pre {
- width: 100%;
- overflow: auto;
- }
- #container {
- margin-left: 450px;
- padding-bottom: 60px;
- }
- #entry {
- {block:If500px} width: 500px; {/block:If500px}
- {block:If400px}{block:IndexPage} width: 400px; {/block:IndexPage}{block:PermalinkPage} width: 500px; {/block:PermalinkPage}{/block:If400px}
- padding: 20px;
- margin: 60px 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}
- #sidebar1 {
- width: 270px;
- height: 110%;
- background: url({image:Sidebar}) repeat fixed 0 100%;
- left: 0;
- position: fixed;
- margin-top: -60px;
- }
- #sidebar2 {
- width: 136px;
- height: 100%;
- background: {color:Sidebar BG};
- text-align: center;
- padding-top: 180px;
- position: fixed;
- left: 270px;
- margin-top: -60px;
- }
- #sidebar2 img {
- width: 50px;
- height: 50px;
- border: 10px solid {color:Sidebar IMG Border};
- }
- .about {
- {block:If500px} width: 520px; {/block:If500px}
- {block:If400px}{block:IndexPage} width: 420px; {/block:IndexPage}{block:PermalinkPage} width: 520px; {/block:PermalinkPage}{/block:If400px}
- color: #5b5855;
- font: {text:Desc Font Size}px {text:Secondary Font};
- padding: 10px;
- text-align: center;
- margin-top: 60px;
- border-bottom: 1px solid {color:Info Border};
- background: {color:Background};
- }
- #nav {
- width: 70px;
- margin: 15px 0 0 34px;
- letter-spacing: 2px;
- font: 8px {font:Main Font};
- text-transform: uppercase;
- }
- #nav a {
- display: block;
- background: {color:Sidebar Link BG};
- margin: 5px 0;
- color: {color:Sidebar Link};
- }
- h1 {
- font: italic 14px {text:Secondary Font};
- border-left: 15px solid {color:Post Title Border};
- padding-left: 10px;
- color: {color:Post Title};
- margin-top: -10px;
- }
- h2 {
- width: 70px;
- color: {color:Sidebar Title};
- font: italic 12px {text:Secondary Font};
- letter-spacing: 1px;
- margin: 15px 0 0 34px;
- position: relative;
- z-index: 999;
- }
- .q {
- font: 8em georgia;
- position: fixed;
- margin-left: 2%;
- color: {color:Sidebar Quotation Mark};
- height: 40px;
- overflow: hidden;
- }
- .q2 {
- font: 8em georgia;
- text-align: center;
- height: 50px;
- overflow: hidden;
- }
- #pg {
- margin-top: 15px;
- }
- #info {
- {block:If500px} width: 490px; {/block:If500px}
- {block:If400px}{block:IndexPage} width: 390px; {/block:IndexPage}{block:PermalinkPage} width: 490px; {/block:PermalinkPage}{/block:If400px}
- margin-top: -60px;
- text-transform: uppercase;
- letter-spacing: 2px;
- border-top: 1px solid {color:Info Border};
- padding: 0 5px;
- margin-left: 20px;
- font-size: {text:Info Font Size}px;
- }
- #tags {
- font: italic {text:Tags Font Size}px {text:Secondary Font};
- margin: 20px 0 -20px 0;
- letter-spacing: 1px;
- background: {color:Tags BG};
- padding: 10px 5px;
- {block:IfNotShowTags}{block:IndexPage}display:none;{/block:IndexPage}{/block:IfNotShowTags}
- }
- #notes {
- text-align: left;
- {block:If500px} width: 500px; {/block:If500px}
- {block:If400px}{block:IndexPage} width: 400px; {/block:IndexPage}{block:PermalinkPage} width: 500px; {/block:PermalinkPage}{/block:If400px}
- margin-top: 80px;
- }
- ol.notes li.note {
- list-style-image: url('http://static.tumblr.com/6hsqxdt/YmUmcuf27/heart.png');
- margin: 0 10px;
- }
- ol.notes li.note img.avatar {
- display: none;
- }
- .asker {
- font: italic 16px {text:Secondary Font};
- letter-spacing: 1px;
- }
- .qs {
- padding: 10px;
- background: {color:Blockquote BG};
- }
- .quote {
- text-align: center;
- padding: 0 40px;
- font: italic 16px {text:Secondary Font};
- }
- .music {
- height: 60px;
- }
- .audio {
- width: 26px;
- height: 26px;
- position: absolute;
- margin: 17px 0 0 32px;
- overflow: hidden;
- opacity: 0.5;
- z-index: 999;
- {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: 6px;
- }
- #backtotop{
- position: fixed;
- right: 10px;
- bottom: 0px;
- padding: 5px;
- text-align: center;
- }
- #backtotop a{
- text-transform: uppercase;
- letter-spacing: 2px;
- }
- {CustomCSS}
- </style>
- {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="sidebar1"></div><div id="sidebar2"><img src="{PortraitURL-48}">{block:ifBlogTitle}<div class="q">“</div><h2>{text:Blog Title}</h2>{/block:ifBlogTitle}<div id="nav"><a href="/">home</a><a href="/ask">message</a><a href="/archive">past</a><a href="http://sakurane.tumblr.com">theme</a>{block:ifLink1}<a href="{text:Link URL 1}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link URL 2}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link URL 3}">{text:Link 3}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link URL 4}">{text:Link 4}</a>{/block:ifLink4}</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:Description}<div class="about">{text:Desc Symbol}<p><i>{Description}</i></div>{/block:Description}
- {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:If400px}{block:IndexPage}width="400"{/block:IndexPage}{/block:If400px}>{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}{block:If500px}{Photoset-500}{/block:If500px}{block:If400px}{block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:If400px}{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="q2">“</div><div class="quote">{Quote}{block:Source} —<b>{Source}</b>{/block:Source}</div><div class="q2">”</div>{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name} ⇢</a></h1>{block:Description}<blockquote>{Description}</blockquote>{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/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:If500px}{Video-500}{/block:If500px}{block:If400px}{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:If400px}{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}<div class="asker">{Asker} {text:Ask}:</div><div class="qs"><img src="{AskerPortraitURL-16}" style="float:left; padding-right: 10px;"><i>{Question}</i></div>{Answer}{/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:HasTags}<div id="tags">tagged: {block:Tags}<img src="http://static.tumblr.com/6hsqxdt/pz1mcsq0q/tag.png"><a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- <div id="info">{block:Date}<a href="{Permalink}">{ShortMonth} {DayofMonthWithZero}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}» {block:If500px}via <a href="{ReblogParentURL}">{ReblogParentName}</a> © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:If500px}{block:If400px}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">©</a>{/block:If400px}{/block:RebloggedFrom}<div style="float: right;"><a href="{ReblogURL}">Reblog</a></div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement