Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----------------------------------------------------------------------
- _ _ _
- | | ____ _(_) __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- |___/
- Blank theme by Ani (http://kaiguk.tumblr.com/) ฅ^•ﻌ•^ฅ
- Please be a good seed and follow the rules (no claiming as yours,
- using as a base, etc.) If anything goes wrong with it, just let me know.
- Thanks for using my theme & Happy Using! <3
- ------------------------------------------------------------------------>
- <!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="if:InfiniteScroll" content="0"/>
- <meta name="if:ShowTags" content="0"/>
- <meta name="if:Grayscale" content="0"/>
- <meta name="color:bold" content="#222222"/>
- <meta name="color:italic" content="#666666"/>
- <meta name="color:underline" content="#f6f6f6"/>
- <meta name="color:bg" content="#ffffff">
- <meta name="color:sidebar" content="#000000">
- <meta name="color:sidelinks" content="#f6f6f6">
- <meta name="color:link" content="#222222">
- <meta name="color:hover" content="#888888">
- <meta name="color:text" content="#9a9a9a">
- <meta name="color:scrollbar" content="#000000">
- <meta name="color:border" content="#eeeeee">
- <meta name="color:post bg" content="#ffffff">
- <meta name="color:perma bg" content="#f6f6f6">
- <meta name="color:blockquote bg" content="#f6f6f6">
- <meta name="color:linktitlebg" content="#eeeeee"/>
- <meta name="color:linktitletext" content="#888888"/>
- <meta name="color:selection text" content="#888888"/>
- <meta name="color:selection bg" content="#eeeeee"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="image:totop" content=""/>
- <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:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- body {
- background-color:{color:bg};
- background-image:url('{image:bg}');
- background-attachment:fixed;
- font-family:courier;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {block:IfGrayscale}
- img{
- 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;
- }
- img:hover{
- filter:none;
- -webkit-filter: grayscale(0%);
- -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{
- 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;
- }
- {/block:IfGrayscale}
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
- ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:bg};}
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:right;
- font-style:normal;
- line-height:200%;
- letter-spacing:1px;
- color:{color:text};
- }
- h2 {
- font-weight:normal;
- text-align:left;
- font-size:15px;
- font-family:courier;
- letter-spacing:1px;
- line-height:150%;
- padding:5px;
- padding-bottom:2px;
- }
- blockquote {
- padding-left:5px;
- padding:10px;
- margin:5px;
- border-left:1px solid {color:sidebar};
- background-color:{color:blockquote bg};
- padding:5px;
- }
- #thm {
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- #sidebar {
- background:{color:sidebar};
- position:fixed;
- width:200px;
- height:100%;
- margin-left:-50px;
- text-align:center;
- font-family:courier;
- }
- .top {
- background-color:{color:sidebar};
- z-index:444;
- position: fixed;
- left:0px;
- top: -10px;
- height:70px;
- width: 100%;
- position: fixed;
- }
- #sidebar img {
- width:155px;
- height:auto;
- padding:10px;
- margin-top:200px;
- margin-left:0px;
- margin-bottom:10px;
- background-color:#fff;
- }
- .sidelinks{
- font-weight:bold;
- font-size:11px;
- word-spacing:3px;
- font-family:courier;
- }
- .sidelinks a{
- color:{color:sidelinks};
- }
- .sidelinks a:hover{
- color:{color:hover};
- }
- .desc {
- font-size:11px;
- margin-top:10px;
- margin-left:20px;
- text-align:justify;
- position:fixed;
- width:159px;
- color:{color:text};
- }
- .pagi {
- margin-top:150px;
- font-size:11px;
- letter-spacing:3px;
- font-style:normal;
- text-align:center;
- }
- .pagi a {
- color:{color:sidelinks};
- }
- .pagi a:hover{
- color:{color:hover};
- }
- #entries {
- float:left;
- margin-left:250px;
- margin-top:90px;
- text-align:center;
- color:{color:text};
- margin-bottom:10px;
- }
- #posts {
- border:1px solid {color:border};
- background:{color:post bg};
- padding:20px;
- width:400px;
- margin-top:30px;
- margin-bottom:50px;
- text-align:justify;
- font-size:11px;
- line-height:150%;
- letter-spacing:0px;
- color:{color:text};
- }
- #question {
- padding-bottom:5px;
- font-style:italic;
- text-align:center;
- }
- #asker {
- letter-spacing:1px;
- text-transform:lowercase;
- text-align:center;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;
- }
- .audioinfo {
- margin-left:50px;
- line-height:120%;
- }
- #perma{
- font-family:courier;
- font-size:11px;
- padding: 3px 10px;
- text-transform:normal;
- letter-spacing:1px;
- text-align:center;
- margin-top:5px;
- background-color:{color:perma bg};
- padding:6px;
- padding-bottom:5px;
- }
- #perma a {
- color: {color:link};
- }
- #perma a:hover {
- color: {color:hover};
- }
- #info {
- padding:8px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- background-color:#f6f6f6;
- opacity:0.5px;
- color:{color:text};
- }
- #info a{
- color:{color:link};
- }
- #info a:hover{
- color:{color:hover};
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- border-bottom:1px solid {color:border};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .notes img {
- display:none!important;
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .label {
- font-style:bold;
- font-weight:700;
- margin-right:5px;
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:LinkTitleBG};
- font-size: 11px;
- line-height: 11px;
- font-family: courier;
- 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 bg};
- color:{color:selection text};
- }
- #scrollToTop:link, #scrollToTop:visited {
- display:none;
- position:fixed;
- bottom: 10px;
- right:10px;
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
- <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>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- <div id="thm">
- <div class="top"></div>
- <div id="sidebar">
- <img src="{image:sidebar}">
- <div class="sidelinks">
- <a href="{text:link1 url}" >{text:link1}</a>
- <a href="{text:link2 url}" >{text:link2}</a>
- <a href="{text:link3 url}" >{text:link3}</a>
- <a href="{text:link4 url}" >{text:link4}</a>
- <a href="{text:link5 url}" >{text:link5}</a>
- </div>
- <div class="desc">
- {Description}
- </div>
- {block:IfNotInfiniteScroll}
- {block:IndexPage}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a>
- —
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:IndexPage}
- {/block:IfNotInfiniteScroll}
- </div>
- <div id="entries">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1> — {Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name} »</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- <div class="photo">{block:Photo}<center><img src="{PhotoURL-400}"/></center>{/block:Photo}</div>
- <div class="photo">{block:Photoset}<center>{Photoset-400}</center>{/block:Photoset}</div>
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- <div class="photo">{block:Video}{Video-400}{/block:Video}</div>
- {block:Answer}<div id="question"><img src="http://i926.photobucket.com/albums/ad102/My_originals_album/icons/1335651593_comment.gif"/> <span id="asker">{Asker} asked:</div> </span><i><center>{Question}</center></i><div style="border-top:1px solid {color:border};"></div><center>{Answer}</center>{/block:Answer}
- {block:Audio}
- <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
- <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
- <b>Plays:</b> {PlayCount}
- </a></div>
- {/block:Audio}
- {block:IndexPage}
- <div id="perma">
- {block:IfNotShowTags}
- <div style="text-align:center;"><a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear} </a>
- {/block:IfNotShowTags}
- {block:IfShowTags}
- <div style="text-align:left;"><a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear} </a>|{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}
- {/block:HasTags}{/block:IfShowTags}</div></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="info">
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <br>
- <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
- {block:NoteCount}
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}
- <b>Tags:</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 style="position:fixed;bottom:3px; left:3px; font-size:11px; letter-spacing:1px; font-family:arial; color:{color:link}; padding:8px "><a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a></center>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement