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">
- <!--
- Quicksilver Theme by Cate @jimothykirk
- ᵒ 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/r8Mckwjq
- ᵒ 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><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:background" content="#ffffff"/>
- <meta name="color:post" content="#ffffff"/>
- <meta name="color:text" content="#a8a8a8"/>
- <meta name="color:link" content="#b8b8b8"/>
- <meta name="color:link hover" content="#c7f8c4"/>
- <meta name="color:bold shadow" content="#c7f8c4"/>
- <meta name="color:border" content="#e4e4e4"/>
- <meta name="color:line" content="#f2f2f2"/>
- <meta name="color:blockquote" content="#e1e1e1"/>
- <meta name="color:content box background" content="#c7f8c4"/>
- <meta name="color:sidebar" content="#fff"/>
- <meta name="color:caption" content="#f4f4f4"/>
- <meta name="color:caption border" content="#eee"/>
- <meta name="color:links background" content="#f4f4f4"/>
- <meta name="color:asker" content="#efefef"/>
- <meta name="color:music info" content="#efefef"/>
- <meta name="color:quote" content="#efefef"/>
- <meta name="color:source" content="#f8f8f8"/>
- <meta name="color:permalink" content="#c7f8c4"/>
- <meta name="color:scrollbar" content="#c7f8c4"/>
- <meta name="color:scrollbar background" content="#fff"/>
- <meta name="image:sideimage" content=""/>
- <meta name="image:content background" content="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTiYk_nM_qLgUvhBwIoH5l70a3ZPhUnn4cxjDjGE6IOO_wjHXtK"/>
- <meta name="image:background" content=""/>
- <meta name="text:link" content="links" />
- <meta name="text:link url" content="/" />
- <meta name="text:sideimage width" content="556px" />
- <meta name="text:sideimage height" content="610px" />
- <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">
- ::-webkit-scrollbar {
- width:4px;
- height:15px;
- background-color:{color:scrollbar background};
- }
- ::-webkit-scrollbar-track {
- background-color:{color:scrollbar background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border:1px solid {color:scrollbar};
- }
- body {
- background: {color:background} url('{image:Background}')
- no-repeat center fixed ;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- margin:0px;
- color:{color:text};
- font-family:arial;
- font-size:9px;
- line-height:125%;
- word-wrap:break-word;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- img {
- height:auto;
- }
- blockquote {
- margin:0px 5px;
- padding:0em 1em;
- border-left:1px solid {color:blockquote};
- }
- #caption{
- background-color:{color:caption};
- padding:5px;
- margin-top:10px;
- margin-left:auto;
- margin-right:auto;
- width:95%;
- border:1px solid {color:caption border};
- border-radius:2px;
- }
- h1 {
- font-size:10px;
- padding:10px;
- background-color:#efefef;
- text-align:center;
- text-transform:uppercase;
- }
- h1 a{
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- h1 a:hover{
- letter-spacing:3px;
- color:{color:link};
- }
- a:hover {
- opacity:10;
- text-shadow:1px 1px 1px {color:link hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- b{
- text-shadow:1px 1px 1px {color:bold shadow};
- }
- #content{
- height:100%;
- margin-left:auto;
- position:fixed;
- overflow:auto;
- margin-right:auto;
- width:350px;
- background:url('{image:content background}');
- background-color:{color:content box background};
- -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
- -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
- box-shadow:1px 1px 2px rgba(0,0,0,0.2);
- }
- #post {
- width:250px;
- padding-bottom:20px;
- margin-left:auto;
- margin-right:auto;
- padding:10px;
- margin-top:20px;
- margin-bottom:20px;
- background-color:{color:post};
- }
- #sidebar {
- width:130px;
- border:1px solid {color:border};
- background-color:{color:sidebar};
- position:fixed;
- margin-left:420px;
- margin-top:150px;
- height:98px;
- opacity:.80;
- }
- .links {
- width:122px;
- background-color:{color:links background};
- padding: 4px;
- font-size:8px;
- border:1px solid {color:border};
- text-align:center;
- margin-left:-1px;
- margin-top:-1px;
- text-align:center;
- text-transform:uppercase;
- word-spacing:2px;
- position:fixed;
- }
- .links a {
- font-size: 8px;
- }
- #description {
- position:fixed;
- font-size:9px;
- width:114px;
- border:1px solid {color:border};
- margin-top:17px;
- padding:8px;
- max-height:64px;
- overflow:auto;
- margin-left:-1px;
- text-align:center;
- color:{color:text};
- }
- #description a {color:{color:text}; -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
- #pagination {
- width:122px;
- background-color:{color:links background};
- padding: 4px;
- font-size:8px;
- border:1px solid {color:border};
- text-align:center;
- margin-left:-1px;
- margin-top:98px;
- position:fixed;
- letter-spacing:0px;
- }
- #sideimage{
- position:fixed;
- bottom:3px;
- right:3px;
- }
- #sideimage img{
- height:{text:sideimage height};
- width:{text:sideimage width};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #perma{
- font-size:9px;
- border-top:1px solid {color:line};
- text-align:left;
- margin-top:10px;
- line-height:140%;
- padding-left:4px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #perma a{
- color:{color:text};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #perma a:hover{
- color:{color:text};
- }
- #permatags a{
- margin-right:3px;
- }
- #tags {
- text-transform:lowercase;
- font-size:9px;
- margin-left:4px;
- line-height:130%;
- margin-top:4px;
- text-align:left;
- }
- #tags
- a {display:inline;margin-right:5px;text-align:left; color:{color:text};
- -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;}
- #tags a:hover{
- color:{color:text};
- }
- #asker {
- padding:10px;
- text-align:left;
- background-color:{color:asker};
- }
- #asker img{
- width:15px;
- margin-top:-2px;
- margin-left:-2px;
- }
- .arrow-down {
- width: 0;
- height: 0;
- margin-left:200px;
- border-left: 8px solid transparent;
- border-right: 8px solid transparent;
- border-top: 8px solid {color:asker};
- }
- #musicbox {
- border:1px solid {color:border};
- border-bottom-right-radius:2px;
- border-bottom-left-radius:2px;
- width:99%;
- margin-top:-1px;
- height:27px;
- }
- #musicinfo{
- padding:5px;
- width:238px;
- border:1px solid {color:border};
- border-top-left-radius:2px;
- border-top-right-radius:2px;
- background-color:{color:music info};
- }
- ol.notes {
- width:270px;
- background-color:{color:post};
- padding:0px;
- list-style-type:none;
- font-size:9px;
- margin-left:40px;
- margin-top:-20px;
- height:100%;
- letter-spacing:1px;
- text-align:left;
- }
- li.note {
- padding:8px;
- background-color:{color:post};
- margin:7px;
- border:1px solid {color:border};
- }
- img.avatar {
- vertical-align: -4px;
- margin-right:10px;
- width:14px;
- height:14px;
- }
- ol.notes blockquote{
- background-color:{color:caption};
- padding:5px;
- margin-top:10px;
- margin-left:auto;
- margin-right:auto;
- width:90%;
- border:1px solid {color:caption border};
- border-radius:2px;
- }
- #quote{
- padding:10px;
- background-color:{color:quote};
- text-align:center;
- }
- #source{
- padding:5px;
- background:{color:source};
- font-size:8px;
- text-align:center;
- text-transform:uppercase;
- }
- #source a{
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #s-m-t-tooltip{
- font-size:9px;
- max-width:150px;
- line-height:8px;
- padding:5px 5px 2px 5px;
- margin:15px 0px 0px 10px;
- z-index:10;
- color:{color:text};
- background:#fff;
- opacity:1;
- border:1px solid {color:border};
- border-radius:1px;
- letter-spacing:1px;
- z-index:999999;
- -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);
- -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
- box-shadow:1px 1px 1px rgba(0,0,0,0.2);
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="description">
- {Description}
- </div>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">mssg</a>
- <a href="{text:link url}">{text:link}</a>
- <a href="http://speedystars.tumblr.com/">code</a>
- </div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">←</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 href="{NextPage}">→</a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <div id="sideimage">
- <img src="{image:sideimage}"/></div>
- <div id="content">{block:Posts}<div id="post">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-250}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Quote}{block:Source}<div id="source">{Source}</div>{/block:Source}<div id="quote">{Quote}</div>{/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="musicinfo">{block:TrackName}<b>{TrackName}</b>{/block:TrackName} {block:Artist}{Artist}{/block:Artist}</div>
- {block:AudioPlayer}<div id="musicbox">{AudioPlayerwhite}</div>{/block:AudioPlayer}{AudioEmbed-250}{/block:AudioEmbed}
- {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}" style="float:left"/><span style="margin-left:5px">{Asker}: {Question}</span></div><div class="arrow-down"></div>{Answer}</font>{/block:Answer}
- {block:IndexPage}<div id="perma"><br><span style="background-color:{color:permalink};"><a href="{Permalink}" title="Permalink">{24Hour}:{Minutes}</a></span> <a href="/day/{Year}/{Month}/{DayofMonth}">{DayofWeek}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a></div>{block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>{/block:IndexPage}
- {block:Date}{block:PermalinkPage}<div id="perma"><br><span style="background-color:{color:permalink};">{24Hour}:{Minutes}</span> <a href="/day/{Year}/{Month}/{DayofMonth}">{DayofWeek}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a><p>
- {block:RebloggedFrom} Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</p>
- <p>{block:ContentSource}Originally from:<a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
- </p></div>{block:HasTags}<div id="tags"><span style="text-transform:uppercase;">T</span>agged as: {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>{/block:PermalinkPage}{/block:Date}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div></div>
- <div style="position:fixed;bottom:3px; right:3px; font-size:13px; letter-spacing:1px; font-family:cambria;"><a href="http://speedystars.tumblr.com/" title="theme by speedystars">☁</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment