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------------------------------------------------------------------------------------------------>
- <meta name="image:sidebar" content=""/>
- <meta name="color:Background" content=""/>
- <meta name="color:Blockquote" content=""/>
- <meta name="color:Title" 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="/">
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px; /*change room around text here*/
- display: none;
- text-align: center;
- position: absolute; /*important*/
- font-size:7px; /*change text size here*/
- line-height:9px; /*change height of box here*/
- font-family:cambria; /*change font here*/
- z-index: 100000000000000000000000000000000000000000;
- /*keep z-index really high, if your hover text starts to go behind other stuff increase the z-index more*/
- border: 1px solid #7E7F80; /*edit border here*/
- background-color:#ffffff; /*edit background color here*/
- color: {color:text};
- text-transform:uppercase;
- letter-spacing: 1px;
- }
- </style>
- <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:300px;
- top:150px;
- width:200px;
- height:auto;
- text-align:center;
- background-color:{color:background};
- }
- #sidebarimage{
- margin-right:auto;
- margin-left:auto;
- margin-top:5px;
- text-align:center;
- }
- #sidebar img {
- width:170px;
- margin-right:auto;
- margin-left:auto;
- text-align:center;
- padding:8px;
- border:3px double {color:border};
- }
- #links {
- margin-top:5px;
- text-align:center;
- width:200px;
- background:{color:background};
- text-transform:uppercase;
- }
- #links a {
- padding:5px 10px;
- border-bottom:1px solid {color:borders};
- display:block;
- }
- #links a:hover {
- background:{color:borders};
- color:{color:link};
- }
- #description {
- margin-top:5px;
- margin-left:auto;
- margin-right:auto;
- height:auto;
- width:176px;
- padding:5px;
- text-align:center;
- overflow:hidden;
- z-index:1000;
- }
- #paginationfwd {
- position:fixed;
- top:268px;
- left:517px;
- width:auto;
- text-align:center;
- font-style:italic;
- }
- #paginationback {
- position:fixed;
- top:268px;
- left:255px;
- width:auto;
- text-align:center;
- font-style:italic;
- }
- /* POST INFO */
- #container {
- background-color:{color:background};
- margin-top:20px;
- margin-bottom:20px;
- margin-left:605px;
- 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;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0.3;
- position: fixed !important;
- filter:alpha(opacity=100);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- iframe#tumblr_controls:hover{
- top: 0% !important;
- right:0% !important;
- opacity:0.8;
- position: fixed !important;
- filter:alpha(opacity=100);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #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="sidebarimage">
- <img src="{image:sidebar}">
- </div><!-- end of div "sidebarimage" -->
- <div id="links">
- <select name="forma" onchange="location = this.options[this.selectedIndex].value;" style="width:150px;">
- <option value="navigate">Navigate</option>
- <option value="{text:link1 url}">{text:link1}</option>
- <option value="{text:link2 url}">{text:link2}</option>
- <option value="{text:link3 url}">{text:link3}</option>
- <option value="{text:link4 url}">{text:link4}</option>
- <option value="{text:link5 url}">{text:link5}</option>
- <option value="{text:link6 url}">{text:link6}</option>
- </select>
- </div><!-- end of div "links" -->
- <div id="description">{description}</div>
- </div><!-- end of div "sidebar" -->
- <div id="paginationfwd">
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}<br>
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
- </div><!-- end of div "paginationfwd" -->
- <!--- 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