Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- 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}
- <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:1,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".linkie").hide();
- $(".links_title").click(function(){
- $(this).next(".linkie").slideToggle('fast');
- }); }); </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image: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:Favicon" content="">
- <meta name="image:Right image" content="">
- <meta name="image:Left image" content="">
- <meta name="color:Background" content="fff">
- <meta name="color:Post bg" content="fff">
- <meta name="color:Sidebar bg" content="fff">
- <meta name="color:Border" content="fff">
- <meta name="color:Scrollbar" content="#529ecc">
- <meta name="color:Text" content="fff">
- <meta name="color:Link" content="fff">
- <meta name="color:Link bg" content="fff">
- <meta name="color:Link hover" content="fff">
- <meta name="color:Link hover bg" content="fff">
- <meta name="color:Footer" content="fff">
- <meta name="color:Button bg" content="fff">
- <meta name="color:Highlight" content="fff">
- <meta name="color:Highlight text" content="fff">
- <meta name="if:250px" content=""/>
- <meta name="if:400px" content=""/>
- <meta name="if:Transparent" content=""/>
- <meta name="if:Full bg" content=""/>
- <meta name="if:Shadow" content=""/>
- <meta name="if:Link bgs" content=""/>
- <meta name="if:Small cursor" content=""/>
- <meta name="if:Footer border" content=""/>
- <meta name="if:Footer bg" content=""/>
- <meta name="if:Sidebar right" content=""/>
- <meta name="if:Rounded corners" content=""/>
- <meta name="if:Rounded side img" content=""/>
- <meta name="select:Border" content="solid">
- <meta name="select:Border" content="dashed">
- <meta name="select:Border" content="dotted">
- <meta name="select:Font" content="arial">
- <meta name="select:Font" content="courier">
- <meta name="select:Font" content="verdana">
- <meta name="select:Font" content="consolas">
- <meta name="select:Font" content="ms pgothic">
- <meta name="select:Font" content="lucida sans">
- <meta name="select:Footer text" content="left">
- <meta name="select:Footer text" content="center">
- <meta name="select:Footer text" content="right">
- <meta name="text:Font size" content="12">
- <meta name="text:Sidebar margin top" content="130">
- <meta name="text:Link divider" content="/">
- <meta name="text:Tag symbol" content="+">
- <meta name="text:Perma symbol" content="-">
- <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="">
- <meta name="text:Right image width" content=""/>
- <meta name="text:Left image width" content=""/>
- <meta name="text:Right image margin left" content="0"/>
- <meta name="text:Right image margin bottom" content="0"/>
- <meta name="text:Left image margin left" content="0"/>
- <meta name="text:Left image margin bottom" content="0"/>
- <style type="text/css">
- ::selection {
- background: {color:Highlight};
- color: {color:Highlight text};
- }
- ::-moz-selection {
- background: {color:Highlight};
- color: {color:Highlight text};
- }
- {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;background-color: #fff;border:1px dotted #000000;font-size:10px;color: #000000;letter-spacing:1px;text-transform:normal;padding:3px;margin:15px 0px 0px 15px;z-index:999;}
- /*
- general text styles, fonts and colours
- */
- body {
- margin:0px;
- background:url('{image:Background}');
- background-color:{color:Background};
- {block:ifFullbg} background-size:cover; {/block:ifFullbg}
- background-attachment:fixed;
- font-family: {select:Font};
- font-size:{text:Font size}px;
- line-height:140%;
- color: {color:Text};
- }
- 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;
- {block:ifLinkbgs}
- background:{color:Link bg};
- {/block:ifLinkbgs}
- -webkit-transition: 0.6s ease;transition: 0.6s ease;
- -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
- }
- a:hover{
- {block:ifLinkbgs}
- background:{color:Link hover bg};
- {/block:ifLinkbgs}
- color:{color:Link hover};
- -webkit-transition: 0.6s ease;transition: 0.6s ease;
- -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
- }
- li{
- margin-left:-15px;
- }
- .com:last-child{display:none;}
- ::-webkit-scrollbar {
- width:9px;
- height:0;
- background:{color:Scrollbar};
- border-left:4px solid {color:Background};
- border-right:4px solid {color:Background};
- border-bottom:2px solid {color:Background};
- border-top:2px solid {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:Scrollbar};
- border:1px solid {color:Background};
- }
- div.notebox::-webkit-scrollbar {
- width:9px;
- height:0;
- background:{color:Text};
- border-left:4px solid {color:Footer bg};
- border-right:4px solid {color:Footer bg};
- border-bottom:2px solid {color:Footer bg};
- border-top:2px solid {color:Footer bg};
- }
- div.notebox::-webkit-scrollbar-thumb {
- background:{color:Scrollbar};
- border:1px solid {color:Footer bg};
- }
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- width:110px;
- position:fixed;
- {block:ifSidebarright} {block:if250px}right:180px;{block:if250px} {block:if400px}right:100px;{/block:if400px} {/block:ifSidebarright}
- margin-top:{text:Sidebar margin top}px;
- text-align:center;
- {block:ifnotTransparent}border: 1px {select:Border} {color:Border};
- padding:10px; {block:ifShadow}-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);{/block:ifShadow}
- background:{color:Sidebar bg};
- {block:ifRoundedcorners}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifRoundedcorners}
- {/block:ifnotTransparent}
- }
- #content{
- width:{block:if250px}270px;{/block:if250px} {block:if400px}420px;{/block:if400px};
- margin-left:200px;
- overflow:hidden;
- padding:10px;
- }
- .post{
- width:{block:if250px}250px;{/block:if250px} {block:if400px}400px;{/block:if400px};
- margin:0 0 50px 0;
- overflow:hidden;
- text-align:justify;
- {block:ifnotTransparent}
- padding:10px;
- border:1px {select:Border} {color:Border};
- background-color: {color:post bg};
- {block:ifShadow}-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
- box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);{/block:ifShadow}
- {/block:ifnotTransparent}
- {block:ifRoundedcorners}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifRoundedcorners}
- }
- #sidebar img, .post img{
- max-width:100%;
- }
- #sidebar img{
- {block:ifRoundedsideimg}
- border-radius:80px;
- {/block:ifRoundedsideimg}
- }
- #nav{
- margin:50px 0 0 0;
- }
- /*
- content in the body of the posts - quotes, asks, etc
- "media" contains photos, photosets, videos, audio posts
- */
- .media{
- margin:0 0 10px 0;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- border-bottom: 1px solid {color:Border};
- padding:3px;
- text-align:center;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- border:1px dashed {color:Border};
- padding:10px;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px #000;
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:{select:Footer text};
- {block:ifFooterborder}
- border: 1px {select:Border} {color:Border};
- {/block:ifFooterborder}
- padding:5px;
- {block:ifFooterbg}
- background:{color:Footer};
- {/block:ifFooterbg}
- {block:ifRoundedcorners}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifRoundedcorners}
- }
- /*
- post notes
- */
- ol.notes{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note img{
- width:16px;
- height:16px;
- }
- ol.notes li.note{
- margin:0px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <img src="{image:Sidebar}">
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- <div id="links">
- <center>
- <a href="/">home</a> {text:Link divider}
- <a href="/ask">mail</a>
- {block:ifLink1} {text:Link divider} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2} {text:Link divider} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3} {text:Link divider} <a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
- </center>
- </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"><img src="{PhotoURL-HighRes}" width="{block:if250px}250{/block:if250px} {block:if400px}400{/block:if400px}"/></div>
- {block:Caption}<div id="caption">{caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="media">{block:if250px}{Photoset-250}{/block:if250px} {block:if400px}{Photoset-400}{/block:if400px}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:indexpage}
- {/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">{block:if250px}{Video-250}{/block:if250px} {block:if400px}{Video-400}{/block:if400px}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="media">
- {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- {block:Album}{Album}{/block:Album}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker} said : {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="footer">
- ( <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:RebloggedFrom}{text:Perma symbol} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource}{text:Perma symbol} <a href="{SourceURL}">source</a>{/block:ContentSource} )
- {block:HasTags}<br>{block:Tags}{text:Tag symbol} <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="nav">
- {block:PreviousPage} <a href="{PreviousPage}" title="earlier posts">←prev</a>
- {/block:PreviousPage}
- {block:NextPage} <a href="{NextPage}" title="later posts">next→</a> {/block:NextPage} </div>
- {/block:Pagination}
- <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>
- <div id="imageright" style="position:fixed; bottom:{text:right image margin bottom}px; right:{text:right image margin left}px; z-index:-1;"><img src="{image:Right Image}"width="{text:right image width}"></div>
- <div id="imageleft" style="position:fixed; bottom:{text:left image margin bottom}px; z-index:-1; left:{text:left image margin left}px;"><img src="{image:Left Image}"width="{text:left image width}"></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