- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- Xiora Theme by http://-apple.tumblr.com
- More themes can be found at http://aerou.tumblr.com (previously known as applethemes)
- *DO NOT REMOVE ANY CREDIT OR ELSE YOUR THEME WON'T WORK.
- *CLAIMING AS YOUR OWN IS COMPLETELY DISRESPECTFUL AND I WILL FIND OUT.
- *IF YOU BREAK ANY RULES, I'LL REPORT YOU.
- *EDITING THIS THEME IS ALLOWED. JUST LEAVE THE CREDITS.
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta name="image:background" content="http://static.tumblr.com/qbwrk8v/boLln5ddh/214qqx.png"/>
- <meta name="image:your" content="" />
- <meta name="image:permalink background" content="http://i.imgur.com/TIi9Y.jpg"/>
- <meta name="image:post background" content="" />
- <meta name="color:background" content="#eeeeee"/>
- <meta name="color:post background" content="#ffffff" />
- <meta name="color:title" content="#666666" />
- <meta name="color:title background" content="#eeeeee" />
- <meta name="color:main title background" content="#ffffff" />
- <meta name="color:text" content="#999999" />
- <meta name="color:description background" content="#ffffff" />
- <meta name="color:nav link" content="#ffffff" />
- <meta name="color:nav link hover" content="#000000" />
- <meta name="color:nav link background" content="#333333" />
- <meta name="color:permalink" content="#ffffff" />
- <meta name="color:permalink background" content="#333333" />
- <meta name="color:link" content="#000000" />
- <meta name="color:link hover" content="#ffffff" />
- <meta name="if:Faded Images" content="1" />
- <meta name="if:Enable Infinite Scrolling" content="1"/>
- <meta name="if:Disable right click" content="0"/>
- <meta name="if:Show Captions" content="0"/>
- <meta name="text:link one" content="http://"/>
- <meta name="text:link one name" content=""/>
- <meta name="text:link two" content="http://"/>
- <meta name="text:link two name" content=""/>
- <meta name="text:link three" content="http://"/>
- <meta name="text:link three name" content=""/>
- <meta name="text:link four" content="http://"/>
- <meta name="text:link four name" content=""/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h4').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- {block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfDisableRightClick}
- <link rel="shortcut icon" href="{favicon}" />
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
- <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
- {CustomCSS}
- <title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>
- <style type="text/css">body, a, {cursor:pointer}</style></a>
- <style type="text/css">
- body{
- font-size:9px;
- letter-spacing:1px;
- color:{color:text};
- background:{color:background} url({image:background});
- }
- @font-face {font-family: "slkscr";src: url('http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf');}
- #contentcolumn{
- margin-left:390px;
- margin-top:50px;
- opacity:1;
- overflow:shown;
- z-index: 0.9;
- text-align:justify;
- }
- a {color:{color:link}; text-decoration: none; }
- a:hover { color:{color:link hover}; -webkit-transition-duration: 0.3s;}
- a:active,a:focus {outline: 0;}
- {block:Iffadedimages}
- img{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- }
- img:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.85;
- }
- {/block:Iffadedimages}
- img{ border:none;}
- img:hover{; }
- #posts {
- {Block:IndexPage}width:400px;{/Block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- background:{color:post background} url('{image:post background}');
- color:{color:text};
- padding:5px;
- margin-bottom:5px;
- line-height:11px;
- font-family:georgia;
- font-size:9px;
- overflow:hidden;
- }
- #posts:hover #permalink {
- display: block;
- opacity:1;
- text-align:right;
- {Block:IndexPage}width:398px;{/Block:IndexPage}
- }
- #permalink, #permalink a{
- line-height:5px;
- font-family:slkscr;
- font-size:8px;
- opacity:0;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- width:268px;
- text-align:right;
- background:{color:permalink background} url({image:permalink background});
- color:{color:permalink};
- position:absolute;
- padding-top:5px;
- padding-bottom:5px;
- padding-right:2px;
- z-index:1;
- -webkit-border-top-right-radius: 5px;
- -webkit-border-bottom-right-radius: 5px;
- -moz-border-radius-topright:5px;
- -moz-border-radius-bottomright: 5px;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- #tits {
- letter-spacing:1px;
- text-decoration:;
- font-family:georgia;
- font-size:10px;
- text-transform:uppercase;
- line-height:14px;
- color:{color:title};
- background-color:{color:title background};
- -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;
- padding:2px;
- }
- #tits a{
- color:{color:title};
- }
- #contue {
- line-height:11px;
- margin-top:-10px;
- }
- #audio {
- background-color : #000;
- height : 27px;
- margin-bottom : -10px;
- {Block:IndexPage}width:400px;{/Block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- .shiny img, .dead img, blockquote img {
- {Block:IndexPage}max-width:365px;{/Block:IndexPage}
- {block:PermalinkPage}max-width:465px;{/block:PermalinkPage}
- }
- blockquote{
- padding: 3px;
- margin: 3px;
- border-left: 4px solid {color:text};
- background-color:{color:title background};
- }
- .flower{
- color:#777777;
- margin-bottom:0px;
- padding:1px;
- }
- .flower .flower.even{
- background-color:#eee;
- color:{color:text};
- margin-bottom:0px;
- padding:1px;
- }
- #ask{
- padding: 10px;
- color:#292929;
- padding: 5px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- background-color:{color:title background};
- }
- .titties {
- text-align:left;
- letter-spacing:6px;
- text-transform:uppercase;
- background-color:{color:main title background};
- overflow:hidden;
- font-family:consolas;
- font-size:11px;
- }
- .titties a {
- color: {color:title};
- }
- .titties a:hover{
- color: {color:title hover}
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .sidebar {
- LEFT:180px;
- top:50px;
- width:200px;
- text-align:left;
- font-family: courier;
- font-size:9px;
- position:fixed;
- overflow:hidden;
- line-height:10px;
- padding:2px;
- }
- .links {
- text-align:right;
- letter-spacing:px;
- text-transform:lowercase;
- color:{color:nav link};
- background-color:{color:nav link background};
- background-image:url('');
- overflow:hidden;
- }
- .links a {
- color: {color:nav};
- background-image:url('http://i.imgur.com/TIi9Y.jpg');
- background-color:#ffffff;
- font-size:9px;
- text-transform:uppercase;
- }
- .links a:hover {
- color:transparent!important;
- background-color:transparent!important;
- text-decoration:none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- background-image:none;
- }
- .poop {
- text-align:center;
- letter-spacing:6px;
- text-transform:uppercase;
- background-color:{color:title background};
- overflow:hidden;
- font-family:consolas;
- font-size:9px;
- }
- .poop a {
- color: {color:nav};
- background-image:url('');
- background-color:#ffffff;
- font-size:9px;
- text-transform:uppercase;
- }
- .poop a:hover{
- color:transparent!important;
- background-color:transparent!important;
- text-decoration:none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- background-image:none;
- }
- ul#drawers {
- width: 200px;
- list-style: none;
- margin-top:-11px;
- padding: 0px;
- color: {color:nav link};
- }
- ul#drawers a {
- text-decoration: none;
- color: {color:nav link};
- }
- ul#drawers li h4 {
- font-size: 9px;
- text-align: left;
- -webkit-transition: background-color 0.5s ease-out;
- -moz-transition: background-color 0.5s ease-out;
- transition: background-color 0.5s ease-out;
- background-color:{color:nav link background};
- text-transform:uppercase;
- display:block;
- margin-bottom:0px;
- color: {color:nav link};
- padding-top:1px;
- padding-bottom:1px;
- }
- ul#drawers:hover li h4 {
- }
- h4.small {
- display: table-cell;
- width: 100px;
- margin: 0px;
- height: 100%;}
- li.drawer h4.open { border-top: 0px;}
- li.drawer div {
- padding: 0px;
- margin: 0px;
- line-height:10px;
- font-size:8px;
- background-color:{color:nav link background};}
- li.drawer div li {list-style-type: disc;}
- li.drawer div ul {-webkit-padding-start: 12px;}
- #top-link{ display:none; position:fixed; right:5px; bottom:5px;color:#000;font-family: consolas;text-decoration:none;background:none;font-size:12px;}
- </style>
- <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery-1.3.2.js"></script>
- <script type="text/javascript" src="http://davidwalsh.name/dw-content/jquery.scrollTo-1.4.0-min.js"></script>
- <script type="text/javascript">
- jQuery.fn.topLink = function(settings) {
- settings = jQuery.extend({
- min: 1,
- fadeSpeed: 200,
- ieOffset: 50
- }, settings);
- return this.each(function() {
- //listen for scroll
- var el = $(this);
- el.css('display','none'); //in case the user forgot
- $(window).scroll(function() {
- if(!jQuery.support.hrefNormalized) {
- el.css({
- 'position': 'absolute',
- 'top': $(window).scrollTop() + $(window).height() - settings.ieOffset
- });
- }
- if($(window).scrollTop() >= settings.min)
- {
- el.fadeIn(settings.fadeSpeed);
- }
- else
- {
- el.fadeOut(settings.fadeSpeed);
- }
- });
- });
- };
- $(document).ready(function() {
- $('#top-link').topLink({
- min: 400,
- fadeSpeed: 500
- });
- //smoothscroll
- $('#top-link').click(function(e) {
- e.preventDefault();
- $.scrollTo(0,300);
- });
- });
- </script>
- </head>
- <body>
- <div id="contentcolumn">
- <div class="sidebar">
- <div class="titties"><a href="/"><i>{title}</i></a></div>
- <center>{block:IfYourImage}<br><a href="/"><img src="{image:Your}" width="200px" /></a>{/block:IfYourImage}</center>
- {block:description}
- <span style="background-color:{color:Description Background};">
- <br>{description}<br><br>
- </span>
- {/block:description}
- <div class="nav"><ul id="drawers">
- <li class="drawer" id="info">
- <h4><title="click for more">░ LINKS </h4>
- <div align="center">
- <div class="links">
- <a href="/archive">history</a>
- <a href="/ask">message</a>
- <a href="http://-apple.tumblr.com/">credit</a> ░<br>
- {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName} {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName} {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
- {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName}
- {block:HasPages}{block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}{/block:HasPages}
- </div>
- </div>
- </li>
- </ul></div>
- {block:IfNotEnableInfiniteScrolling}
- <div class="poop">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotEnableInfiniteScrolling}
- </div>
- {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
- {block:Posts}
- <div id="posts">
- {block:IndexPage}
- <div id="permalink">
- <a href="{Permalink}"> {TimeAgo}</a> {ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}with {notecount} notes{/block:NoteCount}
- </div>
- {/block:IndexPage}
- {block:Text}
- <div id="tits">{block:Title}{Title}{/block:Title}</div>
- <div id="contue"><p align=justify>{Body}</p></div>
- <div id="captionfoto">
- {block:RebloggedFrom} <small>via: {ReblogParentName}</small> {/block:RebloggedFrom}</div>
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/> <img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" {Block:IndexPage}width="400"{/Block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage} class=”shakeimage” onMouseover=”init(this);rattleimage()” onMouseout=”stoprattle(this);top.focus()” onClick=”top.focus()”>
- {LinkCloseTag}
- <br>
- {block:IfShowCaptions}<br>{block:Caption}<div class="shiny" id="contue">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}<div class="shiny" id="contue">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photo}
- {block:Photoset}
- <center>{Block:IndexPage}{Photoset-400}{/Block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
- {block:IfShowCaptions}<br>{block:Caption}<div class="shiny" id="contue">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}<div class="shiny" id="contue">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <div id="tits">"{Quote}"<br></div><br>
- {block:Source}~{Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="tits"><a href="{URL}">{Name}</a></div>
- <div id="contue"><br>{block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div id="tits">{Title}</div>
- {/block:Title}
- <div class="flower">
- {block:Lines}
- <div class="flower {Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div id="audio">{AudioPlayerBlack}</div><br>
- <center>{block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}<br>{/block:Artist}
- {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage} {PlayCountWithLabel}</center>
- {/block:Audio}
- {block:Answer}
- <div id="ask">"{Question}"</div> asked by <b>{Asker}</b><br>
- {Answer}
- {/block:answer}
- {block:Video}
- <center>{Block:IndexPage}{Video-400}{/Block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
- {block:IfShowCaptions}<br>{block:Caption}<div class="shiny" id="contue">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}<br>{block:Caption}<div class="shiny" id="contue">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Video}
- {block:Date}
- {block:PermalinkPage}
- {block:NoteCount}NOTES: {notecount}{/block:NoteCount}<br>
- DATE: <a href="{permalink}">{ShortMonth} {DayOfMonthWithZero} {Year}</a><br>
- {block:RebloggedFrom}OP: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
- VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
- {block:HasTags}<br><br>
- TAGGED: {block:Tags}<a href="{TagURL}">{Tag}.</a> {/block:Tags}{/block:HasTags}
- {/block:PermalinkPage}
- {/block:Date}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:posts}
- {block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
- </div>
- <div id="top"></div>
- <div id="top-link"><a style="border:none;" href="#top">Go Back Up</a></div>
- </body>
- </html>

