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}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--
- theme 01 (revamped) by dracares
- -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#202020"/>
- <meta name="color:Link" content="#303030"/>
- <meta name="color:Link Hover" content="#eeeeee"/>
- <meta name="color:Details" content="#fcfcfc"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <style type="text/css">
- /*hover link title*/
- #s-m-t-tooltip{
- position:absolute;
- margin-top:15px;
- z-index:9999;
- padding:0px 6px;
- box-shadow:1px 1px 0px {color:Border};
- border-radius:1px;
- background:{color:Details};
- }
- /*basics*/
- body {
- background:{color:Background};
- color:{color:Text};
- font-family:times;
- font-size:9px;
- text-align:justify;
- margin:0;
- line-height:20px;
- }
- small {
- font-size:8px;
- }
- big {
- font-size:12px;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- }
- a:hover {
- text-shadow:1px 1px {color:Link Hover};
- }
- img{
- opacity:1;
- border:none;
- text-decoration:none;
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- width:3px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:Link};
- }
- /*posts*/
- #entries {
- margin:100px 500px;
- width:400px;
- }
- #posts {
- width:400px;
- margin-top:100px;
- }
- .caption {
- padding:0px 10px 10px;
- }
- blockquote {
- padding:0px 0px 0px 15px;
- border-left:1px solid {color:Border};
- margin-left:15px;
- }
- blockquote img {
- max-width:300px;
- }
- /*sidebar*/
- #bar {
- width:400px;
- height:100%;
- background-image:url('{image:Sidebar}');
- position:fixed;
- margin:-100px 0px;
- }
- #sidebar {
- width:170px;
- opacity:0.9;
- padding:30px;
- background:#fff;
- margin:300px auto;
- }
- #links {
- text-align:center;
- font-size:7px;
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:1px;
- }
- #description {
- }
- /*pagination*/
- #pagination {
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- color:#fff;
- }
- .current_page {
- background:{color:Text};
- padding:4px;
- }
- .jump_page, .next {
- background:{color:Border};
- padding:4px;
- color:{color:Text};
- }
- /*main text*/
- #title {
- text-align:center;
- font-size:12px;
- letter-spacing:1px;
- margin-bottom:10px;
- text-transform:uppercase;
- }
- /*quotes*/
- #titlequote{
- font-size:12px;
- letter-spacing:1px;
- margin-bottom:10px;
- text-transform:uppercase;
- padding:15px;
- background:{color:Details};
- }
- #source {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- text-align:right;
- }
- /*audio*/
- .audioinfo {
- padding:18px 4px 4px;
- background:{color:Details};
- height:48px;
- text-align:center;
- width:392px;
- }
- .aplayer {
- margin-left:0px;
- margin-top:0px;
- padding:2px;
- overflow:hidden;
- }
- .player {
- width:32px;
- height:32px;
- background:#fff;
- margin-top:19px;
- margin-left:19px;
- z-index:0;
- position:absolute;
- opacity:0.2;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- }
- .player:hover {
- opacity:0.6;
- }
- /*asks*/
- .questions {
- padding:20px;
- background:{color:Details};
- }
- .asker {
- text-align:right;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- padding:5px 0px 0px;
- }
- .answers {
- padding:10px;
- }
- /*chat*/
- #chat {
- margin-bottom:-50px;
- }
- .chat ol {
- padding:0;
- margin-left:0px;
- list-style:none;
- }
- .line {
- padding:5px 0;
- }
- .label {
- font-weight:bold;
- }
- /*permalink & notes*/
- #info {
- padding:6px 2px;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- }
- #tags {
- text-align:right;
- margin-top:-20px;
- }
- span.tag2 {
- display:none;
- }
- a.tag + span.tag2 {
- display:inline;
- }
- /*notes*/
- ol {
- list-style-type:none;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- width:400px;
- margin:60px;
- }
- ol.notes li {
- padding-bottom:10px;
- width:400px;
- }
- ol.notes li img, .x {
- display:none;
- }
- #credit {
- font-size:7px;
- letter-spacing:1px;
- font-family:arial;
- position:fixed;
- bottom:10px;
- right:10px;
- padding:5px;
- }
- {CustomCSS}</style>
- <!--Javascripts-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--End Java-->
- </head><body>
- <div id="bar">
- <div id="sidebar">
- <div id="links">
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1} 
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2} 
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3} 
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}</div><br>
- <div id="description">{Description}</div><br>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a class="next" href="{PreviousPage}">newer</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {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 class="next" href="{NextPage}">older</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div></div>
- <div id="entries">{block:Posts}<div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>{block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div id="title">{Title}</div>{/block:Title}{Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <div id="chat">{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Audio}
- <div class="player"><div class="aplayer">{AudioPlayer}</div></div><div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} — <b>{Artist}</b>{/block:Artist}<br>{PlayCountWithLabel}</div>
- {/block:Audio}
- {block:Answer}
- <div class="questions">{Question}<div class="asker">asked by {Asker}</div></div><div class="answers">{Answer}</div>
- {/block:Answer}
- {block:Caption}
- <div class="captions">{Caption}</div>
- {/block:Caption}
- {block:Date}
- <div id="info">Posted on <a href="{Permalink}">{DayOfMonth} {Month}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:PermalinkPage}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}
- {block:HasTags}<div id="tags">{block:Tags}<span class="tag2">, </span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
- {/block:Date}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
- <div id="credit"><a href="http://dracares.tumblr.com/">THEME ©</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment