- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <!--
- PAVLE
- theme by filmingmidgets.tumblr.com
- more themes at filmingthemes.tumblr.com
- Please leave the credit as it is, other than that feel free to edit the theme however you want.
- -->
- <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="color:Background" content="#FFFFFF"/>
- <meta name="color:Text" content="#292929"/>
- <meta name="color:Permalink" content="#C4C4C4"/>
- <meta name="if:Endless Scroll" content="1"/>
- <meta name="if:Captions" content="1"/>
- <meta name="if:Monospace Font" content="1"/>
- <meta name="if:Large Images" content="1"/>
- <meta name="font:Font" content="Courier New"/>
- <meta name="image:Header" content=""/>
- <meta name="image:Background" content=""/>
- <link href='http://fonts.googleapis.com/css?family=PT+Mono&subset=latin,cyrillic-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- html{
- overflow-y:scroll;
- }
- body{
- margin:0;
- padding:0;
- {block:IfNotBackgroundImage}
- background-color:{color:Background};
- {/block:IfNotBackgroundImage}
- {block:IfBackgroundImage}
- background:url('{image:Background}');
- background-attachment:fixed;
- {/block:IfBackgroundImage}
- color:{color:Text};
- {block:IfMonospaceFont}
- font-family:'PT Mono';
- {/block:IfMonospaceFont}
- {block:IfNotMonospaceFont}
- font-family:{font:Font};
- {/block:IfNotMonospaceFont}
- font-size:9pt;
- letter-spacing:1pt;
- }
- a{
- text-decoration:none;
- color:{color:Text};
- }
- a:hover{
- {block:IfMonospaceFont}
- text-transform:uppercase;
- {/block:IfMonospaceFont}
- text-decoration:underline;
- }
- #tumblr_controls{
- opacity:0.3;
- }
- #tumblr_controls:hover{
- opacity:1;
- transition:0.5s linear;
- -moz-transition:0.5s linear;
- -webkit-transition:0.5s linear;
- -o-transition:0.5s linear;
- }
- #blogtitle{
- text-align:center;
- margin-top:50px;
- font-size:12pt;
- padding-bottom:20px;
- }
- #content{
- margin-left:auto;
- margin-right:auto;
- position:relative;
- padding-bottom:50px;
- {block:IfLargeImages}
- width:80%;
- {/block:IfLargeImages}
- {block:IfNotLargeImages}
- width:500px;
- {/block:IfNotLargeImages}
- }
- #film{
- left:3px;
- bottom:3px;
- font-size:8pt;
- line-height:7pt;
- opacity:0.3;
- position:fixed;
- text-align:justify;
- letter-spacing:normal;
- text-transform:uppercase;
- }
- #links{
- text-align:center;
- font-size:10pt;
- padding-bottom:20px;
- }
- #pagination{
- margin-bottom:20px;
- margin-top:20px;
- text-align:center;
- }
- .audio{
- text-align:left;
- background-color:#000;
- {block:IfLargeImages}
- width:100%;
- {/block:IfLargeImages}
- {block:IfNotLargeImages}
- width:500px;
- {/block:IfNotLargeImages}
- }
- .perma{
- font-size:10pt;
- text-align:center;
- padding:10px;
- }
- .perma a{
- color:{color:Permalink};
- }
- .player{
- text-align:left;
- }
- .posttitle{
- font-size:10pt;
- text-align:center;
- }
- .post{
- margin-top:50px;
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator{
- display:none;
- }
- /* NOTES */
- ol.notes{
- padding:0px;
- margin:30px 0px;
- list-style-type: none;
- border-bottom: dotted 2px {color:Text};
- }
- ol.notes li.note{
- border-top: dotted 2px {color:Text};
- padding:10px 0px 10px 0px;
- text-align:center;
- }
- ol.notes li.note img.avatar{
- width:0px;
- height:0px;
- }
- ol.notes li.note .answer_content{
- font-style:italic;
- }
- </style>
- <!-- REMOVE SOURCE & VIA -->
- {block:IndexPage}
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')");
- $("p").remove(":contains('(via')");
- });
- </script>
- {/block:IndexPage}
- <!-- ENDLESS SCROLL -->
- {block:IfEndlessScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
- {/block:IfEndlessScroll}
- </head>
- <body>
- <div id="content">
- {block:IfHeaderImage}
- <div id="blogtitle"><a href="/"><img src="{image:Header}"/></a></div>
- {/block:IfHeaderImage}
- {block:IfNotHeaderImage}
- <div id="blogtitle"><a href="/">{Title}</a></div>
- {/block:IfNotHeaderImage}
- <p>
- <div id="links"><a href="/">Home</a> /// <a href="/archive">Archive</a> {block:AskEnabled}/// <a href="/ask">Ask</a>{/block:AskEnabled}{block:SubmissionsEnabled} /// <a href="/submit">Submit</a>{/block:SubmissionsEnabled}{block:HasPages}{block:Pages} /// <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}</div>
- <p>
- {block:IfEndlessScroll}
- <div class="autopagerize_page_element">
- {/block:IfEndlessScroll}
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- {Body}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post">
- <a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"/></a>
- {block:IndexPage}
- {block:IfCaptions}
- {Caption}
- {/block:IfCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <center>{Photoset-500}</center>
- {block:IndexPage}
- {block:IfCaptions}
- {Caption}
- {/block:IfCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Photoset}
- {block:Answer}
- <div class="post">
- <b>{Asker}:</b> "{Question}"
- <i>{Answer}</i>
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Answer}
- {block:Link}
- <div class="post">
- <div class="posttitle"><a href="{URL}">{Name}</a></div>
- {block:Description}
- {Description}
- {/block:Description}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Link}
- {block:Quote}
- <div class="post">
- <div class="posttitle"><i>"{Quote}"</i></div>
- <br>
- <div align="center">– {Source}</div>
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Quote}
- {block:Audio}
- <div class="post">
- <div class="audio">
- {block:AudioPlayer}
- {AudioPlayerBlack}
- {/block:AudioPlayer}
- </div>
- <div class="player">
- {block:TrackName}
- <br>Title: {TrackName}
- {/block:TrackName}
- {block:Artist}
- <br>Artist: {Artist}
- {/block:Artist}
- {block:Album}
- <br>Album: {Album}
- {/block:Album}
- </div>
- <p>
- {block:IndexPage}
- {block:IfCaptions}
- {Caption}
- {/block:IfCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="post">
- <center>{Video-500}</center>
- {block:IndexPage}
- {block:IfCaptions}
- {Caption}
- {/block:IfCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Caption}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Video}
- {block:Chat}
- <div class="post">
- {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- {block:Lines}
- {block:Label}
- {Label} {Line}<br>
- {/block:Label}
- {/block:Lines}
- {block:IndexPage}
- <div class="perma"><a href="{Permalink}">#</a></div>
- {/block:IndexPage}
- </div>
- {/block:Chat}
- {block:PermalinkPage}
- {block:HasTags}
- <p>
- <div align="center">
- Tags:
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- <p>
- {block:NoteCount}
- Notes: {NoteCountWithLabel}
- {/block:NoteCount}
- </div>
- {block:PostNotes}
- <p>{PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
- {block:IfNotEndlessScroll}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">Previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- </div>
- {/block:IfNotEndlessScroll}
- </div>
- <div id="film"><a href="http://www.filmingthemes.tumblr.com">Theme</a></div>
- </body>
- </html>