Nothing to say

This commit is contained in:
Rodolphe Quiedeville 2003-10-07 10:41:31 +00:00
parent a49e04f5e5
commit f8689465d3

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
*/ */
body { body {
background: #e0ebeb; background: #e0ebeb;
font-family: Helvetica, Verdana; font-size: 12px; font-family: Helvetica, Verdana; font-size: 1.0em;
} }
/* /*
* Menu superieur * Menu superieur
@ -56,21 +56,21 @@ td.border {
.menu { .menu {
background: #b3cccc; background: #b3cccc;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-size: 1.0em; font-weight: bold;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.menusel .menusel
{ {
background: #bbbb88; background: #bbbb88;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-size: 1.0em; font-weight: bold;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.submenu .submenu
{ {
background: #b3cccc; background: #b3cccc;
font-family: Helvetica, Verdana; font-size: 1.0em; font-size: 1.0em;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
@ -81,8 +81,7 @@ a.impayee { font-weight: bold }
* Barre de gauche * Barre de gauche
*/ */
a.leftmenu { a.leftmenu {
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
font-weight: bold; font-weight: bold;
color: #202020; color: #202020;
@ -141,18 +140,15 @@ tr.box_titre {
tr.box_pair { tr.box_pair {
background: #b3cccc; background: #b3cccc;
font-family: Helvetica, Verdana;
font-size: 0.9em; font-size: 0.9em;
} }
tr.box_impair { tr.box_impair {
background: #cceeee; background: #cceeee;
font-family: Helvetica, Verdana;
font-size: 0.9em; font-size: 0.9em;
} }
tr.fiche { tr.fiche {
font-family: Helvetica, Verdana;
font-size: 0.6em; font-size: 0.6em;
} }