Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: #03 - Euterpe
- 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:Sidebar" content=""/>
- <meta name="image:Sidebar Background" content=""/>
- <meta name="image:Background" content="http://i39.tinypic.com/dp9y06.png"/>
- <meta name="image:Corner Background" content=""/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Post" content="#0C0C0C"/>
- <meta name="color:Post Border" content="#000"/>
- <meta name="color:Sidebar Text" content="#808080"/>
- <meta name="color:Sidebar Image Border" content="#fff"/>
- <meta name="color:Text" content="#dfdfdf"/>
- <meta name="color:Bold" content="#F1F1F1"/>
- <meta name="color:Italic" content="#ccc"/>
- <meta name="color:Link" content="#aaa"/>
- <meta name="color:Link Hover" content="#fff"/>
- <meta name="color:Nav Background" content="#000"/>
- <meta name="color:Nav Text" content="#fff"/>
- <meta name="color:Nav Hover Background" content="#fff"/>
- <meta name="color:Nav Hover Text" content="#000"/>
- <meta name="color:Title" content="#0F0F0F"/>
- <meta name="color:Title Background" content="#fff"/>
- <meta name="color:Border" content="#f19a79"/>
- <meta name="color:Title Dash" content="#8A4949"/>
- <meta name="color:Permalink" content="#303030"/>
- <meta name="color:Pagination" content="#0E0E0E"/>
- <meta name="color:Pagination Hover" content="#f1f1f1"/>
- <meta name="color:Info Background" content="#202020"/>
- <meta name="color:info Border" content="#eee"/>
- <meta name="color:Notes Background" content="#000"/>
- <meta name="color:Scrollbar Background" content="#fff"/>
- <meta name="color:Scrollbar Bar" content="#000"/>
- <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:500px" content="0"/>
- <meta name="if:400px" content="1"/>
- <meta name="if:250px" content="0"/>
- <meta name="if:show caption" content="0"/>
- <meta name="if:sidebar pic" content="0"/>
- <meta name="font:Body" content="arial"/>
- <meta name="text:Blog Title" content=""/>
- <meta name="text:Font Size" content="10"/>
- <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 {
- background: {color:Scrollbar Bar};
- height: 100px;
- }
- ::-webkit-scrollbar {
- background: {color:Scrollbar Background};
- height: 10px;
- width: 10px;
- }
- body {
- font: {text:Font Size}px {font:Body};
- color: {color:Text};
- text-align: justify;
- word-wrap: break-word;
- background: {color:Background} url({image:Background}) repeat fixed;
- margin: 0;
- }
- b, strong {
- color: {color:Bold};
- }
- i, em {
- color: {color:Italic};
- }
- a {
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- color: {color:Link Hover};
- }
- small {
- font-size: 10px;
- }
- pre {
- width: 100%;
- overflow: auto;
- }
- #entry img, iframe.photoset {
- max-width: 100%;
- border: 0;
- display: block;
- }
- #bg {
- position: fixed;
- bottom: 0px;
- right: 0px;
- z-index: -1;
- }
- #container {
- margin: 0 0 4px 500px;
- }
- #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};
- border: 1px dashed {color:Sidebar Image Border};
- padding: 8px;
- margin-top: 4px;
- 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}
- h1 {
- color: {color:Title};
- font: lighter 14px lucida console;
- text-transform: uppercase;
- text-align: center;
- background: {color:Title Background};
- border-bottom: 1px dashed {color:Title Dash};
- padding; 4px;
- }
- h1 a {
- color: {color:Title};
- text-decoration: none;
- }
- blockquote {
- border-left: 2px solid {color:Border};
- padding-left: 5px;
- margin: 0 20px;
- }
- #entry:hover #perma {
- margin-top: 0px;
- opacity: 1;
- z-index: 1;
- }
- #perma {
- {block:If500px} width: 500px; {/block:If500px}
- {block:If400px} width: 400px; {/block:If400px}
- {block:If250px} width: 250px; {/block:If250px}
- position: absolute;
- margin-top: -10px;
- padding-bottom: 5px;
- opacity: 0;
- text-align: center;
- background: {color:Post};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #perma a {
- font: italic 9px georgia;
- color: {color:Link};
- text-transform: lowercase;
- text-decoration: none;
- }
- #perma a:hover {
- color: {color:Link Hover};
- }
- #info {
- {block:If400px} width: 415px; {/block:If400px}
- {block:IfNot400px} width: 515px; {/block:IfNot400px}
- text-align: center;
- background: {color:Info Background};
- border-bottom: 1px dashed {color:Info Border};
- margin-left: 1px;
- padding-left: 2px;
- }
- #notes {
- {block:If400px} width: 418px; {/block:If400px}
- {block:IfNot400px} width: 518px; {/block:IfNot400px}
- text-align: left;
- background: {color:Notes Background};
- padding: 5px 0;
- margin-top: 0px;
- }
- #sidebar {
- width: 210px;
- position: fixed;
- top: 60px;
- left: 255px;
- padding: 10px;
- }
- #sidebar img {
- width: 190px;
- background: {color:Post} url({image:Sidebar Background}) repeat fixed;
- border: 1px dashed {color:Sidebar Image Border};
- padding: 10px;
- }
- #nav {
- text-align: center;
- margin: -3px 0 2px 0;
- }
- #nav a {
- width: 50px;
- display: inline-block;
- font: bold italic 10px arial;
- color: {color:Nav Text};
- text-transform: lowercase;
- text-align: center;
- background: {color:Nav Background};
- padding: 3px 0;
- margin-bottom: 2px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #nav a:hover {
- color: {color:Nav Hover Text};
- background: {color:Nav Hover Background};
- }
- #title {
- width: 212px;
- font: 12px lucida console;
- color: {color:Title};
- text-transform: lowercase;
- text-align: center;
- border-bottom: 4px solid {color:Border};
- }
- #desc {
- text-align: justify;
- color: {color:Sidebar Text};
- }
- #pg {
- text-align: center;
- }
- #pg a {
- color: {color:Pagination};
- font-weight: bold;
- font-size: 12px;
- }
- #pg a:hover {
- color: {color:Pagination Hover};
- }
- .qs {
- text-align: center;
- border-bottom: 1px dashed {color:Info Border};
- }
- .quote {
- padding: 0 10px;
- font-size: 14px;
- font-style: italic;
- text-indent: 25px;
- }
- .qtsource {
- text-align: right;
- margin: 5px 0 0 150px;
- }
- .audio {
- width: 100%;
- background: #000;
- }
- #backtotop {
- position: fixed;
- bottom: 0px;
- right: 10px;
- padding: 5px;
- text-align: center;
- }
- #backtotop a {
- font: 30px lucida console, trebuchet ms, sans-serif;
- color: {color:Link};
- text-decoration: none;
- }
- #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:Corner Background}"></div>
- <div id="sidebar">
- {block:IfBlogTitle}<div id="title">{text:Blog Title}</div>{/block:IfBlogTitle}
- {block:IfSidebarPic}<center><img src="{image:Sidebar}"></center>{/block:IfSidebarPic}
- <div id="nav">
- <a href="/">index</a>
- <a href="/ask">ask</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>
- <div id="desc">{Description}</div>
- <div id="pg">
- {block:IfNotInfiniteScroll}{block:Pagination}
- {block:PreviousPage}
- <a class="pg" href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="pg" href="{NextPage}">»</a>
- {/block:NextPage}
- {/block:Pagination}{/block:IfNotInfiniteScroll}</div>
- </div>
- <div id="container">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScroll}
- {block:Posts}
- <div id="entry">{block:indexpage}<div id="perma"><a href="{Permalink}">{NoteCount}</a> · <a href="{ReblogURL}">Reblog</a></div>{/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 class="h1" href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<hr style="border:1px dashed #f1f1f1;">{/block:Lines}{/block:Chat}
- {block:Audio}<div class="audio">{AudioPlayerBlack}</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}<div class="qs">{Asker}: {Question}</div>{Answer}{/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>
- {block:permalinkpage}<div id="info">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}{block:RebloggedFrom}<br>(via <a href="{ReblogParentURL}">{ReblogParentName}</a> & source <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}<br>{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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement