Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Tea theme by Kaiguk (http://kaiguk.tumblr.com/)
- Okay look, you should understand to follow the rules by not claiming this theme as yours, using as a base, moving the credit , combining shit from others and mine to make your own, or editing to make it look like I didn't make the shit, but I did.
- Making themes is hard work, so I don't need you or anyone else fucking up my ideas because you don't have a brain of your own. Are you that lazy to use actual base codes and learn to make themes? Damn, that's a shame.
- Anyways, to everyone that is actually going to put good use of this theme, happy using.
- If you have any questions, please ask me ^^
- -->
- <!DOCTYPE html>
- <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="if:ShowCaptions" content="0"/>
- <meta name="if:ShowTags" content="0"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="if:ImageOpacity" content="0"/>
- <meta name="color:bold" content="#ff7d7d"/>
- <meta name="color:italic" content="#c3d847"/>
- <meta name="color:underline" content="#4dbce9"/>
- <meta name="color:bg" content="#ffffff"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:links bg" content="#000000"/>
- <meta name="color:hover" content="#ddd"/>
- <meta name="color:desc bg" content ="#000000"/>
- <meta name="color:desc text" content ="#ffffff"/>
- <meta name="color:border" content="#000000"/>
- <meta name="color:blockquote color" content="#000000"/>
- <meta name="color:caption bg" content="#fbfbfb"/>
- <meta name="color:caption border" content="#f6f6f6"/>
- <meta name="color:caption" content="#cccccc"/>
- <meta name="color:scrollbar" content="#6b6d6d"/>
- <meta name="color:linktitlebg" content="#eeeeee"/>
- <meta name="color:linktitletext" content="#888888"/>
- <meta name="color:selection bg" content="#888888"/>
- <meta name="color:selection text" content="#888888"/>
- <meta name="image:bg" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:totop" content=""/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="link 1" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="link 2" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="link 3" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="link 4" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="link 5" />
- <meta name="text:Link 6 URL" content="" />
- <meta name="text:Link 6" content="link 6" />
- <meta name="text:Link 7 URL" content="" />
- <meta name="text:Link 7" content="link 7" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:8px;
- padding-right:2px;
- background-color:{color:background};
- }
- body {
- color:{color:text};
- font-family:courier;
- font-size:11px;
- line-height:200%;
- background-color: {color:bg};
- background-image:url('{image:bg}');
- background-attachment:fixed;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- a:hover {
- color:{color:hover};
- outline:none;
- -moz-outline-style:none;
- text-decoration:none;
- }
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- {block:IfImageOpacity}
- img{
- opacity:0.8;
- -moz-outline-style:none;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- img:hover{
- opacity:1;
- -moz-outline-style:none;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- {block:IfImageOpacity}
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:blockquote color};
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:20px;
- text-align:center;
- font-family:courier;
- letter-spacing:1px;
- color:{color:text};
- }
- #head {
- top:0px;
- left:350px;
- width:100px;
- height:1000%;
- background:{color:links bg};
- position:fixed;
- }
- #sidebar {
- top:0px;
- left:0px;
- position:fixed;
- width:350px;
- height:100%;
- }
- #sidebarimage {
- position:fixed;
- margin-top:200px;
- margin-left:100px;
- width:200px;
- }
- #sidebarimage img {
- width:200px;
- margin-left:-11px;
- margin-top:0px;
- border-radius: 100px 0 0 0;
- -moz-border-radius: 100px 0 0 0;
- -webkit-border-radius: 100px 0 0 100;
- }
- #links {
- width:100px;
- margin-top:90px;
- margin-left:-17px;
- padding:5px;
- text-align:left;
- word-spacing:1px;
- font-size:9px;
- font-weight:bold;
- color:{color:link};
- }
- #links a {
- width:90px;
- font-size:30px;
- font-style:italic;
- font-family:cambria;
- margin-bottom:60px;
- margin-left:40px;
- letter-spacing: 1px;
- padding:3px;
- display:inline-block;
- }
- #links a:hover {
- color:{color:hover};
- }
- #description {
- width:200px;
- font-size:9.5px;
- text-transform:uppercase;
- text-align:justify;
- line-height:120%;
- letter-spacing:1px;
- word-spacing:1px;
- margin-left:-14px;
- margin-top:5%;
- padding:5px;
- }
- .desc{
- line-height:180%;
- background:{color:desc BG};
- color:{color:desc text};
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:LinkTitleBG};
- font-size: 11px;
- line-height: 11px;
- font-family:courier;
- letter-spacing: 1px;
- text-transform: uppercase;
- color: {color:LinkTitleText};
- max-width: 150px;
- word-wrap: break-word;
- padding: 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);
- }
- {block:IfNotInfiniteScroll}
- #pagination {
- width:200px;
- float:right;
- margin-left: 10px;
- margin-top: 20px;
- position: relative;
- text-align: center;
- letter-spacing:1px;
- text-transform: lowercase;
- font-weight:bold;
- font-family: courier;
- font-size: 11px;
- position:fixed;
- }
- #pagination a {
- padding:5px;
- }
- {/block:IfNotInfiniteScroll}
- #entries {
- padding:30px;
- width:500px;
- margin-left:435px;
- margin-bottom: -20px;
- }
- #post {
- width:500px;
- margin-top:20px;
- margin-bottom:50px;
- background:#fff;
- border:1px solid #eee;
- padding:30px;
- }
- #post img{
- max-width:500px;
- }
- {block:IfShowCaptions}
- #captions {
- margin-top: 10px;
- padding:5px;
- text-align:left;
- background: {color:Caption bg};
- border: 1px solid {color:Caption border};
- color:{color:Caption};
- }
- {/block:IfShowCaptions}
- {block:IfNotShowCaptions}
- #captions {
- display:none;
- }
- {/block:IfNotShowCaptions}
- .postinfo {
- width:500px;
- text-align:center;
- font-family:courier;
- font-size:9.5px;
- text-transform:uppercase;
- margin-top:20px;
- margin-bottom:1px;
- margin-left:-12px;
- padding-bottom:4px;
- }
- .postinfo a {
- color:{color:link};
- }
- .postinfo a:hover {
- color:{color:hover};
- }
- {block:IfShowTags}
- .tags {
- font-size:9.5px;
- font-family:courier;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- }
- {/block:IfShowTags}
- #permacon {
- padding:10px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- height:auto;
- }
- .pagenotes {
- {block:IndexPage}
- display: none!important;
- {/block:IndexPage}
- width:500px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- border-bottom:1px solid {color:border};
- line-height:140%;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notes img {
- display:none!important;
- }
- ::selection {
- background:{color:selection bg};
- color:{color:selection text};
- }
- #question {
- width:500px;
- padding-bottom:5px;
- font-style:italic;
- border-bottom:1px solid {color:border};
- }
- #asker {
- width:500px;
- letter-spacing:1px;
- }
- #scrollToTop:link, #scrollToTop:visited {
- display:none;
- position:fixed;
- bottom: 10px;
- right:10px;
- }
- #other {
- position:fixed;
- background:{color:links bg};
- color:{color:link};
- left:10px;
- bottom:10px;
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:1px;
- padding:5px;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <a href="javascript:;" id="scrollToTop" title="top"><img src="{image:ToTop}"></a></a>
- </head>
- <body>
- <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:50,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <div id="head">
- <div id="links">
- {block:ifLink1}<a href="{text:link 1 URL}" title="{text:link 1}">01.</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:link 2 URL}" title="{text:link 2}">02.</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:link 3 URL}" title="{text:link 3}">03.</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:link 4 URL}" title="{text:link 4}">04.</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:link 4 URL}" title="{text:link 5}">05.</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:link 6 URL}" title="{text:link 6}">06.</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:link 7 URL}" title="{text:link 7}">07.</a>{/block:ifLink7}
- </div>
- </div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}">
- <div id="description"><span class="desc">{Description}</span></div>
- {block:IfNotInfiniteScroll}
- <div id="pagination">
- {block: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}{/block:Pagination}
- </div>
- {/block:IfNotInfiniteScroll}
- </div>
- </div>
- <div id="entries">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Quote}<div style="color: {color:link}; font-size: 50px; line-height: 30px; float: left;">❝</div> <big><b>"{Quote}"</b></big><p></p>— {Source}
- {/block:Quote}
- {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:Video}{Video-500}{block:IndexPage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:Video}
- {block:Photo}<img src="{PhotoURL-500}">
- {block:IndexPage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:IndexPage}{block:Caption}<div id="captions">{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:Photoset}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="150px" align="left" style="margin-right:10px;float:left;" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</span>
- {block:TrackName}<p><b><img src="http://static.tumblr.com/3yblkz0/9mQn46s61/untitled-2.png"> Title:</b> {TrackName}{/block:TrackName}
- {block:Artist}<p><b><img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png"> Artist:</b> {Artist}{/block:Artist}
- <p><b><img src="http://static.tumblr.com/3yblkz0/1vDn46s6h/untitled-3.png"> Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Answer}<div id="question"><img style="float:left; background:#fff; padding:5px; margin-left:-3px; margin-top:-10px;" src="{AskerPortraitURL-48} ">
- <span id="asker">{Asker} asked:<br></span>{Question}</div><div style=" width:500px; color{color:text}; font-size:11px;">{Answer}</div>{/block:Answer}
- {block:Indexpage}
- <div class="postinfo"><a href="{Permalink}">{TimeAgo}</a> <a href="{Permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:Indexpage}
- {block:IfShowTags}
- {block:HasTags}
- <div class="tags">
- <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png"> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:Indexpage}
- {block:PermalinkPage}
- {block:Date}
- <div id="permacon">
- {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}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="other">
- <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement