- <!--
- THEME: #02 - Drawing Days
- 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"/>
- <link href='http://static.tumblr.com/6hsqxdt/CPem845ky/stylesheet.css' rel='stylesheet' type='text/css'>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Sidebar" content="">
- <meta name="image:Background" content="">
- <meta name="image:Fixed BG" content="">
- <meta name="color:Background" content="#efefef">
- <meta name="color:Text" content="#bababa">
- <meta name="color:Bold" content="#a3a3a3">
- <meta name="color:Italic" content="#9b9b9b">
- <meta name="color:Link" content="#959595">
- <meta name="color:Link Hover" content="#d8d8d8">
- <meta name="color:Post Title" content="#808080">
- <meta name="color:Post Background" content="#fdfbfb">
- <meta name="color:Desc Text" content="#b6b6b6">
- <meta name="color:Title" content="#6d6d6d">
- <meta name="color:Title Background" content="#f9f8f8">
- <meta name="color:Sidebar Background" content="#fdfdfd">
- <meta name="color:Dash Border" content="#c6c6c6">
- <meta name="color:Nav Link" content="#fff">
- <meta name="color:Nav Link Hover" content="#a2a2a2">
- <meta name="color:Nav Background" content="#a4a4a4">
- <meta name="color:Nav Hover Background" content="#c0c0c0">
- <meta name="color:Perma Link" content="#aeaeae">
- <meta name="color:Perma Link Hover" content="#fff">
- <meta name="color:Perma Background" content="#dedede">
- <meta name="color:Ask Background" content="#ccc">
- <meta name="color:Scrollbar Bar" content="#fff">
- <meta name="color:Scrollbar Background" content="#eee">
- <meta name="if:500px" content="0">
- <meta name="if:400px" content="1">
- <meta name="if:250px" 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="if:show caption" content="0">
- <meta name="font:Body" content="verdana">
- <meta name="text:Font Size" content="9">
- <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="">
- <meta name="text:Link 5" content="">
- <meta name="text:Link Url 5" content="">
- <style type="text/css">
- @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
- *, body, a, a:hover {
- cursor: url(http://static.tumblr.com/6hsqxdt/ofQm8ehf8/cursor.png), auto;
- }
- iframe#tumblr_controls {
- position: fixed!important;
- right: 3px!important;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 100px;
- background: {color:Scrollbar Bar};
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 10px;
- background: {color:Scrollbar Background};
- }
- body {
- font: {text:Font Size}px {font:Body};
- color: {color:Text};
- text-align: justify;
- background: {color:Background} url({image:Background}) repeat fixed;
- margin: 0;
- }
- b, strong {
- color: {color:Bold};
- text-transform: uppercase;
- }
- i, em {
- color: {color:Italic};
- }
- a {
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- color: {color:Link Hover};
- }
- bg {
- position: fixed;
- bottom: 0px;
- right: 0px;
- z-index: -1;
- }
- #container {
- {block:IndexPage}{block:If500px} margin-left: 210px; {/block:If500px}
- {block:If250px} margin-left: 460px; {/block:If250px}{/block:IndexPage}
- {block:If400px} width: 400px; margin-left: 310px; {/block:If400px}
- {block:IfNot400px}{block:PermalinkPage} width: 500px; margin-left: 210px; {/block:PermalinkPage}{/block:IfNot400px}
- padding-bottom: 10px;
- }
- #entry {
- {block:IndexPage}{block:If500px} width: 500px; {/block:If500px}
- {block:If250px} width: 250px; {/block:If250px}{/block:IndexPage}
- {block:If400px} width: 400px; {/block:If400px}
- {block:IfNot400px}{block:PermalinkPage} width: 500px; {/block:PermalinkPage}{/block:IfNot400px}
- background: {color:Post Background};
- padding: 4px;
- margin-top: 10px;
- overflow: hidden;
- }
- #entry img {
- border: 0;
- {block:If400px} max-width: 400px; {/block:If400px}
- {block:IndexPage}{block:If250px} max-width: 250px; {/block:If250px}{/block:IndexPage}
- }
- {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}
- h1 {
- font: lighter 12px 'Courier New', Courier, monospace;
- color: {color:Post Title};
- text-transform: uppercase;
- text-align: center;
- background: {color:Sidebar Background};
- border-bottom: 1px dashed {color:Dash Border};
- padding: 2px 0;
- margin: 0 25px;
- }
- h1 a {
- color: {color:Post Title};
- }
- h1 a:hover {
- color: {color:Link Hover};
- }
- blockquote {
- color: {color:Desc Text};
- background: {color:Sidebar Background};
- border-left: 1px dashed {color:Dash Border};
- padding: 0 5px;
- margin: 5px 15px;
- }
- #entry:hover #tags {
- opacity: 1;
- }
- #tags {
- width: 100px;
- position: absolute;
- margin-left: -130px;
- font-size: 9px;
- color: {color:Perma Link};
- text-align: right;
- background: {color:Post Background};
- border-radius: 5px;
- -moz-border-radius: 5px;
- padding: 5px;
- opacity: 0;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- }
- #perma {
- {block:IndexPage}{block:If500px} width: 508px; {/block:If500px}
- {block:If250px} width: 258px; {/block:If250px}{/block:IndexPage}
- {block:If400px} width: 408px; {/block:If400px}
- {block:IfNot400px}{block:PermalinkPage} width: 508px; {/block:PermalinkPage}{/block:IfNot400px}
- color: {color:Perma Link};
- letter-spacing: none;
- text-align: right;
- background: {color:Perma Background};
- border-top: 1px dashed {color:Dash Border};
- border-radius: 0 0 5px 5px;
- -moz-border-radius: 0 0 5px 5px;
- padding: 0;
- margin: 0;
- }
- #perma a {
- color: {color:Perma Link};
- }
- #perma a:hover {
- color: {color:Perma Link Hover};
- }
- #permatags {
- {block:If400px} width: 408px; {/block:If400px}
- {block:IfNot400px} width: 508px; {/block:IfNot400px}
- }
- #notes {
- text-align: left;
- }
- #sidebar {
- width: 250px;
- position: fixed;
- top: 100px;
- left: 750px;
- }
- #sidebar img {
- text-align: center;
- border: 1px dashed {color:Dash Border};
- border-bottom: none;
- padding: 5px;
- margin: 5px 0;
- z-index: 2;
- }
- #pg {
- position: fixed;
- margin-left: 250px;
- }
- #pg a {
- font: 15px WebSymbolsRegular;
- color: {color:Link};
- background: {color:Sidebar Background};
- border-radius: 0 5px 5px 0;
- -moz-border-radius: 0 5px 5px 0;
- display: block;
- padding: 5px;
- margin: 5px 0;
- }
- #pg a:hover {
- color: {color:Nav Link Hover};
- background: {color:Nav Hover Background};
- }
- #sb {
- background: {color:Sidebar Background};
- border-radius: 0 0 5px 5px;
- -moz-border-radius: 0 0 5px 5px;
- z-index: 1;
- }
- #sb a {
- color: {color:Perma Link};
- }
- #sb a:hover {
- color: {color:Perma Link Hover};
- }
- .title {
- width: 240px;
- position: fixed;
- font: bold 14px 'Courier New', Courier, monospace;
- color: {color:Title};
- text-transform: uppercase;
- text-align: center;
- background: {color:Title Background};
- padding: 4px 0;
- margin: -25px 0 0 5px;
- z-index: 3;
- }
- #nav {
- width: 250px;
- }
- #nav a {
- color: {color:Nav Link};
- text-transform: uppercase;
- text-align: left;
- background: {color:Nav Background};
- display: inline-block;
- padding: 10px 20px;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- }
- #nav a:hover {
- color: {color:Nav Link Hover};
- background: {color:Nav Hover Background};
- border-left: none;
- }
- #nav a, .desc, #perma {
- font: 8px tinytots;
- }
- .desc {
- color: {color:Desc Text};
- text-transform: uppercase;
- text-align: justify;
- border-bottom: 1px dashed {color:Dash Border};
- padding: 5px;
- }
- #customlinks {
- background: {color:Perma Background};
- border-radius: 0 0 5px 5px;
- -moz-border-radius: 0 0 5px 5px;
- padding-bottom: 2px;
- }
- .quote {
- font: italic 15px 'Courier New', Courier, monospace;
- text-indent: 25px;
- padding: 0 15px;
- margin-bottom: 5px;
- }
- .qtsource {
- text-align: right;
- }
- .audio {
- width: 100%;
- background: #fff;
- }
- .ask {
- width: 60px;
- position: relative;
- float: left;
- background: {color:Ask Background};
- margin-right: 20px;
- }
- .ask img {
- padding: 10px;
- }
- .ask:after {
- height: 0;
- width: 0;
- content: " ";
- position: absolute;
- left: 100%;
- border: solid transparent;
- pointer-events: none;
- }
- .ask:after {
- border-left-color: {color:Ask Background};
- border-width: 10px;
- top: 50%;
- margin-top: -10px;
- }
- .qs {
- width: 100%;
- font: 11px 'Courier New', Courier, monospace;
- }
- .answer {
- border-top: 1px dashed {color:Dash Border};
- margin-top: 8px;
- }
- #backtotop {
- text-align: center;
- position: fixed;
- bottom: 0;
- right: 10px;
- padding: 5px;
- }
- #backtotop a {
- font: 30px lucida console, tebuchet ms, sans-serif;
- color: {color:Link};
- }
- #backtotop a:hover {
- color: {color:Link Hover};
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
- </head><body>
- <div id="backtotop"><a href="javascript:scroll(0,0)">▲</a></div>
- <div id="bg"><img src="{image:Fixed BG}"></div>
- <div id="sidebar">
- <div id="sb">
- {block:IfNotInfiniteScroll}<div id="pg">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>{/block:IfNotInfiniteScroll}
- <center><img src="{image:Sidebar}" width=230px></center>
- {block:IfBlogTitle}<div class="title">{text:Blog Title}</div>{/block:IfBlogtitle}
- <div id="nav"><center>
- <a href="/">index</a>
- <a href="/ask">ask</a>
- <a href="/archive">past</a>
- <a href="http://sakurane.tumblr.com">theme</a>
- </center></div>
- <div class="desc">
- {Description}
- </div>
- <div id="customlinks"><center>{block:IfLink1}<a class="sb" 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}
- {block:IfLink5}· <a href="{text:Link Url 5}">{text:Link 5}</a>{/block:IfLink5}</center></div>
- </div>
- </div>
- <div id="container">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScroll}
- {block:Posts}
- <div id="entry">{block:IndexPage}{block:HasTags}<div id="tags">tagged:<br>{block:Tags}<a href="{TagUrl}">{Tag}</a>#<br> {/block:Tags}</div>{/block:HasTags}{/block:IndexPage}
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:If400px}width="400"{/block:If400px}{block:IndexPage}{block:If250px}width="250"{/block:If250px}{/block:IndexPage}/>{LinkCloseTag}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:Photo}
- {block:Photoset}<div class="photoset">{block:IndexPage}{block:If500px}{Photoset-500}{/block:If500px}{block:If250px}{Photoset-250}{/block:If250px}{/block:IndexPage}{block:If400px}{Photoset-400}{/block:If400px}{block:IfNot400px}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:IfNot400px}</div>{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:Photoset}
- {block:Quote}<div class="quote">" {Quote}</div>{block:Source} <div class="qtsource">—{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}<t>{Title}</t>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<div class="audio">{AudioPlayerWhite}</div>{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:Audio}
- {block:Video}{block:IndexPage}{block:If500px}{Video-500}{/block:If500px}{block:If250px}{Video-250}{/block:If250px}{/block:IndexPage}{block:If400px}{Video-400}{/block:If400px}{block:IfNot400px}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:IfNot400px}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:IfNotShowCaption}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:Video}
- {block:Answer}<table class="qs"><tr><td width="60"><div class="ask"><img src="{AskerPortraitURL-40}"></div></td><td style="line-height: 10px;"><font style="text-transform: uppercase;">{Asker}</font>: <i>{Question}</i></td></tr></table><div class="answer">{Answer}</div>{/block:Answer}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- <div id="perma">{block:RebloggedFrom}<div style="float:left; text-transform: uppercase;"><a href="{ReblogParentURL}">via</a> · <a href="{ReblogRootURL}">source</a></div>{block:RebloggedFrom}{block:Date}<a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>{/block:Date}{block:NoteCount} | {{NoteCount}}{/block:NoteCount}</div>
- {block:PermalinkPage}<div id="permatags">{block:HasTags}tagged: {block:Tags}#<a href="{TagUrl}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
- {block:permalinkpage}<div id="notes">{block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>{/block:permalinkpage}
- {/block:Posts}</div>
- </body></html>

