Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: #05 - Mask
- 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:Background" content=""/>
- <meta name="image:Corner Background" content=""/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Post" content="#fff"/>
- <meta name="color:Text" content="#808080"/>
- <meta name="color:Bold" content="#424242"/>
- <meta name="color:Italic" content="#777"/>
- <meta name="color:Link" content="#808080"/>
- <meta name="color:Link Hover" content="#b8b8b8"/>
- <meta name="color:Sidebar Text" content="#666"/>
- <meta name="color:Navigation Background" content="#000"/>
- <meta name="color:Navigation Link" content="#808080"/>
- <meta name="color:Navigation Background Hover" content="#fff"/>
- <meta name="color:Navigation Link Hover" content="#808080"/>
- <meta name="color:Extra Link" content="#b8b8b8"/>
- <meta name="color:Title" content="#fff"/>
- <meta name="color:Title Background" content="#000"/>
- <meta name="color:Post Title" content="#424242"/>
- <meta name="color:Post Title Dash" content="#ccc"/>
- <meta name="color:Blockquote Background" content="#f4f4f4"/>
- <meta name="color:Info Link" content="#808080"/>
- <meta name="color:Info Border" content="#000"/>
- <meta name="color:Scrollbar Background" content="#fff"/>
- <meta name="color:Scrollbar Bar" content="#000"/>
- <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:sidebar image" content="0"/>
- <meta name="if:show caption" content="0"/>
- <meta name="if:show tags" content="0"/>
- <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>
- @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
- iframe#tumblr_controls {
- position: fixed!important;
- right: 3px!important;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 100px;
- background: {color:Scrollbar Bar};
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 5px;
- background: {color:Scrollbar Background};
- }
- body {
- font: 10px arial;
- color: {color:Text};
- text-align: justify;
- word-wrap: break-word;
- background: {color:Background} url({image:Background}) repeat fixed;
- margin: 0;
- }
- #bg {
- position: fixed;
- bottom: 0px;
- right: 0px;
- z-index: -1;
- }
- a {
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- color: {color:Link Hover};
- }
- 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 {
- {block:If400px} width: 410px; {/block:If400px}
- {block:IfNot400px} width: 510px; {/block:IfNot400px}
- margin-left: 250px;
- 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};
- padding: 10px;
- margin-top: 10px;
- 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 {
- font: italic lighter 16px georgia;
- text-transform: lowercase;
- text-align: center;
- color: {color:Post Title};
- border-bottom: 1px dashed {color:Post Title Dash};
- }
- blockquote {
- margin: 8px;
- padding: 0 5px;
- background: {color:Blockquote Background};
- }
- #entry:hover #perma {
- {block:If500px} margin-left: 516px; {/block:If500px}
- {block:If400px} margin-left: 416px; {/block:If400px}
- {block:If250px} margin-left: 266px; {/block:If250px}
- opacity: 1;
- }
- #perma {
- {block:If500px} margin-left: 500px; {/block:If500px}
- {block:If400px} margin-left: 400px; {/block:If400px}
- {block:If250px} margin-left: 250px; {/block:If250px}
- position: absolute;
- opacity: 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;
- }
- .reblog {
- font: 8px tinytots;
- text-transform: uppercase;
- background: {color:Post};
- padding: 2px;
- }
- #info {
- text-align: center;
- border-top: 4px solid {color:Info Border};
- margin-left: 10px;
- padding: 10px 0;
- }
- #info a, #notes a {
- color: {color:Info Link};
- }
- #info a:hover, #notes a:hover {
- text-decoration: underline;
- }
- #tags {
- {block:If500px} width: 520px; {/block:If500px}
- {block:If400px} width: 420px; {/block:If400px}
- {block:If250px} width: 270px; {/block:If250px}
- font: 8px tinytots;
- text-transform: uppercase;
- letter-spacing: 1px;
- line-height: 10px;
- {block:IfNotShowTags} display: none; {/block:IfNotShowTags}
- }
- #notes {
- text-align: left;
- }
- li.note {
- list-style-type: none;
- }
- #sidebar {
- width: 200px;
- position: fixed;
- {block:IfSidebarImage} top: 120px; {/block:IfSidebarImage}
- {block:IfNotSidebarImage} top: 350px; {/block:IfNotSidebarImage}
- left: 20px;
- }
- #sidebar:hover #nav {
- line-height: 45px;
- opacity: 1;
- }
- #nav {
- width: 202px;
- line-height: 200px;
- opacity: 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;
- }
- #nav a {
- color: {color:Navigation Link};
- font: 8px tinytots;
- text-transform: uppercase;
- background: {color:Navigation Background};
- padding: 14px;
- -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:Navigation Link Hover};
- background: {color:Navigation Background Hover};
- border-radius: 10px 10px 0 0;
- -moz-border-radius: 10px 10px 0 0;
- padding-top: 20px;
- }
- #desc {
- font: 8px tinytots;
- color: {color:Sidebar Text};
- text-transform: uppercase;
- text-align: left;
- padding: 10px;
- }
- #extra a {
- color: {color:Extra Link};
- font: 8px tinytots;
- text-transform: uppercase;
- text-align: right;
- letter-spacing: 5px;
- display: block;
- background: {color:Navigation Hover Background};
- border-bottom: 1px dashed #eee;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #extra a:hover {
- color: {color:Navigation Background Hover};
- background: {color:Navigation Link Hover};
- padding-right: 20px;
- }
- #title {
- font: italic bold 24px georgia;
- color: {color:Title};
- text-transform: lowercase;
- text-align: center;
- line-height: 15px;
- background: {color:Title Background};
- border-radius: 5px 5px 0 0;
- -moz-border-radius: 5px 5px 0 0;
- margin-top: -3px;
- }
- .date {
- font: italic bold 14px georgia;
- }
- .quote {
- padding: 0 10px 5px 10px;
- text-indent: 20px;
- font: italic 15px georgia;
- text-align: justify;
- }
- .qtsource {
- text-align: right;
- }
- .chat {
- margin: 2px 0;
- }
- .label {
- font: 8px tinytots;
- text-transform: uppercase;
- background: {color:Title Background};
- color: {color:Title};
- padding: 2px 2px 1px 2px;
- letter-spacing: 1px;
- }
- .audio {
- width: 100%;
- background: #000;
- }
- .ask {
- padding: 0 10px;
- }
- .ask img {
- margin-right: 4px;
- }
- .qs {
- width: 100%;
- font: 10px georgia;
- color: {color:Title};
- background: {color:Title Background};
- border-radius: 5px;
- -moz-border-radius: 5px;
- padding: 5px;
- }
- #pagi {
- {block:If500px} width: 520px; {/block:If500px}
- {block:If400px} width: 420px; {/block:If400px}
- {block:If250px} width: 270px; {/block:If250px}
- margin: 0 0 20px 240px;
- text-align: center;
- }
- #pagi a {
- color: {color:Post Title};
- margin: 0 20px;
- }
- #pagi a:hover {
- color: {color:Link Hover};
- }
- #backtotop {
- position: fixed;
- right: 10px;
- bottom: 0px;
- 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="bg"><img src="{image:Corner Background}"></div>
- <div id="backtotop"><a href="javascript:scroll(0,0)">▲</a></div>
- <div id="sidebar">
- {block:IfSidebarImage}<center><img src="{image:Sidebar}" width="170px"></center>{/block:IfSidebarImage}
- {block:IfBlogTitle}<div id="title">{text:Blog Title}</div>{/block:IfBlogTitle}
- <div id="desc"><img src="{PortraitURL-40}" align="left" style="border: 4px solid #fff; margin-right: 4px;">{Description}</div>
- <div id="extra">
- {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}
- {block:ifLink5}<a href="{text:Link Url 5}">{text:Link 5} +</a>{/block:ifLink5}</div>
- <div id="nav" align="center">
- <a class="nav" href="/">index</a> <a class="nav" href="/ask">ask</a> <a class="nav" href="/archive">past</a> <a class="nav" href="http://sakurane.tumblr.com">theme</a></div>
- </div>
- <div id="container">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScroll}
- {block:Posts}
- <div id="entry">{block:IndexPage}<div id="perma"><div class="reblog"><a href="{Permalink}"><b>+</b>{NoteCount}</a><br><a href="{ReblogURL}"><b>R</b>eblog</a></div></div>{/block:IndexPage}
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img style="display: block;" 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="link" href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>{/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="ask">{Asker}:<br><div class="qs">{Question}</div></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:IndexPage}{block:HasTags}<div id="tags"><span class="label">tagged:</span> {block:Tags}#<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IndexPage}
- {block:PermalinkPage}<div id="info">{block:Date}<span class="date">Posted {TimeAgo} with {NoteCountWithLabel}</span>{/block:Date}{block:PostNotes} {/block:PostNotes}{block:HasTags}<br><span class="label">tagged:</span> {block:Tags}#<a href="{TagUrl}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:RebloggedFrom}<br>(via <a href="{ReblogParentURL}">{ReblogParentName}</a> & source <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}</div>{/block:PermalinkPage}
- {block:permalinkpage}<div id="notes">{block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>{/block:permalinkpage}
- {/block:Posts}</div></div>
- {block:IfNotInfiniteScroll}<div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a class="link" href="{PreviousPage}"> previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="link" href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>{/block:IfNotInfiniteScroll}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement