Nouvelles couleurs, cela devriat etre moin moche qu'avant
This commit is contained in:
parent
4154ecf845
commit
cd21e564f9
@ -20,7 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
background: #cac8c0;
|
background: #dcdad5;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: sans-serif; font-size: 0.9em;
|
font-family: sans-serif; font-size: 0.9em;
|
||||||
}
|
}
|
||||||
@ -158,6 +158,26 @@ div.menus {
|
|||||||
border: 1px dashed #ccccb3;
|
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: 1em 0em 0em 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.menu
|
.menu
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -182,14 +202,9 @@ a.impayee { font-weight: bold }
|
|||||||
* Barre de gauche
|
* Barre de gauche
|
||||||
*/
|
*/
|
||||||
|
|
||||||
a.leftmenu {
|
|
||||||
font-weight: bold;
|
|
||||||
color: #202020;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.barre
|
td.barre
|
||||||
{
|
{
|
||||||
border: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -206,17 +221,19 @@ div.titre {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
tr.liste_titre {
|
tr.liste_titre {
|
||||||
background: #dcdff4;
|
background: #cacaca;
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
tr.pair {
|
tr.pair {
|
||||||
background: #dcdff4;
|
background: #dfdfdf;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
tr.impair {
|
tr.impair {
|
||||||
background: #ccb3cc;
|
background: #dfdfdf;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
@ -225,12 +242,14 @@ tr.box_titre {
|
|||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
tr.box_pair {
|
tr.box_pair {
|
||||||
background: #ccb3cc;
|
border-bottom: 1px solid #000000;
|
||||||
font-size: 0.8em; }
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
tr.box_impair {
|
tr.box_impair {
|
||||||
background: #eeccee;
|
border-bottom: 1px solid #000000;
|
||||||
font-size: 0.8em; }
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
tr.fiche {
|
tr.fiche {
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user