Suppression des styles obsoltes et uniformisation des existants.

This commit is contained in:
Laurent Destailleur 2004-10-28 21:47:14 +00:00
parent fb9d9fee7d
commit 9e9354bb48
80 changed files with 1 additions and 1013 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

View File

@ -1,423 +0,0 @@
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2003 Antoine Cuvellard <antoine@wifi-connexion.com>
*
* 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 {
margin: 0px;
background: #555555;
color: #dddddd;
font-family: Helvetica, Verdana, sans-serif;
font-size: small;
scrollbar-3dlight-color : #999999;
scrollbar-arrow-color : #999999;
scrollbar-base-color : #666666;
scrollbar-darkshadow-color : Black;
scrollbar-face-color : #666666;
scrollbar-highlight-color : #999999;
scrollbar-shadow-color : #999999;
scrollbar-track-color : #8B8B8B;
}
/*
* Onglets
*/
div.tabBar {
background: #444444;
padding: 0em 0.5em 0.5em;
margin: 0em 0em 0.5em 0em;
border: 1px solid #999999;
}
div.tabs {
margin: 0em;
padding: 0em 0em;
text-align: left;
}
div.tabsAction {
margin: 0em 0em 0.5em 0em ;
padding: 0em 0em;
text-align: right;
}
div.FicheSubmit {
margin: 1.0em;
padding: 0em 0em;
text-align: center;
}
div.message {
background: #444444;
padding: 0em 1.5em;
margin: 0em 0em 0em 0em;
border-top: 0px solid #999999;
border-left: 0px solid #777777;
border-right: 0px solid #888888;
}
a.tab {
background: #444444;
border: 1px solid #999999;
color: #eeeeee;
font: 100% Bold;
padding: 0em 1.0em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.tabAction {
background: #444444;
border: 1px solid #999999;
color: #eeeeee;
font: 105% Bold;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.tabAction:hover {
background: #666666;
text-decoration: none;
}
a.tab#active {
background: #444444;
border-bottom: #444444 1px solid;
}
a.tab:hover { background: #666666; }
/*
* Menu superieur
*/
table.topbarre {
border-top: 1px solid #999999;
}
/*
* Tables
*/
table.border {
background: #444444;
border-collapse: collapse;
border-top: 1px solid #999999;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
border-left: 1px solid #999999;
}
table.border td {
background: #444444 url(img/border_background.jpg) no-repeat center right;
border-collapse: collapse;
border-top: 1px solid #999999;
border-right: 1px solid #888888;
border-bottom: 1px solid #777777;
border-left: 1px solid #666666;
}
table.noborder {
background: #444444 ;
border-collapse: collapse;
border: 0px }
table.noborder td {
background: #444444 url(img/noborder_background.jpg) top left no-repeat;
border-collapse: collapse;
border-top: 1px dashed #444444;
border-bottom: 1px dashed #666666;
}
table.liste {
background: #444444 ;
border-collapse: collapse;
border: 0px
}
table.liste td {
background: #444444 ;
border-collapse: collapse;
border: 0px
border-bottom: 1px ridge #bbbbbb;
border-right: 1px ridge #cccccc;
border-left: 1px ridge #999999;
border-top: 1px ridge #888888;
}
table#actions {
background: #555555;
border: 0px;
}
table#actions td {
background: #444444 url(img/action_background.jpg) top left repeat-y;
border-bottom: 1px ridge #bbbbbb;
border-right: 1px ridge #cccccc;
border-left: 1px ridge #999999;
border-top: 1px ridge #888888;
text-align: center;
padding: 0.2em;
}
/*
*
*/
a {
text-decoration: none;
font-weight: bold;
color: #cccccc;
}
a:hover { text-decoration: underline; color: #ffffff; }
td.menu {
background: #444444 url(img/menu_background.jpg) top left repeat-y;
border-right: 1px solid #888888;
border-bottom: 1px solid #777777;
}
td.menusel {
border-top: 1px solid #999999;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
border-left: 1px solid #999999;
}
td.border {
border-top: 1px solid #999999;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
border-left: 1px solid #999999;
}
div.menus {
background: #444444 url(img/div_menu_background.png) center right no-repeat;
border-top: 1px solid #555555;
border-right: 1px solid #888888;
border-bottom: 1px solid #777777;
border-left: 1px solid #666666;
}
a.leftmenu {
font-weight: bold;
color: #cccccc;
}
a.leftsubmenu {
font-weight: bold;
font-size: 0.95em;
color: #bbbbbb;
margin: 1em 1em 1em 1em;
}
div.leftmenu {
background: #444444 url(img/menu_background.jpg) top right repeat-y;
border-top: 1px solid #555555;
border-right: 1px solid #888888;
border-bottom: 1px solid #777777;
border-left: 1px solid #666666;
text-align: left;
margin: 1px 0em 0em 0em;
padding: 2px;
}
.menu {
background: #444444;
font-size: 1.0em;
font-weight: bold;
color: #dddddd;
text-decoration: none
}
.menusel {
background: #666666;
font-size: 1.0em;
font-weight: bold;
color: #eeeeee;
text-decoration: none
}
.alerte
{
background: #FF9988;
font-weight: bold;
font-size: 0.95em;
color: #000000;
text-decoration: none }
.submenu {
background: #444444;
font-size: 1.0em;
color: #bbbbbb;
text-decoration: none
}
a.normal { font-weight: normal; color: #dddddd;}
a.impayee { font-weight: bold; color: #eeeeee;}
/*
* Barre de gauche
*/
a.leftmenu {
font-size: 1.0em;
font-weight: bold;
color: #dddddd;
}
td.barre {
background: #444444 url(img/barre_background.jpg) bottom left no-repeat;
font-size: 1.0em;
color: #dddddd;
text-decoration: none;
border-top: 1px ridge #aaaaaa;
border-right: 1px solid #888888;
border-bottom: 1px ridge #aaaaaa;
border-left: 1px solid #999999;
}
td.barre_select {
background: #555555;
color: #eeeeee
}
td.auteurs {
background: #444444;
color: #dddddd;
text-decoration: none
border-top: 1px ridge #aaaaaa;
border-right: 1px solid #888888;
border-bottom: 1px ridge #aaaaaa;
border-left: 1px solid #999999;
}
div.titre {
font-size: 1.0em;
font-weight: bold;
color: #dddddd;
text-decoration: none;
border-top: 1px dashed #444444;
border-bottom: 1px dashed #666666;
}
/*
*
*/
tr.liste_titre {
background: #666666;
font-size: 1.0em;
font-weight: bold;
color: #dddddd;
}
tr.pair {
background: #777777 url(img/pair_background.jpg) top left repeat;
font-size: 1.0em;
color: #eeeeee;
}
tr.impair {
background: #666666 url(img/impair_background.jpg) top left repeat;
font-size: 1.0em;
color: #eeeeee;
}
/*
* Classes TR
*/
tr.box_titre {
font-size: 1.0em;
font-weight: bold;
color: #dddddd;
}
tr.box_pair {
background: #666666 url(img/pair_background.jpg) top left repeat;
font-size: 0.9em;
}
tr.box_impair {
background: #777777 url(img/impair_background.jpg) top left repeat;
font-size: 0.9em;
}
tr.fiche {
font-size: 0.6em;
}
/* stats */
tr.total {
background: #444444;
font-size: 1.0em;
}
tr.form {
background: #444444;
font-size: 1.0em;
}
/*
* Classes TD
*/
input.flat { border: 0 }
td.valeur { font-weight: bold; }
td.delete {
background: red;
font-weight: bold;
}
td.valid {
background: #A43500;
font-weight: bold;
}
td.small { font-size: 0.8em; }
tr.nonpayed { font-size: 0.9em; font-weight: bold; }
/*
*
*/
p#powered-by-dolibarr {
position: fixed;
margin: 0;
padding: 0;
bottom: 2px;
left: 0px;
z-index: 2;
}
p#powered-by-dolibarr a {
border: 1px solid black;
text-decoration: none;
font-size: 0.9em;
padding-right: 5px;
padding-left: 5px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 B

View File

@ -1,234 +0,0 @@
/* Copyright (C) 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
* 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
{
background: #eae0ff;
margin: 0px;
font-family: Helvetica, Verdana; font-size: 12px;
}
/*
* Menu superieur
*/
table.topbarre {
cell-spacing: 0;
}
/*
* Tables
*/
table#wiborder {
border-collapse:collapse;
}
table#wiborder td {
border: outset 1pt;
border-collapse:collapse;
padding: 3pt;
}
a {
text-decoration: none;
font-weight: bold;
color: #000000;
}
a:hover { text-decoration: underline; }
td.menu {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}
td.menusel {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}
td.border {
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}
div.menus {
background: #eeccee;
color: #bb88bb;
border-top: 1px dashed #ccccb3;
border-right: 1px dashed #ccccb3;
border-bottom: 1px dashed #ccccb3;
border-left: 1px dashed #ccccb3;
}
.menu
{
background: #ccb3ee;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
color: #000000;
text-decoration: none }
.menusel
{
background: #bb88bb;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
color: #000000;
text-decoration: none }
.submenu
{
background: #ccb3ee;
font-family: Helvetica, Verdana; font-size: 1.0em;
color: #000000;
text-decoration: none }
a.normal{ font-weight: normal }
a.impayee { font-weight: bold }
/*
* Barre de gauche
*/
a.leftmenu {
font-family: Helvetica, Verdana;
font-size: 1.0em;
font-weight: bold;
color: #200020;
}
td.barre {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background: #ccb3ee;
font-family: Helvetica, Verdana;
font-size: 1.0em;
color: #000000;
text-decoration: none }
td.barre_select {
background: #ccb3ee;
color: #000000
}
div.titre {
font-family: Helvetica, Verdana;
font-size: 1.0em;
font-weight: bold;
color: #663366;
text-decoration: none }
/*
*
*/
tr.liste_titre {
background: #aa88dd;
font-family: Helvetica, Verdana;
font-size: 1.0em;
font-weight: bold;
}
tr.pair {
background: #dcb3fd;
font-family: Helvetica, Verdana;
font-size: 1.0em;
}
tr.impair {
background: #eeccff;
font-family: Helvetica, Verdana;
font-size: 1.0em;
}
/*
*
*/
tr.box_titre {
font-family: Helvetica, Verdana;
font-size: 1.0em;
font-weight: bold;
}
tr.box_pair {
background: #dcdcd4;
font-family: Helvetica, Verdana;
font-size: 0.9em;
}
tr.box_impair {
background: #eeeedd;
font-family: Helvetica, Verdana;
font-size: 0.9em;
}
tr.fiche {
font-family: Helvetica, Verdana;
font-size: 0.6em;
}
/*
*
*/
input.flat
{
border: 0
}
td.valeur
{
font-weight: bold;
}
td.delete {
background: red;
font-weight: bold;
}
td.valid {
background: pink;
font-weight: bold;
}
td.small {
font-size: 0.8em;
}
tr.nonpayed {
font-size: 0.9em; font-weight: bold;
}
p#powered-by-dolibarr {
position: fixed;
margin: 0;
padding: 0;
bottom: 2px;
left: 0px;
z-index: 2;
}
p#powered-by-dolibarr a {
border: 1px solid black;
text-decoration: none;
color: black;
font-size: 0.9em;
padding-right: 5px;
padding-left: 5px;
}

