- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jun 2007 19:26:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style In directory hutz:/tmp/cvs-serv7582 Modified Files: base.css results.css Log Message: more forcing of background-colors Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/style/base.css,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- base.css 6 Jun 2007 18:42:32 -0000 1.15 +++ base.css 6 Jun 2007 19:26:42 -0000 1.16 @@ -209,12 +209,15 @@ 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 @@ letter-spacing: 0.1em; line-height: 100% !important; color: #D0DCEE; + background-color: #365D95; } ul#lang_choice { @@ -340,6 +344,10 @@ 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; } Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/style/results.css,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- results.css 1 Jun 2007 02:39:34 -0000 1.18 +++ results.css 6 Jun 2007 19:26:42 -0000 1.19 @@ -98,6 +98,15 @@ 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 @@ /* */ #source ol { - font-family: "Bitstream Vera Sans Mono", monospace; font-size: smaller; background: #EAEBEE; @@ -277,7 +285,9 @@ list-style-type: decimal; } #source ol li { - margin: 1em; + margin: .5em 1em; + background-color: #EAEBEE; + line-height: 150%; } #source ol li a {
Received on Wednesday, 6 June 2007 19:26:51 UTC