Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--- THEME 07 BY XIAO QI --- **milksin.tumblr.com**
- basic rules apply.
- please just keep the credit where it's supposed to be.
- message me if there're any glitches in the codes.
- thank you for using this theme !!
- --->
- <html>
- <head>
- <title>{title}{block:PostSummary}; {PostSummary}{/block:PostSummary}
- </title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="image:background" content=""/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:body" content="#000000"/>
- <meta name="color:links" content="#949494"/>
- <meta name="color:links hover" content="#ffffff"/>
- <meta name="color:border" content="#000000"/>
- <meta name="color:posts bg" content="#ffffff"/>
- <meta name="color:posts border" content="#c0c0c0"/>
- <meta name="color:posts info" content="#000000"/>
- <meta name="color:sidebar text" content="#949494"/>
- <meta name="color:desc bg" content="#cac0c0"/>
- <meta name="color:sidebar links bg" content="#ffc0cb"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="color:music player bg" content="#ffffff"/>
- <meta name="color:updates bg" content="#ffffff"/>
- <meta name="if:200px" content="0"/>
- <meta name="if:250px" content="1"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:show tags" content="0"/>
- <meta name="if:maximized background" content="0"/>
- <meta name="if:post fade" content="0"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="if:show updates" content="1"/>
- <meta name="if:show music player" content="0"/>
- <meta name="text:updates content" content="updates content here"/>
- <meta name="text:updates tab height" content="80"/>
- <meta name="text:music codes" content="optimized for billy player only"/>
- <meta name="text:link1" content=""/>
- <meta name="text:link1 url" content="/"/>
- <meta name="text:link2" content=""/>
- <meta name="text:link2 url" content="/"/>
- <meta name="text:link3" content=""/>
- <meta name="text:link3 url" content="/"/>
- <meta name="text:link4" content=""/>
- <meta name="text:link4 url" content="/"/>
- <meta name="text:link5" content=""/>
- <meta name="text:link5 url" content="/"/>
- <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:80,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
- ::-webkit-scrollbar{
- width:4px;
- height:4px;
- background:rgba(0,0,0,0);
- }
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- }
- #s-m-t-tooltip{
- max-width:330px;
- font-size:8px;
- font-family:"Lucida Console";
- border:1px solid {color:border};
- background-color:{color:background};
- color:{color:body};
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px 3px 3px 4px;
- margin:35px 0px 20px 35px;
- z-index:9999999999999999999999;
- }
- body{
- color:{color:body};
- font-family:arial;
- font-size:9px;
- word-wrap:break-word;
- margin:0;
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-color:{color:background};
- {block:ifmaximizedbackground}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifmaximizedbackground}
- }
- a{
- color:{color:links};
- text-decoration:none;
- }
- a:hover{
- color:{color:links hover};
- }
- .title{
- font-family:"Lucida Console";
- text-transform:uppercase;
- font-size:12px;
- }
- #content{
- margin:auto;
- {block:indexpage}
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if200px}
- width:200px;
- {/block:if200px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- width:400px;
- {/block:permalinkpage}
- }
- #content blockquote{
- border-left:1px solid {color:border};
- margin:2px 10px 2px 10px;
- padding:0px 4px;
- }
- #content img{
- {block:indexpage}
- {block:if200px}
- max-width:200px;
- {/block:if200px}
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- width:400px;
- {/block:permalinkpage}
- }
- #posts{
- margin:90px -1px 90px;
- overflow:hidden;
- {block:ifpostfade}
- opacity:.8;
- {/block:ifpostfade}
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #tpost{
- border:1px solid {color:posts border};
- background-color:{color:posts bg};
- overflow:hidden;
- }
- #tpost:hover{
- border-radius:0px;
- }
- .info{
- background-color:{color:posts info};
- margin-top:-3px;
- padding:3px 0px 1px 2px;
- font-family:"Lucida Console";
- border-top:1px solid {color:posts border};
- }
- .inf{
- display:inline-block;
- }
- #tags{
- font-family:"Lucida Console";
- text-transform:uppercase;
- background-color:{color:posts info};
- opacity:0;
- margin-top:-8px;
- border-right:1px solid {color:posts border};
- border-left:1px solid {color:posts border};
- border-bottom:1px solid {color:posts border};
- padding:0px 0px 0px 2px;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #posts:hover{
- border-bottom:0px solid {color:posts border};
- opacity:1;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #posts:hover #tags{
- opacity:1;
- margin-top:-1px;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #sidebar{
- color:{color:sidebar text};
- position:fixed;
- {block:indexpage}
- {block:if200px}
- margin-left:290px;
- {/block:if200px}
- {block:if250px}
- margin-left:340px;
- {/block:if250px}
- {block:if400px}
- margin-left:490px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:490px;
- {/block:permalinkpage}
- top:30%;
- }
- #desc1{
- font-family:"Lucida Console";
- font-size:9px;
- letter-spacing:1px;
- border:1px solid {color:border};
- padding:4px 4px 6px 4px;
- width:110px;
- height:30px;
- overflow:hidden;
- z-index:3;
- background-color:{color:desc bg};
- position:relative;
- opacity:1;
- line-height:10px;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- }
- #tlinks{
- border:1px solid {color:border};
- width:78px;
- height:23px;
- overflow:scroll;
- overflow-x:hidden;
- text-align:right;
- text-transform:uppercase;
- font-family:"Lucida Console";
- padding:4px 3px 3px 3px;
- font-size:8px;
- line-height:9px;
- margin-left:42px;
- margin-top:-23px;
- z-index:2;
- background-color:{color:sidebar links bg};
- opacity:.3;
- -webkit-transition-duration: .5s;
- -moz-transition-duration: .5s;
- -o-transition-duration: .5s;
- -ms-transition-duration: .5s;
- }
- .ta{
- display:inline-block;
- }
- .ta a{
- margin:1px 2px 1px 2px;
- letter-spacing:1px;
- opacity:0;
- color:{color:sidebar text};
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- }
- .ta a:hover{
- color:{color:body};
- text-decoration:underline;
- }
- #sidebar:hover #tlinks{
- z-index:4;
- position:relative;
- opacity:1;
- background-color:{color:sidebar links bg};
- border:1px dashed {color:posts border};
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -ms-transition-duration: 0.6s;
- }
- #sidebar:hover #desc1{
- opacity:.5;
- z-index:1;
- border:1px dashed {color:border};
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -ms-transition-duration: 0.6s;
- }
- #sidebar:hover .ta a{
- opacity:1;
- -webkit-transition-duration: 1s;
- -moz-transition-duration: 1s;
- -o-transition-duration: 1s;
- -ms-transition-duration: 1s;
- }
- #audioplayer{
- width:27px;
- overflow-x:hidden;
- }
- #audioinfo{
- margin:10px 0px 10px;
- }
- #notecontainer{
- margin:auto;
- width:385px;
- z-index:9999;
- letter-spacing:1px;
- line-height:19px;
- margin-bottom:25px;
- display:block;
- max-height:220px;
- overflow:scroll;
- overflow-x:hidden;
- background-color:{color:posts bg};
- border:1px solid {color:posts border};
- margin-top:58px;
- padding-left:15px;
- }
- #notecontainer ol.notes {
- list-style-type: none;
- margin-bottom: 0;
- padding:0;
- }
- #notecontainer img.avatar {
- display:none;
- }
- #quote {
- font-family:"Lucida Console";
- text-transform:uppercase;
- font-size:10px;
- }
- #quotesrc {
- text-align:right;
- font-family:arial;
- font-size:8px;
- }
- #question {
- font-family:cambria;
- font-style:italic;
- font-size:10px;
- text-align:right;
- border-bottom:1px solid {color:border};
- padding:8px 10px 8px 10px;
- opacity:.9
- }
- #question a {
- text-decoration:none;
- color:{color:links};
- font-size:12px;
- }
- #question a:hover {
- text-decoration:none;
- color:{color:links hover};
- }
- #asker {
- font-size:11px;
- }
- #m{
- margin-top:5px;
- margin-left:-20px;
- z-index:9999;
- position:fixed;
- border:1px solid {color:border};
- padding:0px 0px 8px;
- width:52px;
- height:9px;
- overflow:hidden;
- background-color:{color:music player bg};
- {block:ifnotshowmusicplayer}
- display:none;
- {/block:ifnotshowmusicplayer}
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- }
- #u1{
- font-size:9px;
- position:fixed;
- margin-top:12px;
- margin-left:40px;
- border:1px solid {color:border};
- width:9px;
- height:9px;
- padding:0px 1px 2px;
- text-align:center;
- background-color:{color:desc bg};
- {block:ifnotshowupdates}
- display:none;
- {/block:ifnotshowupdates}
- }
- #u{
- z-index:1;
- color:{color:body};
- font-size:9px;
- opacity:0;
- margin-top:-12px;
- margin-left:-2px;
- padding:12px;
- width:50px;
- height:50px;
- overflow:hidden;
- background-color:{color:updates bg};
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- }
- #u1:hover #u{
- opacity:1;
- width:120px;
- height:{text:updates tab height}px;
- border:1px solid {color:border};
- z-index:13;
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- }
- .p{
- display:inline;
- }
- </style>
- </head>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- <body>
- <div id="content">
- <div id="sidebar">
- {block:ifnotinfinitescroll}
- {block:pagination}
- <div id="pagi">
- {block:previouspage}<div class="p"><a href="{previouspage}">prev</a></div>{/block:previouspage}
- {block:nextpage}<div class="p"><a href="{nextpage}">next</a></div>{/block:nextpage}
- </div>
- {/block:pagination}
- {/block:ifnotinfinitescroll}
- <div id="desc">
- <div id="desc1">
- {description}
- </div>
- <div id="tlinks">
- <div class="ta">
- {block:iflink1}<a href="{text:link1 url}">{text:link1}</a>{/block:iflink1}</div>
- <div class="ta">
- {block:iflink2}<a href="{text:link2 url}">{text:link2}</a>{/block:iflink2}
- </div><div class="ta">
- {block:iflink3}<a href="{text:link3 url}">{text:link3}</a>{/block:iflink3}
- </div><div class="ta">
- {block:iflink4}<a href="{text:link4 url}">{text:link4}</a>{/block:iflink4}
- </div><div class="ta">
- {block:iflink5}<a href="{text:link5 url}">{text:link5}</a>{/block:iflink5}
- </div></div>
- </div>
- <div id="m">
- {text:music codes}
- </div>
- <div id="u1">+
- <div id="u">
- {text:updates content}
- </div></div>
- </div>
- <div class="autopagerize_page_element">
- {block:posts}
- <div id="posts">
- <div id="tpost">
- {block:Photo}
- {LinkOpenTag}
- {block:indexpage}
- {block:if400px}<img src="{PhotoURL-400}" />{/block:if400px}
- {block:if250px}<img src="{PhotoURL-250}" />{/block:if250px}
- {block:if200px}<img src="{PhotoURL-250}" />{/block:if200px}
- {/block:indexpage}
- {block:permalinkpage}
- <img src="{PhotoURL-400}" />
- {/block:permalinkpage}
- {LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- {block:if400px}{Photoset-400}{/block:if400px}
- {block:if250px}{Photoset-250}{/block:if250px}
- {block:if200px}{Photoset}{/block:if200px}
- {/block:indexpage}
- {block:permalinkpage}
- {photoset-400}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Text}
- {block:Title}<div class="title">{Title}</div><br />{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div id="quote">“{Quote}”</div>
- {block:Source}<br /><div id="quotesrc">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Answer}
- <div id="question">
- {Asker} asked: {Question}
- </div>
- {Answer}
- {/block:Answer}
- {block:Audio}<div id="audioplayer">
- {AudioPlayerWhite}</div>
- <div id="audioinfo">
- {block:TrackName}
- {TrackName}<br>
- {/block:TrackName}
- {block:Artist}
- by {Artist}
- {/block:Artist}
- </div>
- {/block:Audio}
- {block:Link}
- <div class="title"><a href="{URL}" >{Name}</a></div>
- {block:Description}<br />{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {block:indexpage}
- {block:if400px}{Video-400}{/block:if400px}
- {block:if250px}{Video-250}{/block:if250px}
- {block:indexpage}
- {block:permalinkpage}
- {Video-400}
- {/block:permalinkpage}
- {/block:Video}
- {block:permalinkpage}<p>{block:Caption}{Caption}{/block:Caption}</p>
- <p style="text-align:center;text-transform:uppercase;font-family:arial;letter-spacing:2px;margin:15px 0px 15px;">
- {block:Date}{DayOfMonthWithZero} {Month} {Year}{/block:Date}{block:NoteCount}<br>
- {NoteCountWithLabel}<br>
- {/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
- {block:HasTags}<br>{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}{/block:HasTags}
- </p>
- {/block:permalinkpage}
- {block:indexpage}
- {block:ifshowcaptions}{block:caption}{caption}{/block:caption}{/block:ifshowcaptions}
- <div class="info"><div class="inf">
- <a href="{Permalink}" title="permalink // posted {timeago} ">{NoteCount}</a></div>
- <div class="inf">
- <a href="{ReblogURL}" target="_blank" title="reblog?">++</a></div>
- </div>
- </div>
- {block:ifshowtags}{block:hastags}<div id="tags">{block:tags}<a href="{tagurl}"> <small>#</small>{tag} </a>{/block:tags}</div>{/block:hastags}{/block:ifshowtags}
- {/block:indexpage}
- </div>
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:posts}
- </div>
- <!-- i worked hard on this theme so please don't remove the credit or move it to a page. just dont touch it. i hope you understand. -->
- <a style="position:fixed;bottom:10px;right:10px;width:11px;height:11px;background-color:{color:background};border:1px solid {color:body}" href="http://milksin.tumblr.com" title="theme by xiao qi"/>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment