Advertisement
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">
- <!--
- THEME BY NARRULD do not copy or remove credit
- -->
- <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="color:Text" content="#bbbbbb"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Tags" content="#cccccc"/>
- <meta name="color:Hover" content="#f1f1f1"/>
- <meta name="color:Line" content="#f2f2f2"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="color:scrollbarbg" content="ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <meta name="text:linkD" content="">
- <meta name="text:linkD url" content="/">
- <meta name="text:linkE" content="">
- <meta name="text:linkE url" content="/">
- <meta name="text:linkF" content="">
- <meta name="text:linkF url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb{ background-color: {color:scrollbarbg}; border: 2px solid #fff; height:auto; }
- ::-webkit-scrollbar { height:8px; width:11px; background-color: {color:scrollbarbg}; border:4.5px solid #fff; }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:cambria;
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- a:hover {
- opacity:1;
- color:{color:hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- #sidebar {
- position:fixed;
- width:120px;
- left:-240px;
- top:-10px;
- opacity:1;
- }
- #sidebarimage {
- width 120px;
- }
- #sidebarimage img {
- width:566px;
- height:absolute;
- padding:6px;
- }
- .desc {
- position:fixed;
- bottom:100px;
- left:55px;
- font-family:cambria;
- line-height:110%;
- font-size:9px;
- font-style:italic;
- width:200px;
- padding:12px;
- text-align:justify;
- color:{color:text};
- z-index:99999999999;
- background-color:#fff;
- opacity:0.8;
- }
- .desc a
- {color:{color:text};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .links {
- position:fixed;
- bottom:60px;
- left:67px;
- width:150px;
- padding: 9px;
- word-spacing:6px;
- font-family:cambria;
- text-align:center;
- text-transform:uppercase;
- }
- .links a {
- width:15px;
- height:15px;
- border-radius:100px;
- font-style:bold;
- display:inline-block;
- border:1px solid #aaa;
- background-color:#fff;
- opacity:0.9;
- }
- .links a:hover {
- opacity:0.4;
- }
- #pagi{
- width:325px;
- padding:4px;
- font-size:8px;
- text-align:center;
- left:0px;
- bottom:0px;
- position:fixed;
- font-family:cambria;
- letter-spacing:0px;
- background-color:#fff;
- opacity:0.9;
- color:{color:link};
- z-index:99999999999999999999999999999999;
- }
- #all {
- padding:10px;
- width:500px;
- margin-left:400px;
- margin-top:20px;
- font-size:10px;
- }
- #posts {
- width:500px;
- padding-bottom:50px;
- padding:10px;
- margin-top:50px;
- background-color:{color:Post};
- }
- #details {
- text-align:center;
- margin-top:10px;
- text-transform:lowercase;
- font-size:11px;
- font-style:none;
- border-top:1px solid #f2f2f2;
- }
- #tags {
- font-family:cambria;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:11px;
- font-style:italic;
- margin-top:2px;
- text-align:center;
- }
- #tags a {
- display:inline-block;
- padding:-3px;
- text-align:center;
- color:{color:Tags};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -transition: all 0.6s ease-in-out;
- }
- #question {
- padding:8px;
- font-family:cambria;
- letter-spacing:2px;
- text-align:left;
- font-style:italic;
- font-size:12px;
- color:{color:text};
- border-bottom:1px solid #eee;
- border-right:1px solid #eee;
- background-color:{color:background}
- }
- #askpic {
- border-radius: 90px;
- float: left;
- padding:4px 10px 15px 4px;
- }
- #askpic img {
- border-radius: 90px;
- }
- {CustomCSS}
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 4px 3px 4px;
- margin:20px 0px 0px 20px;
- background-color:#fff; /* change the background color */
- border:1px solid #ddd; /* change the border color */
- font-family:calibri; /* change the font */
- font-size:9px; /* change the font size */
- letter-spacing:2px; /* change the letter spacing */
- text-transform:uppercase; /* can be uppercase, lowercase, none*/
- color:#aaa; /* change the text color */
- z-index:999999999999999999999999999999999999;
- }
- </style></head>
- <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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <body>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- {block:IfLinkA}
- <a title="{text:LinkA}" href="{text:LinkA url}"></a>
- {/block:IfLinkA}
- {block:IfLinkB}
- <a title="{text:LinkB}" href="{text:LinkB url}"></a>
- {/block:IfLinkB}
- {block:IfLinkC}
- <a title="{text:LinkC}" href="{text:LinkC url}"></a>
- {/block:IfLinkC}
- {block:IfLinkD}
- <a title="{text:LinkD}" href="{text:LinkD url}"></a>
- {/block:IfLinkD}
- {block:IfLinkE}
- <a title="{text:LinkE}" href="{text:LinkE url}"></a>
- {/block:IfLinkE}
- {block:IfLinkF}
- <a title="{text:LinkF}" href="{text:LinkF url}"></a>
- {/block:IfLinkF}
- </div>
- {block:Pagination}<div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
- {block:JumpPagination length="6"}
- {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}">→</a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <div id="all">{block:Posts}<div id="posts">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{/block:Quote}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {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:Answer}<div id="askpic"><img src="{AskerPortraitURL-30}"></div>
- <div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
- <div id="details">
- <br> <a href="{Permalink}">{TimeAgo}</a>// {block:RebloggedFrom} <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} // {block:ContentSource} <a href="{SourceURL}">source <a href="{SourceURL}"></a> {/block:ContentSource} <font color="red">♥</font> <a href="{Permalink}">{NoteCount}</a>
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div style="float: right; position: fixed; bottom: -6px; right: 2px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/yx6mp2nu0/untitled2.png">
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement