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>
- <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="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:SecondTitle" content="title" />
- <style type="text/css">
- body {
- background: {color:Background} url('{image:background}') no-repeat center fixed ;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- margin:0;
- font-family:arial;
- font-size:9px;
- text-transform:uppercase;
- color:#000;
- margin:0px;
- padding:0px;
- }
- /*basics*/
- blockquote {padding:0px 0 0px 10px;
- border-left:1px solid #eee;
- margin-left:20px;
- }
- a {
- color:#000;
- text-decoration:none;
- }
- a:hover {
- color:#000;
- text-transform:lowercase;
- }
- #container {
- width:760px;
- margin:25px 0px 20px 140px;
- }
- #sidebar {
- float:left;
- width:250px;
- background:#fff;
- padding:10px;
- margin-left:-40px;
- position:fixed;
- margin-top:50px;
- }
- #sidebar h1 {
- text-align:right;
- margin-bottom:0px;
- font-size:13px;
- text-transform:lowercase;
- }
- #blogt {font-size:16px;
- font-weight:bold;
- margin-top:8px;
- text-align:left;
- text-transform:lowercase;
- }
- .description {
- text-transform:lowercase;
- margin-top:7px;
- margin-bottom:10px;
- }
- .links {
- }
- /*asks*/
- .q {margin-bottom:10px;
- }
- .as {
- font-weight:bold;}
- .a {
- margin-top:10px;
- }
- #content {
- margin:10px;
- width:500px;
- float:right;
- }
- .post {
- width:500px;
- text-transform:lowercase;
- background:#fff;
- padding:10px;
- margin-bottom:60px;
- }
- .post .meta {
- text-align:center;
- text-transform:uppercase;
- }
- #postnotes {
- }
- #sidebarimage {
- width 200px;
- }
- #sidebarimage img {
- width:250px;
- }
- #tags{
- opacity:0;
- text-transform:lowercase;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .post:hover #tags{
- opacity:1;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="container">
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="blogt">{text:SecondTitle}</div>
- {block:Description}
- <div class="description">
- {Description}
- </div>
- {/block:Description}
- <div class="links">
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/submit">submit</a>
- {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a> {/block:iflink1}
- {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a> {/block:iflink2}
- {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a> {/block:iflink3}
- </div><br>
- <div class="pagnition">
- {block:PreviousPage}<a href="{PreviousPage}">« Previous</a>{/block:PreviousPage} //
- {block:NextPage}<a href="{NextPage}">Next »</a>{/block:NextPage}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {Caption}
- {/block:Photoset}
- {block:Quote}
- “{Quote}”
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/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>
- {/block:Chat}
- {block:Video}
- {Video-500}
- {/block:Video}
- {block:Audio}
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} said: {Question}</div></div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- <div class="meta"><br>
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {block:PermalinkPage}
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} {block:ContentSource} & <a href="{SourceURL}"> <a href="{SourceURL}">source </a>{/block:ContentSource}</div><br>
- {block:PostNotes}
- <div id="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- </body>
- <div style="position:fixed; bottom:0px; right:0px;">
- <a href="http://hoenarry.tumblr.com">credit</a> <br></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment