Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <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(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <!--- bana theme by sunny ∠( ᐛ 」∠)_
- yeolumrain.tumblr.com
- feel free to tweak/edit this theme as much as you'd like!
- but do NOT use as a base code/redistribute this code
- or claim as your own ≖‿≖
- and don't remove the credits!
- that's it, have a nice day! --->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Post BG" content="#ffffff" />
- <meta name="color:Text" content="#bbbbbb" />
- <meta name="color:Title" content="#777777" />
- <meta name="color:Menu Links" content="#bbbbbb" />
- <meta name="color:Links" content="#dde6f6" />
- <meta name="color:Links Hover" content="#dddddd" />
- <meta name="color:Borders" content="#eeeeee" />
- <meta name="color:Outer Border" content="#eeeeee" />
- <meta name="color:Scrollbar" content="#eeeeee" />
- <meta name="color:Scrollbar BG" content="#ffffff" />
- <meta name="color:Selection Text" content="#777777" />
- <meta name="color:Selection BG" content="#fafafa" />
- <meta name="if:InnerBG" content="0"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="if:ShowCaption" content="0"/>
- <meta name="text:Link 1" content="Link 1"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content="Link 2"/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <style type="text/css">
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{
- top: 0%!important;
- right:0%!important;
- position: fixed!important;
- z-index:9999999!important;
- opacity: 0.3;
- -moz-filter: invert(100%);
- -webkit-filter: invert(100%);
- -o-filter: invert(100%);
- background: #000;
- }
- #s-m-t-tooltip{
- max-width: 200px;
- padding: 5px;
- margin: 7px;
- background: #fff;
- font: 8px trebuchet ms;
- letter-spacing: 2px;
- color: {color:Text};
- border-top: 1px solid {color:Borders};
- border-bottom: 1px solid {color:Borders};
- z-index: 9999999;
- }
- ::-webkit-scrollbar{
- height: auto;
- width: 11px;
- }
- ::-webkit-scrollbar-track-piece{
- background-color: {color:Scrollbar BG};
- }
- ::-webkit-scrollbar-thumb{
- background-color: {color:Scrollbar};
- border: 5px solid {color:Scrollbar BG};
- }
- ::selection {
- background: {color:Selection BG};
- color: {color:Selection Text};
- }
- ::-moz-selection {
- background: {color:Selection BG};
- color: {color:Selection Text};
- }
- ::-webkit-selection {
- background: {color:Selection BG};
- color: {color:Selection Text};
- }
- *, body, a{
- cursor: url('http://i.imgur.com/2qleX.jpg'), auto;
- }
- a:hover{
- cursor: url('http://i.imgur.com/IepP2.jpg'), auto;
- }
- a{
- color: {color:Links};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- a:hover{
- color: {color:Links Hover};
- }
- body{
- margin: 0px;
- padding: 0px;
- font: 9px lucida console;
- letter-spacing: 1px;
- color: {color:Text};
- {block:ifnotInnerBG}
- background: {color:Background} url('{image:Background}');
- {/block:ifnotInnerBG}
- {block:ifInnerBG}
- background: transparent;
- {/block:ifInnerBG}
- }
- img{
- opacity: 0.7;
- filter: alpha(opacity=70);
- -moz-opacity: 0.7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition-duration: all 0.5s ease-in-out;
- }
- img:hover{
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- }
- #sidebar{
- position: absolute;
- margin-top: 50px;
- margin-left: 40px;
- width: 150px;
- }
- #sidebar img{
- width: 130px;
- margin: 10px 0;
- padding: 10px;
- border: 1px solid {color:Borders};
- background: {color:Post BG};
- }
- #name{
- margin-bottom: 5px;
- padding: 10px;
- font-size: 12px;
- letter-spacing: 2px;
- text-align: center;
- text-transform: uppercase;
- color: {color:Title};
- border: 1px solid {color:Borders};
- background: {color:Post BG};
- }
- #desc{
- max-height: 44px;
- {block:ifSidebarImage}
- margin: 5px 0;
- {/block:ifSidebarImage}
- {block:ifnotSidebarImage}
- margin-top: 10px;
- {/block:ifnotSidebarImage}
- padding: 10px;
- overflow-y: auto;
- overflow-x: hidden;
- border: 1px solid {color:Borders};
- background: {color:Post BG};
- }
- #navi{
- margin: 10px 0;
- font-size: 8px;
- text-transform: uppercase;
- border: 1px solid {color:Borders};
- background: {color:Post BG};
- }
- #navi img{
- width: auto;
- margin: 0;
- padding: 0;
- border: 0;
- }
- #navi a{
- color: {color:Menu Links};
- text-decoration: none;
- }
- #navi a:hover{
- color: {color:Links Hover};
- }
- #bana{
- display: block;
- padding: 5px;
- text-align: right;
- border-bottom: 1px solid {color:Borders};
- }
- .page{
- margin-top: 10px;
- padding: 7px;
- font-size: 8px;
- letter-spacing: 1px;
- text-align: center;
- text-transform: uppercase;
- color: {color:Links};
- border: 1px solid {color:Borders};
- background: {color:Post BG};
- }
- .page a{
- text-decoration: none;
- }
- #main{
- position: relative;
- margin: 70px auto 0px auto;
- height: 500px;
- width: 700px;
- border: 1px dashed {color:Outer Border};
- {block:ifInnerBG}
- background: {color:Background} url('{image:Background}');
- {/block:ifInnerBG}
- {block:ifnotInnerBG}
- background: {color:Post BG};
- {/block:ifnotInnerBG}
- }
- #diary{
- margin-top: 50px;
- margin-left: 250px;
- max-height: 400px;
- width: 400px;
- overflow-y: auto;
- overflow-x: hidden;
- border: 1px solid {color:Borders};
- background: {color:Post BG};
- }
- .entry{
- margin: 50px auto;
- padding: 10px;
- width: 250px;
- color: {color:Text};
- background: {color:Post BG};
- border: 1px solid {color:Borders};
- }
- .photoset{
- opacity: 0.7;
- filter: alpha(opacity=70);
- -moz-opacity: 0.7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition-duration: all 0.5s ease-in-out;
- }
- .photoset:hover{
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- }
- #title{
- font-size: 11px;
- letter-spacing: 1px;
- color: {color:Title};
- }
- #quote{
- font-style: italic;
- letter-spacing: 1px;
- }
- .caption{
- display: block;
- word-wrap: break-word;
- margin-top: 5px;
- }
- #audio{
- overflow: hidden;
- height: auto;
- width: auto;
- margin: 10px;
- z-index: 999;
- }
- #albumart{
- float: left;
- opacity: 0.9;
- filter: alpha(opacity=90);
- -moz-opacity: 0.9;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- margin-right: 5px;
- }
- #audiodesc{
- overflow: auto;
- margin-top: 20px;
- line-height: 10px;
- }
- #info{
- {block:IndexPage}
- width: 250px;
- font-size: 8px;
- text-align: right;
- text-transform: uppercase;
- {/block:IndexPage}
- {block:PermalinkPage}
- font-size: 9px;
- {/block:PermalinkPage}
- margin-top: 10px;
- margin-bottom: -10px;
- padding: 5px 0;
- letter-spacing: 2px;
- border-top: 1px dashed {color:Borders};
- }
- #info a{
- text-decoration: none;
- }
- #note{
- width: 250px;
- margin-left: -20px;
- padding: 0;
- letter-spacing: 1px;
- line-height: 11px;
- }
- #note img{
- display: none;
- }
- blockquote{
- padding-left: 3px;
- border-left: 2px solid #bbb;
- }
- #credit{
- position: fixed;
- bottom: 10px;
- right: 10px;
- font-size: 9px;
- color: #aaa;
- text-decoration: none;
- opacity: 0.8;
- filter: alpha(opacity=80);
- -moz-opacity: 0.8;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- #credit:hover{
- font-style: normal;
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- }
- </style>
- {block:ifInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScroll}
- </head>
- <body>
- <a href="http://yeolumrain.tumblr.com" title="theme by sunny" id="credit">•ᴥ•</a>
- <div id="main">
- <div id="sidebar">
- <div id="name">{Title}</div>
- <center>{block:ifSidebarimage}<img src="{image:Sidebar}" />{/block:ifSidebarimage}</center>
- <div id="desc">{block:Description}{Description}{/block:Description}</div>
- <div id="navi">
- <a href="/" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">refresh</a>
- <a href="/ask" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">mailbox</a>
- <a href="/archive" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">calendar</a>
- {block:ifLink1}<a href="{text:Link 1 URL}" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" id="bana"><img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">{text:Link 2}</a>{/block:ifLink2}
- </div>
- {block:ifnotInfiniteScroll}
- {block:Pagination}<div class="page">
- {block:PreviousPage}<a href="{PreviousPage}">Back </a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}{PageNumber}{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}"> {PageNumber} </a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}"> Next</a>{/block:NextPage}
- </div>{/block:Pagination}
- {/block:ifnotInfiniteScroll}
- </div>
- <div id="diary">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-250}" border="0" width="250px"/>
- {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">{Photoset-250}</div>
- {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div id="quote">"{Quote}"</div><br>
- {block:Source}<div align="right">- {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="title"><a href="{URL}" target="{Target}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div id="title">{Title}</div>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}" width="50"></div>{/block:AlbumArt}<div id ="audio">{AudioPlayerWhite}</div>
- <div id="audiodesc">
- {block:TrackName}
- Track: {TrackName}<br>
- {/block:TrackName}
- {block:Artist}
- Artist: {Artist}<br>
- {/block:Artist}
- {block:Album}
- Album: {Album}
- {/block:Album}
- </div>
- {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- {Asker} asked: {Question}
- <div style="margin-top: 10px;">{Answer}</div>
- {/block:Answer}
- {block:Video}
- {Video-250}
- {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
- {/block:Video}
- <div id="info">
- {block:IndexPage}
- {block:Date}
- <img src="http://i122.photobucket.com/albums/o260/mhilka/iconesagenda/mini-icone19.gif" align="left">
- <a href="{Permalink}">{NoteCountWithLabel}</a>.<a href="{ReblogURL}" target="_blank">reblog</a>
- {/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- <div id="title" style="margin-top:5px;">{DayOfWeek} {Month} {DayOfMonth}</div><br>
- {NoteCountWithLabel} .
- {/block:Date}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a> .
- <a href="{ReblogRootURL}">source</a>
- {/block:RebloggedFrom}
- {block:HasTags}
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}<br>
- {/block:HasTags}
- {block:PostNotes}
- <div id="note"> {PostNotes}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment