forked from Wavyzz/dolibarr
99 lines
1.9 KiB
CSS
99 lines
1.9 KiB
CSS
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
|
Copyright (C) 2002 Loic Dachary <loic@gnu.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
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
$Id$
|
|
$Source$
|
|
*/
|
|
body
|
|
{
|
|
color: black;
|
|
font-family: arial, sans-serif;
|
|
background-color: white;
|
|
}
|
|
|
|
table.main
|
|
{
|
|
border: 0 solid;
|
|
}
|
|
|
|
table.formulaire {
|
|
border: 0 solid;
|
|
}
|
|
|
|
|
|
h1 {
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
ul { list-style: circle; }
|
|
|
|
|
|
|
|
span {
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
}
|
|
a {
|
|
color: #002390;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.extern {
|
|
color: #002390;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.extern:hover {
|
|
color: #002390;
|
|
font-weight: normal;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
address {
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
p {
|
|
padding-left: 9px;
|
|
}
|
|
|
|
p.passe {
|
|
color: #c0C0C0;
|
|
}
|
|
|
|
td.titre{
|
|
font-weight: bold;
|
|
background-color: #d0d0d0;
|
|
}
|
|
|
|
td.valeur {
|
|
font-weight: normal;
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
div.commentaire {
|
|
font-size: 10pt;
|
|
} |