Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="description" content="{MetaDescription}" />
- <!----
- theme03 by franz @ lestranqe.tumblr.com/
- base code by varst
- DO NOT REMOVE THE CREDIT OR I'LL GO FULL-HULK ON YOU
- --->
- <meta name="color:text" content="#000"/>
- <meta name="color:link" content="#000"/>
- <meta name="color:link hover" content="#a2a2a2"/>
- <meta name="color:scrollbar" content="#dfdfdf">
- <meta name="color:scrollbar bg" content="#f7f7f7">
- <meta name="color:title link hover" content="#f7f7f7">
- <meta name="image:topbar" content="" />
- <meta name="text:link 1 title" content="link i"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 2 title" content="link ii"/>
- <meta name="text:link 2" content="/"/>
- <meta name="text:link 3 title" content="link iii"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 4 title" content="link iv"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 5 title" content="link v"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 6 title" content="link vi"/>
- <meta name="text:link 6" content="/"/>
- <meta name="text:next page pagination" content="vengeance"/>
- <meta name="text:previous page pagination" content="redemption"/>
- <meta name="if:hover captions" content="1">
- <meta name="if:regular captions" content="0">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(function(){ // document ready
- if (!!$('#nav').offset()) { // make sure ".sticky" element exists
- var stickyTop = $('#nav').offset().top; // returns number
- $(window).scroll(function(){ // scroll event
- var windowTop = $(window).scrollTop(); // returns number
- if (stickyTop < windowTop){
- $('#nav').css({ position: 'fixed', top: -57});
- }
- else {
- $('#nav').css('position','static');
- }
- });
- }
- });
- </script>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 4px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:7px;
- line-height:9px;
- font-family:cambria;
- z-index: 1000;
- border: 1px solid #000;
- background-color:#000;
- color: #fff;
- text-transform:uppercase;
- letter-spacing: 1px;}
- </style>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <style type="text/css">
- @font-face { font-family: 'WebSymbolsRegular'; src: url('http://static.tumblr.com/ekfbsgu/3q1m4j9nx/websymbols-regular-webfont.ttf');}
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0.3;
- position: fixed !important;
- filter:alpha(opacity=30);
- -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=80);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- ::-webkit-scrollbar {width:5px;
- height:auto;
- background:{color:scrollbarbg};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- #bite
- #bite a{
- display:block}
- #bite .death {
- margin-right:0px;
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- #bite:hover .death {
- margin-left:0px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:8;
- }
- /*main structure*/
- body {font-size:11px;
- line-height:16px;
- margin:0px;
- color:{color:text};
- background:#ffffff;
- font-family:calibri;
- font-style:normal;
- background:#ffffff;}
- a:link, a, a:active, a:visited {
- text-decoration: none;
- color: {color:link};
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;}
- a:hover{
- color: {color:link hover};}
- blockquote {
- padding-left:5px;
- border-left:2px solid #e6e6e6;}
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid #e6e6e6;}
- h1 {text-align:center;
- font-size:18px;
- font-weight:lighter;
- color:#fff;
- line-height:150%;
- padding:5px;
- text-transform:uppercase;
- letter-spacing:4px;
- font-family:'Wire One', sans-serif;
- background-color:#000;}
- .op {opacity: {text:image opacity};
- -webkit-transition: all 0.9s ease;
- {block:permalinkpage} opacity:1;
- {/block:permalinkpage}}
- .tits {width:380px;
- height:absolute;
- position:absolute;
- display:navigate;
- float:left;
- margin-top:10px;
- margin-left:10px;
- z-index:1;
- opacity:0;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- {block:permalinkpage}display:none;{/block:permalinkpage}}
- .nips {text-align:center;
- padding-top:8px;
- padding-bottom:10px;
- padding-left:8px;
- padding-right:8px;
- opacity:.8;
- line-height:130%;
- font-style:normal;
- font-size:10px;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- background-color:{color:tits};color:{color:titz};}
- .op:hover .tits {opacity:1;}
- .op:hover {opacity:1;}
- .symbols {
- font-family:WebSymbolsRegular;
- font-size: 6px;}
- #essentiel {padding:50px;
- width:400px;
- margin:auto;}
- /*header*/
- #topbar {
- width:400px;
- margin-top:-25px;
- z-index:1;}
- #title {
- width:400px;
- font-size:30px;
- line-height:150%;
- background-color:#000;
- text-align:center;
- font-family: 'Wire One', sans-serif;
- text-transform:uppercase;
- letter-spacing:5px;}
- #title a {color:#fff;
- opacity:1;
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;}
- #title a:hover {color:{color:title link hover};
- letter-spacing:10px;
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;}
- #topbarimage img {
- width:400px;
- height:200px;
- padding-bottom:3px;
- margin-top:3px;
- z-index:-2;
- opacity:0.9;}
- #description{
- margin-top:-150px;
- margin-left:20px;
- width:350px;
- padding:20px 5px 20px 5px;
- text-align:center;
- letter-spacing:1px;
- background-color:#f9f9f9;
- opacity:0.7;}
- #nav{
- margin-top:57px;
- text-align:center;
- font-size:15px;
- color:#fff;
- letter-spacing:3px;
- padding-top:8px;
- padding-bottom:8px;
- text-transform:uppercase;
- font-family:'Wire One', sans-serif;
- width:400px;
- background-color:#000;}
- #nav a{color:#fff;
- padding:7px;
- }
- #nav a:hover{opacity:1;
- color:{color:toplink hover color};
- text-transform:lowercase;}
- /*post*/
- #post {width:400px;
- padding-bottom:2%;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;}
- img {margin-bottom:0px;
- max-width:400px;}
- .entry img{
- max-width:400px;}
- #caption {padding:2px 10px 3px 10px;
- background-color:#f9f9f9;
- margin-top:-1px;}
- /*quote*/
- .quote {text-align:center;
- font-size:20px;
- line-height:140%;
- font-family:'Wire One', sans-serif;
- letter-spacing:3px;}
- .source {text-align:center;
- font-size:10px;
- margin-bottom:13px;
- margin-top:9px;}
- /*audio*/
- .audio {height:60px;
- padding:5px;
- margin-bottom:5px;}
- .audio-album {position:absolute;
- width:60px;}
- .audio-player {opacity:0;
- filter:alpha(opacity=60);
- width:38px;
- height:38px;
- overflow:hidden;
- position:absolute;
- z-index:2;
- margin-left:10px;
- margin-top:15px;}
- .audio-info {margin-top:0px;
- position:relative;
- margin-left:70px;
- padding:5px;}
- /*permalinks and notes*/
- #perm {font-size:9px;
- padding-bottom:10px;
- padding-top:10px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-top:2px;
- line-height:16px;
- {block:permalinkpage}opacity:1;
- background-color:transparent;
- text-align:center;{/block:permalinkpage}
- }
- #perm:hover{color:{color:font};
- opacity:1;
- background-color:transparent;
- {block:permalinkpage}background-color:transparent;{/block:permalinkpage}}
- #perm a{color:{color:link};
- -webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;}
- #perm a:hover{color:{color:link hover};
- -webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;}
- #tags {text-transform:lowercase;
- font-size:9px;
- line-height:150%;
- text-align:center;
- opacity:0;
- -webkit-transition: all .8s linear;}
- #post:hover #tags {
- opacity:0.9;
- -webkit-transition: all .8s linear;
- }
- #tags a{-webkit-transition:all .5s ease-in-out;
- -moz-transition:all .5s ease-in-out;
- transition:all .5s ease-in-out;}
- #tags a:hover{-webkit-transition:all 1s ease-in-out;
- -moz-transition:all 1s ease-in-out;
- transition:all 1s ease-in-out;}
- ol.notes {padding-left:6%;
- padding-bottom:2%;
- width:90%;
- text-align:center;
- font-style:italic;
- list-style-type:decimal;}
- ol.notes li.note{border-bottom:1px solid #e2e2e2;
- padding:2%;}
- ol.notes li.note img.avatar{width:0px;
- height:0px;}
- /*ask*/
- #asker {float:left;
- margin-right:5px;}
- /*pagination*/
- #meh{
- {block:pagination}font-size:11px;
- font-style:normal;
- bottom:10px;
- margin-top:80px;
- margin-bottom:10px;
- width:400px;
- text-align:center;
- z-index:1;
- opacity:1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;{/block:pagination}}
- #meh:hover{{block:Pagination}opacity:1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;{/block:Pagination}}
- /*credit*/
- #credit {position:fixed;
- float:right;
- opacity:1;
- bottom:5px;
- right:5px;
- padding:3px;
- border:1px solid #666666;
- font-size:8px;
- text-transform:uppercase;
- font-family:times;
- }
- #credit:hover{color:{color:link};
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- #credit a {color:{color:link}
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- {CustomCSS}</style>
- </head>
- <body>
- <div id="essentiel">
- <div style="margin-top:-5px;"></div>
- <div id="topbar">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="bite">
- <div id="topbarimage"><img src="{image:topbar}"></div>
- <div class="death">
- <div id="description">{Description}</div>
- <div style="margin-top:1px;"></div>
- </div></div>
- <div id="nav">
- <a href="{text:link 1}">{text:link 1 title}</a>
- <a href="{text:link 2}">{text:link 2 title}</a>
- <a href="{text:link 3}">{text:link 3 title}</a>
- <a href="{text:link 4}">{text:link 4 title}</a>
- <a href="{text:link 5}">{text:link 5 title}</a>
- <a href="{text:link 6}">{text:link 6 title}</a>
- </div>
- </div>
- {block:Posts}
- <div id="post"><div style="margin-top:60px;"></div>
- {block:Text}
- <div class="entry">
- <h1>{block:Title}- {Title} -{/block:Title}</h1>
- <div id="caption">{Body}</div>
- </div>
- {/block:Text}
- {block:Photo}
- <div class="op">{block:ifhovercaptions}{block:indexpage}
- <div class="tits"><div class="nips">{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}</div></div>{/block:indexpage}{/block:ifhovercaptions}{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-400}"></a>{LinkCloseTag}
- {block:ifregularcaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifregularcaptions}
- {block:permalinkpage}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:permalinkpage}</div>
- {/block:Photo}
- {block:Photoset}
- <div class="op">{block:ifhovercaptions}{block:indexpage}
- <div class="tits"><div class="nips">{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}</div></div>{/block:indexpage}{/block:ifhovercaptions}
- {Photoset-400}
- {block:ifregularcaptions}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifregularcaptions}
- {block:permalinkpage}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:permalinkpage}</div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote"><span style="text-align:center;"> ‟ </span>{Quote}</div>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><span style="text-align:center;"> </span><a href="{URL}" {Target} style="color:#fff">- {Name} -</a></h1>{block:Description}<div id="caption">{Description}</div>{/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}
- <div class="audio">
- {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
- <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
- <div class="audio-info">
- {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
- {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
- </div></div>
- {/block:Audio}
- {block:Video}
- {Video-400}{block:permalinkpage}{Video-400}{/block:permalinkpage}{block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div style="font-size:12px;padding-bottom:1.8%;text-align:center;line-height:160%;background-color:#f9f9f9;padding:10px;"> {Asker}</u> enquired :<br>{Question}</div>
- <br>
- <div style="font-size:11px;margin-top:-3%;padding:3px 7px 3px 7px;">{Answer}</div>
- {/block:Answer}
- <div id="perm">
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
- {block:permalinkpage}
- {block:postnotes}
- {TimeAgo} with <small>♥</small> {NoteCountWithLabel}</a><BR>
- {block:RebloggedFrom}
- Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}<br>
- {block:HasTags}{block:Tags}<a href="{TagURL}" style="text-align:center;text-size:8px;letter-spacing:0px;text-transform:lowercase;opacity:.7;"><span class="symbols">, </span>{Tag} </a>{/block:Tags} <br>{/block:HasTags}<div style="padding-top:5px; margin-top:3px;">
- {/block:postnotes}
- {/block:permalinkpage}
- {block:indexpage}{block:date}<a href="{Permalink}"title="{timeago}" style="float:left;">{DayOfMonth}.{MonthNumber}.{ShortYear}</a> {/block:date}
- {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>{block:ContentSource} // <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:NoteCount} <span style="opacity:.9;"> <a href="{Permalink}" style="float:right;"> +{NoteCount} </a> </span>{/block:NoteCount}
- <br>
- {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}" style="line-height:200%;height:inherit;text-align:center;"><span class="symbols">,</span> {Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:indexpage}
- </div>
- </div><BR>
- {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}
- <div id="meh">
- {block:pagination}
- {block:PreviousPage} <a href="{PreviousPage}" style="font-size:15px;font-family:'Wire One',sans-serif;text-transform:uppercase;letter-spacing:3px;">{text:previous page pagination}</a>
- </u> {/block:PreviousPage} {currentpage} of {totalpages}
- {block:NextPage} <a href="{NextPage}" style="font-size:15px;font-family:'Wire One',sans-serif;text-transform:uppercase;letter-spacing:3px;">{text:next page pagination}</a></u>{/block:NextPage}{/block:Pagination} {/block:pagination}<p><Center style="font-size:10px;opacity:0;">
- </center></p></div>
- <div id="credit"><a href="http://lestranqe.tumblr.com/">FZ</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment