summaryrefslogtreecommitdiffstats
path: root/htdocs/results.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/results.css')
-rw-r--r--htdocs/results.css104
1 files changed, 88 insertions, 16 deletions
diff --git a/htdocs/results.css b/htdocs/results.css
index 0b336db..a51350b 100644
--- a/htdocs/results.css
+++ b/htdocs/results.css
@@ -1,7 +1,5 @@
/* style sheet for the validator's results page */
-/* $Id: results.css,v 1.8 2001-09-20 18:12:13 link Exp $ */
-
-@import url(base.css);
+/* $Id: results.css,v 1.9 2002-08-20 01:51:23 link Exp $ */
.markup {
color: red;
@@ -14,11 +12,29 @@
}
table.header {
- background-color: silver;
+ background-color: #eeeeee;
+}
+
+ul#Warnings {
+ clear: left;
+ padding-top: 1ex;
+}
+
+div.meat {
+/* border: 1px solid red; */ /* Used for debugging */
+ margin-right: 10em;
+}
+
+div.splash {
+ border: 1px solid blue; /* Used for debugging */
+ background: #eeeeee;
}
th {
padding-right: .5em;
+ text-align: right;
+ vertical-align: middle;
+ white-space: nowrap;
}
td {
@@ -26,19 +42,75 @@ td {
padding-left: .5em;
}
-h1.title img {
- vertical-align: middle;
+.info {
+ background: white;
+ border-color: gray;
+}
+
+.warning {
+ background: silver;
+ border-color: gray;
+}
+
+.error {
+ background: yellow;
+ border-color: black;
+}
+
+.fatal {
+ background: red;
+ border-color: black;
+}
+
+.valid {
+ background: #053188;
+ color: white;
+ font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
+ font-size-adjust: .53;
+ font-size: 1.5em;
+ font-weight: 500;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ border-color: black;
+}
+
+.valid a {
+ color: yellow;
+}
+
+.valid a:visited {
+ color: silver;
+}
+
+.valid a:hover {
+ color: #053188;
+}
+
+.valid a:active {
+ color: red;
+}
+
+
+.invalid {
+/* clear: both; */
+ background: #880531;
+ color: white;
+ font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
+ font-size-adjust: .53;
+ font-size: 1.5em;
+ font-weight: 500;
+ font-style: normal;
+ text-decoration: none;
+ word-spacing: normal;
+ letter-spacing: normal;
+ text-transform: none;
+ border-color: black;
}
-#Notice {
- width: 75ex;
- border: solid;
- margin: .2em;
- padding: .5em;
- text-align: justify;
+.invalid a {
+ color: yellow;
}
-.info {background: white; border-color: gray;}
-.warning {background: silver; border-color: gray;}
-.error {background: yellow; border-color: black;}
-.fatal {background: red; border-color: black;}