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 KALYN AT HOLYENOCHIAN.TUMBLR.COM ****************
- • • Rules • •
- YOU MAY
- - edit the code
- YOU MAY NOT
- - remove or hide the credit
- - move the credit to a secondary page
- - copy, steal, redistribute, or claim my themes as your own
- - use any of my themes as a base code
- - take parts of my codes for your own themes
- IT WOULD BE APPRECIATED IF YOU
- - liked or reblogged the theme post
- • • Info • •
- If you break any of the rules above I will find you, tear of your genitals, puree them, and make you drink them.
- • • Help • •
- Okay I get quite a few HTML help questions regularly so if you need help with something, here are the guidelines:
- - try google first, it could be the solution to your problems
- - i will try help you (obvs) but on my own time
- ---->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:description borders" content="#c4c4c4"/>
- <meta name="color:sidebar links" content="#5C5C5C"/>
- <meta name="color:title link" content="#5C5C5C"/>
- <meta name="color:title hover" content="#c4c4c4"/>
- <meta name="if:Gray Frame" content="0"/>
- <meta name="text:link1 url" content="/"/>
- <meta name="text:link1 title" content="link1"/>
- <meta name="text:link2 url" content="/"/>
- <meta name="text:link2 title" content="link2"/>
- <meta name="text:link3 url" content="/"/>
- <meta name="text:link3 title" content="link3"/>
- <meta name="text:link4 url" content="/"/>
- <meta name="text:link4 title" content="link4"/>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:7px;
- line-height:9px;
- font-family:serif;
- z-index: 9999999999999999999999999;
- border: 1px solid #fff;
- background-color:#fff;
- border-bottom:1px solid #a9a9a9;
- color: #9A9A9A;
- text-transform:uppercase;
- letter-spacing: 1px;
- -moz-box-shadow: 3px 3px 5px #888;
- -webkit-box-shadow: 3px 3px 5px #888;
- box-shadow: 3px 3px 5px #888;
- }
- @font-face { font-family: Type; src: url('http://static.tumblr.com/4qjamle/Ej8n0738m/rough_typewriter.otf'); }
- h1 {
- font-family: Enchant
- }
- @font-face { font-family: Brain; src: url('http://static.tumblr.com/4qjamle/JHlmzzig2/brain_flower_euro.ttf'); }
- h2 {
- font-family: Brain
- }
- </style>
- <style type="text/css">
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:10px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:500px;
- margin-top:40px;
- }
- #post {
- width:500px;
- padding-bottom:20px;
- }
- #sidebar {
- width:200px;
- position:fixed;
- margin-left:220px;
- margin-top:150px;
- }
- #title {
- font-size:13px;
- font-family:Type;
- text-align:center;
- margin-bottom:5px;
- }
- #sidebarimage {
- width 87px;
- }
- #sidebarimage img {
- width:87px;
- height:120px;
- margin-top:35px;
- position:relative;
- }
- #frame img {
- width:200px;
- margin-top:-160px;
- {block:IfGrayFrame}
- opacity:.7;
- {/block:IfGrayFrame}
- }
- #description {
- padding:5px;
- width:77px;
- font-family:Type;
- border-right:1px solid {color:description borders};
- border-left:1px solid {color:description borders};
- text-align:center;
- margin-top:-80px;
- opacity:0;
- -webkit-transition:opacity 0.5s ease-in;
- -webkit-transition:all 0.5s ease-in;
- -moz-transition:all 0.5s ease-in;
- transition:all 0.5s ease-in;
- }
- #linksleft {
- font-family:Type;
- font-size:10px;
- text-align:right;
- color:#000;
- margin-right:145px;
- margin-top:-42px;
- line-height:20px;
- opacity:0;
- -webkit-transition:opacity 0.5s ease-in;
- -webkit-transition:all 0.5s ease-in;
- -moz-transition:all 0.5s ease-in;
- transition:all 0.5s ease-in;
- }
- #linksright {
- font-family:Type;
- font-size:10px;
- text-align:left;
- color:#000;
- margin-left:150px;
- margin-top:-40px;
- line-height:20px;
- opacity:0;
- -webkit-transition:opacity 0.5s ease-in;
- -webkit-transition:all 0.5s ease-in;
- -moz-transition:all 0.5s ease-in;
- transition:all 0.5s ease-in;
- }
- #sidebar:hover #description {
- margin-top:0px;
- opacity:1;
- -webkit-transition:opacity 0.7s ease-in;
- -webkit-transition:all 0.7s ease-in;
- -moz-transition:all 0.7s ease-in;
- transition:all 0.7s ease-in;
- }
- #sidebar:hover #linksleft {
- opacity:1;
- -webkit-transition:opacity 0.5s ease-in;
- -webkit-transition:all 0.5s ease-in;
- -moz-transition:all 0.5s ease-in;
- transition:all 0.5s ease-in;
- }
- #sidebar:hover #linksright {
- opacity:1;
- -webkit-transition:opacity 0.5s ease-in;
- -webkit-transition:all 0.5s ease-in;
- -moz-transition:all 0.5s ease-in;
- transition:all 0.5s ease-in;
- }
- #pagination {
- font-size:14px;
- font-family:Type;
- text-align:center;
- margin-top:7px;
- opacity:0;
- -webkit-transition:opacity 0.5s ease-in;
- -webkit-transition:all 0.5s ease-in;
- -moz-transition:all 0.5s ease-in;
- transition:all 0.5s ease-in;
- }
- #sidebar:hover #pagination {
- opacity:1;
- -webkit-transition:opacity 0.5s ease-in;
- -webkit-transition:all 0.5s ease-in;
- -moz-transition:all 0.5s ease-in;
- transition:all 0.5s ease-in;
- }
- #info {
- text-align:center;
- margin-top:10px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- a.linkss {color:{color:sidebar links};
- -webkit-transition:opacity 0.1s ease-in;
- -webkit-transition:all 0.1s ease-in;
- -moz-transition:all 0.1s ease-in;
- transition:all 0.1s ease-in;}
- a.linkss:hover {font-size:12px;
- -webkit-transition:opacity 0.1s ease-in;
- -webkit-transition:all 0.1s ease-in;
- -moz-transition:all 0.1s ease-in;
- transition:all 0.1s ease-in;}
- a.titlee {color:{color:title link};
- -webkit-transition:opacity 0.3s ease-in;
- -webkit-transition:all 0.3s ease-in;
- -moz-transition:all 0.3s ease-in;
- transition:all 0.3s ease-in;}
- a.titlee:hover {color:{color:title hover};
- -webkit-transition:opacity 0.3s ease-in;
- -webkit-transition:all 0.3s ease-in;
- -moz-transition:all 0.3s ease-in;
- transition:all 0.3s ease-in;}
- #credit {
- position:fixed;
- right:0px;
- bottom:0px;
- padding:4px;
- text-transform:uppercase;
- letter-spacing:2px;
- font-size:9px;
- margin-bottom:3px;
- margin-right:3px;
- border:1px solid;
- border-color:#bbb;
- background: #fff;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #credit:hover {
- background: black;
- color: white;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <center><div id="title"><a href="/" class="titlee" title="refresh">{Title}</a></div></center>
- <div id="sidebarimage"><center><img src="{image:sidebar}"></center></div>
- <div id="frame"><img src="http://static.tumblr.com/4qjamle/JuJn0728m/0005.png"></div>
- <center><div id="description">{Description}</div></center>
- <div id="linksleft">
- <a href="{text:link1 url}" title="{text:link1 title}" class="linkss">◯</a>
- <br><a href="{text:link2 url}" title="{text:link2 title}" class="linkss">◯</a>
- <br>
- </div>
- <div id="linksright">
- <a href="{text:link3 url}" title="{text:link3 title}" class="linkss">◯</a>
- <br><a href="{text:link4 url}" title="{text:link4 title}" class="linkss">◯</a>
- <br>
- </div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="linkss">-</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="linkss">+</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {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} —{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="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} ◦ <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div id="credit"><a href="http://holyenochian.tumblr.com" target="_blank">©KMW</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment