maj css
This commit is contained in:
parent
fe9f9edf25
commit
7555cf37e1
@ -21,8 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
background: #333333;
|
margin: 0px;
|
||||||
font-family: Helvetica, Verdana; font-size: 12px;
|
background: #333333;
|
||||||
|
color: #dddddd;
|
||||||
|
font-family: Helvetica, Verdana;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Menu superieur
|
* Menu superieur
|
||||||
@ -34,52 +36,65 @@ table.topbarre {
|
|||||||
* Tables
|
* Tables
|
||||||
*/
|
*/
|
||||||
table.border {
|
table.border {
|
||||||
background: #444444;
|
background: #444444;
|
||||||
color: #eeeeee;
|
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 2px white ridge; }
|
border: 2px white ridge;
|
||||||
|
border-top: 1px solid #999999;
|
||||||
|
border-right: 1px solid #aaaaaa;
|
||||||
|
border-bottom: 1px solid #aaaaaa;
|
||||||
|
border-left: 1px solid #999999;
|
||||||
|
}
|
||||||
|
|
||||||
table.border td {
|
table.border td {
|
||||||
border-collapse: collapse;
|
background: #444444;
|
||||||
border: 2px white ridge; }
|
border-collapse: collapse;
|
||||||
|
border-top: 1px solid #555555;
|
||||||
|
border-right: 1px solid #888888;
|
||||||
|
border-bottom: 1px solid #777777;
|
||||||
|
border-left: 1px solid #666666;
|
||||||
|
}
|
||||||
|
|
||||||
table.noborder {
|
table.noborder {
|
||||||
background: #444444;
|
background: #444444;
|
||||||
color: #eeeeee;
|
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 0px }
|
border: 0px }
|
||||||
|
|
||||||
table.noborder td {
|
table.noborder td {
|
||||||
|
background: #444444;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 0px }
|
border: 0px
|
||||||
|
border-top: 1px dashed #555555;
|
||||||
|
border-bottom: 1px dashed #777777;
|
||||||
|
}
|
||||||
|
|
||||||
table#actions {
|
table#actions {
|
||||||
background: #444444;
|
background: #444444;
|
||||||
color: #eeeeee;
|
|
||||||
border: 0px;
|
border: 0px;
|
||||||
cell-spacing: 1em;
|
cell-spacing: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table#actions td {
|
table#actions td {
|
||||||
border-bottom: 1px ridge black;
|
border-bottom: 1px ridge #bbbbbb;
|
||||||
border-right: 1px ridge black;
|
border-right: 1px ridge #cccccc;
|
||||||
border-left: 1px ridge white;
|
border-left: 1px ridge #999999;
|
||||||
border-top: 1px ridge white;
|
border-top: 1px ridge #888888;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #eeeeee;
|
color: #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover { text-decoration: underline; color: #eeeeee; }
|
a:hover { text-decoration: underline; color: #ffffff; }
|
||||||
|
|
||||||
td.menu {
|
td.menu {
|
||||||
|
background: #444444;
|
||||||
border-right: 1px solid #888888;
|
border-right: 1px solid #888888;
|
||||||
border-bottom: 1px solid #777777;
|
border-bottom: 1px solid #777777;
|
||||||
}
|
}
|
||||||
@ -89,22 +104,15 @@ td.menusel {
|
|||||||
border-right: 1px solid #aaaaaa;
|
border-right: 1px solid #aaaaaa;
|
||||||
border-bottom: 1px solid #aaaaaa;
|
border-bottom: 1px solid #aaaaaa;
|
||||||
border-left: 1px solid #999999;
|
border-left: 1px solid #999999;
|
||||||
}
|
|
||||||
|
|
||||||
td.border {
|
|
||||||
border-top: 1px solid #555555;
|
|
||||||
border-right: 1px solid #888888;
|
|
||||||
border-bottom: 1px solid #777777;
|
|
||||||
border-left: 1px solid #666666;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.menus {
|
div.menus {
|
||||||
background: #444444;
|
background: #444444;
|
||||||
color: #eeeeee;
|
border-top: 1px solid #555555;
|
||||||
border-top: 1px dashed #555555;
|
border-right: 1px solid #888888;
|
||||||
border-right: 1px dashed #888888;
|
border-bottom: 1px solid #777777;
|
||||||
border-bottom: 1px dashed #777777;
|
border-left: 1px solid #666666;
|
||||||
border-left: 1px dashed #666666;
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu
|
.menu
|
||||||
@ -128,8 +136,8 @@ div.menus {
|
|||||||
color: #bbbbbb;
|
color: #bbbbbb;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
a.normal{ font-weight: normal }
|
a.normal{ font-weight: normal; color: #dddddd;}
|
||||||
a.impayee { font-weight: bold }
|
a.impayee { font-weight: bold; color: #eeeeee;}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Barre de gauche
|
* Barre de gauche
|
||||||
@ -139,40 +147,42 @@ 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: #cccccc;
|
color: #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.barre {
|
td.barre {
|
||||||
border-right: 1px solid #777777;
|
|
||||||
border-bottom: 1px solid #888888;
|
|
||||||
background: #444444;
|
background: #444444;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #aaaaaa;
|
color: #dddddd;
|
||||||
text-decoration: none }
|
text-decoration: none
|
||||||
|
border-top: 1px ridge #aaaaaa;
|
||||||
|
border-right: 1px solid #888888;
|
||||||
|
border-bottom: 1px ridge #aaaaaa;
|
||||||
|
border-left: 1px solid #666666;
|
||||||
|
}
|
||||||
|
|
||||||
td.barre_select {
|
|
||||||
background: #666666;
|
|
||||||
color: #eeeeee
|
|
||||||
}
|
|
||||||
|
|
||||||
div.titre {
|
div.titre {
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #dddddd;
|
color: #dddddd;
|
||||||
text-decoration: none }
|
text-decoration: none
|
||||||
|
border-top: 1px dashed #777777;
|
||||||
|
border-bottom: 1px dashed #888888;
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
.liste {
|
.liste {
|
||||||
background: #666666;
|
background: #666666;
|
||||||
color: #dddddd;
|
color: #dddddd;
|
||||||
border-top: 1px dashed #555555;
|
border-top: 1px dashed #555555;
|
||||||
border-right: 1px dashed #888888;
|
border-right: 1px dashed #888888;
|
||||||
border-bottom: 1px dashed #777777;
|
border-bottom: 1px dashed #777777;
|
||||||
border-left: 1px dashed #666666;
|
border-left: 1px dashed #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.liste_titre {
|
tr.liste_titre {
|
||||||
background: #666666;
|
background: #666666;
|
||||||
@ -186,11 +196,7 @@ tr.pair {
|
|||||||
background: #777777;
|
background: #777777;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
border-top: 1px dashed #555555;
|
|
||||||
border-right: 1px dashed #888888;
|
|
||||||
border-bottom: 1px dashed #777777;
|
|
||||||
border-left: 1px dashed #666666;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.impair {
|
tr.impair {
|
||||||
@ -198,10 +204,6 @@ tr.impair {
|
|||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
border-top: 1px dashed #555555;
|
|
||||||
border-right: 1px dashed #888888;
|
|
||||||
border-bottom: 1px dashed #777777;
|
|
||||||
border-left: 1px dashed #666666;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -218,15 +220,13 @@ tr.box_titre {
|
|||||||
tr.box_pair {
|
tr.box_pair {
|
||||||
background: #666666;
|
background: #666666;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: #eeeeee;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.box_impair {
|
tr.box_impair {
|
||||||
background: #777777;
|
background: #777777;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: #eeeeee;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.fiche {
|
tr.fiche {
|
||||||
@ -239,14 +239,12 @@ tr.total {
|
|||||||
background: #444444;
|
background: #444444;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #eeeeee;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.form {
|
tr.form {
|
||||||
background: #444444;
|
background: #444444;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #eeeeee;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -290,13 +288,11 @@ p#powered-by-dolibarr {
|
|||||||
bottom: 2px;
|
bottom: 2px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
color: #eeeeee;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p#powered-by-dolibarr a {
|
p#powered-by-dolibarr a {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #eeeeee;
|
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user