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:sidebarbg" content="">
- <meta name="color:accent" content="#b90000">
- <meta name="color:sidebarbg" content="#000000">
- <meta name="color:tagsbg" content="#000000">
- <meta name="color:content" content="#ffffff">
- <meta name="color:navlink" content="#ffffff">
- <meta name="color:bg" content="#ffffff">
- <meta name="color:text" content="#000000">
- <meta name="text:link1" content="/">
- <meta name="text:link1title" content="link">
- <meta name="text:link2" content="/">
- <meta name="text:link2title" content="link">
- <meta name="text:link3" content="/">
- <meta name="text:link3title" content="link">
- <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">
- body {
- font-family: times new roman;
- font-size: 7pt;
- letter-spacing: 1px;
- color: {color:text};
- background-color: {color:bg};
- line-height: 150%;
- text-align: justify;
- }
- #audioplayer {
- width: 25px;
- height: 25px;
- overflow:hidden;
- position:absolute;
- margin-left: 30px;
- margin-top: 25px;
- opacity: 0.8;
- background-color: grey;
- filter:alpha(opacity=80);
- -moz-opacity: 0.8;
- -khtml-opacity: 0.8;
- }
- #a {
- font-style: italic;
- text-align: center;
- height: 80px;
- width: 490px;
- padding: 5px;
- }
- #albumart {
- margin-top: 5px;
- margin-left:5px;
- float:left;
- }
- #audio {
- padding: 20px;
- text-align: center;
- height: 70px;
- font-size: 8pt;
- line-height: 9pt;
- }
- #posts {
- margin-left: 600px;
- margin-top: 50px;
- position: absolute;
- }
- #post {
- width: 500px;
- margin-bottom: 50px;
- }
- #s-m-t-tooltip{
- position: absolute;
- background-color:{color:navlink};
- padding: 5px;
- color: {color:accent};
- z-index: 999999999999999999999999999999999999999999999999999999999999;
- margin-top: 10px;
- margin-left: 5px;
- font-style: italic;
- font-size: 7pt;
- display: block;
- }
- #info {
- color: {color:text};
- margin-top: 20px;
- text-align:right;
- font-size: 6pt;
- text-transform: uppercase;
- }
- blockquote {
- padding-left: 10px;
- border-left: 1px solid {color:accent};
- }
- #cred {
- position:fixed;
- font-size:15px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:2px;
- right:10px;
- padding: 4px;
- bottom:10px;
- text-transform:uppercase;
- text-align: center;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:sidebarbg};
- height:auto;
- border-top: 5px solid {color:accent};
- border-bottom: 5px solid {color:accent};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:sidebarbg};
- height:5px !important;
- }
- ::-webkit-scrollbar {
- height:5px;
- width:5px;
- background-color: {color:content};
- }
- a {
- text-decoration: none;
- color: {color:Accent};
- }
- #sidebar {
- width: 350px;
- margin-top: 100px;
- margin-left: 120px;
- height: 500px;
- background-image: url('{image:sidebarbg}');
- position: fixed;
- }
- #left {
- background-color: {color:sidebarbg};
- margin-top: -8px;
- margin-left: -8px;
- position: fixed;
- width: 300px;
- height: 100%;
- }
- #descr {
- width: 150px;
- margin-top: 100px;
- margin-left: 90px;
- overflow: scroll;
- height: 290px;
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 5px;
- padding-bottom: 10px;
- background-color: {color:content};
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- opacity: .2;
- }
- #descr::first-letter {
- font-size: 20pt;
- font-style: italic;
- }
- #sidebar:hover #descr {
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- opacity: 1;
- }
- #nav {
- margin-left: 50px;
- font-family: times new roman;
- position: fixed;
- text-transform: uppercase;
- margin-top: 100px;
- letter-spacing: -2px;
- font-weight: normal;
- font-size: 30pt;
- line-height: 200%;
- text-align: right;
- }
- #nav a {
- color:{color:navlink};
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #nav a:hover {
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- font-style: italic;
- }
- .jump_page {
- background-color: transparent;
- color: {color:Accent};
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- background-color: transparent;
- text-decoration:none;
- color: {color:content};
- }
- blockquote img {
- max-width: 100%;
- }
- h1, h2 {
- text-transform: uppercase;
- letter-spacing: -2px;
- font-size: 15pt;
- font-weight: normal;
- font-style: italic;
- text-align: center;}
- #pages {
- margin-top: 600px;
- position: fixed;
- margin-left: 200px;
- width: 100px;
- text-align: center;
- }
- t {
- text-transform: uppercase;
- color: {color:accent};
- }
- </style>
- </head>
- <body>
- <div id="left">
- <div id="sidebar">
- <div id="descr">{Description}</div>
- </div>
- <div id="nav"><a href="/" title="home">i.</a><br>
- <a href="/ask" title="ask">ii.</a><br>
- <a href="/archive" title="archive">iii.</a><br>
- <a href="{text:link1}" title="{text:link1title}">iv.</a><br>
- <a href="{text:link2}" title="{text:link2title}">v.</a><br>
- <a href="{text:link3}" title="{text:link3title}">vi.</a><br>
- </div>
- </div>
- <div id="pages">
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="cred"><a href="http://amandastjames.tumblr.com">☂</a></div>
- <div id="posts">
- {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} —{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}
- <div id="audio">
- <div id="audioplayer">{AudioPlayerWhite}</div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70" style="border-radius: 100px;">{/block:AlbumArt}</div>
- {block:TrackName}
- <div id="musicinfo"><t>{TrackName}</t><br>
- {/block:TrackName}
- {block:Artist}
- {Artist}<br>
- {/block:Artist}
- {block:Album}
- {Album}<br>
- {/block:Album}
- {PlayCountWithLabel}
- </div>
- </div>
- {block:caption}<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"><t>{Asker}:</t> {Question}</div>
- {Answer}{/block:Answer}
- <div id="info">
- <div style="margin-top: -6px;">
- {block:Date}<span style="background-color: {color:tagsbg}; color: {color:content}; padding: 5px;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}
- {block:HasTags}{block:Tags}<span style="margin-left: 10px; margin-top: 20px;"><a href="{TagURL}">{Tag}</a></span>
- {/block:Tags}{/block:HasTags}
- </div>
- </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment