Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme 001 by laura @furyofthetimelords edit all you want, but credit stays
- -->
- <html>
- <!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">
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#3f5863"/>
- <meta name="color:Link" content="#053b54"/>
- <meta name="color:Link Hover" content="#a4cbdd"/>
- <meta name="text:link1" content="" />
- <meta name="text:link1 URL" content="" />
- <meta name="text:link2" content="" />
- <meta name="text:link2URL" content="" />
- <meta name="text:link3" content="" />
- <meta name="text:link3URL" content="" />
- <meta name="text:title2" content="" />
- <!--Images-->
- <meta name="image:Background" content""/>
- <meta name="image:Sidebar" content""/>
- <!--Options-->
- <meta name="if:Infinite Scrolling" content=""/>
- {block:ifInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScrolling}
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- </style>
- <style type="text/css">
- body{
- background-color: {color:Background};
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- background-position: center;
- font-family:helvetica;
- font-size:11px;
- line-height:12px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration:none;
- }
- a:hover{
- color: {color:Link Hover};
- }
- #container {
- margin:auto;
- width:700px;
- }
- #entry {
- width:500px;
- margin-left:180px;
- margin-top:45px;
- padding:3px;
- font-family:century schoolbook;
- }
- .question {
- width:490px;
- padding:10px;
- background-color:{color:post};
- }
- #player {
- width:30px;
- height:30px;
- margin-left:40px;
- margin-top:35px;
- overflow:hidden;
- position:absolute;
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- }
- #audi img{
- margin-left:-100px;
- float:left;
- width:100px;
- height:100px;
- margin-right:5px;
- background-color:{color:border};
- }
- #audip img{
- float:left;
- width:100px;
- height:100px;
- background-color:{color:border};
- }
- #audiod {
- width:400px;
- margin-left:100px;
- height:100px;
- font-size:15px;
- text-transform:uppercase;
- }
- #permalink{
- position:relative;
- margin-top:5px;
- padding:2px;
- font-size:8px;
- text-transform:uppercase;
- }
- #side {
- text-align:center;
- position:fixed;
- width:140px;
- margin-top:80px;
- margin-left:-20px;
- z-index:1;
- padding:5px;
- font-family: century schoolbook;
- font-size:10px;
- }
- .navigate{
- font-size:10px;
- text-transform:uppercase;
- margin-top:4px;
- margin-bottom:4px;
- padding:4px;
- font-family: courier new;
- }
- .blogtitle{
- font-size:20px;
- line-height:20px;
- padding:8px;
- font-family: goudy old style;
- }
- .title2 {
- font-size:12px
- padding:3px
- text-transform:lowercase;
- font-family:century schoolbook;
- }
- .posttitle{
- font-size: 20px;
- line-height: 20px;
- font-family: goudy old style;
- }
- blockquote{
- margin-left:10px;
- padding-left:4px;
- border-left: 3px solid {color:Text};
- }
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 10px; padding: 5px; }
- .ul { list-style-type: square; }
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="container">
- <div id="side">
- <div class="blogtitle"><a href="/">{Title}</a></div>
- <div class="title2">{text:title2}</div>
- <br>
- {block:ifSidebarImage}
- <img src="{image:Sidebar}" width="150" height="150">
- {/block:ifSidebarImage}
- <div class="navigate">
- <a href="/ask">ask</a> /
- <a href="/archive">past</a> /
- <a href="http://furyofthetimelords.tumblr.com">credit</a>
- {block:ifLink1}<a href="{text:link1 URL}">{text:link1}</a>{/block:ifLink1}
- {block:ifLink2}/ <a href="{text:link2 URL}">{text:link2}</a>{/block:ifLink2}
- {block:ifLink3}/ <a href="{text:link3 URL}">{text:link3}</a>{/block:ifLink3}
- </div>
- {Description}
- <br>
- {block:ifNotInfiniteScrolling}
- <div class="navigate">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">« </a>
- {/block:PreviousPage}
- {CurrentPage} / {TotalPages}
- {block:NextPage}
- <a href="{NextPage}"> »</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:ifNotInfiniteScrolling}
- </div>
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div class="posttitle">
- <a href="{URL}">{Name}</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <center>
- {LinkOpenTag}
- <a href="{permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
- {LinkCloseTag}
- </center>
- {block:Caption}{Caption}{/block:Caption}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParentURL}
- <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ReblogParentURL}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="posttitle">"{Quote}"</div>
- {block:Source}
- - {Source}
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div id="posttitle">
- {Title}
- </div>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label} </b>
- {/block:Label}
- {Line}
- <br>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div class="question">
- <center><b>{Asker}</b> asked:</center><br>
- {Question}</div>{Answer}
- {/block:Answer}
- {block:Audio}<div id="audip"><img src="http://fc08.deviantart.net/fs71/f/2011/185/f/9/no_cover_itunes_by_stainless2-d3kxnbe.png"></div><span class="audio">{block:AlbumArt}<div id="audi"><image src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}
- <div id= "player">{AudioPlayerBlack}</div> <div id="audiod"><center>{block:TrackName}<strong>{TrackName}</strong>{/block:TrackName} {block:Artist}<br><em>{Artist}</em>{/block:Artist} {block:PlayCount}<br>{PlayCount} {/block:PlayCount}</div></center></span>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:IndexPage}
- <div id="permalink">
- <a href="{Permalink}"> {TimeAgo}</a> -
- <a href="{Permalink}">{NoteCountWithLabel}</a> -
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a> /
- <a href="{ReblogRootURL}">source</a>
- {/block:RebloggedFrom} -
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- <br>
- tagged:
- {block:Tags}<a href="{TagURL}"># {Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="permalink">
- <a href="{Permalink}"> {TimeAgo}</a> -
- <a href="{Permalink}">{NoteCountWithLabel}</a> -
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" target="_blank">via</a> /
- <a href="{ReblogRootURL}" target="_blank">source</a>
- {/block:RebloggedFrom} -
- <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- <br>
- tagged:
- {block:Tags}<a href="{TagURL}"># {Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- <br>
- <br>
- <br>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment