- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!-- slimslide v1 -->
- <!-- by dekky -->
- <!-- HTTP://DEKKY.TUMBLR.COM/ -->
- <!-- HTTP://FACEBOOK.COM/DEKKYY -->
- <!-- HTTP://TWITTER.COM/DEKKYTSH/ -->
- <!-- slimslide v1 -->
- <head>
- <meta name="color:Background" content="#c4cfcb" />
- <meta name="color:Center" content="#fff"/>
- <meta name="color:Text" content="#8F8F8F"/>
- <meta name="color:Link" content="#000"/>
- <meta name="color:Hover" content="#5c5c5c"/>
- <meta name="color:Title" content="#000"/>
- <meta name="color:Permalink" content="#aaaaaa"/>
- <meta name="image:Background" content="0" />
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:Show Title" content="0"/>
- <meta name="text:Previous page title" content="Previous page"/>
- <meta name="text:next page title" content="Next page"/>
- <meta name="text:Custom Link One" content="/" />
- <meta name="text:Custom Link One Title" content="Home" />
- <meta name="text:Custom Link Two" content="/ask" />
- <meta name="text:Custom Link Two Title" content="Ask" />
- <meta name="text:Custom Link Three" content="/archive" />
- <meta name="text:Custom Link Three Title" content="Archive" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript">
- // the more standards compliant browsers (mozilla/netscape/opera/IE7) use
- // window.innerWidth and window.innerHeight
- var windowHeight;
- if (typeof window.innerWidth != 'undefined')
- {
- windowHeight = window.innerHeight;
- }
- // IE6 in standards compliant mode (i.e. with a valid doctype as the first
- // line in the document)
- else if (typeof document.documentElement != 'undefined'
- && typeof document.documentElement.clientWidth != 'undefined'
- && document.documentElement.clientWidth != 0)
- {
- windowHeight = document.documentElement.clientHeight;
- }
- // older versions of IE
- else
- {
- windowHeight = document.getElementsByTagName('body')[0].clientHeight;
- }
- document.getElementById("content").height = windowHeight - 300 + "px";
- </script>
- <style type="text/css">
- body {
- font-size:11px;
- line-height:1.1em;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment:fixed;
- background-position:top left;
- background-repeat:repeat;
- color:#8F8F8F;
- font-family:arial;
- margin:0;
- padding:0;
- }
- div#content {
- width:522px;
- background-color:#fff !important;
- -moz-box-shadow:0 5px 15px rgba(0,0,0,0.35);
- height:1000px;
- margin:0 auto;
- padding:3px;
- }
- div#sidebar {
- font-size:9px;
- background-color:#fff;
- width:200px;
- margin-top:50px;
- position:fixed;
- margin-left:-225px;
- -moz-box-shadow:0 3px 10px rgba(0,0,0,0.25);
- -moz-transition:all 0.6s ease-out;
- transition:all 0.6s ease-out;
- text-align:center;
- font-family:verdana;
- color:#000;
- padding:3px;
- }
- div#sidebar:hover {
- opacity:1px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- http://dekkythemes2.tumblr.com/:65 Uncaught TypeError: Cannot set property 'height' of null
- #sidebar a:hover {
- color:#5c5c5c;
- }
- div.post {
- margin-bottom:-10px;
- text-align:center;
- }
- div.postquote {
- text-align:center;
- background:url(http://img10.imageshack.us/img10/424/quotesx.png) no-repeat 0 0;
- }
- div.post:first-child {
- margin-top:0;
- }
- div.post img {
- opacity:1px;
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- div.post img:hover {
- opacity:0.35px;
- -webkit-transition:all 0.4s ease-out;
- -moz-transition:all 0.4s ease-out;
- transition:all 0.4s ease-out;
- }
- .title {
- font-family:Arial;
- font-weight:700;
- font-size:20px;
- line-height:23px;
- letter-spacing:-1px;
- color:#000;
- text-transform:uppercase;
- padding:1px 1px 0;
- }
- .title2 {
- font-family:Arial;
- font-weight:700;
- font-size:16px;
- line-height:15px;
- letter-spacing:-1px;
- color:#000;
- text-transform:uppercase;
- filter:alpha(opacity=20);
- -moz-opacity:0.2px;
- -khtml-opacity:0.2px;
- opacity:0.2px;
- padding:1px 1px 0;
- }
- h1 {
- font-size:2em;
- font-weight:400;
- display:inline;
- color:#000;
- padding:0 5px;
- }
- h1 a {
- text-decoration:none;
- color:#000;
- }
- h3 {
- font-weight:300;
- text-align:left;
- text-decoration:none;
- font-size:1.6em;
- margin:0.3em 20px 0.6em 0;
- }
- h4 {
- font-size:1.3em;
- font-weight:400;
- margin:0 10px 0.6em 0;
- }
- a {
- text-decoration:none;
- color:#000;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- margin:-1px -2px;
- padding:1px 2px;
- }
- a:hover {
- text-decoration:none;
- color:#5c5c5c;
- }
- a:focus {
- -moz-outline-style:none;
- }
- strong {
- font-weight:700;
- color:#000;
- }
- img {
- border:none;
- }
- a,.permalinkdoos {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- ul {
- list-style-type:bullet;
- margin:0;
- padding:0;
- }
- .post ul {
- padding-left:20px;
- list-style-type:disc;
- }
- .answer p {
- margin:0.6em 0;
- }
- blockquote {
- padding-left:15px;
- margin:0.6em 0 0;
- }
- .quotesymbols {
- font-size:30px;
- filter:alpha(opacity=20);
- -moz-opacity:0.2px;
- -khtml-opacity:0.2px;
- opacity:0.2px;
- }
- .sidebartitle {
- color:#000;
- cursor:pointer;
- position:relative;
- font-weight:700;
- text-transform:uppercase;
- text-align:center;
- margin:1px;
- padding:2px;
- }
- .sidebartitle2 {
- padding-top:5px;
- padding-bottom:5px;
- cursor:pointer;
- position:relative;
- font-weight:700;
- text-transform:uppercase;
- text-align:center;
- font-size:15px;
- line-height:15px;
- margin:1px;
- }
- .nav_body2 {
- text-align:left;
- background-color:#000;
- color:#fff;
- margin-bottom:7px;
- display:none;
- padding:2px;
- }
- div.permalinkdoos {
- position:relative;
- margin-bottom:-40px;
- height:20px;
- width:200px;
- margin-right:-250px;
- text-align:left;
- float:right;
- padding:15px;
- }
- .permalinkdoos a.link {
- text-transform:uppercase;
- font-weight:700;
- font-size:15px;
- padding-top:10px;
- }
- .permalinkdoos a, .permalinkdoos {
- margin: 0px;
- padding: 0px;
- color: white;
- }
- .permalinkdoos a:hover {
- color:#000 !important;
- font-weight:700;
- }
- div.footer a:link,div.footeri a:link,div.footer a:visited,div.footeri a:visited,div.footer a:active,div.footeri a:active,span.current_page {display:inline-block;color:#ABABAB;font-size:12px;padding:1px 3px;}
- div.footer,div.footeri {text-align:center;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0, .9);padding:5px;}
- div.footeri {text-align:right;position:fixed;bottom:5px;right:5px;}
- div.credit {
- font-size:11px;
- margin-top:15px;
- }
- div.credit a:link,div.credit a:visited,div.credit a:active,div.credit a:hover {
- font-size:11px;
- }
- .permalinkreblog {
- margin-top:5px;
- opacity:0.0;
- -webkit-transition:all 0.4s ease-out;
- -moz-transition:all 0.4s ease-out;
- transition:all 0.4s ease-out;
- }
- .post:hover .permalinkreblog,.post:hover .permalinkreblog a {
- opacity:0.6px;
- -webkit-transition:all 0.4s ease-out;
- -moz-transition:all 0.4s ease-out;
- transition:all 0.4s ease-out;
- }
- .weirdlinks {
- color:{color:link;
- }
- h2 {
- font-style:italic;
- text-transform:lowercase;
- font-weight:100;
- color:#000;
- }
- a.time {
- text-transform:uppercase;
- font-size:0.8em;
- display:none;
- margin:0;
- }
- li:hover a.time {
- display:block;
- }
- ul:hover {
- color:#999;
- }
- ol {
- list-style-type:upper-roman;
- }
- ol.notes {
- line-height:13px;
- font-weight:400;
- list-style-type:none !important;
- border-bottom:0;
- text-align:left;
- margin:0 0 0 35px;
- padding:0;
- }
- div.padd {
- width:100%;
- line-height:11px;
- padding-top:0;
- padding-left:5px;
- margin:0;
- }
- #answer {
- margin-top:10px;
- margin-left:-34px;
- }
- a:active,:-moz-any-link:focus {
- outline:none;
- }
- b,.user_1 .label,.user_2 .label,.user_3 .label,.user_4 .label,.user_5 .label,.user_6 .label,.user_7 .label,.user_8 .label,.user_9 .label {
- font-weight:700;
- }
- .post:hover .permalinkdoos,.post:hover .permalinkdoos a,.weirdlinks a:hover,#sidebar a,.post:hover .permalinkdoos,.post:hover .permalinkdoos a,h2 a:hover {
- color:#000;
- }
- </style>
- </head>
- <body>
- <div id="content">
- <div class="shadow">
- <div id="sidebar">
- <center>
- {block:IfSidebarImage}
- <a href="/"><img src="{image:Sidebar}" width=200px/></a>
- {/block:IfSidebarImage}
- {block:IfNotSidebarImage}{/block:IfNotSidebarImage}
- <br>
- </center>
- <p class="sidebartitle2">{block:ifShowTitle}<a href="/">{title}</a>{/block:ifShowTitle}</p><div class="weirdlinks">{block:ifcustomlinkOneTitle}<br>| <a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifcustomlinkOneTitle} |
- {block:ifcustomlinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> |{/block:ifcustomlinkTwoTitle}
- {block:ifcustomlinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a> |{/block:ifcustomlinkThreeTitle}
- {block:ifcustomlinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a> |{/block:ifcustomlinkFourTitle}
- {block:ifcustomlinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a> |{/block:ifcustomlinkFiveTitle}
- {block:ifcustomlinkSixTitle}<a href="{text:Custom Link Six}">{text:Custom Link Six Title}</a><br>{/block:ifcustomlinkSixTitle}<br><br>
- </div> <font color={color:text description}>{Description}</font><br>
- {block:ifLinkOneTitle}
- <p class="sidebartitle"><a href="{text:Link One}">{text:Link One Title}</a></p>
- {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}
- <p class="sidebartitle"><a href="{text:Link Two}" class="nav_head">{text:Link Two Title}</a></p>
- {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}
- <p class="sidebartitle"><a href="{text:Link Three}">{text:Link Three Title}</a></p>
- {/block:ifLinkThreeTitle}
- <br>
- <center>
- {block:ifinfinitescrolling}
- {/block:ifinfinitescrolling}
- {block:ifNotinfinitescrolling}
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">{text:Previous page title}</a>
- {/block:PreviousPage}
- {CurrentPage}/{TotalPages}
- {block:NextPage}
- <a href="{NextPage}">{text:next page title}</a>
- {/block:NextPage}
- {/block:Pagination}
- {/block:ifNotinfinitescrolling}
- </center>
- </div></div>
- <div style="
- height: 1px;
- margin: 15px 0px 0px;">
- </div>
- {block:Posts}
- <div class="post {block:Photo}photo{/block:Photo}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
- {block:Date}
- <div class="permalinkdoos">
- {block:IndexPage}
- <a href="{Permalink}" class="link" {block:NoteCount}title="{NoteCountWithLabel}"
- {/block:NoteCount}>
- {NoteCountWithLabel}</a><br>
- <a href="{Permalink}">{DayOfMonth} / {MonthNumber} / {Year}</a> @ <a href="{Permalink}">{24HourWithZero}:{Minutes}</a><br>
- {block:RebloggedFrom}
- (Reblogged from: <a href="{ReblogRootURL}">{ReblogRootName}</a>)<br /><br />
- {/block:RebloggedFrom}
- <div class="permalinkreblog">
- <a href="{ReblogURL}" target="_blank">
- <img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4">
- </a>
- </div>
- {block:Photo}
- {block:HasTags}
- <br /><br />
- {block:Tags}<a href="{TagURL}">{Tag}</a><br />{/block:Tags}
- {/block:HasTags}
- {/block:Photo}
- {/block:IndexPage}
- </div>
- {/block:Date}
- <div class="postquote">
- {block:Quote}
- <center>
- <span class="title">{Quote}</span>
- <br></center>
- <center>{block:Source}{Source}{/block:Source}</center>
- {/block:Quote}
- </div>
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px" border="0px" />
- {LinkCloseTag}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Video}
- <center>
- {Video-500}
- </center>
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Link}
- <a href="{URL}" {Target}><span class="title">{Name}</span></a></span>
- {block:Description}<caption>{Description}</caption>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- <div class="footeri">
- <div class="credit">
- Theme by <a href="http://dekky.tumblr.com/">dekky.tumblr.com</a>
- </div>
- </div>
- {block:Audio}
- <center><div style="width:400px; height:20px;">
- <div style="float:left">{AudioPlayerBlack}</div>
- <div style="margin-top:8px; float:right;"><small>
- {FormattedPlayCount} plays {block:ExternalAudio},
- <a href="{ExternalAudioURL}">Download?</a>
- {/block:ExternalAudio}</small>
- </div></div></center><BR>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- {Body}<br>
- {/block:Text}
- {block:Answer}
- <table width="100%" border="0px" cellpadding="0" cellspacing="0">
- <tbody style="border-spacing: 0px;">
- <td width="30px" style="vertical-align: top; width: 30px; padding: 0px;">
- <img height="30px" width="30px" style="padding: 0px; margin: 0px;" src="{AskerPortraitURL-30}"/></td><td>
- <div class="padd" width="100%" style="margin-left:;">
- {Asker} asked:<br>
- {Question}<br><div id="answer"><em>{Answer}</em></div><br><br>
- </div></td></tr></tbody></table>
- {/block:Answer}
- </div>
- {block:PostNotes}
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br>
- {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- {/block:PostNotes}
- <br>
- {/block:Posts}
- {block:ifNotinfinitescrolling}
- {/block:ifNotinfinitescrolling}
- </div>
- </body>
- </html>