From 3a079b7f2ed936026db89459aca82731fb196861 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 29 Sep 2010 14:50:11 -0700 Subject: [PATCH] about page updates --- pages/about | 10 +++++----- public/css/style.css | 24 ++++++++++++++++-------- templates/nav.html.tpl | 4 ++-- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/pages/about b/pages/about index 2e5fbf2..f6f91a5 100644 --- a/pages/about +++ b/pages/about @@ -1,12 +1,12 @@ title = about -- -A codification of exploration, process, and resources. - -**author**: Gabriel Dunne ([www](http://gabrieldunne.com), [email](mailto:gdunne@quilime.com)) -**elsewhere**: +quilime.com is a codification of creative process and resources + by **Gabriel Dunne** ([www](http://gabrieldunne.com), [email](mailto:gdunne@quilime.com)) +elsewhere: [flickr](http://flickr.com/photos/quilime/), [delicious](http://delicious.com/quilime/), [vimeo](http://vimeo.com/quilime/), +[soundcloud](http://soundcloud.com/quilime), [github](http://github.com/quilime/) -[rss](http://quilime.com/.rss) \ No newline at end of file +rss diff --git a/public/css/style.css b/public/css/style.css index 194312d..12669d3 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1,13 +1,12 @@ body { margin:80px 100px 50px 40px; } html, body, table { font-family: sans-serif; font-size:12px; line-height:1.4em; color:#44d ; } - ::-moz-selection {background: #08f !important; color:#fff;} ::selection {background: #08f !important; color:#fff;} a { color:#000; border:0; padding:0.2em 0.1em 0 0; } a img { border:0; } -a.mute { text-decoration:none !important; } +a.mute { text-decoration:none !important; font-weight:normal;} a:hover, a.mute:hover { color:#d15; text-decoration:none; } h1, h2, h3, h4, h5, h6 { font-size:1em; } @@ -23,15 +22,15 @@ ol li { list-style-type:decimal; } blockquote { font-family:times; background:#000; color:#aaa; margin:0; font-size:15px; line-height:1.4em; padding:2em 4em; font-style:italic; line-height:1.45em; max-width:600px;} -#content { margin-left:120px; min-width:500px; position:absolute; top:20px; padding-bottom:200px; z-index:10;} +#content { margin-left:160px; min-width:500px; position:absolute; top:20px; padding-bottom:200px; z-index:10;} #content p:first-child { margin-top:0; } p { max-width:720px; } - .nav { position:absolute; z-index:1; top:20px; left:30px; } .nav a { text-decoration:none; font-weight:bold;} +.nav a.mute { font-weight:normal;} .nav ul { margin-left:1em; } -.nav h1 { } +.nav h1 { } .entry { margin-bottom:100px; } .entry h2 { padding-bottom:4px; font-size:1.3em;} @@ -45,13 +44,22 @@ p { max-width:720px; } table { margin:0; padding:0; border:0; } table .column { padding-right:100px; min-width:120px; max-width:400px; } table .column h2 a { text-decoration:none; } -table h2, table h3 { margin-bottom:2em;} +table h2, table h3 { margin-bottom:2em; } table .video li, table .image li { margin-bottom:2em; } table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em; border-bottom:1px dotted #ddd; } .reader_links li, .bookmark_links li { padding-top:.75em; margin-bottom:.75em; } .bookmark_links li a { display:block; } .bookmark_links li span { font-style: italic; color:#444; } -.image li a { background:none;} +.image li a { background:none; } #footer { margin-top:120px; } -#footer .copy a { text-decoration:none; } \ No newline at end of file +#footer .copy a { text-decoration:none; } + +a.rss { + background:url("/img/rss-icon.png") no-repeat scroll right center transparent; + padding:0 1.3em 0 0; +} +a.external { + background:url("/img/external-icon.png") no-repeat scroll right center transparent; + padding:0 1.3em 0 0; +} \ No newline at end of file diff --git a/templates/nav.html.tpl b/templates/nav.html.tpl index a4d5841..ce2d370 100644 --- a/templates/nav.html.tpl +++ b/templates/nav.html.tpl @@ -1,8 +1,8 @@