- <!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="Garamond"/>
- <meta name="font:post title" content="Arial"/>
- <meta name="font:body" content="Arial"/>
- <meta name="font:navigation links" content="Georgia"/>
- <meta name="font:description" content="Georgia"/>
- <meta name="font:quotes" content="Georgia"/>
- <meta name="font:pagination" content="Georgia"/>
- <meta name="text:title size" content="16px"/>
- <meta name="text:font size" content="11px"/>
- <meta name="text:post title size" content="12px"/>
- <meta name="text:description size" content="10px"/>
- <meta name="text:navigation text size" content="9px"/>
- <meta name="text:quote text size" content="10px"/>
- <meta name="text:line height" content="15px"/>
- <meta name="text:space between posts" content="80px"/>
- <meta name="color:background" content="#fff"/>
- <meta name="color:quote background" content="#F8F8F8"/>
- <meta name="color:border color" content="#EEEEEE"/>
- <meta name="color:text" content="#222"/>
- <meta name="color:link" content="#222"/>
- <meta name="color:captions" content="#F8F8F8"/>
- <meta name="color:link hover" content="#a8a8a8"/>
- <meta name="if:images fade" content="1"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show description" content="1"/>
- <meta name="if:show description" content="1"/>
- <meta name="if:endless scrolling" content="0"/>
- <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://" />
- <style type="text/css">
- /* Venus theme provided by narc8tics.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};
- }
- .wrap {
- margin: 0px auto;
- width: 350px;
- margin-top: 40px;
- margin-bottom: 50px;
- }
- .posts {
- }
- .post {
- width: 350px;
- margin-bottom: {text:space between posts};
- }
- #caption {
- font-size: 8px;
- text-transform: uppercase;
- }
- #top {
- letter-spacing: 2px;
- padding-bottom: 20px;
- border-bottom: 1px solid {color:border color};
- margin-bottom: 40px;
- text-align: center;
- }
- .navigation {
- text-align: center;
- font-family: {font:navigation links};
- font-style: italic;
- font-size: 9px;
- }
- .pagination {
- text-align: center;
- font-family: {font:pagination};
- font-style: italic;
- font-size: 9px;
- letter-spacing: 3px;
- }
- #title {
- font-family: {font:title};
- font-size: {text:title size};
- font-weight: normal;
- margin-bottom: 10px;
- }
- #desc {
- position:fixed;
- bottom: 50px;
- left: 50px;
- width: 200px;
- font-size: {text:description size};
- font-family: {font:description};
- text-align: justify;
- }
- .links {
- width: 50px;
- padding: 5px;
- background-color: #f8f8f8;
- margin-top: 1px;
- }
- .asker {
- font-family: Georgia;
- font-size: 11px;
- text-decoration:none;
- font-weight: normal;
- font-style: italic;
- }
- .question {
- background-color: {color:quote background};
- padding: 6px;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -ms-border-radius: 3px;
- -webkit-border-radius: 3px;
- -khtml-border-radius: 3px;
- margin-top: 6px;
- }
- .answer {
- font-style: italic;
- }
- .albumcover {
- float: left;
- margin-right: 10px;
- }
- .audioplayer {
- }
- .player {
- width: 100%;
- }
- .quote {
- text-align: justify;
- font-family: {font:quotes};
- font-size: {text:quote text size};
- margin-top: 6px;
- background-color: {color:quote background};
- padding: 6px;
- border-radius: 3px;
- -moz-border-radius: 3px;
- -ms-border-radius: 3px;
- -webkit-border-radius: 3px;
- -khtml-border-radius: 3px;
- }
- .source {
- text-align: right;
- font-family: {font:quotes};
- font-size: {text:quote text size};
- margin-top: 6px;
- }
- h3{
- font-family: {font:post title};
- font-size: 12px;
- font-style: italic;
- font-weight: normal;
- letter-spacing: 1px;
- text-transform: lowercase;
- }
- a {
- color: {color:link};
- text-decoration: none;
- -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};
- text-decoration: none;
- -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;
- }
- .wrap img {
- max-width: 350px;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
- {block:ifimagesfade}
- .wrap img:hover {
- opacity:0.90;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
- {/block:ifimagesfade}
- .post #permalink{
- font-size: 8px;
- text-transform: uppercase;
- 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;
- }
- .post:hover #permalink{
- font-size: 8px;
- text-transform: uppercase;
- opacity: .70;
- padding-left: 100px;
- -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;
- }
- .permainfo {
- font-size: 8px;
- text-transform: uppercase;
- padding: 6px;
- background-color: #f8f8f8;
- margin-top: 8px;
- }
- .imgpermainfo {
- font-size: 8px;
- text-transform: uppercase;
- padding: 6px;
- background-color: #f8f8f8;
- }
- 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: #eee;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color: #eee;-webkit-border-radius:px;}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- {CustomCSS}
- </style>
- {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <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://i.imgur.com/lpcBD.png",
- effect: "fadeIn",
- });
- });</script>
- </head>
- <body>
- <div style="position:fixed; bottom:10px; right:10px;"><a href="http://narc8tics.tumblr.com" title="theme from narc8tics">theme</a></div>
- {block:ifshowdescription}
- <div id="desc">
- {description}
- </div>
- {/block:ifshowdescription}
- <div class="wrap">
- <div id="top">
- <div id="title"><a href="/">{title}</a></div>
- <div class="navigation"><a href="/ask">mail</a> <a href="/archive">archive</a> <a href="/rss">rss</a> <a href="{text:link 1}">{text:link 1 text}</a> <a href="{text:link 2}">{text:link 2 text}</a></div>
- </div>
- <div class="posts">
- {block:Posts}
- <div class="autopagerize_page_element">
- {block:Text}
- <div class="post">
- <div id="textpost">
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permainfo">
- <strong>Tags:</strong>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}<br>
- <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post">
- <div id="imgpost">
- <a href="{Permalink}">
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="350px" class="border"/>
- </a>
- {block:ifshowcaptions}
- <div id="caption">
- {Caption}
- </div>
- {/block:ifshowcaptions}
- {block:PermalinkPage}
- <div class="imgpermainfo"><strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- <br>
- {block:RebloggedFrom}
- <strong>Posted by:</strong> <a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br>
- <strong>Reblogged from:</strong> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <div class="photoset">
- <center>{Photoset-250}</center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permainfo">
- <strong>Tags:</strong>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}<br>
- <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <span class="permalink">
- <div class="quote">
- "<em>{Quote}</em>"
- </div>
- <div class="source">
- {block:Source}
- by {Source}
- {/block:Source}
- </div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permainfo">
- <strong>Tags:</strong>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}<br>
- <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:link}
- <div class="post">
- <div class="linkpost"><a href="{URL}" class="linkpost" {Target}><h3>{Name}</h3></a>{block:Description}<div class="description">{Description}</div>{/block:Description}</div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permainfo">
- <strong>Tags:</strong>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}<br>
- <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:link}
- {block:Chat}
- <div class="post">
- <div class="chattitle">{block:Title}<b>{Title}</b>{/block:Title}</div>
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permainfo">
- <strong>Tags:</strong>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}<br>
- <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post">
- <div class="video">
- <center>{Video-250}</center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permainfo">
- <strong>Tags:</strong>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}<br>
- <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post">
- <div class="albumcover">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="100px"/>
- {/block:AlbumArt}
- </div>
- <div class="audioplayer">
- <div class="audio">{AudioPlayerBlack}</div>
- <div id="caption">
- <div>{PlayCountWithLabel}</div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- </div>
- </div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permainfo">
- <strong>Tags:</strong>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}<br>
- <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="post">
- <div class="asker">
- <strong>{Asker}</strong> asked:
- </div>
- <div class="question">
- {Question}
- </div>
- <div class="answer">
- {Answer}
- </div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permainfo">
- <strong>Tags:</strong>
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}<br>
- <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
- </div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Answer}
- {/block:Posts}
- </div>
- </div>
- {block:IfNotEndlessScrolling}
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">{text:Previous Page} </a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"> {text:Next Page}</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotEndlessScrolling}
- </div>
- </body>
- </html>