Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
- <head>
- <!--
- posters theme by ville noire //
- -->
- <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:Text" content="#000000"/>
- <meta name="color:Links" content="#000000"/>
- <meta name="color:Accent" content="#E9E9E9"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:header" content="#f7f7f7"/>
- <meta name="if:Show Icon" content="0"/>
- <meta name="if:Uppercase blogtitle" content="0"/>
- <meta name="if:image shadows" content="0" />
- <meta name="if:show captions" content="0"/>
- <meta name="text:blogtitle size" content="19" />
- <meta name="text:post font size" content="9" />
- <meta name="font:body" content="courier new" />
- <meta name="font:blogtitle" content="courier new" />
- <meta name="font:nav links" content="courier new" />
- <meta name="if:two columns" content="0" />
- <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="" />
- <script type="text/javascript" src="http://static.tumblr.com/misqj4e/k3Om6u289/adam.js"></script>
- <style type="text/css">
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;
- }
- body {
- margin:auto;color:{color:text};
- font-family:{font:body};
- font-size:9px;
- background-color:{color:background};
- line-height:11px;
- }
- a {
- color: {color:Links};
- text-decoration: none;
- }
- a:hover {
- {color:Hover};
- -webkit-transition-duration: .5s;
- }
- .caption {
- margin-top:5px;
- margin-bottom:10px;
- }
- .content {
- margin:auto;
- background-color: {color:center};
- width:900px;
- {block:iftwocolumns}
- width:660px;
- {/block:iftwocolumns}
- padding-top:10px;
- height:100%;
- }
- .post{
- {block:indexpage}
- width:250px;
- margin:25px;
- {block:iftwocolumns}
- margin:15px;
- width:300px;
- {/block:iftwocolumns}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- text-align:left;
- margin:auto;
- {/block:permalinkpage}
- float:left;
- position:relative;
- font-size:{text:post font size}px;
- font-color:{color:text};
- }
- .post img {
- {block:indexpage}
- width:250px;
- {block:iftwocolumns}
- width:300px;
- {/block:iftwocolumns}
- {/block:indexpage}
- {block:ifImageShadows}
- -webkit-box-shadow: 3px 14px 5px rgba(0,0,0,0.3);
- -moz-box-shadow: 3px 14px 5px rgba(0,0,0,0.3);
- box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
- {/block:ifImageShadows}
- }
- .permalink {
- margin:0px;
- text-align:right;
- padding:0px;
- 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;
- }
- .permalink a:hover{
- color:{color:Hover}
- }
- .post:hover .permalink {
- opacity: 1;
- }
- .notes{
- width:300px;
- font-size:9px;
- color:#000;
- text-align:left;
- }
- .viewnotes{
- margin-top:10px;
- font-size:9px;
- color:#000;
- text-align:left;
- }
- ol.notes {
- list-style-type:none;
- margin-left:-20px;
- }
- ol.notes li.note {
- font-size:9px;
- }
- .audio {
- background-color:#000000;
- width:250px;
- {block:iftwocolumns}
- width:300px;
- {/block:iftwocolumns}
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:background};
- height:100px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:header};
- height:10px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:10px;
- background-color:{color:header};
- }
- ul{
- margin:0;
- padding:0 0 10px 0;
- border-bottom:1px solid {color:Accent};
- }
- ul h1{
- text-align:left;
- margin:20px 0 10px 0;
- padding:0;
- font-size:11px;
- }
- #sidebar li{
- list-style-type:none;
- margin-bottom:5px;
- padding:0px;
- line-height:17px;
- }
- #sidebar li a{
- -moz-transition: all 0.3s ease-out; /* FF3.7+ */
- -o-transition: all 0.3s ease-out; /* Opera 10.5 */
- -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
- color:{color:nav links};
- }
- #sidebar{
- background-color:{color:background};
- position:fixed;
- left:40px;
- top:0;
- height:100%;
- width:130px;
- }
- #sidebar a:hover{
- -moz-transition: all 0.3s ease-out; /* FF3.7+ */
- -o-transition: all 0.3s ease-out; /* Opera 10.5 */
- -webkit-transition: all 0.3s ease-out; /* Saf3.2+, Chrome */
- color:{color:Text};
- }
- #adam {
- position:fixed;
- top:26px;
- right:3px;}
- .ptitle {
- font-size:11px;
- text-transform:uppercase;
- }
- .blogtitle{
- text-transform:uppercase;
- -webkit-text-stroke: 1px transparent;
- {block:IfShowIcon}
- padding:30px 0 10px 0;
- {/block:IfShowIcon}
- {block:IfNotShowIcon}
- padding:30px 0px 15px 0px;
- {/block:IfNotShowIcon}
- font-size:{text:blogtitle size}px;
- text-align:left;
- font-weight:bold;
- }
- #portrait {
- margin:auto;
- width: 96px;
- height: 96px;
- background-image:url({PortraitURL-96});
- -moz-border-radius: 48px;
- -webkit-border-radius: 48px;
- }
- .title, .h2{
- font-weight:bold;
- font-size:16px;
- line-height:20px;
- text-align:left;
- }
- .buttons{
- float:left;
- margin-right:10px;
- width:50px;
- font-size: 10px;
- font-weight: bold;
- font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
- background-color: #f5f5f5;
- text-align: center;
- padding: 4px 10px 3px 10px;
- border: 0px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-style: solid;
- border-color: #e4e4e4;
- border-width: thin;
- }
- .buttons:hover{
- background:#ddd;
- }
- .pagination {
- height:20px;
- border-top:0px !important;
- border-bottom:1px solid {color:Accent};
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
- display:none;
- }
- #infscr-loading {
- display:none;
- }
- .navigation{
- display:none;
- }
- {CustomCSS}
- </style>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.content').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".navigation",
- nextSelector : ".navigation a#next",
- itemSelector : ".post",
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "",
- },
- function() { $('.content').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- <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://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- </head>
- <body>
- <div id="sidebar">
- <div class="blogtitle">{block:IfShowIcon}<a href="/"><div id="portrait"></div></a>{/block:IfShowIcon}{block:IfNotShowIcon}<a href="/">{Title}</a>{/block:IfNotShowIcon}</div>
- {block:Description}<ul>{Description}</ul>{/block:Description}
- <ul><h1>Navigation</h1>
- <li><a href="/archive">Archive</a></li>
- <li><a href="{RSS}">RSS Feed</a></li>
- {block:AskEnabled}<li><a href="/ask">Message</a></li>{/block:AskEnabled}
- <li><a href="/random">Random</a><li>
- {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
- {/block:HasPages}
- {block:ifCustomLinkOneTitle}<li><a href="{text:Custom Link One}">{text:Custom Link One Title}</a></li>{/block:ifCustomLinkOneTitle}
- {block:ifCustomLinkTwoTitle}<li><a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a></li>{/block:ifCustomLinkTwoTitle}
- {block:ifCustomLinkThreeTitle}<li><a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a></li>{/block:ifCustomLinkThreeTitle}
- {block:ifCustomLinkFourTitle}<li><a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a></li>{/block:ifCustomLinkFourTitle}
- {block:ifCustomLinkFiveTitle}<li><a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a></li>{/block:ifCustomLinkFiveTitle}
- <li><a href="http://ville-noire.com">Theme</a></li></ul>
- {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:left" href="{PreviousPage}">Newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}</div>
- <div style="bottom:2px; right:2px; position:fixed; opacity:0.8; text-style:italic; color:{color:Text}; "><a href="http://villenoire.tumblr.com">©</a></div>
- <div class="content">
- {block:Posts}
- {block:Text}
- <div class="post"><div class="text">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{Body}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{TimeAgo}</a></div></div></div>{/block:IndexPage}{/block:Text}
- {block:Photo}<div class="post">{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:indexpage}width="240px"{block:indexpage}/>{block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{block:ifnotshowcaptions}{Caption}<br>{/block:ifnotshowcaptions}Posted {TimeAgo} with {NoteCountWithLabel}<br> {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}{/block:HasTags}{/block:PermalinkPage}{block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}</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></div>{/block:Photoset}
- {block:Quote}
- <div class="post">{Quote}<br><a href="{Permalink}">{block:Source}<i> by {Source}{/block:Source}</a></i></div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- <div class="ptitle"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{TimeAgo}</a></div>{/block:IndexPage}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post">{block:Title}<b>{Title}</b>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{TimeAgo}</a></div>{/block:IndexPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post"><div class="video">{Video-250}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div></div>{/block:Video}
- {block:Audio}
- <div class="post">
- <div class="audio">
- {AudioPlayerBlack}</div>{Caption}
- {block:PermalinkPage}{/block:PermalinkPage}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{TimeAgo}</a></div>{/block:IndexPage}
- </div>
- {/block:Audio}
- {block:PermalinkPage}
- <br>{block:PostNotes}<div class="viewnotes"></div>{/block:PostNotes}
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment