From: Gabriel Dunne Date: Fri, 26 Feb 2010 04:00:19 +0000 (-0800) Subject: template edits X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=d4b992600552ba8fe1b7821e9785926d9512e20b;p=plog_bk.git template edits --- diff --git a/css/style.css b/css/style.css index 7705170..7240b20 100644 --- a/css/style.css +++ b/css/style.css @@ -7,7 +7,7 @@ html, body, table { font-family: helvetica; font-size:11px; line-height:1.5em; c ::selection {background: #08f !important; color:#fff;} /*links*/ -a { color:#07e; border:0; text-decoration:none; } +a { color:#60d; border:0; text-decoration:none; } a img { border:0; } a.mute { color:#555; } a:hover, a.mute:hover { color:#fa4; background:#ffa; text-decoration:none; } @@ -16,11 +16,12 @@ a:hover, a.mute:hover { color:#fa4; background:#ffa; text-decoration:none; } /*headings*/ h1, h2, h3, h4, h5, h6 { color:#444; font-size:1em; } -h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { background:#ffe; } h1 { margin:0 0 3em 0; } h2 { margin:4em 0 0.5em 0; } h3 { font-size:1em; margin:0; margin-bottom:0.5em; } + + /*code pre, .code { font-family: Monaco, monospace; font-size:11px; line-height:1.4em; background:#212121; color:#0f4; padding:1em 2em; } span.code { padding:0.5em 1em; } @@ -67,7 +68,8 @@ table .reader li, table .bookmarks li { margin-bottom:1em; padding-bottom:1em; ul.thumbnails a { text-decoration:none; } ul.thumbnails .title { } - .date { font-weight:bold; } + .date { color:#ccc;} +.func { font-weight:normal; color:#990; } .text { font-family:serif; font-size:15px; line-height:2.2em; margin-top:80px;} .indent { text-indent:3em; } diff --git a/index.php b/index.php index c138568..7fee153 100644 --- a/index.php +++ b/index.php @@ -1,11 +1,11 @@ diff --git a/js/prettify/prettify.css b/js/prettify/prettify.css index f150b38..bb02856 100755 --- a/js/prettify/prettify.css +++ b/js/prettify/prettify.css @@ -11,7 +11,7 @@ .atn { color: #606; } .atv { color: #080; } .dec { color: #606; } -pre.prettyprint, code.prettyprint { font-family:monospace; font-size:11px; padding:2px 20px; background:#f0f0f0; } +pre.prettyprint, code.prettyprint { font-family:monospace; font-size:12px; padding:2px 20px; background:#f0f0f0; } pre.prettyprint { padding:20px; } @media print { diff --git a/js/prettify/prettify.css~ b/js/prettify/prettify.css~ deleted file mode 100755 index 301ab24..0000000 --- a/js/prettify/prettify.css~ +++ /dev/null @@ -1,27 +0,0 @@ -/* Pretty printing styles. Used with prettify.js. */ - -.str { color: #f28; } -.kwd { color: #008; } -.com { color: #888; font-style:italic; } -.typ { color: #606; } -.lit { color: #066; } -.pun { color: #660; } -.pln { color: #444; } -.tag { color: #008; } -.atn { color: #606; } -.atv { color: #080; } -.dec { color: #606; } -pre.prettyprint, code.prettyprint { font-family:monaco, monospace; padding:2px 20px; background:#eee; } - -@media print { - .str { color: #060; } - .kwd { color: #006; font-weight: bold; } - .com { color: #600; font-style: italic; } - .typ { color: #404; font-weight: bold; } - .lit { color: #044; } - .pun { color: #440; } - .pln { color: #000; } - .tag { color: #006; font-weight: bold; } - .atn { color: #404; } - .atv { color: #060; } -} diff --git a/templates/about.html b/templates/about.html index 4e5d96c..1ab3a63 100644 --- a/templates/about.html +++ b/templates/about.html @@ -13,15 +13,17 @@
+ +

about

- 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. + quilime is an ongoing collection of process, notes, observation, sketches, experiments by gabriel dunne. (www, +email)

- email gdunne@quilime.com -
- © 1997— gabriel dunne + + + © 1997— +
diff --git a/templates/agg.html b/templates/agg.html index 2dea6e8..50a9580 100644 --- a/templates/agg.html +++ b/templates/agg.html @@ -15,6 +15,8 @@
+ +

aggregate

diff --git a/templates/code.html b/templates/code.html index b7b367a..36509a1 100644 --- a/templates/code.html +++ b/templates/code.html @@ -47,6 +47,9 @@ + +

code

+
  • @@ -68,12 +71,15 @@ +

    code

+ + diff --git a/templates/img.html b/templates/img.html index b467cfa..976baac 100644 --- a/templates/img.html +++ b/templates/img.html @@ -25,6 +25,8 @@ $img = get_rss_feed('http://api.flickr.com/services/feeds/photos_public.gne?id=2
+ +

img

    channel->item as $item) : ?> diff --git a/templates/index.html b/templates/index.html index eea502f..ed7efaa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@
    - projects, process log, experiments, code, reference, inspiration, aggregate + projects, experiments, code, reference, inspiration, aggregate
    diff --git a/templates/links.html b/templates/links.html index 94bfa6c..9f8df51 100644 --- a/templates/links.html +++ b/templates/links.html @@ -3,76 +3,68 @@ - + <?php echo SITE_TITLE ?> - links - + - +
    + +

    links

    -
  • - - + + - - + +

    quilime elsewhere

    - - + +

    links

    - + \ No newline at end of file diff --git a/templates/log.html b/templates/log.html index 6a61f25..650e6fb 100644 --- a/templates/log.html +++ b/templates/log.html @@ -32,11 +32,15 @@ + +
    + + -

    log /

    +

    log /

    @@ -44,6 +48,7 @@ +

    log

language name
@@ -84,14 +89,17 @@ + +

log

  • - + - + +

  • diff --git a/templates/nav.html b/templates/nav.html index ea36937..cdfb290 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,15 +1,11 @@