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=Kaushan+Script|Raleway:300' 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="/">
- <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">
- *, body, a, a:hover {cursor: url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #efefef; /*Change color of scroll bar*/
- height:7px;
- width:2px;
- }
- ::-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:2px;
- }
- 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: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:135px;
- top:0px;
- width:180px;
- height:100%;
- border-right:1px solid #efefef;
- }
- #title{
- width:150px;
- margin-right:auto;
- margin-left:auto;
- margin-top:0px;
- text-align:right;
- color:{color:title};
- font-size:16px;
- font-family:'Kaushan Script';
- }
- #sidebar img {
- width:120px;
- margin-left:44px;
- margin-top:155px;
- text-align:right;
- padding:2px;
- }
- #links {
- width:20px;
- position:fixed;
- left:315px;
- margin-top:105px;
- height:auto;
- text-align:left;
- z-index:9999999999999999;
- }
- #links a{
- width:20px;
- padding:15px;
- display:inline-block;
- }
- #description {
- width:150px;
- margin-right:auto;
- margin-left:auto;
- margin-top:10px;
- text-align:right;
- height:auto;
- }
- #pagination {
- width:150px;
- margin-right:auto;
- margin-left:auto;
- margin-top:10px;
- text-align:right;
- }
- /* POST INFO */
- #container {
- margin-top:40px;
- margin-bottom:40px;
- margin-left:400px;
- width:500px;
- }
- .entry {
- float:left;
- position:relative;
- display:inline-block;
- width:500px;
- padding:15px;
- margin:10px;
- border:4px double #efefef;
- opacity:.7;
- -webkit-filter:grayscale(30%);
- -webkit-backface-visibility: hidden;
- -o-transition: all .5s ease-out;
- -webkit-transition: all .5s ease-out;
- -moz-transition: all .5s ease-out;
- }
- .entry:hover{
- opacity:1;
- -webkit-filter: grayscale(0%);
- -webkit-backface-visibility: hidden;
- -o-transition: all .5s ease-out;
- -webkit-transition: all .5s ease-out;
- -moz-transition: all .5s ease-out;
- }
- 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;
- }
- 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;
- }
- </style>
- </head>
- <body>
- <!--- SIDEBAR --->
- <div id="links">
- <a title ='home'href="/">I</a></p>
- <a title ='{text:link1}' href="{text:link1 url}">II</a></p>
- <a title ='{text:link2}' href="{text:link2 url}">III</a></p>
- <a title ='{text:link3}' href="{text:link3 url}">IV</a></p>
- <a title ='{text:link4}' href="{text:link4 url}">V</a></p>
- <a title ='{text:link5}' href="{text:link5 url}">VI</a>
- </div><!-- end of div "links" -->
- <div id="sidebar">
- <img src="{image:sidebar}">
- <div id="title">{Title}</div>
- <div id="description">{Description}</div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">shallower</a>{/block:PreviousPage}{block:NextPage}<br><a href="{NextPage}">deeper</a>{/block:NextPage}
- </div><!-- end of div "pagination" -->
- </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}
- <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">
- <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