From 068043211481458e66ab840e9fb220871925888b Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 27 Jan 2010 13:53:01 -0800 Subject: [PATCH] template editing --- css/style.css | 5 ++++- index.php | 1 + templates/about.html | 13 +++++++++---- templates/code.html | 23 +++++++++++------------ templates/nav.html | 11 ++++------- 5 files changed, 29 insertions(+), 24 deletions(-) diff --git a/css/style.css b/css/style.css index 2e11517..7705170 100644 --- a/css/style.css +++ b/css/style.css @@ -53,7 +53,8 @@ table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em; #content { margin-left:120px; min-width:500px; } #content p { } ul.inline_content { } - ul.inline_content li { margin:0 0 50px 0; padding-bottom:75px; } + ul.inline_content li { margin:0 0 50px 0; padding-bottom:75px; } + ul.inline_content ol li { margin:0; padding:0; } ul.thumbnails { } ul.thumbnails li { display:inline-block; margin: 0px 60px 60px 0px; } ul.thumbnails .thumbnail { width:160px; height:120px; text-align:center; background:#888; } @@ -71,6 +72,8 @@ table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em; .text { font-family:serif; font-size:15px; line-height:2.2em; margin-top:80px;} .indent { text-indent:3em; } + + .nav { position:fixed; top:1em; left:1em; line-height:1.1em;} .nav ul { margin-left:1em; } .nav li a { background:#ffe; font-weight:bold; } diff --git a/index.php b/index.php index 9a64b05..c138568 100644 --- a/index.php +++ b/index.php @@ -24,6 +24,7 @@ } } + header("Location: /log/"); include ( TEMPLATE_DIR . 'index.html' ); ?> diff --git a/templates/about.html b/templates/about.html index 81ba936..4e5d96c 100644 --- a/templates/about.html +++ b/templates/about.html @@ -13,11 +13,16 @@
+ +

+ quilimeis an ongoing collection of my process, notes, + sights, sounds, thoughts, sketches, collections, and everything else that's worth documenting or sharing. + I've used this URL since about 1999. +

+ email gdunne@quilime.com +
+ © 1997— gabriel dunne - © 1997— gabriel dunne. All rights reserved. -
-
- email: gdunne@quilime.com
diff --git a/templates/code.html b/templates/code.html index 9a16cbb..b7b367a 100644 --- a/templates/code.html +++ b/templates/code.html @@ -38,7 +38,6 @@

code / []

-
- -

code (view list)

- - - + archive - - - -

code (view inline)

- + + + + -
languagename
+ @@ -101,6 +95,11 @@
+ +
+

+ view inline +

diff --git a/templates/nav.html b/templates/nav.html index 8c91bdb..ea36937 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -3,18 +3,15 @@

- by gabriel dunne + projects, process
+ by g.dunne

-
  • log
  • -
  • projects
  • -
  • code
  • +
  • home
  • +
  • code
  • img
  • - -
    -
  • aggregate
  • links
  • about
  • -- 2.34.1