diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-11-07 21:47:30 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-11-07 21:47:30 +0000 |
commit | 9c3f524452cc1e4ea5bc9784b8f2422ae3afde1c (patch) | |
tree | 62733b76fe6cdb5b5d6802761bff3268650e8a39 /share/www/style/layout.css | |
parent | a3a17573a7b66665a133c01f46fc94847835437e (diff) |
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
Diffstat (limited to 'share/www/style/layout.css')
-rw-r--r-- | share/www/style/layout.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |