summaryrefslogtreecommitdiffstats
path: root/htdocs/navbar.css
diff options
context:
space:
mode:
authorlink <link@localhost>2002-08-20 01:51:31 +0000
committerlink <link@localhost>2002-08-20 01:51:31 +0000
commit68888af368a57b04686cde3a230c168157a8ec89 (patch)
treee5eb3bec6befac28cd9ec8779750a257fdf8d95b /htdocs/navbar.css
parentaa56a2d0812a367de272abe2c1e9890fc4af2090 (diff)
downloadmarkup-validator-68888af368a57b04686cde3a230c168157a8ec89.zip
markup-validator-68888af368a57b04686cde3a230c168157a8ec89.tar.gz
markup-validator-68888af368a57b04686cde3a230c168157a8ec89.tar.bz2
Merging to HEAD from validator-0_6_0 branch.
This will be validator-0_6_0b1c1 (Beta 1, Candidate 1).
Diffstat (limited to 'htdocs/navbar.css')
-rw-r--r--htdocs/navbar.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/htdocs/navbar.css b/htdocs/navbar.css
new file mode 100644
index 0000000..446245b
--- /dev/null
+++ b/htdocs/navbar.css
@@ -0,0 +1,39 @@
+/*
+ Navigation Style Sheet for the W3C HTML Validation Service.
+
+ Copyright 2000 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
+
+ $Id: navbar.css,v 1.2 2002-08-20 01:51:23 link Exp $
+*/
+
+div.navbar p a {
+ display: block;
+ text-decoration: none;
+}
+
+div.navbar p a:hover {
+ background: #ccc;
+}
+
+div.navbar {
+ float: right;
+ text-align: right;
+ text-decoration: none;
+ margin: .1ex .1ex 2.5ex 1ex;
+ padding: 1ex;
+ background-color: #eee;
+ border-left: 1px solid black;
+ clear: both;
+ width: 8em;
+}
+
+div.navbar p {
+ border-top: 1px solid black;
+ margin: .1ex;
+ padding: .1ex .1em 1.5ex .1em;
+}
+
+div.navbar p.main {
+ border-top-style: none;
+}