Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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">
- <!----
- PAGE DESIGNED BY STEPHANIE TREVANIA
- DO NOT ATTEMPT TO RECREATE OR REDISTRIBUTE
- DO NOT REMOVE THE CREDIT.
- I WILL FIND YOU IF YOU DO.
- PLUS, WHY WOULD YOU DO SUCH A THING.
- IF YOU NEED HELP, DROP ME A LINE OR GOOGLE IT
- T R E V A N I A . T U M B L R . C O M
- ------>
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Container" content="#ffffff"/>
- <meta name="color:Entry" content="#ffffff"/>
- <meta name="color:Side" content="#ffffff"/>
- <meta name="color:Text" content="#828282"/>
- <meta name="color:Link" content="#8ea089"/>
- <meta name="color:Link Hover" content="#e8e8e8"/>
- <meta name="color:Border" content="#4d4949"/>
- <!--Text-->
- <meta name="font:title" content="calibri" />
- <meta name="font:body" content="calibri" />
- <!--Images-->
- <meta name="image:Background" content""/>
- <meta name="image:Sidebar" content""/>
- <!-- LINKS -->
- <meta name="text:link 1" content="link 1" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 2" content="link 2" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 3" content="link 3" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 4" content="link 4" />
- <meta name="text:link 4 url" content="/" />
- <meta name="text:link 5" content="link 5" />
- <meta name="text:link 5 url" content="/" />
- {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:10px;
- line-height:11px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration:none;
- }
- a:hover{
- color: {color:Link Hover};
- text-decoration: italics;
- }
- b, strong{
- color: #F63;
- }
- i, em {
- color: #999;
- }
- j {
- color:#85D8CB;
- }
- s , strikethrough {
- color:#b9d160;
- }
- #container {
- width: 100%;
- position: fixed;
- margin: 0 auto;
- }
- #entry {
- background-color: {color:entry};
- font-family:calibri;
- width:500px;
- float:left;
- margin-left:500px;
- margin-top:30px;
- padding:10px;
- border-left: 1px dotted {color:border};
- }
- #permalink{
- position:relative;
- margin-top:5px;
- padding:2px;
- font-size:8px;
- text-transform:uppercase;
- }
- #sidebarandshit {
- text-align:center;
- position: fixed;
- width:220px;
- height:700px;
- margin-top:40px;
- margin-left:200px;
- padding:0px;
- }
- #header {
- line-height: 12px;
- padding:25px;
- padding-top:10px;
- padding-bottom: 10px;
- font-size:8px;
- letter-spacing: 1px;
- text-transform:uppercase;
- margin-top:10px;
- margin-bottom:4px;
- border-bottom: 1px dotted {color:border};
- }
- .nav{
- padding-top:5px;
- padding-bottom: 10px;
- font-size:9px;
- text-transform:uppercase;
- margin-top:10px;
- margin-bottom:10px;
- }
- #sidebar_imgandshit {
- margin: 10px auto;
- width: 185px;
- height: 185px;
- border: 10px solid {color:Entry};
- }
- #sidebar_textandshit{
- background-color: {color:entry};
- margin-top:-10px;
- text-align:left;
- font-family: calibri;
- font-size: 10px;
- padding:25px;
- padding-top: 15px;
- text-transform:none;
- border-top: 1px dotted {color:border};
- margin-top: 10px;
- }
- #tagsandshit {
- background-color:{color:background};
- font-family:calibri;
- text-align:left;
- margin:7px 4px 2px 0px;
- padding:2px;
- text-transform:uppercase;
- font-style:none;
- font-size:6px;
- line-height: 11px;
- width:493px;
- border-right: 1px solid {color:border};
- border-top: 1px solid {color:border};
- border-left: 1px solid {color:border};
- }
- #notesandshit {
- font-size: 8px;
- margin-left: 530px;
- text-transform:uppercase;
- letter-spacing: 1px;
- line-height:15px;
- width: 500px;
- }
- #askandshit {
- background-color:#F63;
- color: #ffffff;
- padding:5px;
- margin-top: 2px;
- margin-bottom:2px;
- font-family:calibri;
- font-size:10px;
- text-align:center;
- border-left: 1px dotted {color:link};
- }
- #morelinksandshit {
- margin-top:-1px;
- font-family:calibri;
- text-align:center;
- font-size:10px;
- text-transform:uppercase;
- font-weight:none;
- padding:2px;
- letter-spacing:1px;
- }
- .posttitle{
- font-size: 18px;
- line-height: 20px;
- }
- blockquote{
- margin-left:10px;
- padding-left:4px;
- border-left: 1px dotted {color:Text};
- }
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 10px; padding: 5px; }
- .ul { list-style-type: square; }
- .audio{background-color:none; display:block}
- {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="sidebarandshit">
- <div id="header"><a href="/">{Title}</a></div>
- <div id="sidebar_imgandshit">
- <img src="{image:Sidebar}"></div>
- <div class="nav">
- {block:PreviousPage}<a href="{PreviousPage}"> ← </a>{block:PreviousPage} ·
- <a href="/">Home</a> ·
- <a href="/ask">Ask</a> ·
- <a href="/archive">Past</a> ·
- <a href="http://tomhardies.tumblr.com/">Theme</a> · {block:NextPage}<a href="{NextPage}"> → </a>{/block:NextPage}{/block:Pagination}
- <div id="sidebar_textandshit">{Description}</div>
- <br/>
- <div id="morelinksandshit">
- <a href="{text:link 1 url}">{text:link 1}</a> ·
- <a href="{text:link 2 url}">{text:link 2}</a> ·
- <a href="{text:link 3 url}">{text:link 3}</a> ·
- <a href="{text:link 4 url}">{text:link 4}</a> ·
- <a href="{text:link 5 url}">{text:link 5}</a> <br>
- </div>
- </div></div></div></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"><b><a href="{URL}">{Name}</a></b></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>
- {block:Caption}{Caption}{/block:Caption}{/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 class="posttitle">{Title}</div>{/block:Title}
- {block:Lines}{block:Label}<b>{Label} </b>{/block:Label}
- {Line}<br>{/block:Lines}{/block:Chat}
- {block:Answer}<div id="askandshit"><j>{Asker} wondered:</j><br>{Question}</div>{Answer}{/block:answer}
- {block:Audio}<span class="audio">{AudioPlayerBlack}</span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- <div id="tagsandshit">{block:Date}<b>posted:</b> <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}, with: <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / via: <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a> >> {/block:RebloggedFrom}{block:ContentSource} source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}<br>
- {block:HasTags}<j>Tags:</j>{block:Tags} · <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
- {/block:Posts}<div id="notesandshit">{block:PostNotes}{PostNotes}</div>{/block:PostNotes}<br />
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment