Skip to content

Commit

Permalink
Staff changes & removed name from footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcooke committed Apr 23, 2010
1 parent aca2c38 commit e741cb0
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 7 deletions.
43 changes: 40 additions & 3 deletions themes/ichi.tumblr.html
Expand Up @@ -28,6 +28,8 @@

<meta name="text:About page URL" content=""/>

<meta name="text:Disqus Shortname" content="" />

<title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
{block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}

Expand Down Expand Up @@ -107,6 +109,8 @@
p.meta {color:{color:Minor Text}; font-style:italic; margin:0;
width:8.25em; text-indent:-0.75em; text-transform:lowercase;}
.meta a {font-style:normal; white-space:nowrap;}
.meta .comments_link {color:{color:Minor Text}; margin:0;
width:8.25em; text-indent:-0.75em; text-transform:lowercase;}
.meta .notecount, .meta .plays {font-weight:bold; font-style:normal;}
.reblog a, .tags a {display:block; margin-left:0.75em;}

Expand Down Expand Up @@ -168,6 +172,8 @@
.chat-post .speaker7 .label, .chat-post .speaker8 .label
{font-family:{font:Heading};}

#disqus_thread {clear:both; margin: 3em 0 1.5em; padding-top: 25px; border-top:1px solid {color:Highlight};}

.postnotes {clear:both; margin:3em 0 1.5em; border-top:1px solid {color:Highlight};}
.notes {color:{color:Highlight}; padding-top:1.5em; margin-top:-1px;}
.notes .action {color:{color:Minor Text};}
Expand All @@ -182,6 +188,8 @@
.day .month {font-variant:small-caps;}
{block:DayPage}.day {font-weight:bold;}{/block:DayPage}

.content.text-post img {max-width:100%;}

{CustomCSS}
</style>
<!--[if lte IE 6]>
Expand Down Expand Up @@ -209,6 +217,9 @@ <h1><a href="/">{Title}</a></h1>
{block:IfAboutPageURL}
<li><a href="{text:About page URL}">About</a></li>
{/block:IfAboutPageURL}
{block:HasPages}
{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
{/block:HasPages}
<li><a href="/archive">Archive</a></li>
<li><a href="/random">Random post</a></li>
<li><a href="{RSS}">Subscribe</a></li>
Expand All @@ -234,15 +245,17 @@ <h1><a href="/">{Title}</a></h1>
<li class="post" id="post{PostID}">
<div class="meta">
<h2>
<a title="Link to this post"
href="{Permalink}">{24HourWithZero}:{Minutes}</a>
{block:Date}<a title="Link to this post"
href="{Permalink}">{24HourWithZero}:{Minutes}</a>{/block:Date}
{block:NewDayDate}<a title="Link to everything posted this day"
href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}"
class="day">{DayOfMonth}{DayOfMonthSuffix} <span
class="month">{ShortMonth}</span> {Year}</a>
{/block:NewDayDate}
</h2>

{block:Date}{block:IfDisqusShortname}<a href="{Permalink}#disqus_thread" class="meta comments_link"></a>{block:IfDisqusShortname}{/block:Date}

{block:NoteCount}<p class="meta">
notes:
<span class="notecount">{NoteCount}</span>
Expand Down Expand Up @@ -330,6 +343,14 @@ <h3 class="link"><a href="{URL}">{Name}</a></h3>

<div class="clear">&nbsp;</div>

{block:IfDisqusShortname}
{block:PermalinkPage}
<div id="disqus_thread"></div>
<script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
<noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">View the discussion thread.</a></noscript>
{/block:PermalinkPage}
{/block:IfDisqusShortname}

{block:PostNotes}<div class="postnotes">
{PostNotes}
<div class="clear">&nbsp;</div>
Expand Down Expand Up @@ -398,9 +419,25 @@ <h3 class="link"><a href="{URL}">{Name}</a></h3>

<p id="colophon">
Powered by <a href="http://www.tumblr.com/">Tumblr</a>.
Theme by <a href="http://inky.tumblr.com/">Liam Cooke</a>.
</p>
</div>

{block:IfDisqusShortname}
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
{/block:IfDisqusShortname}

</body>
</html>
8 changes: 4 additions & 4 deletions themes/obsidian.tumblr.html
Expand Up @@ -4,7 +4,7 @@
Obsidian [version 1.3]
Tumblr theme by Liam Cooke <http://inky.tumblr.com/>
Free to use and alter, as long as credit is given.
Free to use and alter, as long as this message is left intact.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Expand All @@ -29,6 +29,7 @@
<!-- END DEFAULT COLORS -->

<title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
<link rel="shortcut icon" href="{Favicon}"/>
<style type="text/css" media="all">
Expand Down Expand Up @@ -570,7 +571,7 @@ <h2><a href="{Permalink}">{Title}</a></h2>
{block:Photo}
<div class="body photo">
<p class="image">{LinkOpenTag}<img
src="{PhotoURL-500}" alt="[image]"/>{LinkCloseTag}</p>
src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</p>

{block:Caption}
<div class="caption">{Caption}</div>
Expand Down Expand Up @@ -745,8 +746,7 @@ <h2>Info</h2>
<ul>
<li>
<strong>Credits:</strong>
<span>Designed by <a href="http://inky.tumblr.com/">Liam Cooke</a>
and powered by <a href="http://www.tumblr.com/">Tumblr</a>.</span>
<span>Powered by <a href="http://www.tumblr.com/">Tumblr</a>.</span>
</li>

{block:GroupMembers}
Expand Down

0 comments on commit e741cb0

Please sign in to comment.