Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- theme 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>
- <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>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".slid").hide();
- $(".links_title").click(function(){
- $(this).next(".slid").slideToggle('medium');
- }); }); </script>
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="image:Favicon" content="">
- <meta name="image:Left image" content="">
- <meta name="image:Right 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:Scrollbar" content="fff">
- <meta name="color:Highlight" content="fff">
- <meta name="color:Highlight text" content="fff">
- <meta name="color:Footer" content="fff">
- <meta name="color:Border" content="fff">
- <meta name="color:Text" content="fff">
- <meta name="color:Bold" content="fff">
- <meta name="color:Italic" content="fff">
- <meta name="color:Link" content="fff">
- <meta name="color:Link hover" content="fff">
- <meta name="color:Menu button bg" content="fff">
- <meta name="if:400px" content="1"/>
- <meta name="if:250px" content=""/>
- <meta name="if:Sidebar right" content=""/>
- <meta name="if:Transparent" content=""/>
- <meta name="if:Grayscale" content=""/>
- <meta name="if:Shadow" content=""/>
- <meta name="if:Rounded corners" content=""/>
- <meta name="if:Full bg" content=""/>
- <meta name="if:Sidebar pic" content="1"/>
- <meta name="if:Footer 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="select:Footer text" content="left">
- <meta name="select:Footer text" content="center">
- <meta name="select:Footer text" content="right">
- <meta name="select:Border" content="solid">
- <meta name="select:Border" content="dotted">
- <meta name="select:Border" content="dashed">
- <meta name="text:Font size" content="12">
- <meta name="text:Tag 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};
- }
- #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:{color:Background} url({image:Background});
- background-attachment:fixed;
- font-family:{select:Font family};
- font-size:{text:Font size}px;
- line-height:140%;
- color: {color:Text};
- {block:ifFullbg}background: {color:Background} url('{image:Background}') no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:ifFullbg}
- }
- 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;
- -webkit-transition: 0.3s ease;transition: 0.3s ease;
- -o-transition: 0.3s ease;-moz-transition: 0.3s ease;
- }
- a:hover{
- color:{color:Link hover};
- -webkit-transition: 0.3s ease;transition: 0.3s ease;
- -o-transition: 0.3s ease;-moz-transition: 0.3s ease;
- }
- i {
- color: {color:Italic};
- }
- b {
- color: {color:Bold};
- }
- 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};
- }
- #buttons a{
- background:{color:Buttons};
- padding:3px;
- line-height:25px;
- border:1px dotted {color:Border};
- }
- #buttons a:hover {
- opacity:.5;
- text-decoration:none;
- }
- /*
- containers etc
- */
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- width:110px;
- position:fixed;
- margin-top:100px;
- {block:ifSidebarright} {block:if250px}right:180px;{block:if250px} {block:if400px}right:100px;{/block:if400px} {/block:ifSidebarright}
- {block:ifnotTransparent}
- border: 1px {select:Border} {color:Border};
- background: {color:Sidebar 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}
- padding:10px;
- {/block:ifnotTransparent}
- text-align:center;
- {block:ifRoundedcorners}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifRoundedcorners}
- }
- #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;
- padding:10px;
- {block:ifnotTransparent} background:{color:Post bg}; 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}{/block:ifnotTransparent}
- {block:ifRoundedcorners}-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; {/block:ifRoundedcorners}
- }
- {block:ifGrayscale}
- .post img {
- -webkit-filter: grayscale(100%);
- }
- .post img {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all .25s;
- ...
- }
- .post img:hover {
- -webkit-filter: grayscale(0);
- }
- .html_photoset {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all .25s;
- ...
- }
- .html_photoset:hover {
- -webkit-filter: grayscale(0);
- }
- {/block:ifGrayscale}
- #sidebar img, .post img{
- max-width:100%;
- height:auto;
- }
- #slid {position:relative;display: block;padding:3px;margin:auto;width:100px;line-height: 140%;font-size: 12px;letter-spacing: 1px;word-spacing:3px;word-wrap: break-word;}#slid a {border-bottom: 1px solid {color:link underline};}
- .slid{ position:relative;display: block;padding:3px;margin:auto;width:100px;line-height: 140%;font-size: 12px;letter-spacing: 1px;word-spacing:3px;word-wrap: break-word; margin-top:-10px;padding-bottom: 10px;}
- #nav{
- margin:50px 0 0 0;
- background:white;
- padding:5px;
- text-align:center;
- border: 1px {select:Border} {color:Border};
- }
- .links {margin:auto; margin-top: -5px; padding:0px; width:100px;} .links_title {padding-top:2px; padding-bottom:2px; position:relative;text-align:center;color: {color:Text};width: 100px;border:1px solid {color:Border};background-color: {color:Menu button bg};cursor:help;text-transform:lowercase}
- .media{
- margin:0 0 0px 0;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- text-align:center;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- line-height:22px;
- padding:0 5px;
- }
- .quotesource{
- margin-bottom:10px;
- }
- .question{
- margin-bottom:10px;
- padding-bottom:10px;
- border-bottom: 1px solid {color:Text};
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px {color:text};
- }
- #audio .player{background:#fff;height:26px;width:26px;padding:2px;overflow:hidden;position:absolute;margin-top:8px;margin-left:8px;border:2px solid #fff;opacity:0.8;z-index:2;}
- .art{width:50px;height:50px; position:absolute;display:block;z-index:1;}
- .art img{width:50px;height:50px;}
- .songtitle{margin-left:60px;height:40px;padding:5px 10px;border-left:1px solid {color:Border};line-height:13px;overflow:hidden;font-size:10px;}
- #shindou{position:fixed;bottom:10px;right:10px;z-index:999;background:{color:Post bg};padding:1px 5px;opacity:0.95;}
- #shindou a{text-decoration:none;color:{color:Link};}
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:left;
- {block:ifFooterbg} background:{color:Footer} {/block:ifFooterbg};
- text-align: {select:Footer text};
- padding:5px;
- {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:10px;
- height:10px;
- margin-right:10px;
- margin-bottom:-2px;
- }
- ol.notes li.note{
- margin:0px;
- }
- ol.notes li.note blockquote{
- margin:5px 0 0 20px;
- padding:0 0 0 10px;
- border-left:solid 1px {color:footer text};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- {block:ifSidebarpic}<div id="pic"><a href="/"/><img src="{image:sidebar}"/></a></div>{/block:ifSidebarpic}
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- <div class="links">
- <p class="links_title">navigation</p>
- <div class="slid">
- <center>
- <a href="/ask">mail</a>
- <a href="/archive">archive</a>
- <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>
- </center>
- </div>
- </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">{Video-400}</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}: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="footer">
- <a href="{Permalink}">{TimeAgo}{block:NoteCount}</a> ({NoteCountWithLabel}){/block:NoteCount}
- {block:RebloggedFrom}<br> <a href="{ReblogParentURL}">via </a>•{/block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}">source </a>•{/block:ContentSource} <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
- {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}
- </div>
- </div>
- <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 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