Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---LEAVE THE CREDIT! If you absolutely must move the credit from where it is now, I expect it to still be easily seen or accessed. You may edit as you will. ALSO, take in mind the options allow for use after Halloween too. If you have any questions, feel free to ask. Stay safe and have a Happy Halloween!--->
- <html lang="en">
- <head>
- <!--Default variables!!-->
- <meta name="color:background" content="#000000" />
- <meta name="color:text" content="#7e7c7c" />
- <meta name="color:title" content="#383838" />
- <meta name="color:link" content="#e0dfda" />
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:bloodsplatter" content="" />
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Cedarville+Cursive::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Raleway:100:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Cedarville+Cursive);
- @import url(http://fonts.googleapis.com/css?family=Raleway:100);
- @font-face {font-family:"Nouveau Regula";src:url('fontspace.com/NOUVEAU_.TTF'); }
- @font-face{font-family:"Haymaker";src:url('http://static.tumblr.com/9wzbixa/OYnmj2ji0/haymaker.ttf');}
- @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- @font-face { font-family: "ronda"; src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- @font-face {font-family:"Bebas Neue";src:url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');}
- body {
- margin:0px;
- background-color: {color:background};
- background-image:url({image:background});
- background-attachment: fixed;
- background-position: center;
- background-repeat: repeat;}
- body, div, p, textarea, submit, input{
- font-family: "silkscreen";
- font-size: 8px;
- color:{color:text};
- line-height:10px;
- letter-spacing:0px;
- }
- ::-webkit-scrollbar {width:10px;height:auto;background-color:#ffffff;border:0px dashed #967B69;border-bottom:none;}
- ::-webkit-scrollbar-corner { background:#D3C1B1;border:0px dashed #D3C1B1;border-bottom:none;}
- ::-webkit-scrollbar-button:vertical {height:2px;display:block;}
- ::-webkit-scrollbar-thumb:vertical {background:#D3C1B1;}
- ::-webkit-scrollbar:vertical {border:0px dashed #D3C1B1;}
- p {
- margin:0px;
- margin-top:6px;}
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration: none;}
- a:hover {
- color:{color:text};
- text-decoration: none;
- brder-bottom:1px dashed {color:borders};}
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{}
- div#title{
- font-family:'Haymaker';
- margin-top:160px;
- margin-left:100px;
- font-size:25px;
- position:fixed;
- color:{color:title};
- text-shadow: 3px 3px 3px;
- width:250px;
- }
- div#fangs{
- left:10px;
- top:30px;
- position:fixed;
- }
- div#fangs2{
- left:1105px;
- top:450px;
- position:fixed;
- }
- div#sidebar{
- position: fixed;
- width:250px;
- margin-left:100px;
- height:325px;
- line-height:10px;
- margin-bottom:0px;
- padding-left: 4px;
- padding-right: 4px;
- padding-top: 4px;
- padding-bottom: 4px;
- float:left;
- margin-right: 530px;
- margin-top:190px;
- border: 1px #eee;
- font-family: "ronda";
- }
- #sidepic {
- width: 250px; /*change this to the width of your sidebar*/
- height:325px;
- }
- #sidepic .desc{
- font-size:12px;
- font-family: "Bebas Neue";
- line-height:11px;
- opacity:0;
- padding:0px;
- padding-top:100px;
- width:250px; /*width of the image*/
- height:225px; /*height of the image*/
- position: absolute;
- text-align:left;
- background-color:#ffffff;
- color:black;
- overflow:auto;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- #sidepic:hover .desc{
- opacity:0.6;
- margin-left:0px;
- transition: all 0.5s linear;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- }
- #info2 {font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size:9px; text-align:left; padding: 5px; font color:{color:font};}
- #source2 {text-align:left; display:block; margin:-2px -4px 2px -5px; padding:2px; font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; text-transform:uppercase; font-size:9px; opacity:0.8; letter-spacing:0px; font color:{color:font};}
- #border {margin-top:7px; border-top: 1px dashed {color:border};}
- div#center{
- padding-top: 0px;
- width:1070px;
- overflow:hidden;
- margin:auto;
- position:relative;
- top: 0px;}
- div#links{
- margin-top:300px;
- width:250px;
- position:absolute;
- }
- div#fangtop{
- margin-left:-20px;
- top:40px;
- z-index:1;
- position:fixed;
- }
- div#center2{
- width:500px;
- padding:1px;
- float:left;
- margin-top:25px;
- margin-left:453px;
- padding: 0px;
- background: #trans;}
- div#entry{
- overflow:hidden;
- float:left;
- width:500px;
- padding:5px;
- margin-top: 0px;
- background-color:{color:background};
- }
- #questions {background-color: {color:questionsbg}; color: {color:text}; padding:7px; margin-top: 1px; margin-bottom:5px; font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center}
- #questions a {color:{color:text}}
- #tbar {background-color:transparent; width:75px; height:110%; margin-left:350px; margin-top:280px; position:fixed; overflow:hidden; border-left:0px solid; border-right:0px solid; padding:3px}
- #tlinks a {width:48px; padding:10px 1px; display:block; color: #000000; background-color: #ccc; font-family:consolas; font-size:10px; text-transform: lowercase; text-decoration: none; letter-spacing: 1px; margin-top:-4px; margin-bottom:-3px}
- #tlinks a:hover {color: {color:hoverlink}; text-transform: uppercase;}
- div#permalinkblock{
- display: block;
- font-family: {font:body};
- padding:1px;
- margin-bottom: 3px;
- width: 500px;
- height: 10px;
- background-color: {color:notesblock};
- background-image:url();
- text-align: center;
- letter-spacing:0px;
- text-transform:uppercase;
- font-size: 5.5pt;
- font-weight: bold;
- letter-spacing: 1px;}
- #audiostats {display:block; height:auto; position:relative; min-height:80px;}
- .audioentry {width:490px; background-color:#ffffff; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:80px;}
- .audio {top: 15px; left: 15px; -webkit-border-radius: 50px; -moz-border-radius: 50px; position: absolute; z-index: 3; background: white; opacity: .5; filter:alpha(opacity=50)}
- .audioplayer {width: 20px; height: 30px; overflow: hidden; margin: 17px 24px 13px 16px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
- .notes img{width:10px; position:relative; top:3px;}
- .permalink{
- display: block;
- font-size: 10px;
- text-align: right;
- text-decoration: none;
- }
- div.navigate a{
- font-family: 'Raleway', cursive;
- background: {color:navback}; color: {color:navigation}; letter-spacing: 0px; display:block; padding:0px 0;
- padding-bottom:0px;
- border: 0px solid #000000;
- height:12px;
- width: 250px; margin-top:1px; position:relative; -webkit-transition-duration: .0s; z-index:1;
- }
- div.navigate a:hover{
- font-weight: underline; letter-spacing: 1px; text-transform:uppercase; font-family: 'Raleway', cursive; background: #707070; color: #ffffff;
- }
- </style>
- <link rel="shortcut icon" href="http://www.u.arizona.edu/~patricia/cute-collection/halloween/trick6.gif">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="center">
- {block:IfBloodSplatter}
- <div id="fangs"><img src="http://images2.layoutsparks.com/1/131945/animated-zombies-red-spots.gif" width=300px;></div>{/block:IfBloodSplatter}
- {block:IfBloodSplatter}
- <div id="fangs2"><img src="http://images2.layoutsparks.com/1/131945/animated-zombies-red-spots.gif" width=300px;></div>
- {/block:IfBloodSplatter}
- <div id="title"><center>{Title}</center></div>
- <div id="tbar">
- <div align="center" id="tlinks">
- <a href="/">home</a><br />
- <a href="/ask">ask</a><br />
- <a href="/archive">archive</a><br />{/block:ifLink2}
- <a href="http://tobemarissa.tumblr.com/tagged/themes">theme</a></div></div>
- <div id="sidebar">
- <div id="sidepic">
- <div class="desc">
- <center>{description}</center>
- <br><center><img src="http://2.bp.blogspot.com/-B4FiGwlF22o/Tjxqu1Wu2DI/AAAAAAAAB18/2QEh8hr_fsM/s1600/vampire+fangs+clip+art+2.png" width=50px; ></center>
- </div>
- <img src="{image:sidebar}" width="250" height="325">
- </div>
- <BR><BR>
- <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div></center>
- </div>
- <div id="center2">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span></a>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}
- <div id="permalink"></div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}
- <span class="title">{Quote}</span>
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <div id="audiostats">
- <div class="audioentry">
- <img src="http://static.tumblr.com/2lqtwbf/coolyqooj/untitled-1.png" alt="default album art" width="80" height="80" style="position:absolute; vertical-align:middle;" />
- {block:AlbumArt}<img width="80" height="80" src="{AlbumArtURL}" style="position:absolute;" />{/block:AlbumArt}
- <div class="audio"><div class="audioplayer">{AudioPlayerWhite}</div></div>
- <div style="margin-left:90px; line-height:12px">{block:TrackName}<b>Song:</b> {TrackName}<br>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
- {FormattedPlayCount} plays{block:Caption}{Caption}{/block:Caption}</div>
- </div>
- {/block:Audio}
- {block:Video}
- <center>
- <div class="video2">{Video-500}</div><BR>
- {block:Caption}{Caption}</a>{/block:Caption}</center>
- {/block:Video}
- {block:Answer}<div id="questions">{asker} asked: {Question}<br /></div>
- {Answer}{/block:answer}
- {block:PostNotes}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
- <div id="postnotes">{PostNotes}</div>
- {/block:PostNotes}
- <div id="border"></div>
- <div id="info2">
- <div id="source2">{block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">via</a>/{block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom} • <a href="{ReblogURL}">Reblog</a><br>{block:HasTags}{block:Tags}#<a href="/tagged/{tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div><br />
- {/block:Posts}
- </div></div>
- </body>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement