a {
border: 0pt none;
color:#000;
- text-decoration: underline;
/*font-weight:bold;*/ }
a img {
font-size:1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color:#000;
+ text-decoration: none;
}
h1 {
font-size: 218%;
}
input[type="text"], textarea {
- color:#000;
+ color:#888;
padding:0.5em;
}
#nav {
- margin-bottom:4em; }
+ margin-bottom:4em;
+}
#nav a {
- font-weight:bold;
+
}
#nav a.mute { font-weight: normal }
#nav li, ul.nav {
margin:0;
}
#nav li {
+line-height:2.25em;
}
#nav .nav a {
+
+ font-size:130%;
text-decoration:none;
}
#nav .nav a:hover {
.entries li {
- margin:0.5em 0;
+line-height:2.25em;
}
.tags {
display:inline-block;
font-style: italic;
- font-size:10px;
+ border-top:1px solid #000;
}
.tags .tag {
margin:0.3em 0;
}
- ul.tags {
- margin-right:5em;
- float:left;
- margin-bottom:2em;
- }
- ul.tags a {
- }
- ul.tags li.sel a{
- font-weight:bold;
- text-decoration: underline;
- }
- ul.tags li.sel {
- color:#777;
- }
- ul.entries {
- float:left;
- font-size: 130%;
- }
- ul.entries li {
- margin-bottom:1em;
- text-transform: capitalize;
- }
- ul.entries li a {
- text-decoration: none;
- }
- ul.entries li a:hover {
- text-decoration: underline;
- }
+ul.tags {
+ margin-bottom:2em;
+}
+ul.tags a {
+}
+ul.tags li.sel a{
+ font-weight:bold;
+ text-decoration: underline;
+}
+ul.tags li.sel {
+ color:#777;
+}
+ul.entries {
+ font-size: 130%;
+}
+ul.entries li {
+ text-transform: capitalize;
+}
+ul.entries li a {
+ text-decoration: none;
+}
+ul.entries li a:hover {
+ text-decoration: underline;
+}
; settings
-site_title = GABRIEL LABOV DUNNE
+site_title = Gabriel Dunne
clean_urls = 1
limit = 10
; http://php.net/manual/en/function.date.php
-title = c/v
+title = About
--
b.1981, San Francisco
template = page\r
+title = Contact\r
--\r
\r
-[studio@gabrieldunne.com](studio@gabrieldunne.com) \r
+studio \r
\r
-email list\r
-<input type="text">\r
+1242 Market St, FL 2 \r
+San Francisco, CA USA 94102 \r
++1 415 493 8496 \r
+\r
+[studio@gabrieldunne.com](mailto:studio@gabrieldunne.com) \r
+\r
+\r
+email list \r
+<input type="text" value="you@email.com" onClick="this.value=''">\r
<input type="button" value="subscribe">\r
<input type="button" value="unsubscribe">\r
\r
<a href="http://quilime.com">blog</a> \r
-<a href="http://media.quilime.com/aggregate/">image aggregate</a>\r
\r
</head>
<body>
- <? $this->include_template('nav.html.tpl') ?>
+ <? $this->include_template('nav.html.tpl', array('index' => true)) ?>
<div id="content">
- <ul class="tags">
+<!-- <ul class="tags">
<? $tags = get_tags('/'); ksort($tags); ?>
<? foreach($tags as $t => $count) : ?>
<li class="tag <?=$tag == $t?'sel':''?>"><a href="<?=WEB_ROOT?>?tag=<?=$t?>"><?=$t?></a></li>
<? endforeach; ?>
- </ul>
+ </ul> -->
+
+ <? if(isset($tag)): ?>
+ <ul class="tags">
+ <li class="tag"><?=$tag?></li>
+ </ul>
+ <? endif; ?>
<ul class="entries">
<? foreach($entries as $entry): ?>
<? endforeach; ?>
</ul>
+ <? if(!isset($tag)): ?>
+ <br /><br /><br />
+ <ul class="tags">
+ <? $tags = get_tags('/'); ksort($tags); ?>
+ <? foreach($tags as $tag => $count) : ?>
+ <li class="tag"><a href="<?=WEB_ROOT?>?tag=<?=$tag?>"><?=$tag?></a> × <?=$count?></li>
+ <? endforeach; ?>
+ </ul>
+ <? endif; ?>
+
</div>
<? $this->include_template('footer.html.tpl') ?>
<ul class="nav">
<li class="home"><a href="<?=WEB_ROOT?>"><?=SITE_TITLE?></a></li>
+ <? if (isset($index) && $index && !isset($tag)) : ?>
<? $en = get_pages('', $args = array(
'recursive' => false,
'order_by' => 'alpha',
<!-- <li>
<? $this->include_template('nextprev.html.tpl') ?>
</li> -->
+ <? endif; ?>
</ul>
<div id="content" class="single entry">
- <div class="entry">
- <? $this->include_template('entry.html.tpl', array('entry' => $entry, 'single' => true)); ?>
- </div>
+ <div class="entry">
+ <? $this->include_template('entry.html.tpl', array('entry' => $entry, 'single' => true)); ?>
+ </div>
</div>