Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: #04 - Simplicity
- 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="color:Background" content="#fff"/>
- <meta name="color:Post" content="#fff"/>
- <meta name="color:Text" content="#333"/>
- <meta name="color:Bold" content="#000"/>
- <meta name="color:Italic" content="#ccc"/>
- <meta name="color:Link" content="#808080"/>
- <meta name="color:Link Hover" content="#eee"/>
- <meta name="color:Title" content="#000"/>
- <meta name="color:Title Border" content="#ccc"/>
- <meta name="color:Description Background" content="#eee"/>
- <meta name="color:Perma Background" content="#fff"/>
- <meta name="color:Perma Link" content="#000"/>
- <meta name="color:Chat Text" content="#777"/>
- <meta name="color:Scrollbar Background" content="#eee"/>
- <meta name="color:Scrollbar Bar" content="#fff"/>
- <meta name="if:500px" content="1"/>
- <meta name="if:400px" content="0"/>
- <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="if:show tags" content="0"/>
- <meta name="if:no description" content="0"/>
- <meta name="font:Body" content="Arial"/>
- <meta name="text:Font Size" content="10"/>
- <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 Bar};
- }
- ::-webkit-scrollbar {
- height:5px;
- width:15px;
- background: {color:Scrollbar Background};
- }
- 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;
- }
- a {
- color: {color:Link};
- font: 9px arial;
- letter-spacing: 1px;
- 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;
- }
- #header {
- width: 100%;
- background: transparent;
- text-align: center;
- }
- .desc {
- {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}
- font: 8px verdana;
- border-top: 1px dotted {color:Title Border};
- border-bottom: 1px dotted {color:Title Border};
- background: {color:Description Background};
- padding: 10px 0;
- margin-top: 4px;
- {block:IfNoDescription} display: none; {/block:IfNoDescription}
- }
- .title {
- font: 14px verdana;
- color: {color:Title};
- letter-spacing: 2px;
- text-transform: uppercase;
- }
- #container {
- {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}
- padding-bottom: 12px;
- margin: 0 auto;
- }
- #entry {
- background: {color:Post};
- margin-top: 15px;
- 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, .h1 {
- font: lighter 12px verdana;
- color: {color:Title};
- letter-spacing: 2px;
- text-transform: lowercase;
- border-bottom: 1px dotted {color:Title Border};
- }
- blockquote {
- margin: 6px;
- padding-left: 5px;
- background: {color:Description Background};
- border-left: 1px dotted {color:Title Border};
- }
- #entry:hover #perma {
- opacity: 0.8;
- }
- #perma {
- width: 120px;
- position: absolute;
- {block:If500px} margin-left: 175px; {/block:If500px}
- {block:If400px} margin-left: 130px; {/block:If400px}
- {block:If250px} margin-left: 55px; {/block:If250px}
- font: 8px verdana;
- text-transform: uppercase;
- text-align: center;
- background: {color:Perma Background};
- color: {color:Perma Link};
- opacity: 0;
- padding: 10px;
- z-index: 1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #perma a {
- color: {color:Perma Link};
- font: 14px verdana;
- text-transform: uppercase;
- }
- #perma a:hover {
- color: {color:Link};
- }
- #tags {
- font-size: 9px;
- {block:IndexPage}{block:IfNotShowTags} display: none; {/block:IfNotshowTags}{/block:IndexPage}
- }
- #notes {
- text-align: left;
- }
- .quote {
- font-size: 15px;
- font-style: italic;
- text-indent: 25px;
- padding: 0 15px;
- }
- .qtsource {
- margin-top: 5px;
- text-align: right;
- }
- .chat {
- color: {color:Chat Text};
- padding: 1px;
- margin-bottom: 0px;
- }
- .chat.even {
- color: {color:Link};
- background: {color:Description Background};
- }
- .audio {
- width: 20px;
- overflow: hidden;
- background: #fff;
- float: left;
- }
- .audinfo {
- position: relative;
- margin: 5px 0 5px 35px;
- }
- .ask {
- padding: 10px;
- border-bottom: 1px dotted {color:Title Border};
- }
- .ask img {
- margin-right: 4px;
- }
- #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};
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/b0mqilh/Zu2m0dn6s/infinitescrolling.js"></script>{/block:IfInfiniteScroll}
- </head><body>
- <div id="backtotop"><a href="javascript:scroll(0,0)">▲<br><div style="font-family: arial; font-size: 8px;">top</div></a></div>
- <div id="header">{block:IfBlogTitle}<div class="title">{text:Blog Title}</div>{/block:IfBlogTitle}
- <center>{block:Description}<div class="desc">{Description}</div>{/block:Description}</center>
- <a href="/">home</a> · <a href="/archive">archive</a> · <a href="/ask">ask</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} <a href="http://enchantique.tumblr.com">theme</a>
- </div>
- <div id="container">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScroll}
- {block:Posts}
- <div id="entry">{block:IndexPage}<div id="perma">{block:Date}<a href="{Permalink}">{ShortMonth} {DayofMonthWithZero}, {ShortYear}</a><br>{12HourWithZero}:{Minutes} {CapitalAmPm}{/block:Date} {block:NoteCount}| {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br><a href="{ReblogParentURL}">Via</a> · <a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}</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="h1" href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat">{block:Lines}<div class="chat {Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}</div>{/block:Chat}
- {block:Audio}<div class="audio">{AudioPlayerWhite}</div><div class="audinfo">{block:TrackName}<i>{TrackName}</i>{/block:TrackName} {block:Artist}by <b>{Artist}</b>{/block:Artist}</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"><img src="{AskerPortraitURL-24}" align="left" style="padding: 4px; max-width: 24px;">{Asker}:<br> {Question}</div><div style="color: {color:Link}">{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:HasTags}<div id="tags">tagged: {block:Tags}#</font><a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {block:permalinkpage}<div id="notes">{block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>{/block:permalinkpage}
- </div>{/block:Posts}</div>
- {block:IfNotInfiniteScroll}<div style="text-align:center;">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
- </div>{/block:IfNotInfiniteScroll}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement