- <!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:title font size" content="20px"/>
- <meta name="text:line height" content="14px"/>
- <meta name="text:next" content="past"/>
- <meta name="text:previous" content="future"/>
- <meta name="text:permalink" content="∞"/>
- <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:caption background" content="#f3f3f3"/>
- <meta name="color:text" content="#222"/>
- <meta name="color:link" content="#222"/>
- <meta name="color:link hover" content="#a8a8a8"/>
- <meta name="color:post bar background" content="#000"/>
- <meta name="color:post bar text" content="#E7E7E7"/>
- <meta name="color:post bar text hover" content="#dcdcdc"/>
- <meta name="if:show ask" content="1"/>
- <meta name="if:show archive" content="1"/>
- <meta name="if:show rss" content="1"/>
- <meta name="if:endless scrolling" content="0"/>
- <meta name="if:show captions" content="0"/>
- <meta name="if:smaller posts" content="0"/>
- <style type="text/css">
- /* Fracture 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};
- padding:12px;
- }
- #wrapper {
- margin:0px auto;
- width: {block:ifsmallerposts}530px{/block:ifsmallerposts}{block:ifNotsmallerposts}630px{/block:ifNotsmallerposts};
- margin-top:20px;
- margin-bottom:15px;
- padding-bottom: 10px;
- }
- #posts {
- float: left;
- width: {block:ifsmallerposts}300px{/block:ifsmallerposts}{block:ifNotsmallerposts}400px{/block:ifNotsmallerposts};
- padding-right:15px;
- }
- #entry {
- margin-bottom: 15px;
- }
- #nav {
- position:fixed;
- width: 200px;
- margin-top:150px;
- margin-left: {block:ifsmallerposts}314px{/block:ifsmallerposts}{block:ifNotsmallerposts}414px{/block:ifNotsmallerposts};;
- padding-left:14px;
- border-left: 1px dotted #191919;
- }
- #nav img{
- max-width: 200px;
- }
- img {
- max-width: {block:ifsmallerposts}300px{/block:ifsmallerposts}{block:ifNotsmallerposts}400px{/block:ifNotsmallerposts};
- }
- h3 {
- font-family:{font:post title};
- font-size:{text:post title size}
- }
- a {
- text-decoration:none;
- color:{color:link};
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- a:hover {
- color:{color:link hover};
- -moz-transition: 0.4s ease-in;
- -webkit-transition: 0.4s ease-in;
- -o-transition: 0.4s ease-in;
- transition: 0.4s ease-in;
- }
- .caption {
- background:{color:caption background};
- padding: 2px 0 2px 0;
- }
- .title {
- font-size:{text:title font size};
- font-family:{font:title};
- margin-bottom:5px;
- }
- #credit {
- position: fixed;
- bottom: 10px; right:
- 10px; font-size: 8px;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- #entry:hover .permalink {display:block;}
- .permalink {color:{color:post bar text}; background:{color:post bar background}; text-align:center; font: 8px Arial; width: {block:ifsmallerposts}300px{/block:ifsmallerposts}{block:ifNotsmallerposts}400px{/block:ifNotsmallerposts}; line-height:20px; text-transform:uppercase; padding-top:5px; margin:0px; display:none; position:absolute; opacity:1;}
- .permalink a{color:{color:post bar text}}
- .permalink a:hover{color:{color:post bar text hover}}
- ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: dotted 1px #ccc;}
- ol.notes li.note {border-top: dotted 1px #ccc; padding: 5px;}
- 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: #D5D6D8;
- -webkit-border-radius:px;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- width:7px;
- background-color: #D5D6D8;
- -webkit-border-radius:px;
- }
- {CustomCSS}
- </style>
- {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- </head>
- <body>
- <div id="wrapper">
- <div id="nav">
- <div class="title"><a href="/">{title}</a></div>
- {block:ifshowarchive}<a href="/archive">archive</a> {/block:ifshowarchive}{block:ifshowrss}<a href="{RSS}">rss</a> {/block:ifshowrss}{block:ifshowask}<a href="/ask">ask</a> {/block:ifshowask}<a href="{text:link 1}">{text:link 1 text}</a> <a href="{text:link 2}">{text:link 2 text}</a>{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}<P>
- {block:Description}{Description}{/block:Description}<P>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="autopagerize_page_element">
- {block:Text}
- <div id="entry">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- <div><a href="{Permalink}">{text:Permalink}</a></div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{block:Tags}#{Tag}{/block:Tags}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div id="entry">
- <div class="permalink">
- {block:Date}
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>
- <a> | </a>{/block:NoteCount}
- <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a>
- <a> | </a><a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:Date}
- </div>{/block:IndexPage}
- <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" /></a>
- {block:ifshowcaptions}
- <div class="caption">{Caption}</div>
- {/block:ifshowcaptions}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{block:Tags}#{Tag} {/block:Tags}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Photo}
- <div id="entry">
- {block:Photoset}
- {Photoset-400}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div><a href="{Permalink}">{text:Permalink}</a></div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{block:Tags}#{Tag} {/block:Tags}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- {/block:Photoset}
- </div>
- {block:Quote}
- <div id="entry">
- <div class="post quote">
- "{Quote}"{block:Source} - <strong>{Source}{/block:Source}</strong></div>
- <div><a href="{Permalink}">{text:Permalink}</a></div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{block:Tags}#{Tag}{/block:Tags}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:Link}
- <div id="entry">
- <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- <div><a href="{Permalink}">{text:Permalink}</a></div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{block:Tags}#{Tag}{/block:Tags}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Link}
- {block:Chat}
- <div id="entry">
- <div class="post 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></div>
- <div><a href="{Permalink}">{text:Permalink}</a></div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{block:Tags}#{Tag}{/block:Tags}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div id="entry">
- {Video-400}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div><a href="{Permalink}">{text:Permalink}</a></div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{block:Tags}#{Tag}{/block:Tags}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Audio}
- <div id="entry">
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div><a href="{Permalink}">{text:Permalink}</a></div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{block:Tags}#{Tag}{/block:Tags}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- {/block:Audio}
- {/block:Posts}
- </div>
- <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 id="credit"><a href="http://collisions.tumblr.com" title="theme from collisions">Theme</a></div>
- </body>
- </html>