Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Beyond theme by Ani (http://kaiguk.tumblr.com/)
- Please follow the rules by not claiming as your own, using as a base, or removing the credit. If anything goes wrong with the theme, please msg me. Have a wonderful day and happy using!!!
- -->
- <!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="1"/>
- <meta name="if:ShowTags" content="0"/>
- <meta name="color:bold" content="#888888"/>
- <meta name="color:italic" content="#cccccc"/>
- <meta name="color:underline" content="#eeeeee"/>
- <meta name="color:bg" content="#ffffff"/>
- <meta name="color:text" content="#9a9a9a"/>
- <meta name="color:link" content="#cccccc"/>
- <meta name="color:hover" content="#dddddd"/>
- <meta name="color:border" content="#eeeeee"/>
- <meta name="color:Popup Border" content="#eeeeee"/>
- <meta name="color:blockquote color" content="#666666"/>
- <meta name="color:post borders" content="#eeeeee"/>
- <meta name="color:post bg" content="#f6f6f6"/>
- <meta name="color:post bg 2" content="#f6f6f6"/>
- <meta name="color:caption bg" content="#fbfbfb"/>
- <meta name="color:caption border" content="#f6f6f6"/>
- <meta name="color:caption" content="#cccccc"/>
- <meta name="color:scrollbar bg" content="#6b6d6d"/>
- <meta name="color:linktitlebg" content="#eeeeee"/>
- <meta name="color:linktitletext" content="#888888"/>
- <meta name="color:selection text" content="#888888"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="image:post bg" content=""/>
- <meta name="image:totop" content=""/>
- <meta name="text:title text" content="title">
- <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" />
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar bg};
- }
- ::-webkit-scrollbar {
- height:5px;
- width:10px;
- padding-right:2px;
- background-color:#fff;
- }
- body {
- background:{color:bg};
- background-image:url('{image:bg}');
- background-attachment:fixed;
- color:{color:text};
- font-family:arial;
- font-size:11px;
- word-spacing:1px;
- line-height:200%;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- a:hover {
- color:{color:hover};
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- b,strong{
- color:{color:bold};
- }
- i,em{
- color:{color:italic};
- }
- u{
- color:{color:underline};
- }
- blockquote {
- padding:10px;
- border-radius:3px;
- border:2px solid #eee;
- background:{color:blockquote color};
- }
- h1 {
- font-size:12px;
- text-align:left;
- font-family:arial;
- letter-spacing:1px;
- color:{color:text};
- }
- h2 {
- font-size:12px;
- font-family:arial;
- text-align:left;
- letter-spacing:1px;
- color:{color:text};
- }
- #head {
- top:0px;
- left:100px;
- width:20px;
- height:1000%;
- background-color:{color:post borders};
- position:fixed;
- }
- #head2 {
- top:0px;
- left:617px;
- width:20px;
- height:1000%;
- background-color:{color:post borders};
- position:fixed;
- }
- #fade {
- display: none;
- background: #fff;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- border:7px solid {color:popup border};
- background: #FFFFFF;
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- }
- .popup_block a{
- color:{color:text};
- padding:5px;
- font-size:12px;
- }
- .popup_block a:hover{
- color:{color:hover}
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #sidebar {
- width:250px;
- position:fixed;
- margin-left:700px;
- margin-top:190px;
- }
- #title {
- margin-top:-5px;
- margin-left:-17px;
- letter-spacing:0px;
- font-family:arial;
- font-size:18px;
- text-transform:lowercase;
- font-weight:bold;
- padding:4px;
- position:fixed;
- text-align:left;
- word-wrap: break-word;
- }
- #title a{
- color:{color:link};
- }
- #title a:hover{
- cursor:crosshair;
- }
- #sidebarimage {
- position:fixed;
- width:200px;
- height:112px;
- }
- #sidebarimage img {
- width:210px;
- height:115px;
- margin-left:-11px;
- margin-top:0px;
- }
- #links {
- margin-top:120px;
- margin-right:45px;
- font-family:arial;
- word-spacing:1px;
- letter-spacing:1px;
- font-size:12px;
- text-align:right;
- }
- #links a {
- padding:7px;
- color:{color:link};
- }
- #links a:hover {
- color:{color:hover};
- }
- #description {
- width:200px;
- font-size:11px;
- padding:5px;
- text-align:justify;
- letter-spacing:1px;
- line-height:140%;
- margin-left:-8px;
- margin-top:-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 bg};
- color:{color:selection text};
- }
- #scrollToTop:link, #scrollToTop:visited {
- display:none;
- position:fixed;
- bottom: 10px;
- right:10px;
- }
- #entries {
- width:400px;
- background:{color:post bg 2};
- background-image:url('{image:post bg}');
- background-attachment:fixed;
- padding:55px;
- margin-top:-10px;
- margin-left:110px;
- }
- #post {
- width:400px;
- padding:10px;
- margin-left:-17px;
- margin-bottom:30px;
- border:2px solid {color:border};
- background:{color:post bg};
- }
- .perma {
- text-align:right;
- margin-top:20px;
- margin-left:-10px;
- font-size:15px;
- }
- .perma a {
- color:{color:link};
- font-style:bold;
- font-weight:bold;
- }
- .perma a:hover {
- color:{color:hover};
- cursor:crosshair;
- }
- #permainfo {
- padding:10px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- height:auto;
- background-color:{color:caption bg};
- border:3px solid {color:caption border};
- }
- {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}
- {block:IfShowTags}
- .tags {
- margin-left:-3px;
- padding:2px;
- font-family:arial;
- letter-spacing:0px;
- font-size:11px;
- text-align:left;
- }
- .tags a {
- color:{color:link};
- }
- .tags a:hover {
- color:{color:hover};
- }
- {/block:IfShowTags}
- {block:IfNotShowTags}
- .tags {
- display:none;
- }
- {/block:IfNotShowTags}
- .note {
- width:400px;
- margin-top:40px;
- font-family:arial;
- text-transform:lowercase;
- font-style:normal;
- letter-spacing:0px;
- font-size:11px;
- text-align:left;
- list-style:none;
- }
- .note img {
- display:none!important;
- }
- #question {
- padding-bottom:5px;
- border-bottom:1px solid {color:border};
- }
- #asker {
- letter-spacing:1px;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- border:3px solid {color:post borders};
- }
- .audioinfo {
- margin-left:50px;
- line-height:120%;
- }
- #huh {
- font-size:12px;
- line-height:150%;
- letter-spacing:0px;
- left:10px;
- bottom:10px;
- position:fixed;
- font-style:italic;
- text-align:center;
- }
- #huh a {
- padding:3px;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}
- </style>
- <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>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/5844e1c7b56de6b9d69754dc52852619/tumblr_inline_n5sqkqtVpr1sbfysw.gif" class="btn_close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove();
- });
- return false;
- });
- });
- </script>
- <!-- hey you, yeah you..this is where you add your shit.
- -->
- <div id="popup_name" class="popup_block">
- <br>
- <div style="font-size:11px; text-align:center;">You can type stuff here</div>
- <div style="margin-left:85px;">
- <a href="{text:link 1 URL}">{text:link 1}</a>
- <a href="{text:link 2 URL}">{text:link 2}</a>
- <a href="{text:link 3 URL}">{text:link 3}</a>
- <a href="{text:link 4 URL}">{text:link 4}</a>
- <a href="{text:link 5 URL}">{text:link 5}</a>
- <a href="{text:link 6 URL}">{text:link 6}</a>
- <a href="{text:link 7 URL}">{text:link 7}</a>
- </div>
- </div>
- </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>
- <div id="head2"></div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="links">
- <div id="title"><a href="#?w=500" rel="popup_name" class="poplight">{text:title text}</a></div>
- <a href="/">Home</a>
- <a href="/ask">Msg</a>
- <a href="/archive">Past</a>
- </div>
- <div id="description">{Description}</div>
- </div>
- <div id="entries">
- {block:Posts}
- <div class="autopagerize_page_element">
- <div id="post">
- {block:Text}<h1>{block:Title}<big>{Title}</big>{/block:Title}</h1>{Body}{/block:Text}
- {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block: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-400}
- {block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}{/block:Video}
- {block:Photo}<img src="{PhotoURL-400}">
- {block:IndexPage}
- {block:Caption}<div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:IndexPage}{/block:Photo}
- {block:Photoset}{Photoset-400}
- {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}
- <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:Answer}<div id="question"><img style="padding-right:2px" src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/Lapis1.gif">
- <span id="asker">{Asker} said: </span>{Question}</div><div style="color:{color:text}; font-size:11px;">{Answer}</div>{/block:Answer}
- {block:IndexPage}
- {block:Date}<div class="perma"> <a href="{Permalink}">{12Hour} : {Minutes} {AMPM}</a></div>{/block:Date}
- {block:IfShowTags}
- <div style="border-bottom:1px solid {color:border};"></div>
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="permainfo">
- {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>Tagged:</b>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="huh"><a href="http://kaiguk.tumblr.com" title="theme by ani">KG</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement