Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Huang ZiTao theme by Ani (or kaiguk)
- if anything goes wrong with it, please let me know. \ (•◡•) /
- I hope you enjoy using this theme and have a good day!
- --->
- <!DOCTYPE html>
- <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}
- <head>
- <meta name="color:Background" content="#eeeeee" />
- <meta name="color:Link" content="#888888" />
- <meta name="color:Hover" content="#eeeeee" />
- <meta name="color:Text" content="#888888" />
- <meta name="color:Sidelink Hover BG" content="#d1cece" />
- <meta name="color:Sidelink Hover Text" content="#666666" />
- <meta name="color:Border" content="#cccccc" />
- <meta name="color:Selection Text" content="#888888"/>
- <meta name="color:Selection Background" content="#eeeeee"/>
- <meta name="color:LinkTitleBG" content="#eeeeee"/>
- <meta name="color:LinkTitleText" content="#888888"/>
- <meta name="image:Sidebar" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <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:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- height:auto;
- background-color:{color:Text};
- }
- ::-webkit-scrollbar{
- height:4px;
- width:3px;
- padding-right:2px;
- background-color:white;
- }
- body{
- background:{color:Background};
- color:{color:Text};
- font-family:arial;
- font-size:12px;
- }
- a{
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover{
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h2{
- font-family:arial italic;
- color:{color:Link};
- }
- h2 a {
- color:{color:Link};
- }
- li {
- list-style:square;
- }
- blockquote {
- border-left:2px solid {color:Text};
- padding-left:5px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- #entries {
- width:550px;
- margin:auto;
- position:relative;
- top:10px;
- left:500px;
- padding:40px;
- float:left;
- }
- #posts {
- width:500px;
- margin-bottom:40px;
- background-color:#fff;
- border:1px solid {color:Border};
- padding:25px;
- }
- .photo{
- filter: URL("data:img/svg+xml;utf8,<svg xmnls='http://www.w3.org/2000/svg'><filter id='grayscale'><fecolormatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/> </filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5S ease-in-out;
- -moz-transition: all 0.5S ease-in-out;
- -o-transition: all 0.5S ease-in-out;
- -ms-transition: all 0.5S ease-in-out;
- transition: all 0.5S ease-in-out;
- }
- .photo:hover{
- filter: none;
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.7S ease-in-out;
- -moz-transition: all 0.7S ease-in-out;
- -o-transition: all 0.7S ease-in-out;
- }
- #sidebar {
- width:200px;
- position:fixed;
- margin-top:200px;
- margin-left:200px;
- background:#fff;
- border:1px solid {color:Border};
- padding:10px;
- }
- .sidebarpic img {
- width:200px;
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.5S ease-in-out;
- -moz-transition: all 0.5S ease-in-out;
- -o-transition: all 0.5S ease-in-out;
- -ms-transition: all 0.5S ease-in-out;
- transition: all 0.5S ease-in-out;
- }
- .sidebarpic img:hover{
- -webkit-filter: grayscale(0);
- -webkit-transition: all 0.7S ease-in-out;
- -moz-transition: all 0.7S ease-in-out;
- -o-transition: all 0.7S ease-in-out;
- }
- .desc {
- margin-top:5px;
- position:relative;
- text-align:justify;
- font-size:11px;
- }
- .links {
- font-size:10px;
- width:auto;
- height:auto;
- position:relative;
- font-style:none;
- text-decoration:none;
- text-align:center;
- margin-top:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .links a {
- padding:3px;
- color:{color:Link};
- }
- .links a:hover {
- background-color:{color:Sidelink Hover BG};
- color:{color:Sidelink Hover Text};
- }
- #pagi {
- width:205px;
- margin-top:5px;
- font-size:10px;
- float:center;
- text-align:center;
- text-transform:uppercase;
- }
- #panda {
- padding:5px;
- font-size:10px;
- color:{color:link};
- text-transform:normal;
- font-style:normal;
- letter-spacing:2px;
- text-align:center;
- border:3px double {color:Border};
- background-color:#FAFAFA;
- padding:8px;
- }
- #taopao {
- padding:10px;
- width:474px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- height:auto;
- background-color:#F6F6F6;
- border:3px solid #fff;
- outline:3px solid #F6F6F6;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- border-bottom:1px solid {color:border};
- }
- .notes img {
- display:none!important;
- }
- #asker {
- padding:5px;
- margin-top:5px;
- margin-bottom:5px;
- font-family:arial;
- font-size:9px;
- text-align:center;
- text-transform:normal;
- color:{color:text};
- }
- #asker a {
- color:{color:text};
- }
- #ask {
- padding:5px;
- margin-top:5px;
- font-family:arial;
- font-size:9px;
- text-transform:italic;
- text-align:center;
- background-color:#fbfbfb;
- color:{color:text};
- }
- #ans {
- padding:0px;
- margin-top:1px;
- margin-bottom:5px;
- font-family:arial;
- font-size:9px;
- line-height:120%;
- text-align:center;
- color:{color:text};
- }
- .audio {
- width:500px;
- padding-bottom:10px;
- padding-top:10px;
- padding-left:3px;
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:100px;
- border:1px solid {color:Border};
- padding:4px;
- border-radius:500px;
- }
- .playercontainer {
- text-align:justify;
- padding:10px;
- background-color:{color:bg};
- width:480px;
- }
- .audioinfo {
- padding:10px;
- color:{color:text};
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:LinkTitleBG};
- font-size: 10px;
- line-height: 11px;
- font-family: arial;
- letter-spacing: 1px;
- text-transform: normal;
- color: {color:LinkTitleText};
- max-width: 150px;
- word-wrap: break-word;
- padding: 2px 5px 2px 6px;
- display: block;
- margin: 24px 14px 7px 12px;
- -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
- }
- ::selection {
- background:{color:Selection Background};
- color:{color:Selection Text};
- }
- #ayo {
- bottom:9px;
- right:7px;
- font-size:12px;
- font-family:arial;
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div class="sidebarpic"><img src="{image:Sidebar}" /></div>
- <div class="links">
- <a href="{text:Link1}">{text:Link1 Text}</a>
- <a href="{text:Link2}">{text:Link2 Text}</a>
- <a href="{text:Link3}">{text:Link3 Text}</a>
- <a href="{text:Link4}">{text:Link4 Text}</a>
- </div>
- <div class="desc">{Description}</div>
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" title="back">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" title="next">→</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="posts">
- {block:Text}
- <div class="photo">{block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}</div>
- {/block:Text}
- {block:Answer}
- <center><div class="photo"><img src="{AskerPortraitURL-30}"/></div></center><br>
- <div id="asker">{Asker} asked;</div> <div id="ask">{Question}</div>
- <div id="ans">{Answer}</div><br>{/block:answer}
- {block:Quote}
- {Quote}<br>
- — {block:Source}{Source}{/block:Source}<p>
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}<p>
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- <ul>{block:Lines}
- <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span >{/block:Label}{Line}</li>
- {/block:Lines}</ul><p>
- {/block:Chat}
- {block:Photo}
- <a href="{Permalink}"><div class="photo"><IMG SRC="{PHOTOURL-500}"></div></a><p>
- {/block:Photo}
- {block:Photoset}
- <div class="photo">
- {PHOTOSET-500}</div>
- <p>
- {/block:Photoset}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}<div class="albumart"><div class="photo"><img src="{AlbumArtURL}"/></div></div>
- {/block:AlbumArt}
- <div class="audioinfo">
- {block:TrackName}<b>Title:</b> {TrackName}<br>
- {/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- <p>
- {/block:Audio}
- {block:Video}
- <div class="photo">
- {Video-500}</div>
- <p>
- {/block:Video}
- {block:IndexPage}
- <div id="panda"><a href="{Permalink}">Posted {block:Date}{TimeAgo}
- {/block:Date} with {NoteCountWithLabel}</a>
- </div>
- {block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="taopao">
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <br>
- <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
- <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
- {block:NoteCount}
- <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
- <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}
- <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
- <b>Tagged:</b>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>{/block:Posts}
- <div id="ayo">
- <a href="http://kaiguk.tumblr.com" title="theme by ani">KG</a>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement