- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- . .
- / \ | o
- /___\ .-.| .-. .--..--. .. ._.-.
- / \( |(.-' `--.`--. | \ / (.-'
- ' ``-'`-`--'`--'`--'-' `-`' `--'
- please do not delete any credits and/or
- redistribute the following code thank you -->
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:primary" content="#504f4f"/>
- <meta name="color:secondary" content="#f6f6f6"/>
- <meta name="color:tertiary" content="#ccc"/>
- <meta name="color:link" content="#504f4f"/>
- <meta name="color:link hover" content="#504f4f"/>
- <meta name="color:nav background" content="#f6f6f6"/>
- <meta name="text:font size" content="9px"/>
- <meta name="text:post spacing" content="30px"/>
- <meta name="text:width" content="400px">
- <meta name="font:body" content="courier new"/>
- <meta name="if:endless scrolling" content="0"/>
- <meta name="if:show caption" content="1"/>
- <meta name="if:show rss" content="1"/>
- <style type="text/css">
- body {background:{color:background}; font-family:{font:body}; font-size:{text:font size}; color:{color:primary}; text-align:justify;}
- a {text-decoration:none; color:{color:link};}
- a:hover {color:{color:link hover}; text-decoration:underline;}
- h3 {line-height:10px; font-size:14px; display:inline-block; font-family:{font:title}; font-weight:normal; text-transform:none; padding-bottom:5px; margin-bottom:-8px; margin-top:0px;}
- #wrap {margin:0px auto; width:{text:width};}
- .posts {margin-top:30px;}
- #entry {overflow:hidden; width:{text:width}; {block:indexpage}margin-bottom:{text:post spacing};{/block:indexpage}}
- #header {padding:3px 0px 3px 0px; background:{color:background}; position:fixed; width:{text:width}; top:0px; z-index:1; background:{color:nav background};}
- .links {background:{color:nav background}; margin-bottom:1px;}
- #descrip {width:250px; position:fixed; z-index:1; padding:4px; background:{color:nav background}; bottom:0px; margin-left:-275px;}
- .tags {margin-top:5px; display:inline-block; margin-right:5px; color:{color:tertiary}; background:{color:secondary}; font-size:10px;}
- .permalink {margin-top:{block:ifshowcaption}-10{/block:ifshowcaption}{block:ifnotshowcaption}5{/block:ifnotshowcaption}px; background:{color:secondary};}
- #credit {position:fixed; bottom:10px; margin-right:5px; right:0px; z-index:2;} #credit a {padding:4px; font-size:10px; background:{color:secondary}; color:{color:tertiary};} #credit a:hover {background:{color:tertiary}; color:{color:secondary};}
- .source {padding-top:10px; padding-bottom:12px;} .question {text-transform:uppercase;} .caption {margin-top:-8px; background:{color:secondary};}
- .player {background:#fff;} .notes {margin-top:2px; font-family:{font:title}; margin-top:18px;} ol.notes {padding-left:42px; list-style-type:none; font-weight:normal; opacity:1; font-size:{text:font size}; text-transform:none; font-family:{font:body};}
- photoset img {width:{text:width};}
- ol.notes li.note {padding:2px; opacity:.8; -moz-transition:0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition:0.1s ease-in; transition:0.1s ease-in;} ol.notes li.note:hover {opacity:1;} ol.notes li.note img.avatar {width:16px; height:16px;}
- .label {font-weight:bold; text-transform:none;} ul, ol {margin-left:-40px!important; list-style:none; text-transform:none;} img {width:{text:width};} .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;} #infscr-loading {display:none;}
- #pag {width:{text:width}; padding:10px 10px 20px 10px;}
- ::-webkit-scrollbar{width:8px;height:8px;} ::-webkit-scrollbar-button:start:decrement ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;} ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px;} ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:secondary}; -webkit-border-radius:0px;}
- ::-webkit-scrollbar-thumb:horizontal{width:8px; background-color: {color:secondary}; -webkit-border-radius:0px;} ::selection, a::selection,img::selection {color:{color:text};} ::-moz-selection {color:{color:text};} iframe#tumblr_controls {position:fixed!important;}{CustomCSS}</style>
- <script type="text/javascript">
- $(document).ready(function()
- {
- $( '.wrap' ).fadeIn("slow");
- });
- </script>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });</script>
- {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScrolling}
- </head>
- <body>
- <div id="credit"><a href="http://adessive.tumblr.com">Theme</a></div>
- <div id="wrap"><div id="header"><a href="/">{Title}</a> / <a class="links" href="/archive">{lang:Archive}</a> / {block:AskEnabled}<a class="links" href="/ask">Ask</a> / {/block:AskEnabled}{block:SubmissionsEnabled}<a class="links" href="/submit">Submit</a> / {/block:SubmissionsEnabled}{block:IfShowRSS}<a class="links" href="{RSS}">RSS</a> / {/block:IfShowRSS}{block:HasPages}{block:Pages}<a class="links" href="{URL}">{Label}</a> / {/block:Pages}{/block:HasPages}</div>
- {block:description}<div id="descrip">{description}</div>{/block:description}
- {block:IfEndlessScrolling}<div class = "autopagerize_page_element">{/block:IfEndlessScrolling}
- <div class="posts">{block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="{text:width}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:indexpage}{block:ifshowcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaption}{/block:indexpage}{/block:Photo}
- {block:Photoset}<div class="photoset">{block:Photos}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{/block:Photos}</div>{block:indexpage}{block:ifshowcaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaption}{/block:indexpage}{/block:Photoset}
- {block:Quote}<div style="font-size:11px; font-style:italic;">"{Quote}"</div>{block:Source}<div class="source">— <strong>{Source}</strong></div>{/block:Source}{/block:Quote}
- {block:Link}<h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>{block:Description}<div class="description">{Description}</div>{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:indexpage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:indexpage}{/block:Video}
- {block:Audio}<div class="player">{AudioPlayerWhite}</div>{block:indexpage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:indexpage}{/block:Audio}
- {block:IndexPage}<a href="{Permalink}"><div class="permalink">{block:Date}{DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</div></a>{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<div class="permalink">{block:Date}{DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</div>{block:HasTags}<div class="tags">Filed under: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}</div>{/block:HasTags}<div class="tags">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div><div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}</div>{/block:Posts}
- {block:IfNotEndlessScrolling}{block:Pagination}<div id="pag"><div style="float:left;">{block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page"><u>{PageNumber}</u></span> {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}{/block:JumpPagination}</div><div style="float:right;">{block:PreviousPage}← <a href="{PreviousPage}">previous</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a> →{/block:NextPage}</div></div>{/block:Pagination}{block:IfNotEndlessScrolling}{block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
- </div></div></body></html>