Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----------------------------------------------------------------------
- _ _ _
- | | ____ _(_) __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- |___/
- Apricot theme by Ani (http://kaiguk.tumblr.com/) ฅ^•ﻌ•^ฅ
- If anything goes wrong with the theme, please let me know.
- Please don't remove the credit but tweak all you want.
- Thanks for using my 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="image:Sidebar" content=""/>
- <meta name="image:BG" content=""/>
- <meta name="color:Sidebar bg" content="#ffffff"/>
- <meta name="color:Sidebar img bg" content="#ffffff"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Banner" content="#fcebd5"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#cccccc"/>
- <meta name="color:Hover" content="#666666"/>
- <meta name="color:Blockquote Border" content="#fad6ab"/>
- <meta name="color:Blockquote BG" content="#f6f6f6"/>
- <meta name="color:Post BG" content="#ffffff"/>
- <meta name="color:Perma BG" content="#fff3e4"/>
- <meta name="color:H1 BG" content="#fcebd5"/>
- <meta name="color:Quote" content="#fad6ab"/>
- <meta name="color:Border" content="#cccccc"/>
- <meta name="color:Popup Border" content="#fad6ab"/>
- <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="color:scrollbarbg" content="#fad6ab"/>
- <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 {
- width: 5px;height: 5px;}
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 6px;display: block;background-color: {color:white};}
- ::-webkit-scrollbar-track-piece {
- background-color: {color:scrollbarbg};}
- ::-webkit-scrollbar-thumb:vertical {
- height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
- body {
- background:{color:background};
- background-image:url('{image:bg}');
- background-attachment:fixed;
- margin:0px;
- color:{color:text};
- font-family:arial;
- font-size:9px;
- line-height:150%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:blockquote border};
- background-color:{color:blockquote bg};
- padding:6px;
- }
- h1 {
- font-size:12px;
- word-spacing:2px;
- letter-spacing:1px;
- background-color:{color:h1 bg};
- padding:5px;
- text-transform:normal;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #quota {
- text-align:center;
- font-size:17px;
- font-family:arial;
- color:{color:quote};
- }
- #source{
- text-align:center;
- font-size:11px;
- font-family:arial;
- color:{color:text};
- }
- #rukai {
- width:500px;
- margin-left:320px;
- margin-top:40px;
- font-size:10px;
- padding:16px;
- }
- #yusuke {
- width:500px;
- padding:10px;
- margin-top:50px;
- margin-left:20px;
- background-color:{color:post bg};
- border:3px double {color:border};
- }
- #banner {
- width:100%;
- height:10px;
- top:0px;
- left:0px;
- position:fixed;
- z-index:999999;
- }
- #banner2{
- background-color:{color:banner};
- repeat:repeat-x;
- width:100%;
- height:18px;
- }
- #sidebar {
- width:116px;
- height:230px;
- position:fixed;
- margin-left:160px;
- margin-top:150px;
- background-color:{color:sidebar bg};
- padding:10px;
- color:{color:Sidebar img bg};
- }
- #sidebarimage img {
- width:100px;
- opacity:.80;
- border:solid 1px;
- padding:6px;
- border-color: {color:border};
- background-color:{color:Sidebar};
- }
- .links {
- width:105px;
- height:5px;
- padding: 9px;
- font-size:10px;
- font-family:arial;
- text-align:center;
- margin-top:-2px;
- margin-left:-5px;
- text-align:center;
- text-transform:uppercase;
- word-spacing:2px;
- position:fixed;
- padding-bottom:7px;
- }
- .links a:hover {
- color:{color:Hover};
- }
- .pagi {
- font-size:9px;
- text-transform:normal;
- letter-spacing:3px;
- font-style:normal;
- text-align:center;
- padding-top:70px;
- }
- .pagi a {
- color:{color:link};
- }
- #fade {
- display: none;
- background: #000;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .80;
- 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:gray;
- border:1px solid #f6f6f6;
- padding:3px;
- font-size:11px;
- background:#f4f4fb;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #desc {
- position:fixed;
- font-family:arial;
- line-height:100%;
- font-size:11px;
- width:100px;
- margin-top:20px;
- padding:8px;
- margin-left:0px;
- text-align:justify;
- color:{color:text};
- }
- #renji{
- font-family: arial;
- font-size: 11px;
- padding: 3px 10px;
- text-transform: normal;
- letter-spacing: 1px;
- text-align: center;
- margin-top: 5px;
- border-top:1px solid {color:border};
- background-color:{color:perma bg};
- padding:3px;
- }
- #renji a {
- color: {color:text};
- }
- #renji a:hover {
- color: {color:hover};
- }
- #ichigo {
- padding:8px;
- text-align:justify;
- line-height:15px;
- margin-top:10px;
- background-color:#F6F6F6;
- }
- .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;
- }
- .audio {
- width:500px;
- padding-bottom:10px;
- padding-top:10px;
- padding-left:3px;
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:70px;
- border:1px solid {color:Border};
- padding:5px;
- }
- #question {
- padding-bottom:5px;
- border-bottom:1px solid {color:border};
- font-style:italic;
- }
- #asker {
- letter-spacing:1px;
- text-transform:lowercase;
- }
- #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};
- }
- {CustomCSS}
- </style>
- <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'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!-- here is where you can add your links and stuff to the popup.
- -->
- <div id="popup_name" class="popup_block">
- <center><img src="http://fc07.deviantart.net/fs70/f/2010/159/c/f/Pixel___Icecream_Exercise_by_firstfear.gif">
- <br>
- <font color=#888>Hello, you can type stuff here & add more links if needed.</font></center>
- <br>
- <center>
- <a href="/">LINK TITLE</a>
- <a href="/">LINK TITLE</a>
- <a href="/">LINK TITLE</a>
- <a href="/">LINK TITLE</a>
- <a href="/">LINK TITLE</a>
- <a href="/">LINK TITLE</a>
- </center>
- </div>
- </head>
- <body>
- <div id="banner"><div id="banner2"></div></div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="desc">
- {Description}
- </div>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">mail</a>
- <a href="#?w=500" rel="popup_name" class="poplight">More</a>
- {block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a>
- —
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next<a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <div id="rukai">
- {block:Posts}
- <div id="yusuke">
- {block:Text}{block:Title}<div style="background-color:{color:h1};padding:5px;">{Title}</div>{/block:Title}{Body}<p>{/block:Text}
- {block:Photo}<a href="{Permalink}"><img src="{PhotoURL-500}"></a><p>{/block:Photo}
- {block:Photoset}{Photoset-500}<p>{/block:Photoset}
- {block:Quote}<div id="quota">“{Quote}”</div><p><div id="source"> ̶ {Source}</div><p>{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}<p>{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<p>{/block:Chat}
- {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}<p>
- {/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<p>{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b>{PlayCount} times</div><br>
- <div class="playercontainer">{AudioPlayerWhite}</div></div><p>{/block:Audio}
- {block:Video}{Video-500}<p>{/block:Video}
- {block:Answer}<div id="question"><img style="padding-right:2px;" src="http://i926.photobucket.com/albums/ad102/My_originals_album/stuffies/1335651096_004.png"> <span id="asker">{Asker} said:</span> {Question}</div>
- {Answer}<p>{/block:Answer}
- {block:IndexPage}
- <div id="renji">
- <a href="{Permalink}">{12HourWithZero}:{Minutes} {AmPm} </a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="ichigo">
- {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 under:</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>
- </div>
- <div style="position:fixed;bottom:3px; right:3px; font-size:11px; letter-spacing:1px; font-family:arial;"><a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement