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}
- <meta name="image:bg" content="">
- <meta name="image:png" content="">
- <meta name="image:postheader" content="">
- <meta name="image:logo" content="">
- <meta name="image:gif1" content="">
- <meta name="image:gif2" content="">
- <meta name="image:link1" content="">
- <meta name="image:link2" content="">
- <meta name="image:link3" content="">
- <meta name="image:link4" content="">
- <meta name="text:link2" content="/">
- <meta name="text:link2title" content="link2">
- <meta name="text:link3" content="/">
- <meta name="text:link3title" content="link3">
- <meta name="text:link4" content="/">
- <meta name="text:link4title" content="link4">
- <meta name="color:text" content="#5c5e64">
- <meta name="color:bg" content="#ffffff">
- <meta name="color:linkshover" content="#d1d5fd">
- <meta name="color:links" content="#ba98e0">
- <meta name="color:contentbg" content="#ffffff">
- <meta name="color:borders" content="#fbced0">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
- body {
- font-family: calibri;
- font-size: 10px;
- background-color: {Color:bg};
- line-height: 120%;
- color: {color:text};
- background-attachment: fixed;
- background-image: url('{image:bg}');
- }
- a {
- color: {color:links};
- text-decoration: none;
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- }
- a:hover {
- color: {color:linkshover};
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- }
- #side {
- margin-left: 100px;
- position: fixed;
- }
- #left {
- margin-top: 50px;
- margin-left: -10px;
- }
- #png {
- width: 250px;
- height: 400px;
- position: fixed;
- margin-left: -20px;
- background-image: url('{image:png}');
- }
- #sidebar {
- background-color: {color:contentbg};
- width: 150px;
- height: 100%;
- position: fixed;
- margin-top: -8px;
- border-left: 4px double {color:borders};
- border-right: 4px double {color:borders};
- }
- #desc {
- text-align: center;
- padding: 5px;
- margin-top: 480px;
- }
- #posts {
- margin-left: 300px;
- position: absolute;
- }
- #post {
- width: 500px;
- padding: 5px;
- background-color: {color:contentbg};
- border: 4px double {color:borders};
- margin-bottom: 20px;
- }
- #info {
- text-align: center;
- margin-top: 5px;
- font-size: 6pt;
- line-height: 100%;
- font-family: calibri;
- width: 500px;
- text-transform: uppercase;
- }
- blockquote {
- border-left: 5px solid {color:links};
- padding-left: 5px;
- }
- blockquote img {
- max-width: 100%;
- }
- #l {
- line-height: 200%;
- }
- #l b {
- color: {Color:contentbg};
- background-color: {Color:linkshover};
- }
- h1, h2 {
- font-family: arial black;
- font-size: 14pt;
- line-height: 100%;
- letter-spacing: -2px;
- text-align: center;
- color: {color:linkshover};
- }
- #ask {
- background-color: {color:linkshover};
- color: {Color:contentbg};
- padding: 5px;
- text-align: center;
- }
- #ask a {
- color: {color:contentbg};
- }
- #postheader {
- width: 500px;
- height: 100px;
- margin-bottom: 10px;
- background-image: url('{image:postheader}');
- }
- #right {
- margin-left: 850px;
- position: fixed;
- width: 245px;
- margin-top: 100px;
- }
- #right img {
- margin-bottom: 10px;
- }
- #li img {
- -webkit-filter: blur(0px);
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #li img:hover {
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- -webkit-filter: blur(2px);
- }
- #s-m-t-tooltip{
- position: absolute;
- background-color:{color:contentbg};
- color: {color:links};
- font-family: arial black;
- font-size: 14pt;
- line-height: 100%;
- letter-spacing: -2px;
- padding: 5px;
- z-index: 999999999999999999999999999999999999999999999999999999999999;
- margin-top: 10px;
- margin-left: 10px;
- display: block;
- }
- #cred {
- position:fixed;
- font-size:12px;
- font-weight:normal;
- line-height:150%;
- border-radius: 100px;
- background-color: {color:contentbg};
- letter-spacing:2px;
- right:10px;
- padding: 10px;
- bottom:10px;
- opacity: .6;
- text-transform:uppercase;
- text-align:center;
- font-family: arial black;
- font-size: 10pt;
- line-height: 100%;
- letter-spacing: -2px;
- }
- </style>
- </head>
- <body>
- <div id="cred"><a href="http://bajahelps.tumblr.com">bh</a></div>
- <div id="right">
- <table>
- <td>
- <img src="{image:gif1}" style="background-color: {color:contentbg}; border: 4px double {color:borders};">
- <img src="{image:gif2}" style="background-color: {color:contentbg}; border: 4px double {color:borders};">
- </td>
- <Td>
- <div id="li">
- <div style="position: fixed; margin-top: -220px;">
- <a href="/" title="home"><img src="{image:link1}"></a>
- <a href="{text:link2}" title="{text:link2title}"><img src="{image:link2}"></a>
- <a href="{text:link3}" title="{text:link3title}"><img src="{image:link3}"></a>
- <a href="{text:link4}" title="{text:link4title}"><img src="{image:link4}"></a>
- </div>
- </div>
- </td>
- </table>
- </div>
- <div id="side">
- <div id="sidebar">
- <div id="desc">{description}<Br><Br>
- <div style="font-size: 20pt;">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div>
- </div>
- </div>
- <div id="left">
- <a href="/"><div id="png">
- <img src="{image:logo}" style="margin-top: 340px; margin-left: -10px">
- </div>
- </a>
- </div>
- </div>
- <div id="posts">
- <a href="/"><div id="postheader">
- </div></a>
- {block:Posts}<div id="post">
- {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{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}<h1>{Quote}</h1>{block:Source}<div style="text-align:center;">—{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>
- <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- <div id="caption">{Caption}</div>{/block:caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask">{Asker}: {Question}</div>
- <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}"><b>{ReblogParentName}</b></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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment