Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- theme 8 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>
- <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 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('fast');
- }); }); </script>
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="image:Left image" content="">
- <meta name="image:Right image" content="">
- <meta name="color:Background" content="#fff">
- <meta name="color:Text" content="fff">
- <meta name="color:Border" content="fff">
- <meta name="color:Link" content="fff">
- <meta name="color:Link hover" content="fff">
- <meta name="color:Post bg" content="fff">
- <meta name="color:Sidebar bg" content="fff">
- <meta name="color:Footer" content="fff">
- <meta name="color:Buttons" content="fff">
- <meta name="color:Dropdown" content="fff">
- <meta name="select:Border" content="solid">
- <meta name="select:Border" content="dotted">
- <meta name="select:Border" content="dashed">
- <meta name="select:Font" content="arial">
- <meta name="select:Font" content="courier">
- <meta name="select:Font" content="consolas">
- <meta name="select:Font" content="ms pgothic">
- <meta name="select:Footer border" content="solid">
- <meta name="select:Footer border" content="dotted">
- <meta name="select:Footer border" content="dashed">
- <meta name="if:250px" content=""/>
- <meta name="if:400px" content="1">
- <meta name="if:Full bg" content=""/>
- <meta name="if:Sidebar right" content=""/>
- <meta name="if:Default links" content=""/>
- <meta name="if:Button links" content=""/>
- <meta name="if:Sliding links" content=""/>
- <meta name="if:Dropdown links" content=""/>
- <meta name="if:Hover links" content=""/>
- <meta name="if:Transparent" content=""/>
- <meta name="if:Shadow" content=""/>
- <meta name="if:Rounded corners" content/>
- <meta name="if:Small cursor" content=""/>
- <meta name="if:Double border" content=""/>
- <meta name="if:Footer bg" content=""/>
- <meta name="if:Footer border" content=""/>
- <meta name="if:Sidebar img round" content=""/>
- <meta name="if:sidebar img border" content=""/>
- <meta name="if:Link1" content=""/>
- <meta name="if:Link2" content=""/>
- <meta name="if:Link3" 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:Tag symbol" content="#">
- <meta name="text:Sidebar margin top" content="50">
- <meta name="text:Font size" content="12">
- <meta name="text:Navi title" content="navigation">
- <meta name="text:Sidebar img hover" content="wow!">
- <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">
- {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:{color:Post bg};font-size:{text:Font size}px ;color: {color:Text};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}');
- {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};
- }
- a:hover{
- color:{color:Link hover};
- }
- #default{
- word-spacing:3px;
- }
- #buttons{
- word-spacing:3px;
- }
- #buttons a{
- background:{color:Buttons};
- padding:3px;
- line-height:25px;
- border:1px dotted {color:Border};
- }
- #buttons a:hover {
- opacity:.5;
- text-decoration:none;
- }
- li{
- margin-left:-15px;
- }
- /*
- containers etc
- */
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- width:140px;
- margin-top:{text:Sidebar margin top}px;
- text-align:center;
- {block:ifSidebarright} {block:if250px}right:180px;{block:if250px} {block:if400px}right:100px;{/block:if400px} {/block:ifSidebarright}
- position:fixed;
- {block:ifnotTransparent}
- border: 1px {select:Border} {color:Border}; {block:ifDoubleborder} border: 4px double {color:Border} {/block:ifDoubleborder};
- 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}; padding:10px; {block:ifDoubleborder}border:4px double {color:Border}; {/block:ifDoubleborder}
- {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{
- height:110px;width:110px; {block:ifSidebarimgborder}
- border:1px solid {color:Border};
- {/block:ifSidebarimgborder}
- {block:ifSidebarimground}
- border-radius:80px;
- {/block:ifSidebarimground}
- }
- #sidebar img , hover{
- cursor:help;
- }
- #slid {position:relative;display: block;padding:3px;margin:auto;width:100px;line-height: 140%;font-size: 12px;word-spacing:3px;word-wrap: break-word;}
- .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:5px;
- }
- #pag{
- padding-top:10px;
- }
- #pag a{
- text-decoration:none;
- }
- .playbox {background-color: #fff;
- position: absolute;
- z-index: 1000;
- margin-top: 17px;
- margin-left: 15px;
- opacity: 0.5;
- filter:alpha(opacity=50);
- -moz-opacity: 0.5;
- -khtml-opacity: 0.5;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- }
- .audiowrap {
- position: relative;
- display:inline-block;
- }
- .audioimgwrap {
- position: absolute;
- overflow: hidden;
- width: 90px;
- height: 90px;
- }
- .audiodet {
- margin-top:0px;
- margin-left:100px;
- min-height: 90px;
- }
- .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:Dropdown};cursor:pointer;text-transform:lowercase}
- /*
- 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;
- text-decoration:underline;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px {color:Text};
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:left;
- {block:ifFooterborder} padding:10px; border: 1px {select:Footer border} {color:Border};
- {/block:ifFooterborder}
- {block:ifFooterbg} padding:8px; background:{color:Footer}; {/block:ifFooterbg}
- text-align:left;
- {block:ifRoundedcorners}-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; {/block:ifRoundedcorners}
- }
- .footer a{
- text-decoration:none;
- }
- /*
- 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}
- #drophover {
- margin-top: 10px;
- margin-bottom: 0px;
- height: 18px;
- text-align: center;
- overflow: hidden;
- font-family: {select:Font};
- -webkit-transtion: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- -ms-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- }
- #drophover:hover {
- height: 60px;
- {block:ifLink1}height:70px;{/block:ifLink1}
- {block:ifLink2}height:82px;{/block:ifLink2}
- {block:ifLink3}height:98px;{/block:ifLink3}
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- -ms-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- }
- #drophover #notdrop {
- line-height: 13px;
- color: {color:link};
- }
- .drophoverbttn {
- background:{color:Dropdown};
- margin-top: -3px;
- color: {color:link};
- }
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <a href="/" title="{text:Sidebar img hover}"><img src="{image:Sidebar}"></a>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- {block:ifDefaultlinks}
- <div id="default">
- <center>
- <a href="/">index</a>
- <a href="/ask">message</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
- </center>
- </div>
- {/block:ifDefaultlinks}
- {block:ifHoverlinks}
- <div id="drophover">
- <div class="drophoverbttn" style="padding:3px;">{text:Navi title}</div>
- <div id="notdrop"><p></p>
- <a href="/">index</a><br>
- <a href="/ask">message</a><br>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a><br>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a><br>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
- </div>
- </div>
- {/block:ifHoverlinks}
- {block:ifDropdownlinks}
- <center>
- <select onchange='location=this.options[this.selectedIndex].value;' style='width:100px; border-radius:none;background:{color:Dropdown};border:1px solid {color:border};color:{color:text};font-family:{select:Font}'>
- <option>{text:Navi title}</option>
- <option value="/">index</option>
- <option value="/ask">message</option>
- {block:ifLink1}<option value="{text:Link 1 URL}">{text:Link 1}</option>{block:ifLink1}
- {block:ifLink2}<option value="{text:Link 2 URL}">{text:Link 2}</option>{block:ifLink2}
- {block:ifLink3}<option value="{text:Link 3 URL}">{text:Link 3}</option>{block:ifLink3}
- </select>
- {/block:ifDropdownlinks}
- {block:ifSlidinglinks}
- <div class="links">
- <p class="links_title">{text:Navi title}</p>
- <div class="slid">
- <center>
- <a href="/">index</a><br>
- <a href="/ask">message</a><br>
- <a href="{text:Link 1 url}">{text:Link 1}</a><br>
- <a href="{text:Link 2 url}">{text:Link 2}</a><br>
- <a href="{text:Link 3 url}">{text:Link 3}</a><br>
- </center>
- </div>
- </div>
- {/block:ifSlidinglinks}
- {block:ifButtonlinks}
- <div id="buttons">
- <center>
- <a href="/">index</a>
- <a href="/ask">message</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
- </center>
- </div>
- {/block:ifButtonlinks}
- {block:Pagination}
- <div id="nav"><div id="pag">
- {block:PreviousPage}<a href="{PreviousPage}">← prev</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}
- </div></div>
- {/block:Pagination}
- </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="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div class="audioimgwrap">
- <img src="http://static.tumblr.com/2lqtwbf/coolyqooj/untitled-1.png" class="cover" alt=""/>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover" alt=""/>
- {/block:AlbumArt}</div>
- <div class="audiodet">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}
- {block:Artist}<i>by</i> {Artist}{/block:Artist}
- {block:PlayCount}<br>(<b>{PlayCount}</b> listens){/block:PlayCount}</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">
- <b><a href="{Permalink}" title="permalink">{TimeAgo} + {block:NoteCount} {NoteCount} {/block:NoteCount}</a></b>
- {block:HasTags}<br><u><b>tagged as:</b></u> {block:Tags}{text:Tag symbol}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- {block:RebloggedFrom}<br><b><u>via:</u></b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<br><b><u>source:</u></b> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- <!--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>
- <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