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