/*font-family: helvetica, arial, verdana, sans-serif;*/
font-weight: normal;
color: #000;
- font-size:1em; }
+ font-size:1em; line-height:1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color:#000;
text-decoration: none;
}
h6 {
margin:2em 0 0 0 ;
- line-height:0;
padding:0;
}
}
p {
+ margin-top:0;
+ padding-top:0;
max-width:760px;
}
#content {
/*display:none;*/
+ margin-left:200px;
+ position:absolute;
+ top:7em;
padding-bottom: 20px;
padding-top:0;
}
#content.single {
- /*margin-left:200px; */
max-width:800px;
}
#nav {
- margin-bottom:4em;
+ /*margin-bottom:4em; */
}
#nav a {
- font-weight:bold;
+
}
#nav a.mute { font-weight: normal }
#nav li, ul.nav {
}
-
-
.archive li {
padding-bottom:5px;
margin-bottom:5px;
position:absolute;
left:2em;
}
+.navprojectlist {
+ position:absolute;
+ top:7em;
+ width:200px;
+ left:0;
+}
.projectlist li {
text-transform: lowercase !important;
}
; settings
-site_title = GABRIEL DUNNE
+site_title = Gabriel Dunne
clean_urls = 1
limit = 1000
; http://php.net/manual/en/function.date.php
<h2 class="title"><a href="<?=$entry->url?>"><?=$entry->title?></a></h2>
-<span class="date"><?=date('Y', $entry->timestamp)?></span>
+<!-- <span class="date"><?=date('Y', $entry->timestamp)?></span> -->
<?
if (!isset($entry->inline_gallery) && isset($entry->media_gallery)) {
<div class="metadata">
+ <!--
+
<? if ($entry->tags): ?>
—<br />
<ul class="tags">
<? endfor; ?>
</ul>
<? endif; ?><br />
+ -->
<? if ($entry->related): ?>
—<br />
</ul>
<? endif; ?>
+
</div>
<? endif; ?>
+<div class="navprojectlist">
+<? $this->include_template('projectlist.html.tpl') ?>
+</div>
+
<div id="nav">
<ul class="nav">
'order' => SORT_ASC
) ); ?>
<li><a href="/info">about</a></li>
-<li><a href="/projects/">projects</a></li>
+
+<br />
+<!-- <li><a style="font-weight:normal" href="/projects/">projects</a></li> -->
+
<!-- <li><a href="/tag">tag</a></li> -->
<?
-$r = $this->_tpl_vars['request']['dirname'] ? $this->_tpl_vars['request']['dirname'] : $this->_tpl_vars['request']['basename'] . '/';
+$r = isset($this->_tpl_vars['request']['dirname']) ? $this->_tpl_vars['request']['dirname'] : $this->_tpl_vars['request']['basename'] . '/';
$m = new Model(get_request($r), 0);
$projects = $m->entries;
?>