Nothing to say
This commit is contained in:
parent
a49e04f5e5
commit
f8689465d3
@ -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
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -19,7 +19,7 @@
|
||||
*/
|
||||
body {
|
||||
background: #e0ebeb;
|
||||
font-family: Helvetica, Verdana; font-size: 12px;
|
||||
font-family: Helvetica, Verdana; font-size: 1.0em;
|
||||
}
|
||||
/*
|
||||
* Menu superieur
|
||||
@ -56,21 +56,21 @@ td.border {
|
||||
|
||||
.menu {
|
||||
background: #b3cccc;
|
||||
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
|
||||
font-size: 1.0em; font-weight: bold;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.menusel
|
||||
{
|
||||
background: #bbbb88;
|
||||
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
|
||||
font-size: 1.0em; font-weight: bold;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.submenu
|
||||
{
|
||||
background: #b3cccc;
|
||||
font-family: Helvetica, Verdana; font-size: 1.0em;
|
||||
font-size: 1.0em;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
@ -81,8 +81,7 @@ a.impayee { font-weight: bold }
|
||||
* Barre de gauche
|
||||
*/
|
||||
|
||||
a.leftmenu {
|
||||
font-family: Helvetica, Verdana;
|
||||
a.leftmenu {
|
||||
font-size: 1.0em;
|
||||
font-weight: bold;
|
||||
color: #202020;
|
||||
@ -141,18 +140,15 @@ tr.box_titre {
|
||||
|
||||
tr.box_pair {
|
||||
background: #b3cccc;
|
||||
font-family: Helvetica, Verdana;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
tr.box_impair {
|
||||
background: #cceeee;
|
||||
font-family: Helvetica, Verdana;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
tr.fiche {
|
||||
font-family: Helvetica, Verdana;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user