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">
- <!--
- Boyhood Theme by Chris @denisrenolds
- ᵒ Do not remove or change the credit in any way
- ᵒ Do not use as a base, the base I used is from here http://pastebin.com/5XQGEZPV
- ᵒ Do not steal from or redistribute
- Please contact me if you have any questions or concerns and enjoy!
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="color:Background" content="#e3f3fc" />
- <meta name="color:Posts" content="#fff" />
- <meta name="color:Text" content="#000" />
- <meta name="color:Description" content="#fff" />
- <meta name="color:Blockquote" content="#cacece" />
- <meta name="text:Ask Link" content="/ask"/>
- <meta name="text:Link One" content="link one"/>
- <meta name="text:Link One URL" content="/"/>
- <meta name="text:Link Two" content="link two"/>
- <meta name="text:Link Two URL" content="/"/>
- <meta name="text:Link Three" content="link three"/>
- <meta name="text:Link Three URL" content="/"/>
- <meta name="text:Link Four" content="link four"/>
- <meta name="text:Link Four URL" content="/"/>
- <meta name="image:Sidebar" content="" />
- <meta name="image:Background" content="" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- </script>
- <style type="text/css">
- body{background:{color:background}no-repeat center fixed ;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;margin:0px;font-size:10px;color:{color:text};line-height:16px;word-wrap: break-word;font-family:"AtlasTypewriterRegular", "Andale Mono", "Consolas", "Lucida Console", "Menlo", "Luxi Mono", monospace;}
- #cosmic{width:80%;height:80%;position:fixed;margin-left:20px;margin-top:20px;background:url('{image:background}');margin:0px;}
- #sidebar {position:fixed;top:100px;left:200px;width:140px;color:{color:description};padding:10px 10px;text-align:right;max-height:80%;}
- #sidebar a{color:{color:description};}
- .icon{width:120px;height:120px;}
- .icon img {border-radius:100px;width:100px;height:100px;}
- #kid{position:fixed;top:100px;left:800px;width:140px;color:{color:text};padding:10px 10px;text-align:right;background-color:white;}
- #kid a{color:{color:text};padding:5px;}
- #kid ul{list-style-type:none;}
- #kid li{margin-top:12px;}
- ul{list-style-type:circle;margin-left:-20px;}
- ol.notes{width:240px;padding:0px;list-style-type:none;font-size:8px;letter-spacing:1px;margin-left:3px;text-align:left;margin-top:20px;}
- li.note{padding:5px;margin-bottom:5px;background-color:white;border:1px solid black;}
- img.avatar{vertical-align: -4px;margin-right:10px;width:14px;height:14px;}
- ol.notes blockquote{background-color:#f4f4f4;padding:5px;margin-top:10px;margin-left:auto;margin-right:auto;width:90%;border-radius:2px;}
- #container {position:absolute;top:10px;left:380px;height:95%;width:350px;overflow:auto;}
- #posts {width:250px;padding:10px;background-color:{color:posts};margin-top:20px;margin-bottom:20px;margin-left:35px;padding-bottom:15px;}
- #posts blockquote {border-left:1px solid {color:blockquote};padding:0px 4px;margin-left:0px;}
- #posts a{text-decoration:none;color:{color:text};}
- #posts a:hover{text-decoration:line-through;background:transparent;}
- #permalink a{font-style:normal;text-decoration:underline;}
- #permalink a:hover{font-style:none;text-decoration:underline;background:{color:background};}
- #titles{font-family:consolas;font-size:16px;text-align:right;}
- #titles a{font-style:normal;text-decoration:underline;}
- #titles a:hover{font-style:none;text-decoration:underline;background:{color:background};}
- #musicinfo{padding:5px;width:238px;border-bottom:1px solid {color:text};}
- #s-m-t-tooltip{max-width:150px;line-height:8px;padding:5px 5px 2px 5px;margin:25px 0px 0px 10px;z-index:10;background:#fff;opacity:1;border-radius:1px;letter-spacing:1px;z-index:999999;}
- #cred{position:fixed;bottom:5px;right:5px;font-size:14px;}
- #cred a{text-decoration:none;}
- </style></head><body>
- <div id="cosmic">
- <div id="container">
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}<div id="titles">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div id="titles">{Quote}</div>
- <br />— {Source}
- {/block:Quote}
- {block:Link}
- <div id="titles"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <center><img src="{PhotoURL-250}"/></center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-250}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Chat}
- {block:Title}<div id="titles">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br />
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-250}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="musicinfo">{Asker} asked: {Question}<p></p>
- </div>
- {Answer}
- {/block:Answer}
- {block:Audio}
- <div id="musicinfo">{block:TrackName}<b>{TrackName}</b>{/block:TrackName} {block:Artist}{Artist}{/block:Artist}</div>
- {block:AudioPlayer}{AudioPlayerwhite}{/block:AudioPlayer}{AudioEmbed-250}{/block:AudioEmbed}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:IndexPage}
- {block:Date}<div id="permalink">
- <a href="{Permalink}">{Timeago}</a>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<br>{block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}</div>{/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}{block:Date}
- <div id="permalink">Posted: {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} {TimeAgo} {block:RebloggedFrom}, <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>, <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}</div>
- {/block:Date}{/block:PermalinkPage}
- {block:PermalinkPage}
- {block:HasTags}<div id="permalink">
- Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}</div>
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- <div id="sidebar">
- <div class="icon">
- <a href="/" title="{title}">
- <img src="{image:sidebar}">
- </a>
- </div>
- {Description}<br />
- <div id="kid"><ul>
- <li><a href="/">index</a>
- <li><a href="{text:ask link}">message</a>
- <li><a href="/archive">archive</a>
- <li><b>more</b>
- <div style="border-bottom:1px solid #eee;"></div>
- <li><a href="{text:link one url}">{text:link one}</a>
- <li><a href="{text:link two url}">{text:link two}</a>
- <li><a href="{text:link three url}">{text:link three}</a>
- <li><a href="{text:link four url}">{text:link four}</a>
- </ul></div>
- {block:Pagination}<br />
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {CurrentPage} / {TotalPages}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- {/block:Pagination}
- </div></div>
- <div id="cred"><a href="http://jimothythemes.tumblr.com/" title="Code by Chris">☢</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment