- <!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">
- <!--
- 88b d88
- 888b d888 "Era"
- 88`8b d8'88
- 88 `8b d8' 88
- 88 `8b d8' 88
- 88 `8b d8' 88
- 88 `888' 88 Theme made by Manolescent
- 88 `8' 88 Themes page: Plainthemes
- -->
- <head>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#000" />
- <meta name="color:Hover" content="#088A85" />
- <meta name="color:Audio" content="#c9c9c9" />
- <meta name="if:Faded Images" content="1"/>
- <meta name="if:Background Image" content="0"/>
- <meta name="if:Reblog Link On Hover" content="0"/>
- <meta name="if:Header One" content="0"/>
- <meta name="if:Header Two" content="0"/>
- <meta name="if:Header Three" content="1"/>
- <meta name="if:Ask Link" content="1"/>
- <meta name="if:Archive Link" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="text:Body font size" content="11"/>
- <meta name="text:Ask Link Text" content="message"/>
- <meta name="text:Archive Link Text" content="archive"/>
- <meta name="text:Custom Link One" content="" />
- <meta name="text:Custom Link One Title" content="" />
- <meta name="text:Custom Link Two" content="" />
- <meta name="text:Custom Link Two Title" content="" />
- <meta name="text:Custom Link Three" content="" />
- <meta name="text:Custom Link Three Title" content="" />
- <meta name="text:Custom Link Four" content="" />
- <meta name="text:Custom Link Four Title" content="" />
- <meta name="text:Custom Link Five" content="" />
- <meta name="text:Custom Link Five Title" content="" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <title>Untitled Document</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}
- <style type="text/css">
- p{
- margin:0px;
- padding:0px;
- }
- #tumblr_controls{
- top: 1px !important;
- margin: 0 0 0 0;
- right: 1px !important;
- position: fixed !important;
- opacity:0.6;
- }
- body{
- color:{color:Text};
- background-color:{color:Background};
- font-size:{text:Body font size}px;
- font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
- line-height:15px;
- }
- ::-webkit-scrollbar-thumb:vertical{
- background-color: {color:Hover};
- height: 100px;
- -webkit-border-radius: 3px;
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color: {color:Hover};
- height: 10px;
- -webkit-border-radius: 3px;
- }
- ::-webkit-scrollbar{
- height: 10px;
- width: 8px;
- background-color: {color:Background};
- }
- #content{
- margin: auto auto auto auto ;
- width:100%;
- top:0px;
- position:relative;
- }
- #content .posts{
- width:520px;
- margin:auto;
- {block:PermalinkPage}
- width:510px;
- {/block:PermalinkPage}
- }
- #content .entry{
- {block:IndexPage}
- width:250px;
- margin:5px;
- padding:0px;
- float:left;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:6px;
- width:500px;
- {/block:PermalinkPage}
- }
- #content .entry img{
- {block:IndexPage}
- max-width:250px;
- {/block:IndexPage}
- }
- .top{
- width:500px;
- {block:ifHeaderOne}
- text-align:left;
- {/block:ifHeaderOne}
- {block:ifHeaderTwo}
- text-align:center;
- {/block:ifHeaderTwo}
- {block:ifHeaderThree}
- text-align:right;
- {/block:ifHeaderThree}
- margin: 50px auto ;
- z-index:5000;
- margin-bottom:20px;
- }
- a:link, a:active, a:visited{
- color:{color:Text};
- text-decoration:none;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
- a:hover{
- color:{color:Hover};
- text-decoration:none;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
- {block:IndexPage}
- {block:IfFadedImages}
- a img{
- opacity:1;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
- a:hover img{
- opacity:0.8;
- -moz-transition: 0.2s ease-in;
- -webkit-transition: 0.2s ease-in;
- -o-transition: 0.2s ease-in;
- transition: 0.2s ease-in;
- }
- {/block:IfFadedImages}
- {/block:IndexPage}
- {block:ifReblogLinkOnHover}
- .photopermaholder{
- position:absolute;
- height:14px;
- margin:8px 0px 0px 208px;
- opacity:0;
- filter: alpha(opacity = 0);
- -moz-transition: all 0.5;
- -webkit-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5;
- }
- .photoperma{
- display:inline-block;
- margin-right:5px;
- padding:4px;
- height:14px;
- }
- .photoperma a{color:#000;}
- .entry:hover .photopermaholder{
- opacity:1.9;
- filter: alpha(opacity = 70);
- -moz-transition: all 0.5;
- -webkit-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5;
- }
- {/block:ifReblogLinkOnHover}
- .post_title{
- font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
- display:block;
- font-size:14px;
- line-height:20px;
- text-transform:lowercase;
- }
- .link_title{
- font-size:14px;
- line-height:20px;
- text-transform:lowercase;
- font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
- margin-bottom:5px;
- }
- .nav{
- {block:ifHeaderOne}
- text-align:left;
- {/block:ifHeaderOne}
- {block:ifHeaderTwo}
- text-align:center;
- {/block:ifHeaderTwo}
- {block:ifHeaderThree}
- text-align:right;
- {/block:ifHeaderThree}
- margin-top:2px;
- margin-bottom:5px;
- }
- .permalink{
- display:block;
- text-transform:uppercase;
- text-align:right;
- padding:0px;
- color: gray;
- font-size: 9px;
- opacity:0.6;
- filter: alpha(opacity = 70);
- -moz-transition: all 0.5;
- -webkit-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5;
- }
- .quote{
- font-size:14px;
- line-height:20px;
- text-transform:none;
- margin-bottom:5px;
- font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
- }
- .audio{
- {block:IndexPage}
- width:238px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:488px;
- {/block:PermalinkPage}
- background-color:#fff;
- padding:5px;
- margin-bottom:0px;
- border-left:1px solid;
- border-right:1px solid;
- border-color:{color:Audio};
- }
- .audiocap, .videocap{
- background-color:{color:Audio};
- display:block;
- padding:10px;
- }
- .albumart, .albumart img{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- div.video embed,
- div.post div.video object {
- {block:IndexPage}
- width:250px !important;
- height:150px !important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px !important;
- height:400px !important;
- {/block:PermalinkPage}
- }
- .question{
- font-weight:normal;
- margin-bottom:5px;
- font-size:9px;
- line-height:15px;
- display:block;
- text-transform:lowercase;
- }
- .caption{
- margin-top:5px;
- margin-bottom:5px;
- }
- #bg img {
- z-index:-1;
- position:fixed;
- top:0;
- left:0;
- height:100%;
- width:100%;
- }
- </style>
- {block:IfBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfBackgroundImage}
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- <script src="http://static.tumblr.com/j1tjexd/Rebm9a8t7/infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
- <body>
- <div class="top">
- <div class="nav">
- <a href="/"><b>{Title}</b></a> // {block:ifAskLink}<a href="/ask">{text:Ask Link Text}</a> / {/block:ifAskLink}{block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a> / {/block:ifCustomLinkOneTitle}{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> / {/block:ifCustomLinkTwoTitle}{block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a> / {/block:ifCustomLinkThreeTitle}{block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a> / {/block:ifCustomLinkFourTitle}{block:ifArchiveLink}<a href="/archive">{text:Archive Link Text}</a> / {/block:ifArchiveLink}<a href="http://manolescent.tumblr.com/">theme</a>
- </div>
- {block:Description}{Description}{/block:Description}
- </div>
- <div id="content">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="post_title">{Title}</span>{/block:Title}
- {Body}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}{block:ifReblogLinkOnHover}<div class="photopermaholder"><div class="photoperma"><a href="{ReblogURL}"><img src="http://i42.tinypic.com/25q547t.png"></a></div></div>{/block:IndexPage}
- {/block:ifReblogLinkOnHover}{block:IndexPage}
- {LinkOpenTag}<a href="{Permalink}"><img src="{PhotoUrl-500}" width="250"></a>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>{/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote"><b><i>"</i></b> {Quote} <b><i>"</i></b> </div>
- {block:Source}{Source}{/block:Source}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"{Target}><span class="link_title">→ {Name}</span></a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>{/block:IndexPage}
- {/block:Link}
- {block:Video}
- <div class="video">
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- </div>
- {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- {block:Title}
- <div class="ptitle">{Title}</div>
- {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:IndexPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:20px; "> ▲</div><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="audiocap"><div style="margin-top:-24px; color:{color:Audio}; margin-bottom:9px; margin-left:20px; font-size:20px; "> ▲</div>{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker}: {Question}</div>
- {Answer}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>{/block:IndexPage}
- {/block:Answer}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- </body>

