clear:both;
}
+.serif {
+ font-family:serif;
+}
+
p {
max-width:760px;
}
#content {
/*display:none;*/
padding-bottom: 20px;
+ position:absolute;
+ top:13em;
+ padding-top:0;
}
#content.single {
- padding-top:0;
- margin-left:200px;
+ margin-left:200px;
}
-
#nextprev {
padding:0 50px 10px 150px;
}
#nav {
margin-bottom:4em;
- line-height:2em;
}
#nav a {
font-weight:bold;
margin:0;
}
#nav li {
-
+margin-bottom:0.2em;
}
#nav .nav a {
text-decoration:none;
}
.projectlist {
position:absolute;
- top:130px;
+ left:2em;
}
.projectlist li {
text-transform: lowercase !important;
$this->template = isset($this->entry->config->template) ?
$this->entry->config->template . '.' . $this->response_format . '.tpl' :
- 'single-wprojects.' . $this->response_format . '.tpl';
+ 'single.' . $this->response_format . '.tpl';
}
# if page (file in PAGES dir)
</div>\r
-->\r
\r
-Gabriel Dunne (b. 1981, San Francisco) works with many mediums and technologies to explore audiovisual vibration, space, structures, and rhythms of the perceivable and imperceivable universe. His work has shown internationally in solo and group exhibitions, performances, galleries, public space, and has featured in music videos, sound works, and film. \r
+Gabriel Dunne (b. 1981, San Francisco) works with multiple mediums and technologies to explore audiovisual vibration, space, structures, and rhythms of the perceivable and imperceivable universe. His work has shown internationally in solo and group exhibitions, performances, galleries, public space, and has featured in music videos, sound works, and film. \r
\r
He is a designer and consultant for international clients and collaborators, and serves as an instructor for youth and adult. \r
<br />\r
template = tag
+hide = true
--
<div class="metadata">
-<!-- <? if ($entry->tags): ?>
+ <? if ($entry->tags): ?>
—<br />
<ul class="tags">
<? for($i = 0; $i < sizeof($entry->tags); $i++) : $tag = $entry->tags[$i]; ?>
<li class="tag"><a href="<?=WEB_ROOT.'tag/'.$tag?>"><?=$tag?></a></li>
<? endfor; ?>
</ul>
- <? endif; ?><br /> -->
+ <? endif; ?><br />
<? if ($entry->related): ?>
—<br />
<strong><?=$entry->title;?></strong>
</a>
<? if (!isset($entry->config->show_featured) && isset($tag)): ?>
-<!-- <br />
+ <br />
—
<br />
<ul class="tags">
<? for($i = 0; $i < sizeof($entry->tags); $i++) : $tag = $entry->tags[$i]; ?>
<li class="tag"><a href="<?=WEB_ROOT.'tag/'.$tag?>"><?=$tag?></a></li>
<? endfor; ?>
- </ul> -->
+ </ul>
<? endif ;?>
</li>
<? endforeach; ?>
<li>
<a <?=$request['basename'] == $e->title ? 'class="selected"' : ''?> href="<?=$e->url?>"><?=$e->title?></a>
- <? if ($e->title == 'tag' && isset($tag)): ?> <span class="tag"><?=$tag;?></span><? endif; ?>
+ <? if ($e->title == 'tag' && isset($tag)): ?> <span class="tag"><?=$tag;?></span><? endif; ?>
</li>
<? endforeach; ?>
<? if (EDIT) $this->include_template('edit.html.tpl'); ?>
+<? $this->include_template('projectlist.html.tpl') ?>
+
<div id="content">
<? if (isset($entry->content)): ?>
<? eval('?>' . $entry->content); ?>
<? endif; ?>
- <? $this->include_template('projectlist.html.tpl') ?>
<!--
<ul>
<? foreach($entries as $entry): ?>
+++ /dev/null
-<html>
-<head>
-
- <? $this->include_template('head-inc.html.tpl') ?>
-
- <title><?=SITE_TITLE?><?=$this->page_title(TITLE_DELIMITER);?></title>
-
-</head>
-<body>
-
-<? $this->include_template('nav.html.tpl') ?>
-
-<? if (EDIT) $this->include_template('edit.html.tpl'); ?>
-
-<? $this->include_template('projectlist.html.tpl') ?>
-
-<div id="content" class="single entry">
-
- <div class="entry">
- <? $this->include_template('entry.html.tpl', array('entry' => $entry, 'single' => true)); ?>
- </div>
-
-</div>
-
-<? $this->include_template('footer.html.tpl') ?>
-
-<script language="javascript" src="<?=WEB_ROOT?>js/single.js"></script>
-
-</body>
-</html>
<? if (EDIT) $this->include_template('edit.html.tpl'); ?>
+<? $this->include_template('projectlist.html.tpl') ?>
+
<div id="content" class="single entry">
<div class="entry">
<? $this->include_template('entry.html.tpl', array('entry' => $entry, 'single' => true)); ?>
</div>
-
+
</div>
<? $this->include_template('footer.html.tpl') ?>