Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--Theme by leepace. Please leave the leave the credit.-->
- <!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}
- <!--Default Variables are here.-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#cccccc"/>
- <meta name="color:link" content="#a7a7a7"/>
- <meta name="color:links hover" content="#a8a8a8"/>
- <meta name="color:title"content="#070707"/>
- <meta name="image:sidebar image" content=""/>
- <meta name="if:show sidebar image" content="1"/>
- <meta name="if:sidebar image centered" content="0"/>
- <meta name="if:hover title" content="0"/>
- <meta name="if:Show tags" content="1"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <!-- jquery -->
- <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>
- <!--CSS time baby. This is where you change font size, color, etc. Basically you are styling each item -->
- <style type="text/css">
- #s-m-t-tooltip {max-width:300px;
- margin:10px 0px 0px 10px;
- background:black;
- padding:0 3px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:9px;
- color:white;
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- z-index:999 }
- /*main structure compontents*/
- body {
- background:{color:background};
- color:{color:text};
- font-family:helvetica;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:14px;}
- a {
- color:{color:link};
- text-decoration:none;}
- a:hover {
- color:{color:links hover};}
- img{
- border:none;
- text-decoration:none}
- blockquote {
- padding-left:15px;
- border-left:1px solid {color:title};
- margin-left:30px;
- }
- b, strong {
- color:{color:title}}
- i, em {
- color:{color:text}}
- p {
- margin-top:5px;
- margin-bottom:5px}
- small {
- font-size:8px;}
- big {
- font-size:12px;}
- /*sidebar*/
- #sidebar {
- position:fixed;
- top:150px;
- margin-left:450px;
- width:170px;
- }
- #blog_title {font-size:18px;
- text-align:left;
- font-weight:bold;
- font-family:helvetica;
- margin-bottom:-15px;
- width:100px;
- color:{color:title};
- {block:IfHoverTitle}
- opacity:0;
- margin-left:-10px;
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- {/block:IfHoverTitle}
- }
- {block:IfHoverTitle}
- #sidebar:hover #blog_title {opacity:1;
- margin-left:0px;
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s; }
- {/block:IfHoverTitle}
- #linkss {font-size:11px;
- margin:10px 0;
- margin-bottom:-7px;
- letter-spacing:1px;
- font-size:9px;
- text-align:right;
- text-transform:lowercase;
- font-weight:normal;}
- #linkss a {background:{color:background};
- color:{color:title};
- padding-left:3px;}
- #links {
- font-size:9px;
- margin-top:-8px;
- letter-spacing:1px;
- text-align:left;
- text-transform:lowercase;
- font-weight:normal;
- }
- #links a {
- background:{color:background};
- padding-right:3px;
- color:{color:title};
- }
- #description {
- padding:10px 0px;
- font-size:9px;
- letter-spacing:1px;
- line-height:16px;
- border-top:1px solid #ededed;
- border-bottom:1px solid #ededed;
- }
- {block:IfSidebarImageCentered}
- #s {margin-left:65px;}
- {/block:IfSidebarImageCentered}
- #s img {margin:25px 0;
- width:100px;
- height:100px;
- border-radius:100%;}
- /*pagination*/
- #pagination {text-align:right;
- font-size:9px;
- margin-top:-8px;
- letter-spacing:1px;
- }
- /*con*/
- #con {
- left:50%;
- margin-left:-200px;
- position:absolute;
- }
- /*posts*/
- #entries {
- margin-top:100px;
- width:400px;
- margin-left:-70px;
- }
- #posts {
- width:400px;
- margin-bottom:75px;
- }
- #posts img {
- max-width: 400px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- /*captions*/
- .caption img {max-width:100%;}
- .caption {width:100%;
- margin-top:5px;
- }
- #title {font-size:14px;
- line-height:18px;
- border-bottom:1px solid #ededed;
- margin-bottom:15px;
- padding-bottom:5px;
- font-weight:bold;
- color:{color:title};}
- #title a {color:{color:title};}
- /*quote posts*/
- #quote{
- font-size:14px;
- font-weight:bold;
- width:250px;
- padding-bottom:15px;
- margin:0 auto;
- line-height:18px;
- color:{color:title};
- }
- #source {text-align:center;
- margin-top:-8px;
- font-size:9px}
- .hall {background:{color:background};
- padding:0 4px;}
- .dang
- {border-bottom:1px solid #ededed;}
- /*audio posts*/
- .album_art {height:70px;
- float:left;}
- .album_art img {width:70px;
- margin-right:10px;
- height:70px;}
- .player {
- margin-top:5px;
- }
- .audioinfo {
- line-height:16px;
- min-height:35px;
- border-bottom:1px solid #ededed;
- font-weight:bold;
- }
- /*asks*/
- .asker {
- }
- .question {
- padding-bottom:9px;
- border-bottom:1px solid #ededed;
- }
- .answer {
- margin-top:10px;}
- /*chat posts*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:9px 0;
- border-bottom:1px solid #ededed;}
- .label {
- padding-right:1px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:title};
- }
- /*permalink and notes*/
- #permalink {
- margin-top:10px;
- font-size:8px;
- text-align:left;
- letter-spacing:1px;
- text-transform:uppercase;
- {block:IndexPage}
- opacity:0;
- margin-left:-15px;
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s;
- {/block:IndexPage}
- }
- {block:IndexPage}
- #posts:hover #permalink {opacity:1;
- margin-left:0;
- -webkit-transition:all 1s;
- -moz-transition:all 1s;
- -ms-transition:all 1s;
- -o-transition:all 1s;
- transition:all 1s; }
- {/block:IndexPage}
- #permalink a {margin-right:10px;}
- .tags {
- {block:Ifnotshowtags}
- display:none;
- {/block:Ifnotshowtags}
- word-break:break-all;
- font-size:9px;
- text-transform:none;}
- .tags a{
- letter-spacing:1px;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:400px;
- font-size:9px;
- text-transform:uppercase;
- margin-top:10px;}
- .pagenotes img {
- display:none!important}
- .pagenotes li {
- padding:9px 0 10px 0;
- border-top:1px solid #ededed;
- letter-spacing:1px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- .pagenotes ol {list-style:none;}
- {CustomCSS}
- .frame {
- right:20px;
- bottom:15px;
- position:fixed;
- }
- </style>
- </head>
- <body>
- <div class="frame"><a href="http://leepace.tumblr.com" title="leepace">©</a></div>
- <div id="con">
- <div id="sidebar">
- {block:Ifshowsidebarimage}
- <div id="s">
- <a href="/"><img src="{image:sidebar image}"></a>
- </div>
- {/block:Ifshowsidebarimage}
- <div id="blog_title">{Title}</div>
- <div id="linkss">
- <a href="/">❃</a>
- <a href="/ask">❃</a>
- <a href="/archive">❃</a>
- </div>
- <div id="description">{Description}</div>
- <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>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">prev</a> / {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="quote">“ {Quote} ”</div>
- <div class="dang"></div>
- {block:Source}
- <div id="source">
- <span class="hall">
- {Source}
- </span>
- </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}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}
- {Line}</li>
- {/block:Lines}
- </ol>
- </div>
- {/block:Chat}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}
- <span class="caption">{Caption}</span>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-400}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="album_art">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}
- {block:Artist}<br>{Artist}{/block:Artist}
- </div>
- <div class="player">{AudioPlayerWhite}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="question">
- <span class="asker">{Asker} said:</span>
- {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <!--permalink-->
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount}
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- {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:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
- {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:HasTags}
- <div class="tags">filed as:
- {block:Tags}
- <a href="{TagUrl}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PermalinkPage}
- {/block:PermalinkPage}
- <div class="pagenotes">
- {PostNotes}
- </ol>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment