summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2007-06-06 19:26:42 +0000
committerot <ot@localhost>2007-06-06 19:26:42 +0000
commit63335edbc86329403fb40f54ac6dc321fb6e88ab (patch)
treeffc204222b84d099beb66232a926246eb4820bc0
parentf24881835804815b7795010787aa5d31a2507881 (diff)
downloadmarkup-validator-63335edbc86329403fb40f54ac6dc321fb6e88ab.zip
markup-validator-63335edbc86329403fb40f54ac6dc321fb6e88ab.tar.gz
markup-validator-63335edbc86329403fb40f54ac6dc321fb6e88ab.tar.bz2
more forcing of background-colors
-rw-r--r--htdocs/style/base.css10
-rw-r--r--htdocs/style/results.css16
2 files changed, 22 insertions, 4 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css
index db451d4..dbe4fbc 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -209,12 +209,15 @@ fieldset.moreoptions div table tr.subchoice th {
h1#title {
font-family: "Myriad Web", "Myriad Pro", "Gill Sans", Helvetica, Arial, Sans-Serif;
+ background-color: #365D95;
color: #fdfdfd;
font-size: 1.6em;
background: url(../images/head-bl.png) bottom left no-repeat;
padding-bottom: 0.430em;
}
-
+h1#title a, h1#title a img {
+background-color: #365D95;
+}
h1 span {
border-bottom: 1px solid #6383b1;
@@ -243,6 +246,7 @@ p#tagline {
letter-spacing: 0.1em;
line-height: 100% !important;
color: #D0DCEE;
+ background-color: #365D95;
}
ul#lang_choice {
@@ -340,6 +344,10 @@ div#fields {
border-bottom: 1px solid #DCDDE0;
}
+div#fields legend, div#fields p, div#fields fieldset, div#fields form,div#fields form fieldset legend a, div#fields form p label, div#fields tr label {
+ background-color: #EAEBEE;
+}
+
fieldset {
background: #EAEBEE;
}
diff --git a/htdocs/style/results.css b/htdocs/style/results.css
index 680f2ae..1411a70 100644
--- a/htdocs/style/results.css
+++ b/htdocs/style/results.css
@@ -1,5 +1,5 @@
/* style sheet for the validator's results page */
-/* $Id: results.css,v 1.18 2007-06-01 02:39:34 ot Exp $ */
+/* $Id: results.css,v 1.19 2007-06-06 19:26:42 ot Exp $ */
div#results_container {
margin: 2em;
@@ -98,6 +98,15 @@ div#results_container table th {
background-color: #EAEBEE;
color: #11111A;
border-right: 1px solid #ccc;
+ font-weight: bold;
+ font-size: 1em;
+}
+
+div#results_container table th label {
+ background-color: #EAEBEE;
+ color: #11111A;
+ font-weight: bold;
+ font-size: 1em;
}
div#results_container table {
@@ -267,7 +276,6 @@ code.input strong {
/*
*/
#source ol {
-
font-family: "Bitstream Vera Sans Mono", monospace;
font-size: smaller;
background: #EAEBEE;
@@ -277,7 +285,9 @@ code.input strong {
list-style-type: decimal;
}
#source ol li {
- margin: 1em;
+ margin: .5em 1em;
+ background-color: #EAEBEE;
+ line-height: 150%;
}
#source ol li a {