Skip to content

Commit

Permalink
Added basic navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Dec 9, 2009
1 parent 5ddbd21 commit ef753a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.less
Expand Up @@ -120,9 +120,18 @@ a.self-referencing {

.pronunciation {
font-size: .type['font-size'] * #title[@font-size-adjustment];
/* Why doesn’t this work? */
/* FIXME: Why doesn’t this work? */
/*font-family: 'Hiragino Mincho Pro', .serif['font-family'];*/
font-family: 'Hiragino Mincho Pro', serif;

:before, :after { content: "|" }
}

#title > nav {
font-size: .type['font-size'];
text-align: right;

:before { color: .defaults[@lighter]; }
:hover { :before { color: .defaults[@darkest] } }
:before { content: '«'; }
}
3 changes: 3 additions & 0 deletions index.xhtml
Expand Up @@ -17,6 +17,9 @@
<header id="title">
<dt>taupe</dt>
<aside class="pronunciation">tōp</aside>
<nav>
<a href="/why.xhtml">why?</a>
</nav>
</header>
<section>
<dd>
Expand Down
3 changes: 3 additions & 0 deletions why.xhtml
Expand Up @@ -16,6 +16,9 @@
<dl>
<header id="title">
<h1>why?</h1>
<nav>
<a href="/">home</a>
</nav>
</header>
<section>
<p>The situations in which you use a taupe link in your tweets are those in which you wish to reference another tweet: it’s equivalent to saying “see this tweet.” Sometimes, you want to reply to somebody’s tweet… and sometimes, you want to quote it. But sometimes, you don’t want to do either (for instance, you want your tweet to show up to <em>all</em> of your followers, but still semantically link it to another tweet; you can’t use the Twitter reply feature, as it will only show up to people who also follow the author of the other tweet); for those situations, a taupe is ideal.</p>
Expand Down

0 comments on commit ef753a2

Please sign in to comment.