indentation du code

This commit is contained in:
Rodolphe Quiedeville 2003-08-12 15:55:43 +00:00
parent 6d9f13c74f
commit fd7ee7ea9e
2 changed files with 161 additions and 165 deletions

View File

@ -17,25 +17,42 @@
* $Id$ * $Id$
* $Source$ * $Source$
*/ */
body { body {
background: #e0ebeb; background: #e0ebeb;
font-family: Helvetica, Verdana; font-size: 12px; font-family: Helvetica, Verdana; font-size: 12px;
text-decoration: none ;
} }
/*
* Menu superieur
*/
table.topbarre
{
cell-spacing: 0;
}
a { a {
text-decoration: none; text-decoration: none;
font-weight: bold;
color: #000000;
} }
/* Menu superieur */ a:hover { text-decoration: underline; }
td.menu { td.menu {
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 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;
}
.menu { .menu {
background: #b3cccc; background: #b3cccc;
@ -43,6 +60,12 @@ td.menu {
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.menusel
{
background: #bbbb88;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
color: #000000;
text-decoration: none }
.submenu .submenu
{ {
@ -54,95 +77,81 @@ td.menu {
a.normal{ font-weight: normal } a.normal{ font-weight: normal }
a.impayee { font-weight: bold } a.impayee { font-weight: bold }
/* /*
* Barre de gauche * Barre de gauche
*/ */
a.leftmenu a.leftmenu {
{
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
font-weight: bold; font-weight: bold;
color: #202020; color: #202020;
} }
td.barre { td.barre {
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
background: #b3cccc; background: #b3cccc;
font-family: Helvetica, Verdana; font-size: 1.0em; font-family: Helvetica, Verdana;
font-size: 1.0em;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
td.barre_select { td.barre_select {
background: #b3cccc; background: #b3cccc;
color: #000000 color: #000000
} }
div.titre { div.titre {
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-family: Helvetica, Verdana;
font-size: 1.0em;
font-weight: bold;
color: #336666; color: #336666;
text-decoration: none } text-decoration: none }
/* /*
* *
*/ */
TR.liste_titre tr.liste_titre {
{
background: #669999; background: #669999;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-family: Helvetica, Verdana;
text-decoration: none } font-size: 1.0em;
TR.liste_sep
{
background: #669999;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
text-decoration: none }
TR.pair
{
background: #b3cccc;
font-family: Helvetica, Verdana; font-size: 1.0em;
text-decoration: none }
TR.impair
{
background: #cceeee;
font-family: Helvetica, Verdana; font-size: 1.0em;
text-decoration: none }
TR.barreBouton
{
background: #cceeee;
font-family: Helvetica, Verdana; font-size: 1.0em;
text-decoration: none
}
td.bouton
{
font-weight: bold;
}
td.valeur
{
font-weight: bold; font-weight: bold;
} }
td.delete tr.pair {
{ background: #b3cccc;
font-family: Helvetica, Verdana;
font-size: 1.0em;
}
tr.impair {
background: #cceeee;
font-family: Helvetica, Verdana;
font-size: 1.0em;
}
td.valeur {
font-weight: bold;
}
td.delete {
background: red; background: red;
font-weight: bold; font-weight: bold;
} }
td.valid td.valid {
{
background: pink; background: pink;
font-weight: bold; font-weight: bold;
} }
td.small {
font-size: 0.8em;
}
tr.nonpayed {
font-size: 0.9em; font-weight: bold;
}
p#powered-by-dolibarr { p#powered-by-dolibarr {
position: fixed; position: fixed;

View File

@ -16,9 +16,7 @@
* *
* $Id$ * $Id$
* $Source$ * $Source$
*
*/ */
body body
{ {
background: #ebebe0; background: #ebebe0;
@ -40,28 +38,23 @@ a {
a:hover { text-decoration: underline; } a:hover { text-decoration: underline; }
td.menu td.menu {
{
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
} }
td.menusel td.menusel {
{
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
} }
td.border {
td.border
{
border-top: 1px solid #000000; border-top: 1px solid #000000;
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
border-left: 1px solid #000000; border-left: 1px solid #000000;
} }
.menu .menu
{ {
background: #ccccb3; background: #ccccb3;
@ -76,7 +69,6 @@ td.border
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.submenu .submenu
{ {
background: #ccccb3; background: #ccccb3;
@ -84,87 +76,86 @@ td.border
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
a.normal{ font-weight: normal }
a.impayee { font-weight: bold }
/* /*
* Barre de gauche * Barre de gauche
*/ */
a.normal{ font-weight: normal } a.leftmenu {
a.impayee { font-weight: bold } font-family: Helvetica, Verdana;
font-size: 1.0em;
a.leftmenu font-weight: bold;
{
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
color: #202020; color: #202020;
} }
td.barre td.barre {
{
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
background: #ccccb3; background: #ccccb3;
font-family: Helvetica, Verdana; font-size: 1.0em; font-family: Helvetica, Verdana;
font-size: 1.0em;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
td.barre_select td.barre_select {
{
background: #ccccb3; background: #ccccb3;
color: #000000 color: #000000
} }
div.titre {
font-family: Helvetica, Verdana;
div.titre font-size: 1.0em;
{ font-weight: bold;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
color: #666633; color: #666633;
text-decoration: none } text-decoration: none }
/* /*
* *
*/ */
tr.liste_titre tr.liste_titre {
{
background: #BBBB88; background: #BBBB88;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-family: Helvetica, Verdana;
font-size: 1.0em;
font-weight: bold;
} }
tr.pair tr.pair {
{
background: #dcdcb3; background: #dcdcb3;
font-family: Helvetica, Verdana; font-size: 1.0em; font-family: Helvetica, Verdana;
font-size: 1.0em;
} }
tr.impair tr.impair {
{
background: #eeeecc; background: #eeeecc;
font-family: Helvetica, Verdana; font-size: 1.0em; font-family: Helvetica, Verdana;
font-size: 1.0em;
} }
/* /*
* *
*/ */
tr.box_titre tr.box_titre {
{ font-family: Helvetica, Verdana;
font-size: 1.0em;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-weight: bold;
} }
tr.box_pair tr.box_pair {
{
background: #dcdcb3; background: #dcdcb3;
font-family: Helvetica, Verdana; font-size: 0.9em; font-family: Helvetica, Verdana;
font-size: 0.9em;
} }
tr.box_impair tr.box_impair {
{
background: #eeeecc; background: #eeeecc;
font-family: Helvetica, Verdana; font-size: 0.9em; font-family: Helvetica, Verdana;
font-size: 0.9em;
} }
tr.fiche tr.fiche {
{ font-family: Helvetica, Verdana;
font-family: Helvetica, Verdana; font-size: 0.6em; font-size: 0.6em;
} }
/* /*
@ -181,25 +172,21 @@ td.valeur
font-weight: bold; font-weight: bold;
} }
td.delete td.delete {
{
background: red; background: red;
font-weight: bold; font-weight: bold;
} }
td.valid td.valid {
{
background: pink; background: pink;
font-weight: bold; font-weight: bold;
} }
td.small td.small {
{
font-size: 0.8em; font-size: 0.8em;
} }
tr.nonpayed tr.nonpayed {
{
font-size: 0.9em; font-weight: bold; font-size: 0.9em; font-weight: bold;
} }