#content {
/*display:none;*/
padding-bottom: 20px;
- position:absolute;
- top:13em;
padding-top:0;
}
#content.single {
margin-left:200px;
+ max-width:800px;
}
#nextprev {
margin-bottom:0.25em;
/*margin-bottom:0.3em;*/
}
+.entries.projects.index li {
+ width:inherit;
+ height:auto;
+}
+.entries.projects.index .thumb {
+ max-width:400px;
+ max-height:400px;
+}
.entries.projects.index li strong {
- display:none;
}
.entries.projects.index li:hover strong {
display:inherit;
$file['content'] = Markdown($content);
+ $file['content_short'] = null;
if ($passed_more)
$file['content_short'] = Markdown($content_short);
\r
\r
###### contact\r
-1242 Market St, FL 2 \r
-San Francisco, CA 94102 \r
[email](mailto:studio@gabrieldunne.com) \r
[blog](http://quilime.com) \r
<br />\r
<!-- footer -->
-
-
<script src="<?=get_base_dir();?>/js/jquery-1.9.1.min.js"></script>
-<script src="<?=get_base_dir();?>/js/jquery.masonry.js"></script>
<script src="<?=get_base_dir();?>/js/js.js"></script>
+
+
+
+ <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
+
+ <script>
+
+ $(function() {
+ $( "ul.entries li" ).draggable();
+ });
+
+ </script>
\ No newline at end of file
<ul class="entries index projects <?=isset($tag)&&$tag!==""?'tagged':''; ?> <? if ($entry->config->show_featured && !isset($tag)): ?>featured<? endif;?>">
<? foreach($entries as $entry): ?>
<li class="<?=$entry->cat->name?>">
+ <!-- style="<?=$entry->config->style?>" -->
+
+
<a href="<?=$entry->url;?>">
<img src="<?=$entry->thumb?>" class="thumb" />
<br />
<strong><?=$entry->title;?></strong>
- </a>
- <? if (!isset($entry->config->show_featured) && isset($tag)): ?>
- <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>
- <? endif ;?>
+ </a>
+
+ <? if (!isset($entry->config->show_featured) && isset($tag)): ?>
+ <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>
+ <? endif ;?>
+
</li>
<? endforeach; ?>
</ul>
<? eval('?>' . $entry->content); ?>
<? endif; ?>
- <!--
+ <!--
<ul>
<? foreach($entries as $entry): ?>
<li class="entry <?=$entry->cat->name?>">