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}
- <!------------------------------------------------------------------------
- ---------------Theme by Adrienne Law (ladymirkwoods)-----------------
- ------------------ Give credit where credit is due ------------------------------------------------------------------------------------------------>
- <link href='http://fonts.googleapis.com/css?family=Abril+Fatface|Rochester' rel='stylesheet' type='text/css'>
- <meta name="image:sidebar" content=""/>
- <meta name="color:Background" content=""/>
- <meta name="color:Title" content=""/>
- <meta name="color:Blockquote" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Link" content=""/>
- <meta name="color:Linkhover" content=""/>
- <meta name="text:link1" content="">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="">
- <meta name="text:link4 url" content="/">
- <meta name="text:link5" content="">
- <meta name="text:link5 url" content="/">
- <meta name="text:link6" content="">
- <meta name="text:link6 url" content="/">
- <meta name="text:link7" content="">
- <meta name="text:link7 url" content="/">
- <meta name="text:link8" content="">
- <meta name="text:link8 url" content="/">
- <meta name="text:link9" content="">
- <meta name="text:link9 url" content="/">
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $("#select1").click(function() {
- if ($('#description').is(":hidden")) {
- $('#description').show(500);
- document.getElementById('select1');
- } else {
- $("#description").hide(500);
- document.getElementById('select1');
- }
- });
- });
- </script>
- <script type="text/javascript">
- $(document).ready(function() {
- $("#select2").click(function() {
- if ($('#ask').is(":hidden")) {
- $('#ask').show(500);
- document.getElementById('select2');
- } else {
- $("#ask").hide(500);
- document.getElementById('select2');
- }
- });
- });
- </script>
- <script type="text/javascript">
- $(document).ready(function() {
- $("#select3").click(function() {
- if ($('#links').is(":hidden")) {
- $('#links').show(500);
- document.getElementById('select3');
- } else {
- $("#links").hide(500);
- document.getElementById('select3');
- }
- });
- });
- </script>
- <style type="text/css">
- /* BASIC PAGE INFO */
- body {
- margin:0px;
- padding:0px;
- font-size:10px;
- font-family:trebuchet, sans-serif;
- font-weight:200;
- background:{color:background};
- line height:110%;
- letter-spacing:1px;
- color:{color:text};
- }
- a {
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- text-decoration:none;
- color:{color:linkhover};
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- color:{color:blockquote};
- word-wrap: break-word;
- }
- /* SIDEBAR INFO */
- #sidebar {
- position:fixed;
- left:175px;
- top:120px;
- width:200px;
- height:auto;
- }
- #title{
- width:200px;
- margin-right:auto;
- margin-left:auto;
- margin-top:5px;
- text-align:center;
- color:{color:title};
- font-size:16px;
- font-family:'abril fatface';
- }
- #sidebar img {
- width:194px;
- margin-right:auto;
- margin-left:auto;
- margin-top:5px;
- text-align:center;
- padding:2px;
- border:1px solid gray;
- }
- #selectionholder {
- margin-top:2px;
- margin-right:auto;
- margin-left:auto;
- width:200px;
- text-align:center;
- }
- #select1 {
- margin:10px;
- width:40px;
- height:auto;
- font-family:'rochester';
- text-align:center;
- display:inline-block;
- font-size:14px;
- border-bottom:1px dotted #dedede;
- }
- #select2 {
- margin:10px;
- width:40px;
- height:auto;
- font-family:'rochester';
- text-align:center;
- display:inline-block;
- font-size:14px;
- border-bottom:1px dotted #dedede;
- }
- #select3 {
- margin:10px;
- width:40px;
- height:auto;
- font-family:'rochester';
- text-align:center;
- display:inline-block;
- font-size:14px;
- border-bottom:1px dotted #dedede;
- }
- #links {
- width:198px;
- margin-right:auto;
- margin-left:auto;
- text-align:center;
- border:1px solid #efefef;
- display:none;
- }
- #links a{
- width:54px;
- padding:2px;
- margin:2px;
- display:inline-block;
- color:{color:link};
- -o-transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- }
- #links a:hover{
- color:white;
- background-color:{color:linkhover};
- -o-transition: all .5s ease-in-out;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- }
- #description {
- width:188px;
- padding:5px;
- margin-right:auto;
- margin-left:auto;
- text-align:center;
- display:none;
- border:1px solid #efefef;
- }
- #ask {
- width:196px;
- padding:2px;
- margin-right:auto;
- margin-left:auto;
- text-align:center;
- display:none;
- }
- #pagination {
- width:10px;
- margin-left:205px;
- margin-top:-12%;
- text-align:center;
- font-size:8px;
- }
- /* POST INFO */
- #container {
- margin-top:20px;
- margin-bottom:20px;
- margin-left:500px;
- width:500px;
- }
- .entry {
- float:left;
- position:relative;
- width:500px;
- padding:10px;
- margin-bottom:20px;
- }
- img {
- max-width:100%;
- }
- h1 {
- text-align:center;
- font-size:12px;
- color:{color:title};
- }
- #portrait img {
- float:left;
- margin-right:5px;
- }
- #permalink {
- text-align:center;
- border-top:1px dotted {color:border};
- position:relative;
- margin-top:8px;
- padding-top:8px;
- }
- #credit a {
- display:inline-block;
- width:40px;
- background-color:#fff;
- color:gray;
- text-decoration:none;
- border-right:1px solid;
- border-left: 1px solid;
- border-color:#878787;
- padding: 4px 0px 4px 0px;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit a:hover {
- background-color:#667371;
- color:#fff;
- border-color:#fff;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit {
- display:inline-block;
- font-size:10px;
- font-family: calibri;
- text-align:center;
- letter-spacing:1px;
- width:40px;
- height:15px;
- position: fixed;
- padding-top:1px;
- right:25px;
- bottom:10px;
- }
- </style>
- </head>
- <body>
- <!--- SIDEBAR --->
- <div id="sidebar">
- <div id="title">{Title}</div>
- <img src="{image:sidebar}">
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">▲</a>{/block:PreviousPage}{block:NextPage}<br><a href="{NextPage}">▼</a>{/block:NextPage}
- </div><!-- end of div "pagination" -->
- <div id="selectionholder">
- <div id="select1">about</div>
- <div id="select2">ask</div>
- <div id="select3">navi</div>
- </div><!-- end of div "selectionholder" -->
- <div id="description">{description}</div>
- <div id="links">
- <a href="{text:link1 url}">{text:link1}</a>
- <a href="{text:link2 url}">{text:link2}</a>
- <a href="{text:link3 url}">{text:link3}</a>
- <a href="{text:link4 url}">{text:link4}</a>
- <a href="{text:link5 url}">{text:link5}</a>
- <a href="{text:link6 url}">{text:link6}</a>
- <a href="{text:link7 url}">{text:link7}</a>
- <a href="{text:link8 url}">{text:link8}</a>
- <a href="{text:link9 url}">{text:link9}</a>
- </div><!-- end of div "links" -->
- <div id="ask">
- <iframe frameborder="0" height="250px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/starlightauriel.tumblr.com" width="192px" style="background-color: transparent; overflow: hidden;"></iframe>
- </div><!-- end of div "ask" -->
- </div><!-- end of div "sidebar" -->
- <!--- POSTS --->
- <div id="container">
- {block:posts}
- <div class="entry">
- {block:text}
- <h1>{block:title}{title}{/block:title}</h1>
- {body}
- {/block:text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- {block:Source}<br>—{Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
- {Asker}:<br>"{Question}"<p>{Answer}
- {/block:Answer}
- <!--- POST INFO --->
- <div id="permalink">
- {block:Date}{TimeAgo}{/block:Date} - <a href="{PermaLink}">{NoteCountWithLabel}</a> - <a href="{ReblogUrl}" target="_blank">➥ Reblog</a>
- {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
- {/block:rebloggedfrom}
- <br>{block:hastags}{block:tags} #<a href="{tagurl}">{tag}</a>{/block:tags}
- {/block:hastags}
- </div><!-- end of div "permalink" -->
- </div><!-- end of class "entry" -->
- {/block:posts}
- {block:postnotes}{postnotes}{/block:postnotes}
- {/block:posts}
- </div><!-- end of div "container" -->
- <!--------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not ------
- -------------------- remove the credit on my stuff -----------------------
- ------------------------------------------------------------------------->
- <div id="credit">
- <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu"> ---a---</a></div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment