Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- another life theme made by florels
- don't remove the credits or i'll remove your internal organs xx
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <link rel="icon" href="{Favicon}"/>
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
- <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#fff" />
- <meta name="color:text" content="#000" />
- <meta name="color:title" content="#000" />
- <meta name="color:link" content="#000" />
- <meta name="color:hover" content="#000" />
- <meta name="image:background" content="" />
- <meta name="image:banner" content="" />
- <meta name="if:2 columns" content="0" />
- <meta name="if:long description" content="0"/>
- <meta name="if:show banner" content="0"/>
- <meta name="if:show custom link a" content="1" />
- <meta name="if:show custom link b" content="1" />
- <meta name="if:show custom link c" content="1" />
- <meta name="text:ask url" content="/ask" />
- <meta name="text:linka url" content="/" />
- <meta name="text:linka title" content="linka" />
- <meta name="text:linkb url" content="/" />
- <meta name="text:linkb title" content="linkb" />
- <meta name="text:linkc url" content="/" />
- <meta name="text:linkc title" content="linkc" />
- <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/qNulm663d/infinite.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 : ".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 : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('#posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- {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}
- <style type="text/css">
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- body{
- margin:0px;
- padding:0px;
- margin-top:0px;
- margin-bottom:0px;
- font-family:'cambria';
- font-size:10px;
- color:{color:text};
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed; }
- a {
- color:{color:link};
- text-decoration:underline;}
- a:hover {
- ;-webkit-transition-duration: 0.4s;
- color:{color:hover};
- background-color:{color:background};
- text-decoration:none;}
- a:active,a:focus {outline:0;}
- ::-webkit-scrollbar {width: 5px; height: 0px; background:#ffffff;}
- ::-webkit-scrollbar-thumb {background:{color:link};}
- #header {
- left:50%;
- width:600px;
- height:150px;
- margin-left:-400px;
- position:absolute;
- background-color:{color:background};
- background-image:url('{image:background}');}
- .blogtitle {
- color:{color:title};
- margin-top:45px;
- margin-left:90px;
- left:50%;
- text-align:right;
- position:absolute;
- width:420px;
- font-size:29px;
- font-family:'playfair display';
- text-transform:uppercase;}
- #navlinks{
- z-index:1;
- font-family:'playfair display';
- font-size:10px;
- position:absolute;
- width:380px;
- left:50%;
- margin-left:-405px;
- margin-top:55px;
- {block:ifshowbanner}
- margin-top:95px;
- {/block:ifshowbanner}}
- #navlinks a{
- padding:2px;
- line-height:18px;
- color:{color:link};
- background-color:{color:background};
- background-image:url('{image:background}');
- text-decoration:none;}
- #navlinks a:hover {
- color:{color:background};
- background-color:{color:link};
- text-decoration:none;}
- .description {
- text-align:left;
- margin-top:80px;
- left:50%;
- font-family:'playfair display';
- font-size:11px;
- width:420px;
- {block:ifshowbanner}
- margin-top:120px;
- {/block:ifshowbanner}
- font-style:italic;
- position:absolute;
- margin-left:-305px;
- {block:iflongdescription}
- width:840px;
- {/block:iflongdescription}}
- .description a{
- z-index:1;
- color:{color:link};
- font-style:normal;
- text-decoration:underline;}
- .description a:hover{
- text-decoration:none;}
- .notes {
- padding-left:20px;
- font-size:10px;}
- li.notes {
- float:left;
- width:500px;
- padding-left:5px;
- margin-top:10px;
- overflow-x:hidden;
- over-flow-y:scroll;
- list-style-type:none;
- font-weight:normal;
- font-size:10px;
- text-transform:none;}
- li.note {
- padding-top:2px;
- opacity:1;
- -moz-transition:0.1s ease-in;
- -webkit-transition:0.1s ease-in;
- -o-transition:0.1s ease-in;
- transition:0.1s ease-in;}
- li.note img.avatar {
- width:14px;
- height:14px;}
- .permalink {
- padding:2px;
- text-align:right;
- font-family:cambria;
- {block:permalinkpage}
- opacity:0;
- {/block:permalinkpage}}
- .headings{
- font-size:14px;
- text-align:left;
- font-style:italic;}
- #audioplayer{
- background-color:#000;
- height:27px;
- margin-bottom:-4px;
- width:250px;}
- #posts {
- {block:if2columns}
- width:640px;
- margin-left:-320px;
- {/block:if2columns}
- {block:ifnot2columns}
- width:840px;
- margin-left:-420px;
- {/block:ifnot2columns}
- position:relative;
- float:left;
- margin-top:120px;
- {block:ifshowbanner}
- margin-top:160px;
- {/block:ifshowbanner}
- left:50%;
- {block:PermalinkPage}
- width:500px;
- margin-left:-250px;
- {/block:PermalinkPage}}
- .post {
- {block:indexpage}
- width:250px;
- {block:ifnot2columns}
- margin:15px;
- {block:ifnot2columns}
- {block:if2columns}
- margin:25px;
- padding:10px;
- {/block:if2columns}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- padding:20px;
- margin-top:15px;
- {/block:permalinkpage}
- float:left;
- position:relative;
- text-align:justify;
- font-family:'cambria';
- font-size:10px;
- color:{color:text};}
- .quote {
- text-align:left;
- font-size:12px;}
- .quotesource {
- text-align:right;}
- .image:hover{
- opacity:1;}
- .chat { text-align:right; line-height:11px; }
- .captions { margin-top:-8px;}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation {display:none!important;}
- </style>
- </head>
- <body>
- <div id="header">
- <div class="description"> {description}</div>
- {block:ifnotshowbanner}<div class="blogtitle">{title}</div>{/block:ifnotshowbanner}
- {block:ifshowbanner}<div style="margin-top:35px;margin-left:450px;"><img style="max-width:350px; max-height:75px" src="{image:banner}"/></div>{/block:ifshowbanner}
- </div>
- <div id="navlinks">
- <a href="/">home</a> •
- <a href="/archive">archive</a> •
- <a href="{text:ask url}">message</a> •
- {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a> •{/block:ifshowcustomlinka}
- {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a> •{/block:ifshowcustomlinkb}
- {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a> •{/block:ifshowcustomlinkc}
- <span style="text-decoration:underline;">
- <a href="http://emmalucys.com">theme</a></div></div>
- <div id="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
- <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>{/block:Text}
- {block:Photo}
- <div class="post">
- <div class="image">
- {block:IndexPage}<a href="{permalink}"target="_blank"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"</a>
- <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> // <a href="{reblogurl}"target="_blank">reblog</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br> {/block:PermalinkPage}
- {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div></div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:Photos}
- {block:indexpage}<img src="{PhotoURL-500}" width="250" />{/block:indexpage}
- {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
- {/block:Photos}
- <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <div class="quote">'<i>{Quote}</i>'</div>
- <div class="quotesource">— {Source}</div>
- <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
- {/block:Quote}
- {block:Link}
- <div class="post">
- <div class="headings"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
- {/block:Link}
- {block:Chat}
- <div class="post">
- <div class="chat">{block:Title}{Title}{/block:Title}<br>
- {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
- {/block:Label}{/block:Lines}</div>
- <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
- {/block:Chat}
- {block:Audio}
- <div class="post">
- <div id="audioplayer">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div> </div> {/block:Audio}
- {block:Answer}
- <div class="post">
- {Question}<br>- {Asker} <br><i> {Answer} </i>
- <div class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></div></div>
- {/block:Answer}
- {block:PermalinkPage}
- <div class="notes">
- {Caption}
- posted {TimeAgo}
- {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
- {block:RebloggedFrom}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
- {/block:RebloggedFrom}
- {block:ContentSource}
- originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
- {/block:ContentSource}
- <br><br>{PostNotes}<div>
- {/block:PermalinkPage}
- {/block:posts} </div></div> </div>
- </div>
- </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement