- <html>
- <head>
- <meta name="color:Text" content="#000000"/>
- <meta name="font:Text" content="trebuchet ms"/>
- <meta name="color:TopbarBackground" content="dadada"/>
- <meta name="image:TopbarBackground" content="http://milkkcarton.com/triangles.png"/>
- <meta name="color:Links" content="#000000"/>
- <meta name="color:LinkHover" content="#dadada"/>
- <meta name="text:Linkone" content="Link One"/>
- <meta name="text:Linkoneurl" content="http://"/>
- <meta name="text:Linktwo" content="Link Two"/>
- <meta name="text:Linktwourl" content="http://"/>
- <style type="text/css">
- body {
- margin: 0px;
- padding: 0px;
- color: {color:Text};
- font-family: {font:Text};
- font-size: 12px;
- background: #ffffff;
- }
- #container {
- width: 1200px;
- margin-top: 0px;
- margin-left: 0px;
- background: #ffffff;
- float: left;
- }
- #lol {
- margin-left: 350px;
- margin-top: 0px;
- float: right;
- }
- #top {
- margin-top: 0;
- margin-left: 0;
- width: 100%;
- height: 100px;
- background: {color:TopbarBackground} url('{image:TopbarBackground}');
- background-repeat: repeat;
- border-bottom: #000000 3px solid;
- }
- #box {
- margin-left: 112px;
- width: 150px;
- height: 100px;
- float: left;
- }
- a.box {
- padding-left: 2px;
- padding-right: 2px;
- font-family: verdana;
- line-height: 23px;
- color: #ffffff;
- display: block;
- background-color: #000000;
- border-bottom: #252525 2px solid;
- text-decoration: none;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- a.box:hover {
- text-align: right;
- color: #000000;
- background-color: #ffffff;
- border-bottom: #dadada 2px solid;
- text-decoration: none;
- }
- #main {
- padding: 5px;
- float: left;
- width: 1100px;
- background: #ffffff;
- color: #000000;
- min-height: 100%;
- margin-left: 100px;
- }
- .post {
- width: 250px;
- padding: 7px;
- }
- a {
- color: {color:Links};
- text-decoration: none;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- a:hover {
- color: {color:LinkHover};
- border-bottom: #000000 1px solid;
- border: 0px;
- text-decoration: underline;
- }
- .caption img {
- max-width: 250px;
- }
- .perma {
- display: block;
- font-family: verdana, arial;
- font-size: 11px;
- }
- #ask_form {
- width: 450px;}
- #notes {
- color: #dadada;
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation {display:none!important;}
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <!-- {block:IndexPage} -->
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#main').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div.navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : ".navigation a#next",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#main').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <!-- {/block:IndexPage} -->
- </head>
- <body>
- <div id="top"><div id="box"><a href="/ask" class="box">ask</a><a href="/archive" class="box">archive</a>
- <a href="{text:Linkoneurl}" class="box">{text:Linkone}</a><a href="{text:Linktwourl}" class="box">{text:Linktwo}</a><br>
- {description}
- </div>
- <div id="container">
- <div class="navigation">
- <p id="page_nav">
- {block:Pagination}{block:NextPage}<a href="{NextPage}" id="next">Next page</a>{/block:NextPage}<br>
- {block:PreviousPage}<a href="{PreviousPage}">Previous page</a>{/block:PreviousPage}{/block:Pagination}
- </div>
- <div id="main">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}
- <a href="{Permalink}">{Title}</a>
- {/block:Title}
- {Body}
- <div class="perma">{block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}<br>{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags} {/block:HasTags}</div>
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
- <div class="perma">{block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}<br>{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags} {/block:HasTags}</div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- <div class="perma">{block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}<br>{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags} {/block:HasTags}</div>
- {/block:Photoset}
- {block:Quote}
- "{Quote}"
- <div class="perma">{block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date}{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}<br>{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags} {/block:HasTags}</div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- <div class="perma">{block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}<br>{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags} {/block:HasTags}</div>
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </li>
- <div class="perma">{block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date}{block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}<br>{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags} {/block:HasTags}</div>
- {/block:Chat}
- {block:Video}
- {Video-250}
- <div class="perma">{block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel} {/block:NoteCount}<br>{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags} {/block:HasTags}</div>
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- <div class="perma">{block:Date}<a href="{Permalink}">Posted {TimeAgo}</a>{/block:Date} {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}<br>{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags} {/block:HasTags}</div>
- {/block:Audio}
- </div>
- {block:permalinkpage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {block:PostNotes}<div id="notes">{PostNotes}</div>
- {/block:PostNotes} {/block:permalinkpage}
- {/block:Posts}
- </p>
- </div>
- </div>
- </body>
- </html>