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="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed|Raleway:300' rel='stylesheet' type='text/css'>
- <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:PostBorder" content=""/>
- <meta name="color:Link" content=""/>
- <meta name="color:Linkhover" content=""/>
- <meta name="color:NaviLink" content=""/>
- <meta name="color:NaviLinkHover" content=""/>
- <meta name="image:header" 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="/">
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/fki2yxd/XtUmn1zq3/jquery.sticky.js"></script>
- <script>
- $(window).load(function(){
- $("#navi").sticky({ topSpacing: 0 });
- $('#headerimage').sticky({ topSpacing: -175 })
- });
- </script>
- <script type="text/javascript">
- $(document).ready(function () {
- $.localScroll();
- });
- </script>
- <script>
- $(document).scroll(function () {
- var y = $(this).scrollTop();
- if (y > 220) {
- $('#sidebar').fadeIn();
- } else {
- $('#sidebar').fadeOut();
- }
- });
- </script>
- <style type="text/css">
- *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #efefef;
- height:7px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical #update1text{
- background-color: #efefef;
- height:7px;
- width:5px;
- }
- ::-webkit-scrollbar-corner {
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: #efefef; /*Change color of scroll bar*/
- height:5px!important;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:5px;
- }
- iframe#tumblr_controls{
- position:fixed !important;
- right:0px !important;
- }
- /* BASIC PAGE INFO */
- body {
- margin:0px;
- padding:0px;
- font-size:10px;
- font-family:'raleway';
- font-weight:300;
- background:{color:background};
- line height:110%;
- letter-spacing:2px;
- 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;
- }
- /* HEADER INFO */
- #header {
- margin-left:auto;
- margin-right:auto;
- margin-top:0px;
- width:560px;
- height:220px;
- text-align:center;
- }
- #headerimage {
- position:absolute;
- width:560px;
- z-index:1;
- }
- #headerimage img {
- width:560px;
- height:220px;
- margin-left:auto;
- margin-right:auto;
- }
- #title{
- text-align:center;
- color:{color:title};
- text-transform:uppercase;
- font-size:16px;
- font-family:'ubuntu condensed';
- width:560px;
- background-color:white;
- padding:10px;
- margin-top:-110px;
- opacity:.8;
- z-index:100;
- position:relative;
- }
- /* NAVI */
- #navi {
- width:558px;
- z-index:10;
- position:relative;
- }
- #navi a{
- text-decoration:none;
- margin:8px;
- display:inline-block;
- width:50px;
- padding:8px;
- text-align:center;
- color:{color:navilink};
- background-color:white;
- opacity:.8;
- }
- #navi a:hover{
- color:{color:navilinkhover};
- }
- /* SIDEBAR */
- #sidebar {
- position:fixed;
- display:none;
- margin-left:560px;
- top:250px;
- height:auto;
- padding-left:5px;
- border-left:1px solid {color:border};
- width:100px;
- }
- /* POST INFO */
- #container {
- margin-top:27px;
- margin-bottom:20px;
- margin-left:auto;
- margin-right:auto;
- width:532px;
- background-color:{color:background};
- }
- .entry {
- float:center;
- position:relative;
- width:500px;
- padding:15px;
- margin-bottom:20px;
- }
- img {
- max-width:100%;
- }
- h1 {
- text-align:center;
- font-size:12px;
- color:{color:title};
- }
- #portrait img {
- float:left;
- margin-right:5px;
- }
- #permalink1 {
- text-align:right;
- position:relative;
- margin-top:4px;
- opacity:0;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- .entry:hover #permalink1 {
- opacity:1;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- #credit{
- position:fixed;
- bottom:10px;
- right:10px;
- font-size:12px;
- }
- #credit a {
- color:black;
- }
- #credit a:hover {
- color:#efefef;
- }
- </style>
- </head>
- <body></body>
- <!--- HEADER --->
- <div id="header">
- <div id="headerimage"><img src="{image:header}"></div>
- <div id="title">{title}</div>
- <div id="navi">
- <a href="/">Home</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}
- {block:ifLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:ifLink4}
- {block:ifLink5} <a href="{text:link5 url}">{text:link5}</a>{/block:ifLink5}
- </div><!--- end of div "navi" --->
- </div><!-- end of div "header" -->
- <div id="container">
- <!--- SIDEBAR --->
- <div id="sidebar">
- <div style="font-style:italic;">{description}</div></p>
- <div style="font-size:14px;">{block:NextPage}<a href="{NextPage}">+</i></a>{/block:NextPage}
- {block:PreviousPage}<a href="{PreviousPage}">-</i></a>{/block:PreviousPage}</div>
- </div><!--- end of div "sidebar" --->
- {block:posts}
- <div class="entry">
- <!--- POSTS --->
- {block:text}
- <h1>{block:title}{title}{/block:title}</h1>
- {body}
- {/block:text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}<div style="padding:5px;margin-top:8px;background-color:#efefef;">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div style="padding:5px;margin-top:8px;background-color:#efefef;">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- {block:Source}<br><div style="padding:5px;margin-top:8px;background-color:#efefef;">—{Source}</div>{/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}<div style="padding:5px;margin-top:8px;background-color:#efefef;">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}<div style="padding:5px;margin-top:8px;background-color:#efefef;">{Caption}</div>{/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="permalink1">
- {block:Date}{Month} {DayOfMonth} - {/block:Date}<a href="{PermaLink}">♥{NoteCount}</a> - <a href="{ReblogUrl}" target="_blank"><i class="fa fa-retweet"></i></a>
- {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
- {/block:rebloggedfrom}
- - {block:hastags}{block:tags}#</i><a href="{tagurl}">{tag} </a>{/block:tags}
- {/block:hastags}
- </div><!-- end of div "permalink1" -->
- </div><!-- end of class "entry" -->
- {/block:posts}
- <div class="postnote">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/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">
- <a href="http://theleakycauldron.co.vu" title="credit">♜</a>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment