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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--
- Theme By Livings
- -->
- <title>{title}</title>
- <meta name="color:Text" content="#353535">
- <meta name="color:Links" content="#868686">
- <meta name="color:Hover" content="#8A8A8A">
- <meta name="color:Title Hover" content="#AFAFAF">
- <meta name="color:Title" content="#252525">
- <meta name="text:Width" content="300"/>
- <meta name="if:More Space Between Posts"868686 content="0"/>
- <meta name="if:Endless Scroll" 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="if:Maximised Background Image" content="0"/>
- <meta name="image:Background" content=""/>
- <link rel="shortcut icon" href="{Favicon}">
- <style type="text/css">
- body{
- height:100%;
- text-align:justify;
- font-family: georgia !important;
- font-size: 9px !important;
- line-height: 10px !important;
- color:{color:text};
- background-color:#ffffff;
- {block:IfNotMaximisedBackgroundImage}
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:repeat;
- {/block:IfNotMaximisedBackgroundImage}
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- {block:IfMaximisedBackgroundImage}
- #bg img {
- z-index:-1;
- position:fixed;
- top:0;
- left:0;
- height:100%;
- width:100%;
- }
- {block:IfMaximisedBackgroundImage}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- div#side{
- position:fixed;
- width:190px;
- height:100%;
- background:#000;
- text-align:right;
- padding:10px;
- }
- body a{
- text-decoration:none;
- -webkit-transition: 0.5s ease-in;
- color:{color:links};
- }
- body a:hover{
- color:{color:hover};
- -webkit-transition: 0.5s ease-in;
- }
- a img{
- border:0px;
- }
- #entry{
- margin-left:225px;
- padding-bottom:0px;
- margin-bottom:20px;
- {block:IfMoreSpaceBetweenPosts}
- margin-bottom:40px;
- {/block:IfMoreSpaceBetweenPosts}
- width:{text:Width}px;
- }
- #entry img{
- max-width:{text:Width}px;
- }
- #entry:hover .permalink {opacity: 1;}
- .posttitle{
- font-size:11px;
- text-transform:uppercase;
- margin-bottom:-5px;
- line-height:12px;
- margin-bottom:4px;
- text-align:left;
- letter-spacing:1px;
- }
- .nav{
- display: block;
- font-size:9px;
- text-transform:uppercase;
- padding:4px;
- color:#D1D0D0;
- font-family:century gothic;
- letter-spacing:1px;
- }
- .title{
- margin-top:150px;
- margin-bottom:5px;
- font-size: 30px;
- font-family:times new roman;
- color:#C4BDBD;
- line-height:15px;
- text-transform:lowercase;
- }
- .h2{
- -webkit-text-stroke: 1px transparent;
- font-family: georgia;
- font-size:11px;
- line-height:12px;
- letter-spacing: 1px;
- display:block;
- }
- .h3{
- text-transform:uppercase;
- }
- .h4{
- font-family: georgia;
- font-size:20px;
- line-height:25px;
- font-weight:;
- font-style:italic;
- letter-spacing: 2px;
- text-transform:lowercase;
- display:block;
- background:{color:title background};
- }
- .h5{
- color:{color:title};
- font-family: arial ;
- font-size:40px;
- line-height:41px;
- font-weight:;
- font-style:;
- text-transform:lowercase;
- text-align:right;
- }
- .audio {
- background-color:#000000;
- margin-bottom : -10px;
- width:{text:Width}px;
- }
- .answer{
- padding:2px;
- padding-left:3px;
- color:{color:Text};
- font-style:italic;
- background:#fff;
- }
- .answer b {
- text-transform:uppercase;
- letter-spacing:1px;
- }
- div.video embed,
- div.post div.video object {
- width:{text:Width}px !important;
- height:400px !important;
- }
- .permalink {
- float: left;
- margin-left: {text:Width}px;
- padding-left:10px;
- position : absolute;
- font-size:9px;
- text-align : left;
- height:100px;
- letter-spacing:1px;
- -webkit-transition: 0.5s ease-in;
- opacity:0;
- }
- .permalink a:hover{
- color:{color:Hover}
- }
- </style>
- {block:IfEndlessScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
- {/block:IfEndlessScroll}
- </head>
- <body>
- {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
- <div id="side">
- <div class="title">{Title}</div>
- <div class="nav"><a href="/">home</A> {block:AskEnabled}<a href="/ask">message</a>{/block:AskEnabled} <a href="/archive">archive</a>
- <a href="http://livings.tumblr.com/">theme</a>{block:HasPages}{block:Pages}<a href="{URL}">{Label}</A> {/block:Pages}{/block:HasPages} {block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled} {block:IfCustomLinkOneTitle} <a href="{text:Custom Link One}"> {text:Custom Link One Title}</a> {/block:ifCustomLinkOneTitle} {block:ifCustomLinkTwoTitle} <a href="{text:Custom Link Two}"> {text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle} </div>
- </div>
- {block:IfEndlessScroll}
- <div class="autopagerize_page_element">
- {/block:IfEndlessScroll}
- {block:Posts}
- {block:Text}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>
- {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{text:Width}"/>
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}{/block:HasTags}{/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>
- {Photoset-500}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>"{Quote}" {block:Source}— <b>{Source}</b>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>
- <div class="h2"><a href="{URL}"><big>→</big>{Name}</a></div>{block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>
- {block:Title}<b>{Title}</b>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>
- <div class="audio">
- {AudioPlayerBlack}</div><br>
- <div style="padding:2px; font-size:10px; text-align:left;font-style:italic;">{block:TrackName}{TrackName} by {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>
- {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>
- <div class="answer"><b><span style="color:{color:Links};">{Asker}:</span></b> {Question}</div><br>
- <div style="margin-top:-15px;">{Answer}</div></div>
- {/block:answer}
- {block:Video}
- <div id="entry">
- <div class="video">
- <span class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}{/block:Date}</a></span>
- {Video-500}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- </div></div>
- {/block:Video}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
- {block:IfNotEndlessScroll}{block:Pagination}<div style="margin-top:20px; margin-bottom:10px; letter-spacing:px; font-weight:normal;font-size:13px; line-height:15px;font-family:century gothic; text-tranform:uppercase;"><div style="float:left">{block:PreviousPage}<a href="{PreviousPage}">backward</a>{/block:PreviousPage}</div> <div style="float:right;">{block:NextPage}<a href="{NextPage}">forward</a>{/block:NextPage}</div></div>{/block:Pagination}{/block:IfNotEndlessScroll}
- <br>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment