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,94 +77,80 @@ 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-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-size: 1.0em;
text-decoration: none } font-weight: bold;
TR.liste_sep }
{
background: #669999;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
text-decoration: none }
TR.pair tr.pair {
{ background: #b3cccc;
background: #b3cccc; font-family: Helvetica, Verdana;
font-family: Helvetica, Verdana; font-size: 1.0em; font-size: 1.0em;
text-decoration: none } }
TR.impair tr.impair {
{ background: #cceeee;
background: #cceeee; font-family: Helvetica, Verdana;
font-family: Helvetica, Verdana; font-size: 1.0em; font-size: 1.0em;
text-decoration: none } }
TR.barreBouton td.valeur {
{ font-weight: bold;
background: #cceeee; }
font-family: Helvetica, Verdana; font-size: 1.0em;
text-decoration: none
}
td.bouton td.delete {
{ background: red;
font-weight: bold; font-weight: bold;
} }
td.valeur td.valid {
{ background: pink;
font-weight: bold; font-weight: bold;
} }
td.delete td.small {
{ font-size: 0.8em;
background: red; }
font-weight: bold;
}
td.valid tr.nonpayed {
{ font-size: 0.9em; font-weight: bold;
background: pink; }
font-weight: bold;
}
p#powered-by-dolibarr { p#powered-by-dolibarr {

View File

@ -16,9 +16,7 @@
* *
* $Id$ * $Id$
* $Source$ * $Source$
*
*/ */
body body
{ {
background: #ebebe0; background: #ebebe0;
@ -40,27 +38,22 @@ 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
{
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 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
{ {
@ -76,7 +69,6 @@ td.border
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.submenu .submenu
{ {
background: #ccccb3; background: #ccccb3;
@ -84,88 +76,87 @@ 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;
{ color: #202020;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
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-family: Helvetica, Verdana; font-size: 1.0em; 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-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-size: 1.0em;
} font-weight: bold;
}
tr.pair tr.pair {
{ background: #dcdcb3;
background: #dcdcb3; font-family: Helvetica, Verdana;
font-family: Helvetica, Verdana; font-size: 1.0em; font-size: 1.0em;
} }
tr.impair tr.impair {
{ background: #eeeecc;
background: #eeeecc; font-family: Helvetica, Verdana;
font-family: Helvetica, Verdana; font-size: 1.0em; font-size: 1.0em;
} }
/* /*
* *
*/ */
tr.box_titre tr.box_titre {
{ font-family: Helvetica, Verdana;
font-size: 1.0em;
font-weight: bold;
}
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; tr.box_pair {
} background: #dcdcb3;
font-family: Helvetica, Verdana;
font-size: 0.9em;
}
tr.box_pair tr.box_impair {
{ background: #eeeecc;
background: #dcdcb3; font-family: Helvetica, Verdana;
font-family: Helvetica, Verdana; font-size: 0.9em; font-size: 0.9em;
} }
tr.box_impair tr.fiche {
{ font-family: Helvetica, Verdana;
background: #eeeecc; font-size: 0.6em;
font-family: Helvetica, Verdana; font-size: 0.9em; }
}
tr.fiche
{
font-family: Helvetica, Verdana; font-size: 0.6em;
}
/* /*
* *
@ -181,27 +172,23 @@ 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; }
}
p#powered-by-dolibarr { p#powered-by-dolibarr {