Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-- jquery for tooltips-->
- <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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-----
- theme by amy @chagnki
- if there's any problem, feel free to contact me or something
- base code by animecharacter.tumblr.com
- for help visit:
- tumblr.com/docs/en/custom_themes
- tumblr.com/docs/en/localizing_themes
- w3schools.com
- (please dont send me customization asks)
- please don't disturb the credit! Have a nice day :^)
- ----->
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="image:Custom cursor" content="">
- <meta name="color:Background" content="fff">
- <meta name="color:Post bg" content="fff">
- <meta name="color:Border" content="#000">
- <meta name="color:Text" content="fff">
- <meta name="color:Link" content="fff">
- <meta name="color:Link hover" content="fff">
- <meta name="color:Scrollbar" content="fff">
- <meta name="color:Sidebar link bg" content="fff">
- <meta name="color:Sidebar link shadow" content="fff">
- <meta name="if:400px posts" content=""/>
- <meta name="if:Custom cursor" content=""/>
- <meta name="if:Small cursor" content=""/>
- <meta name="if:Rounded side img" content=""/>
- <meta name="if:Shadow" content=""/>
- <meta name="if:Sidebar right" content=""/>
- <meta name="if:Rounded corners" content=""/>
- <meta name="if:Show tags" content="1"/>
- <meta name="if:Hide captions" content="1"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Link 1" content=""/>
- <meta name="if:Link 2" content=""/>
- <meta name="if:Link 3" content=""/>
- <meta name="if:Full bg" content=""/>
- <meta name="select:Font family" content="arial">
- <meta name="select:Font family" content="courier">
- <meta name="select:Font family" content="verdana">
- <meta name="select:Font family" content="consolas">
- <meta name="select:Font family" content="ms pgothic">
- <meta name="select:Font family" content="lucida sans">
- <meta name="if:Link 1" content=""/>
- <meta name="if:Link 2" content=""/>
- <meta name="if:Link 3" content=""/>
- <meta name="select:Cursor hover" content="pointer">
- <meta name="select:Cursor hover" content="default">
- <meta name="select:Cursor hover" content="help">
- <meta name="select:Cursor hover" content="crosshair">
- <meta name="select:Border" content="solid">
- <meta name="select:Border" content="dotted">
- <meta name="select:Border" content="dashed">
- <meta name="select:Border" content="none">
- <meta name="text:Font size" content="12">
- <meta name="text:Link 1" content="">
- <meta name="text:Link 1 url" content="">
- <meta name="text:Link 2" content="">
- <meta name="text:Link 2 url" content="">
- <meta name="text:Link 3" content="">
- <meta name="text:Link 3 url" content="">
- {block:ifInfinitescroll}<script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>{/block:ifInfinitescroll}
- <style type="text/css">
- {block:ifsmallcursor} *, body {cursor: url(http://i.imgur.com/2qleX.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;} {/block:ifsmallcursor}
- #s-m-t-tooltip {max-width:300px; padding:3px;margin:20px 7px -2px 20px;background-color:{color:Post bg};font-size:11px;text-transform:normal;color:#999;border:1px solid {color:Border};z-index:999999999999999999999999999999999999;letter-spacing:1px;-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15);
- -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15);
- box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15);}
- .odd, .even {font-size:11px;padding:5px;}
- .odd {font-size:11px;padding:5px;background:#eee;}
- ::-webkit-scrollbar {
- width:3px;
- height:0;
- background:{color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:Scrollbar};
- }
- div.notecon::-webkit-scrollbar {
- width:2px;
- height:0;
- }
- div.notecon::-webkit-scrollbar-thumb{
- background:{color:Scrollbar};
- }
- /*
- general text styles, fonts and colours
- */
- body {
- margin:0px;
- background:{color:Background} url('{image:Background}');
- font-family: {select:Font family};
- font-size:{text:Font size}px;
- line-height:140%;
- color: {color:Text};{block:ifFullbg} background-size:cover; {/block:ifFullbg}
- background-attachment:fixed;
- {block:ifCustomcursor}
- cursor: url({image:Custom cursor}), auto;
- {/block:ifCustomcursor}
- }
- p{
- margin:0 0 10px 0;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a{
- color:{color:Link};
- text-decoration:none;
- }
- a:hover{
- text-decoration:underline;
- cursor:{select:Cursor hover};
- {block:ifCustomcursor}
- cursor: url({image:Custom cursor}), auto;
- {/block:ifCustomcursor}
- }
- li{
- margin-left:-15px;
- }
- /*
- containers etc
- */
- #wrapper{
- margin:50px auto;
- margin-left:100px;{block:ifSidebarright}
- margin-left:-80px;{/block:ifSidebarright}
- }
- #sidebar{
- width:150px;
- position:fixed;
- left:100px;
- {block:ifSidebarright}
- left:580px;
- {/block:ifSidebarright}
- }
- #sidebar img{
- border:1px {select:Border} {color:Border};
- padding:10px;
- width:130px;
- background:{color:Post bg};
- margin-bottom:8px;{block:ifShadow}-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
- box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);{/block:ifShadow}
- {block:ifRoundedcorners}-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; {/block:ifRoundedcorners}
- {block:ifRoundedsideimg}border-radius:90px;{/block:ifRoundedsideimg}
- }
- #content{
- width:450px;
- margin-left:200px;
- overflow:hidden;
- }
- .post{
- width:340px;
- {block:if400pxposts}width:400px;{/block:if400pxposts}
- padding:20px;
- border:1px {select:Border} {color:Border};
- margin:0 0 50px 0;
- background:{color:Post bg};
- overflow:hidden;{block:ifShadow}-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
- box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);{/block:ifShadow}
- {block:ifRoundedcorners}-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; {/block:ifRoundedcorners}
- }
- #sidebar img, .post img{
- max-width:100%;
- }
- #notecon{
- width:320px;
- margin-top:30px;
- background:#f6f6f6;
- padding:8px;
- border:1px {select:Border} {color:Border};
- max-height:280px;
- overflow:scroll;
- }
- #nav{
- margin:50px 0 0 0;
- font-size:14px;text-align:center;
- width:340px;{block:if400pxposts}width:400px;{/block:if400pxposts}
- }
- .media{
- margin:0 0 10px 0;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- #navii a{
- text-decoration:none;
- padding:3px;
- border-left:2px solid {color:Sidebar link shadow};
- border-bottom:2px solid {color:Sidebar link shadow};
- background:{color:Sidebar link bg};
- border-right:none;
- border-top:none;
- display:block;
- text-align:center;
- margin-bottom:4px;
- }
- #navii a:hover{
- border-left:none;
- border-bottom:none;
- border-right:2px solid {color:Sidebar link shadow};
- border-top:2px solid {color:Sidebar link shadow};
- }
- .question{
- margin-bottom:10px;
- text-decoration:underline;
- }
- blockquote{
- margin:0 0 10px 2px;
- padding:0 0 0 15px;
- border-left:solid 3px {color:Link};
- }
- .com:last-child{display:none;}
- .post .footer{
- margin:0;
- text-align:left;
- }
- /*
- post notes
- */
- ol.notes{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note img{
- display:none;
- }
- ol.notes li.note{
- margin:0px;
- padding:3px;
- display:block;
- border-bottom:1px dotted {color:Link};
- }
- .video-container {
- position: center;
- overflow: hidden;
- }
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: center;
- max-width:340px;{block:if400pxposts}max-width:400px;{/block:if400pxposts}
- max-height:340px;{block:if400pxposts}max-width:400px;{/block:if400pxposts}
- }
- .video-wrapper {
- max-width:340px;{block:if400pxposts}max-width:400px;{/block:if400pxposts}
- max-height:340px;{block:if400pxposts}max-width:400px;{/block:if400pxposts}
- }
- #al img{
- width:50px;height:50px;
- border:1px {select:Border} {color:Border};
- padding:5px;
- margin-top:-10px;
- margin-bottom:15px;
- }
- #al img:hover{
- opacity:0.6;
- border:1px {select:Border} {color:Border};
- }
- #in{
- float:right;
- font-size:11px;
- }
- #audt{
- margin-top:10px;
- }
- #dede{
- padding-bottom:-4px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <a href="/" title="{Title}"><img src="{image:Sidebar}"></a>
- <p>{block:Description}{Description}{/block:Description}</p>
- <div id="navii">
- <a href="/">1. home</a>
- <a href="/ask">2. ask</a>
- <a href="/archive">3.archive</a>
- {block:ifLink1}<a href="{text:Link 1 url}">4. {text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 url}">5. {text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 url}">6. {text:Link 3}</a>{/block:ifLink3}
- </div></div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
- {block:IndexPage}{block:ifNotHidecaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifNotHideCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div class="media">{Photoset}</div>
- {block:IndexPage}{block:ifNotHidecaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifNotHideCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <div class="media">
- <div class="video-wrapper">
- <div class="video-container">{Video-400}</div>
- </div>
- </div>
- {block:IndexPage}{block:ifNotHidecaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifNotHideCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- <div class="media">
- <div id="in">
- <div id="dede"><div class="abo">{AudioPlayerWhite}</div></div>
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist} by {Artist}{/block:Artist}
- </div></div>
- {block:AlbumArt}<div id="al"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- {block:IndexPage}{block:ifNotHidecaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifNotHideCaptions}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker} said: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="footer">{block:indexpage}
- <a href="{Permalink}"><img style="opacity:0.3;width:10px" src="https://s3.amazonaws.com/user-media.venngage.com/104596-0414428b40cc847b472eba1b29c5756d.png"> {12Hour}:{Minutes} {AmPm}{block:NoteCount}, {NoteCount}N{/block:NoteCount}</a>
- {block:ifShowtags}{block:HasTags} <img style="opacity:0.3;width:10px" src="http://downloadicons.net/sites/default/files/tag-icon-74129.png">
- {block:Tags}<a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
- {/block:Tags}{/block:HasTags}{/block:ifShowtags}{/block:indexpage}
- {block:PermalinkPage}
- posted {Month} {DayOfMonth}{DayofMonthSuffix} {Year}, {TimeAgo} with {NoteCountWithLabel} {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a> {RebloggedFromName}{/block:RebloggedFrom} {block:ContentSource}, originally from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}<br>
- {block:HasTags}tagged as : {block:HasTags}
- {block:Tags}# <a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
- {/block:Tags}{/block:HasTags}{/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}<div id="notecon">{PostNotes}</div>{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- {block:ifnotInfinitescroll}
- {block:Pagination}
- <div id="nav">
- {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifnotInfinitescroll}
- <!--again, DON'T REMOVE/EDIT THE CREDIT. So uhm pls ignore this section and good day!-->
- <a style="bottom:2px;right:2px;background:none;none;position:fixed;padding:2px;font-size:15px;color:{color:Link};text-decoration:none;" href="http://chagnki.tumblr.com/" title="theme">★</a>
- </div>
- </div>
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment