From 9c3f524452cc1e4ea5bc9784b8f2422ae3afde1c Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Fri, 7 Nov 2008 21:47:30 +0000 Subject: A darker and more subtle navigation bar for Futon. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712282 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/image/path.gif | Bin 363 -> 0 bytes share/www/image/spinner.gif | Bin 1849 -> 1849 bytes share/www/style/layout.css | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 share/www/image/path.gif (limited to 'share/www') diff --git a/share/www/image/path.gif b/share/www/image/path.gif deleted file mode 100644 index 98545488..00000000 Binary files a/share/www/image/path.gif and /dev/null differ diff --git a/share/www/image/spinner.gif b/share/www/image/spinner.gif index 37f782dd..19a8d4df 100644 Binary files a/share/www/image/spinner.gif and b/share/www/image/spinner.gif differ diff --git a/share/www/style/layout.css b/share/www/style/layout.css index db86acc3..ed2f3688 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -21,19 +21,19 @@ html, body { background: transparent; color: #000; :link, :visited { color: #ba1e16; text-decoration: none; } :link img, :visited img { border: none; } -h1 { background: #666 url(../image/hgrad.gif) 100% 0 repeat-y; +h1 { background: #333; border-right: 2px solid #111; border-bottom: 1px solid #333; color: #999; font: 125% normal Arial,Helvetica,sans-serif; line-height: 1.8em; margin: 0 0 1em; padding: 0 0 0 1em; } h1 :link, h1 :visited, h1 strong { padding: .4em .5em; } -h1 :link, h1 :visited { - background: url(../image/path.gif) 100% 50% no-repeat; padding-right: 2em; +h1 :link:after, h1 :visited:after { color: #666; content: "›"; font-size: 100%; + padding-left: 1.2em; } h1 :link, h1 :visited { color: #bbb; cursor: pointer; text-shadow: #333 2px 2px 1px; } -h1 strong { color: #fff; padding-right: 25px; text-shadow: #000 2px 2px 4px; } +h1 strong { color: #fff; font-weight: normal; padding-right: 25px; } body.loading h1 strong { background: url(../image/spinner.gif) right center no-repeat; } -- cgit v1.2.3