Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME 06 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 !!
- ******please note that 200px posts for this theme do NOT work with VIDEO posts. i.e the videos will NOT appear on the index page if you are using 200px posts. (the video will still appear on the permalink page though.) ******
- -->
- <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:bg" content=""/>
- <meta name="image:side border" content=""/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:posts bg color 1" content="#ffffff"/>
- <meta name="color:posts bg color 2" content="#fff0f8"/>
- <meta name="color:body" content="#000000"/>
- <meta name="color:links" content="#949494"/>
- <meta name="color:links hover" content="#ffffff"/>
- <meta name="color:border" content="#949494"/>
- <meta name="color:side border" content="c0c0c0"/>
- <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:show tags" content="1"/>
- <meta name="if:show captions" content="0"/>
- <meta name="if:maximized background" content="0"/>
- <meta name="if:post fade" content="1"/>
- <meta name="text:desc" content=""/>
- <meta name="text:posts info rgba 1" content="255"/>
- <meta name="text:posts info rgba 2" content="160"/>
- <meta name="text:posts info rgba 3" content="255"/>
- <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:3px;
- height:4px;
- background-color:{color:background};
- }
- ::-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:rgba({text:posts info rgba 1},{text:posts info rgba 2},{text:posts info rgba 3},0.5);;
- color:{color:body};
- letter-spacing:1px;
- text-transform:uppercase;
- padding:3px 3px 3px 4px;
- margin:35px 0px 20px 35px;
- z-index:9999999999999999999999;
- }
- body{
- font-family:arial;
- font-size:9px;
- word-wrap:break-word;
- margin:0;
- background-image:url('{image:bg}');
- background-attachment:fixed;
- background-color:{color:background};
- {block:ifmaximizedbackground}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifmaximizedbackground}
- color:{color:body};
- }
- #sideborder{
- height:100%;
- width:60px;
- position:fixed;
- background-image:url('{image:side border}');
- background-attachment:fixed;
- background-color:{color:side border};
- }
- a{
- text-decoration:none;
- color:{color:links};
- }
- a:hover{
- color:{color:links hover};
- }
- #content{
- background-color:{color:posts bg};
- {block:indexpage}
- {block:if250px}
- width:300px;
- {/block:if250px}
- {block:if200px}
- width:250px;
- {/block:if200px}
- {block:if400px}
- width:450px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- width:450px;
- {/block:permalinkpage}
- margin:0px 0px 0px 85px;
- padding:40px 50px 40px 50px;
- border-right:1px solid {color:border};
- border-left:1px solid {color:border};
- border-bottom:1px solid {color:border};
- background: -webkit-linear-gradient(left, {color:posts bg color 1}; , {color:posts bg color 2});
- background: -o-linear-gradient(right, {color:posts bg color 1}, {color:posts bg color 2});
- background: -moz-linear-gradient(right, {color:posts bg color 1}, {color:posts bg color 2});
- background: linear-gradient(to right, {color:posts bg color 1} , {color:posts bg color 2});
- }
- #allp{
- padding:25px;
- }
- .title{
- font-size:17px;
- text-align:center;
- text-transform:uppercase;
- font-family:futura;
- }
- #content blockquote{
- border-left:1px solid {color:border};
- margin:1px 6px 1px 6px;
- padding:0px 10px 0px;
- }
- #posts{
- overflow:hidden;
- margin:75px 0px 75px;
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if200px}
- width:200px;
- {/block:if200px}
- {/block:indexpage}
- {block:permalinkpage}
- margin:75px 0px 20px;
- width:400px;
- padding:0px 0px 0px 0px;
- margin:auto;
- {/block:permalinkpage}
- {block:ifpostfade}
- {block:indexpage}
- opacity:.8;
- {/block:indexpage}
- {/block:ifpostfade}
- position:relative;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #posts:hover{
- opacity:1;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #content img{
- {block:indexpage}
- {block:if200px}
- max-width:200px;
- {/block:if200px}
- {block:if250px}
- max-width:250px;
- {/block:if250px}
- {/block:indexpage}
- {block:if400px}
- max-width:400px;
- {/block:if400px}
- }
- .info{
- float:left;
- z-index:99999;
- position:relative;
- opacity:0;
- margin:-8px 2px 0px 2px;
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- }
- .info a{
- color:white;
- padding:1px 4px 0px 4px;
- background:rgba({text:posts info rgba 1},{text:posts info rgba 2},{text:posts info rgba 3},0.8);
- border:1px solid {color:border};
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- .info a:hover{
- opacity:.8;
- background:rgba({text:posts info rgba 1},{text:posts info rgba 2},{text:posts info rgba 3},0.3);
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #tags{
- text-align:right;
- margin-right:-20px;
- opacity:0;
- -webkit-transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- #posts:hover #tags{
- margin-right:0px;
- opacity:1;
- -webkit-transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- #posts:hover .info{
- opacity:1;
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- -ms-transition-duration: 0.8s;
- }
- .info:hover{
- background:rgba(220,180,255,0.2);
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #topbar{
- top:62%;
- position:fixed;
- {block:indexpage}
- {block:if200px}
- margin-left:320px;
- {/block:if200px}
- {block:if250px}
- margin-left:370px;
- {/block:if250px}
- {block:if400px}
- margin-left:520px;
- {/block:if400px}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:520px;
- {/block:permalinkpage}
- }
- #tlinks{
- height:2px;
- }
- .ta{
- border-bottom:1px dotted {color:border};
- width:47px;
- padding:0px 1px 0px 1px;
- }
- .ta a{
- font-family:"Lucida Console";
- }
- #ttitle{
- margin-bottom:3px;
- width:93px;
- font-family:"Lucida Console";
- font-size:9px;
- }
- #audioplayer{
- width:27px;
- overflow-x:hidden;
- }
- #audioinfo{
- margin:10px 0px 10px;
- }
- #notecontainer{
- margin:auto;
- width:400px;
- z-index:9999;
- letter-spacing:1px;
- line-height:19px;
- margin-bottom:25px;
- display:block;
- }
- #notecontainer ol.notes {
- list-style-type: none;
- margin-bottom: 0;
- padding:0;
- }
- #notecontainer img.avatar {
- display:none;
- }
- #quote {
- font-family:Cambria;
- font-style:italic;
- font-size:12px;
- }
- #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;
- }
- </style>
- </head>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- <body>
- <div id="sideborder"></div>
- <div id="content">
- <div id="topbar">
- <div id="ttitle">
- {text:desc}
- </div>
- <div id="tlinks">
- {block:iflink1}<div class="ta"><a href="{text:link1 url}">{text:link1}</a></div>{/block:iflink1}
- {block:iflink2}<div class="ta"><a href="{text:link2 url}">{text:link2}</a></div>{/block:iflink2}
- {block:iflink3}<div class="ta"><a href="{text:link3 url}">{text:link3}</a></div>{/block:iflink3}
- {block:iflink4}<div class="ta"><a href="{text:link4 url}">{text:link4}</a></div>{/block:iflink4}
- {block:iflink5}<div class="ta"><a href="{text:link5 url}">{text:link5}</a></div>{/block:iflink5}
- {block:ifnotinfinitescroll}<br><div class="ta">
- {block:PreviousPage}<a href="{PreviousPage}" title="previous page"> /back</a>{/block:PreviousPage}
- </div><div class="ta">
- {block:NextPage}<a href="{NextPage}" title="next page">/next</a>{/block:NextPage}
- </div>
- {/block:ifnotinfinitescroll}
- </div>
- </div>
- <div id="allp">
- <div class="autopagerize_page_element">
- {block:posts}
- <div id="posts">
- {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:futura;letter-spacing:3px;">
- {block:Date}{DayOfMonthWithZero} {Month} {Year}{/block:Date}{block:NoteCount}<br>
- {NoteCountWithLabel}
- {/block:NoteCount}
- {block:HasTags}<br><i><b>Tags: </b></i>{block:Tags}<a href="{TagURL}"> {Tag}. </a>{/block:Tags}{/block:HasTags}
- {block:RebloggedFrom}<br><i><b>Via: </b></i><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<br><i><b>Origin: </b></i><a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</p>
- {/block:permalinkpage}
- {block:indexpage}
- {block:ifshowcaptions}{block:caption}{caption}{/block:caption}{/block:ifshowcaptions}
- <div id="notes"><div class="info">
- <a href="{Permalink}" title="permalink">{NoteCount}</a></div>
- </div><div id="reblog"><div class="info">
- <a href="{ReblogURL}" target="_blank" title="reblog?">+</a></div>
- </div>
- <div id="tags">
- {block:ifshowtags}{block:hastags}{block:tags}<a href="{tagurl}"> <small>#</small>{tag} </a>{/block:tags}{/block:hastags}{/block:ifshowtags}
- </div>
- {/block:indexpage}
- </div>
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:posts}
- </div>
- </div>
- </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