Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--- THEME 08 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 text" content="#000000"/>
- <meta name="color:links" content="#cac0c0"/>
- <meta name="color:links hover" content="#ffe4e1"/>
- <meta name="color:bar" content="#000000"/>
- <meta name="color:border" content="#c0c0c0"/>
- <meta name="color:posts bg" content="#ffffff"/>
- <meta name="color:posts info bg" content="#ffffff"/>
- <meta name="color:sidebar text" content="#808080"/>
- <meta name="color:sidebar bg" content="#ffffff"/>
- <meta name="color:sidebar border" content="#cac0c0"/>
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="if:200px" content="0"/>
- <meta name="if:250px" content="1"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="if:semi transparent posts bg" content="0"/>
- <meta name="if:semi transparent sidebar bg" content="0"/>
- <meta name="if:maximized background" content="0"/>
- <meta name="if:post fade" content="1"/>
- <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:5px;
- height:4px;
- background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb{
- background-color:{color:scrollbar};
- border:1px solid {color:border};
- }
- #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 text};
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px 3px 3px 4px;
- margin:35px 0px 20px 35px;
- z-index:9999999999999999999999;
- }
- body{
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-color:{color:background};
- {block:ifmaximizedbackground}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifmaximizedbackground}
- color:{color:body text};
- font-family:"Lucida Console";
- font-size:9px;
- }
- a{
- color:{color:links};
- text-decoration:none;
- -webkit-transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -ms-transition-duration: 0.3s;
- }
- a:hover{
- color:{color:links hover};
- -webkit-transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -ms-transition-duration: 0.3s;
- }
- #content{
- margin:130px 50px 80px 170px;
- {block:indexpage}
- {block:if200px}
- width:300px;
- {/block:if200px}
- {block:if250px}
- width:350px;
- {/block:if250px}
- {block:if400px}
- width:500px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- #content img{
- {block:indexpage}
- {block:if200px}
- max-width:200px;
- {/block:if200px}
- {block:if250px}
- max-width:250px;
- {/block:if250px}
- {block:if400px}
- max-width:400px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- max-width:400px;
- {/block:permalinkpage}
- }
- #posto{
- {block:indexpage}
- {block:if200px}
- width:200px;
- {/block:if200px}
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- width:400px;
- {/block:permalinkpage}
- border:1px solid {color:border};
- padding:15px;
- {block:ifnotsemitransparentsidebarbg}
- background-color:{color:posts bg};
- {/block:ifnotsemitransparentsidebarbg}
- {block:ifsemitransparentsidebarbg}
- background:rgba(255,255,255,0.5);
- {/block:ifsemitransparentsidebarbg}
- {block:ifpostfade}
- opacity:.8;
- {/block:ifpostfade}
- }
- #posto:hover{
- opacity:1;
- -webkit-transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -ms-transition-duration: 0.4s;
- }
- #posts{
- margin:100px 0px 100px;
- }
- .inf{
- float:left;
- }
- .inf a{
- margin:0px 3px;
- text-decoration:underline;
- }
- #tags{
- padding:4px 0px 0px 2px;
- color:{color:links};
- font-size:8px;
- text-transform:uppercase;
- display:none;
- }
- .info{
- {block:indexpage}
- {block:if200px}
- width:217px;
- {/block:if200px}
- {block:if250px}
- width:267px;
- {/block:if250px}
- {block:if400px}
- width:417px;
- {/block:if400px}
- {/block:indexpage}
- padding:4px 0px 3px 13px;
- opacity:.8;
- border:1px solid {color:border};
- margin-top:5px;
- {block:ifnotsemitransparentsidebarbg}
- background-color:{color:posts info bg};
- {/block:ifnotsemitransparentsidebarbg}
- {block:ifsemitransparentsidebarbg}
- background:rgba(255,255,255,0.5);
- {/block:ifsemitransparentsidebarbg}
- -webkit-transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -ms-transition-duration: 0.4s;
- }
- #posts:hover .info{
- opacity:1;
- -webkit-transition-duration: 0.4s;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -ms-transition-duration: 0.4s;
- }
- #barr{
- left:0px;
- width:50px;
- position:fixed;
- top:0px;
- height:100%;
- z-index:3;
- background-color:{color:bar};
- }
- #barrz{
- left:0px;
- position:fixed;
- width:80px;
- top:0px;
- height:100%;
- z-index:1;
- background-image:url('{image:posts background}');
- }
- #sidebar{
- position:fixed;
- width:130px;
- {block:indexpage}
- {block:if200px}
- margin-left:350px;
- {/block:if200px}
- {block:if250px}
- margin-left:400px;
- {/block:if250px}
- {block:if400px}
- margin-left:550px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:550px;
- {/block:permalinkpage}
- top:28%;
- }
- #slinks{
- text-align:right;
- border:1px solid {color:sidebar border};
- padding:2px;
- margin-top:3px;
- {block:ifnotsemitransparentsidebarbg}
- background-color:{color:sidebar bg};
- {/block:ifnotsemitransparentsidebarbg}
- {block:ifsemitransparentsidebarbg}
- background:rgba(255,255,255,0.5);
- {/block:ifsemitransparentsidebarbg}
- }
- #slinks a{
- color:{color:sidebar text};
- }
- #audioplayer{
- width:27px;
- overflow-x:hidden;
- }
- #audioinfo{
- margin:10px 0px 10px;
- }
- #notecontainer{
- width:415px;
- z-index:9999;
- letter-spacing:1px;
- line-height:19px;
- margin-bottom:25px;
- display:block;
- max-height:220px;
- overflow:scroll;
- overflow-x:hidden;
- border:1px solid {color:border};
- margin-top:58px;
- padding-left:15px;
- {block:ifnotsemitransparentpostsbg}
- background-color:{color:posts bg};
- {/block:ifnotsemitransparentpostsbg}
- {block:ifsemitransparentpostsbg}
- background:rgba(255,255,255,0.5);
- {/block:ifsemitransparentpostsbg}
- }
- #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-style:italic;
- font-size:9px;
- 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;
- }
- #desc{
- line-height:11px;
- border:1px solid {color:sidebar border};
- padding:2px 2px 2px 3px;
- color:{color:sidebar text};
- font-size:8px;
- {block:ifnotsemitransparentsidebarbg}
- background-color:{color:sidebar bg};
- {/block:ifnotsemitransparentsidebarbg}
- {block:ifsemitransparentsidebarbg}
- background:rgba(255,255,255,0.5);
- {/block:ifsemitransparentsidebarbg}
- }
- .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="barr"></div>
- <div id="barrz"></div>
- <div id="content">
- <div id="sidebar">
- <div id="desc">
- {description}</div>
- <div id="slinks">
- <a href="{text:link1 url}" title="{text:link1}">1.</a>
- <a href="{text:link2 url}" title="{text:link2}">2.</a>
- <a href="{text:link3 url}" title="{text:link3}">3.</a>
- <a href="{text:link4 url}" title="{text:link4}">4.</a>
- <a href="{text:link5 url}" title="{text:link5}">5.</a>
- </div>
- {block:ifnotinfinitescroll}
- {block:pagination}
- <div id="pagi" style="margin:4px 0px 0px 0px;">
- {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>
- {block:ifinfinitescroll}
- <div class="autopagerize_page_element">
- {/block:ifinfinitescroll}
- {block:posts}
- <div id="posts">
- <div id="posto">
- {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}<center><div id="audioplayer">
- {AudioPlayerWhite}</div>
- <div id="audioinfo">
- {block:TrackName}
- {TrackName}<br>
- {/block:TrackName}
- {block:Artist}
- by {Artist}
- {/block:Artist}
- </div></center>
- {/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}
- </div>
- {block:permalinkpage}<p>{block:Caption}{Caption}{/block:Caption}</p>
- <p style="text-align:left;text-transform:uppercase;font-family:arial;letter-spacing:2px;margin:15px 0px -30px;">
- {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">{NoteCount} </a>
- </div>
- <a href="{ReblogURL}" target="_blank" title="reblog?"> reblog</a>
- </div>
- {/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