summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-11-07 21:47:30 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-11-07 21:47:30 +0000
commit9c3f524452cc1e4ea5bc9784b8f2422ae3afde1c (patch)
tree62733b76fe6cdb5b5d6802761bff3268650e8a39 /share/www
parenta3a17573a7b66665a133c01f46fc94847835437e (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')
-rw-r--r--share/www/image/path.gifbin363 -> 0 bytes
-rw-r--r--share/www/image/spinner.gifbin1849 -> 1849 bytes
-rw-r--r--share/www/style/layout.css8
3 files changed, 4 insertions, 4 deletions
diff --git a/share/www/image/path.gif b/share/www/image/path.gif
deleted file mode 100644
index 98545488..00000000
--- a/share/www/image/path.gif
+++ /dev/null
Binary files differ
diff --git a/share/www/image/spinner.gif b/share/www/image/spinner.gif
index 37f782dd..19a8d4df 100644
--- a/share/www/image/spinner.gif
+++ b/share/www/image/spinner.gif
Binary files 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;
}