- <!--
- JELENA
- theme by filmingmidgets.tumblr.com
- more themes at filmingmidgetsthemes.tumblr.com
- Please leave the credit as it is, other than that feel free to edit the theme however you want.
- -->
- <html>
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Links" content="#000000"/>
- <meta name="color:Link Hover" content="#c4c4c4">
- <meta name="font:Text" content="Georgia"/>
- <meta name="if:Captions" content="0"/>
- <meta name="if:Endless Scroll" content="0"/>
- {block:IndexPage}
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')");
- $("p").remove(":contains('(via')");
- });
- </script>
- {/block:IndexPage}
- <style type="text/css">
- body{
- text-align:justify;
- font-family: {font:Text};
- font-size:9pt;
- color:{color:text};
- background-color:{color:Background};
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- a{
- text-decoration:none;
- color:{color:links};
- }
- a:hover{
- color:{color:Link Hover};
- -moz-transition: 0.5s ease-out;
- -o-transition: 0.5s ease-out;
- -webkit-transition: 0.5s ease-out;
- color:{color:links hover};
- }
- a img{
- border:0px;
- }
- #content{
- background:#fff;
- padding:20px;
- margin-left:auto;
- margin-right:auto;
- width:450px;
- }
- .blogtitle{
- margin:20px 0 0px 0;
- text-align:center;
- font-size:60pt;
- }
- .nav{
- text-align:center;
- margin-bottom:30px;
- }
- .player{
- width:450px;
- overflow:hidden;
- background:#000;
- }
- .permalink{
- font-size:8pt;
- opacity:0;
- position:absolute;
- float:left;
- padding-left:15px;
- margin-left:450px;
- -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;
- }
- #entry:hover .permalink{
- opacity:1;
- -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;
- }
- .pagination{
- margin-bottom:15px;
- font-size:8pt;
- font-style:normal;
- text-align:center;
- }
- .current_page{
- font-style:italic;
- }
- #entry{
- margin-bottom:50px;
- width:450px;
- }
- #entry img{
- max-width:450px;
- }
- div.video embed,
- div.post div.video object {
- width:{text:Width} !important;
- /*height:400px !important;*/
- }
- ol.notes {
- padding: 0px;
- margin: 20px 0px 0px 0px;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 5px;
- }
- .description{
- text-align:center;
- }
- {CustomCSS}
- </style>
- {block:IfEndlessScroll}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>{/block:IfEndlessScroll}
- </head>
- <body>
- <div id="content">
- <div class="blogtitle"><a href="/">{Title}</a></div>
- {block:Description}<div class="description">{Description}</div>{/block:Description}
- <p>
- <div class="nav"><a href="/">Home </a><a href="/archive">Archive </a><a href="{RSS}">RSS </a>{block:HasPages}{block:Pages}<a href="{URL}">{Label} </a> {/block:Pages}{/block:HasPages}{block:AskEnabled}<a href="/ask">Ask </a>{/block:AskEnabled}{block:IfEndlessScroll}<a href="http://filmingmidgetsthemes.tumblr.com/">Theme</a>{/block:IfEndlessScroll}</div>
- {block:IfEndlessScroll}<div class="autopagerize_page_element">{/block:IfEndlessScroll}
- {block:Posts}
- <div id="entry">
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a></div>{/block:IndexPage}
- {block:Text}
- {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
- {block:IfCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-250}</center>
- {block:IfCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Link}
- <a href="{URL}"><h2>{Name}</h2></a>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Video}
- <div class="video">{Video-400}</div>
- {block:IfCaptions}{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{/block:IfCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- {block:Title}<b>{Title}</b>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- {Asker}: {Question}
- {Answer}
- {/block:answer}
- {block:Quote}
- "{Quote}"
- {block:Source}<p>— <b>{Source}</b></p>{/block:Source}
- {/block:Quote}
- {block:PermalinkPage}
- {block:Date}Posted on {DayOfMonth} {Month} {Year} {/block:Date}{block:HasTags}<br>Tags: {block:Tags}<a href="{TagURL}"><span style="line-height:14px;">#{Tag}</span></a> {/block:Tags}
- {/block:HasTags}{/block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
- {block:IfNotEndlessScroll}
- {block:Pagination}
- <div class="pagination">
- {block:JumpPagination length="10"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber} </span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber} </a>
- {/block:JumpPage}
- {/block:JumpPagination}
- </div>
- {/block:Pagination}
- {/block:IfNotEndlessScroll}
- {block:IfNotEndlessScroll}<center><small><a href="http://filmingthemes.tumblr.com/">Theme</a></small></center>{/block:IfNotEndlessScroll}
- </div>
- </body>
- </html>