diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 75c3beb4177..55898932ab2 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -23,6 +23,7 @@ /***** Style du fond *****/ body { margin: 0px; + background-color: #F8F8F8; background-image: url("/theme/freelug/img/background.png"); font-family: Helvetica, Verdana; font-size: 12px; text-decoration: none ; @@ -609,14 +610,14 @@ font-size: 1.0em; tr.pair { - background: #dcdcd0; - font-size: 1.0em; - } - + background: #eeeedd; + font-size: 1.0em; + } tr.impair { - background: #eeeedd; - font-size: 1.0em; - } + background: #dcdcd0; + font-size: 1.0em; + } + /* * */ diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 706e6dabe6b..8986aa7260d 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -579,14 +579,14 @@ font-size: 1.0em; } tr.pair { + background: #eeeecc; + font-size: 1.0em; + } +tr.impair { background: #dcdcb3; font-size: 1.0em; } -tr.impair { - background: #eeeecc; - font-size: 1.0em; - } /* * */