- <!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">
- <html>
- <head>
- <title>{Title}</title>
- <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="font:title" content="Arial"/>
- <meta name="font:post title" content="Arial"/>
- <meta name="font:body" content="Arial"/>
- <meta name="text:font size" content="11px"/>
- <meta name="text:post title size" content="13px"/>
- <meta name="text:links font size" content="8x"/>
- <meta name="text:title font size" content="20px"/>
- <meta name="text:line height" content="15px"/>
- <meta name="text:next" content="Next »"/>
- <meta name="text:previous" content="« Previous"/>
- <meta name="text:link 1 text" content="link 1" />
- <meta name="text:link 1" content="http://" />
- <meta name="text:link 2 text" content="link 2" />
- <meta name="text:link 2" content="http://" />
- <meta name="color:background" content="#fff"/>
- <meta name="color:text background" content="#eee"/>
- <meta name="color:top bar background" content="#eee"/>
- <meta name="color:title" content="#222"/>
- <meta name="color:text" content="#222"/>
- <meta name="color:link" content="#222"/>
- <meta name="color:link hover" content="#a8a8a8"/>
- <meta name="color:navigation links" content="#222"/>
- <meta name="color:navigation link hover" content="#a8a8a8"/>
- <meta name="if:endless scrolling" content="0"/>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h1').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- <style type="text/css">
- /* Theme provided by collisions.tumblr.com. Do NOT remove the credit. */
- body {background:{color:background}; margin:0px auto; font-family:{font:body}; font-size:{text:font size}; line-height:{text:line height}; text-align:justify; color:{color:text};}
- #wrapper {margin:0px auto; width:400px; margin-top:100px; margin-bottom:35px;}
- #posts {width:400px;}
- #navbar {width: 100%; padding: 20px; text-align: center; background-color: {color:top bar background}; position:fixed; top: 0px; z-index:100; opacity: .8;}
- #centernav {width: 400px; margin: auto;}
- img {max-width: 400px;}
- h3 {font-family:{font:post title}; font-size:{text:post title size}}
- a {text-decoration:none; color:{color:link}; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
- a:hover {color:{color:link hover}; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
- .caption {margin-top:-8px; margin-bottom:-8px; background:{color:caption background}; padding: 2px 0 2px 0;}
- .title {font-size:{text:title font size}; font-family:{font:title}; margin-bottom:15px;}
- .links {font-size:{text:links font size}; text-transform: uppercase;}
- .links a {font-size:{text:navigation links}; text-transform: uppercase;}
- .links a:hover {font-size:{text:navigation link hover}; text-transform: uppercase;}
- .info {font-size:{text:links font size}; text-transform: uppercase; text-align: right; margin-top: 5px;}
- .permalink {font-family:{font:body}; width:50px; padding: 0 0 0 10px; margin-left:400px; text-align: left; position:absolute; opacity:0; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
- .permalink a:hover{color:{color:link hover}}
- #imgpost {position:relative;}
- #textpost {background:{color:text background}; padding: 5px;}
- #entry {margin-bottom: 15px; border-bottom: 1px solid #CACACA; padding-bottom: 10px;}
- #entry:hover .permalink {opacity: 1;}
- #entry:hover .imgpermalink {overflow:visible; -webkit-transition: opacity 0.7s linear; opacity: .85; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
- #entry .imgpermalink {width: 150px; font: 11px ; padding: 10px; bottom: 15px; position:absolute; text-align: left; background-color:#fff; color:#fff; overflow:hidden; -webkit-transition: opacity 0.7s linear; opacity: 0.0; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear;transition: all 0.4s linear;}
- ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: dotted 0px #ccc;}
- ol.notes li.note {border-top: dotted 0px #ccc; padding: 3px;}
- ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 16px;height: 16px;}
- ol.notes li.note span.action {font-weight: normal;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px;}
- ol.notes li.note blockquote a {text-decoration: none;}
- ul{margin-left:-40px!important; list-style:none;}
- ::-webkit-scrollbar{width:7px;height:7px;}
- ::-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:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color:{color:text};-webkit-border-radius:px;}
- ul#drawers {list-style: none; margin: auto; color: color:title; cursor: help;}
- ul#drawers li h1 {margin: 0; font-size:{text:title font size}; font-weight: normal;}
- li.drawer h1.open {border-top: 0px;}
- li.drawer div {padding: 8px 0 0 0; margin: 0px; line-height: 15px;}
- li.drawer div li {list-style-type: disc;}
- {CustomCSS}
- </style>
- {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScrolling}
- </head>
- <body>
- <div style="position:fixed; bottom:10px; right:10px;"><a href="http://collisions.tumblr.com" title="theme from collisions">theme</a></div>
- <div id="navbar">
- <div id="centernav">
- <ul id="drawers">
- <li class="drawer" id="info">
- <h1>{title}</h1>
- <div align="center">
- <div class="links"><a href="/">home</a> <a href="/ask">message</a> <a href="/archive">archive</a> <a href="{text:link 1}">{text:link 1 text}</a> <a href="{text:link 2}">{text:link 2 text}</a></div>
- </div>
- </li>
- </ul>
- </div>
- </div>
- <div id="wrapper">
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div id="entry">
- <div id="textpost">
- <span class="permalink"><a href="{Permalink}">{NoteCount}</a></span>
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div id="entry">
- <div id="imgpost">
- <div class="imgpermalink">
- <div><a href="{Permalink}">Posted on {Month} {DayOfMonth}, {Year}</a></div>
- <div><a href="{Permalink}">{NoteCountWithLabel}</a></div>
- <div> </div>
- <div><a href="{ReblogURL}" target="_blank">Reblog this picture</a></div>
- </div>{/block:IndexPage}
- <a href="{Permalink}">
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="400px;"/>
- </a>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div id="entry">
- <div class="photoset">
- <center>{Photoset-400}</center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{NoteCount}</a></span>"<em>{Quote}</em>" {block:Source}- <b>{Source}</b>{/block:Source}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:link}
- <div id="entry"><span class="permalink"><a href="{Permalink}">{NoteCount}</a></span><div class="linkpost"><a href="{URL}" class="linkpost" {Target}><h3>{Name}</h3></a>{block:Description}<div class="description">{Description}</div>{/block:Description}</div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:link}
- {block:Chat}
- <div id="entry"><span class="permalink"><a href="{Permalink}">{NoteCount}</a></span>
- {block:Title}<b>{Title}</b>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div id="entry"><div class="video">
- <center>{Video-400}</center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Audio}<div id="entry"><span class="permalink"><a href="{Permalink}">{NoteCount}</a></span><div class="audio">{AudioPlayerBlack}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {/block:Posts}
- <DIV style="text-align:right;">
- {block:ifNotendlessscrolling}
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">{text:previous}</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}">{text:next}</a>{/block:NextPage}</div>
- {/block:Pagination}
- {/block:ifNotendlessscrolling}
- </div>
- </div>
- </div>
- </body>
- </html>