View File

@ -1,26 +0,0 @@
<?PHP
/* Copyright (C) 2004 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
* 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$
*
*/
$theme_bgcolor = array(200,218,213);
?>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 773 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 825 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 810 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 972 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

View File

@ -1,324 +0,0 @@
/* Copyright (C) 2002-2004 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
* 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
{
background: #dcdad5;
margin: 0px;
font-family: sans-serif; font-size: 0.9em;
}
/*
* Onglets
*/
div.tabs
{
float: none;
margin: 0em;
padding: 0em 0em;
text-align: left;
}
a.tabTitle {
background: #436976;
border: 1px solid #8CACBB;
color: white;
font: 100% Bold;
padding: 0em 1.0em;
margin: 0em 0em;
text-decoration: none;
white-space: nowrap;
}
a.tab {
background: white;
border: 1px solid #8CACBB;
color: #436976;
font: 100% Bold;
padding: 0em 1.0em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.tabimage {
color: #436976;
text-decoration: none;
white-space: nowrap;
}
div.tabBar {
background: #dcdcd3;
padding: 0em 0.5em 0.5em;
margin: 0em 0em 0.5em 0em;
border: 1px solid #8CACBB;
}
div.tabsAction {
margin: 0em 0em 0.5em 0em ;
padding: 0em 0em;
text-align: right;
}
a.tabAction {
background: white;
border: 1px outset #8CACBB;
color: #436976;
font: 105% Bold;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
div.FicheSubmit {
margin: 1.0em;
padding: 0em 0em;
text-align: center;
}
div.message {
background: #dee7ec;
padding: 0em 1.5em;
margin: 0em 0em 0em 0em;
border-top: 1px solid #8CACBB;
border-left: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
}
a.tabAction:hover {
background: #dcdcd3;
text-decoration: none;
}
a.tab#active {
background: #dcdcd3;
border-bottom: #dee7ec 1px solid;
}
a.tab:hover {
background: #ebebe0;
}
/*
* Menu superieur
*/
table.topbarre {
cell-spacing: 0;
}
/*
* Tables
*/
table.border {
border-collapse: collapse;
border: 2px white ridge; }
table.border td {
border: 2px white ridge; }
table.noborder {
border-collapse: collapse;
border: 0px }
table.noborder td {
border-collapse: collapse;
border: 0px }
table#actions {
border-collapse: collapse;
border: 1px ridge }
table#actions td {
border-collapse: collapse;
border: 1px ridge }
/*
*
*/
a {
text-decoration: none;
font-weight: bold;
color: #000000;
}
a:hover { text-decoration: underline; }
td.menu {
border-bottom: 1px solid #000000;
}
td.menusel {
border: 1px solid #000000;
}
td.border {
border: 1px solid #000000;
}
div.menus {
color: #bbbb88;
border: 1px dashed #ccccb3;
}
a.leftmenu {
font-weight: bold;
color: #202020;
}
a.leftsubmenu {
font-weight: normal;
color: #202020;
margin: 1em 1em 1em 1em;
}
div.leftmenu {
text-align: left;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
cell-spacing: 0;
margin: 0em 10px 10px 2px;
}
.menu
{
font-weight: bold;
color: #000000;
text-decoration: none }
.menusel
{
font-weight: bold;
color: #000000;
text-decoration: none }
.submenu
{
color: #000000;
text-decoration: none }
a.normal{ font-weight: normal }
a.impayee { font-weight: bold }
/*
* Barre de gauche
*/
td.barre
{
border-right: 1px solid #000000;
text-decoration: none
}
td.barre_select {
background: #ccb3cc;
color: #000000
}
div.titre {
font-weight: bold;
color: #663366;
text-decoration: none }
/*
*
*/
tr.liste_titre {
background: #cacaca;
border: 1px solid #000000;
font-weight: bold;
text-decoration: none;
white-space: nowrap }
tr.pair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
text-decoration: none }
tr.impair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
text-decoration: none }
/*
*
*/
tr.box_titre {
font-weight: bold; }
tr.box_pair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
font-size: 0.8em;
}
tr.box_impair {
border-bottom: 1px solid #000000;
font-size: 0.8em;
}
tr.fiche {
font-family: Helvetica, Verdana;
font-size: 0.6em; }
input.flat
{
border: 0
}
td.valeur
{
font-weight: bold;
}
td.delete {
background: red;
font-weight: bold; }
td.valid {
background: pink;
font-weight: bold; }
td.small {
font-size: 0.8em; }
tr.nonpayed {
font-size: 0.8em;
font-weight: bold; }
/*
*
*/
p#powered-by-dolibarr {
position: fixed;
margin: 0;
padding: 0;
bottom: 2px;
left: 0px;
z-index: 2;
}
p#powered-by-dolibarr a {
border: 1px solid black;
text-decoration: none;
color: black;
font-size: 0.9em;
padding-right: 5px;
padding-left: 5px;
}

View File

@ -107,11 +107,6 @@ div.fiche
* Menu superieur et 1ere ligne tableau
*/
table.topbarre
{
cell-spacing: 0;
}
.menu {
background: #b3c5cc;
font-size: 12px;
@ -265,7 +260,7 @@ td.barre_select {
color: #000000
}
form {
orm {
padding: 0.1em 0em 0em 0em;
margin: 0em 0em 0em 0em;
}