modifs background

This commit is contained in:
beedauchon 2003-11-08 01:49:21 +00:00
parent 9a5421e447
commit 0cabd28a9b
2 changed files with 25 additions and 38 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

View File

@ -22,15 +22,16 @@
body body
{ {
margin: 0px; margin: 0px;
background: #333333; background: #555555;
color: #dddddd; color: #dddddd;
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana, sans-serif;
font-size: small;
} }
/* /*
* Menu superieur * Menu superieur
*/ */
table.topbarre { table.topbarre {
cell-spacing: 0; border-top: 1px solid #999999;
} }
/* /*
* Tables * Tables
@ -38,7 +39,6 @@ table.topbarre {
table.border { table.border {
background: #444444; background: #444444;
border-collapse: collapse; border-collapse: collapse;
border: 2px white ridge;
border-top: 1px solid #999999; border-top: 1px solid #999999;
border-right: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa;
@ -46,7 +46,7 @@ table.border {
} }
table.border td { table.border td {
background: #444444 url(img/menu_background.jpg) top left repeat-y; background: #444444 url(img/border_background.jpg) no-repeat center right;
border-collapse: collapse; border-collapse: collapse;
border-top: 1px solid #555555; border-top: 1px solid #555555;
border-right: 1px solid #888888; border-right: 1px solid #888888;
@ -62,15 +62,13 @@ table.noborder {
table.noborder td { table.noborder td {
background: #444444 url(img/noborder_background.jpg) top left no-repeat; background: #444444 url(img/noborder_background.jpg) top left no-repeat;
border-collapse: collapse; border-collapse: collapse;
border: 0px
border-top: 1px dashed #555555; border-top: 1px dashed #555555;
border-bottom: 1px dashed #777777; border-bottom: 1px dashed #777777;
} }
table#actions { table#actions {
background: #444444 url(img/action_background.jpg) top left repeat-y; background: #555555;
border: 0px; border: 0px;
cell-spacing: 1em;
} }
table#actions td { table#actions td {
@ -113,27 +111,28 @@ div.menus {
border-right: 1px solid #888888; border-right: 1px solid #888888;
border-bottom: 1px solid #777777; border-bottom: 1px solid #777777;
border-left: 1px solid #666666; border-left: 1px solid #666666;
*/
} }
.menu .menu
{ {
background: #444444; background: #444444;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-size: 1.0em;
font-weight: bold;
color: #dddddd; color: #dddddd;
text-decoration: none } text-decoration: none }
.menusel .menusel
{ {
background: #666666; background: #666666;
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; font-size: 1.0em;
font-weight: bold;
color: #eeeeee; color: #eeeeee;
text-decoration: none } text-decoration: none }
.submenu .submenu
{ {
background: #444444; background: #444444;
font-family: Helvetica, Verdana; font-size: 1.0em; font-size: 1.0em;
color: #bbbbbb; color: #bbbbbb;
text-decoration: none } text-decoration: none }
@ -145,7 +144,6 @@ a.impayee { font-weight: bold; color: #eeeeee;}
*/ */
a.leftmenu { a.leftmenu {
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
font-weight: bold; font-weight: bold;
color: #dddddd; color: #dddddd;
@ -153,11 +151,10 @@ a.leftmenu {
td.barre { td.barre {
background: #444444 url(img/menu_background.jpg) top left repeat-y; background: #444444 url(img/menu_background.jpg) top left repeat-y;
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
color: #dddddd; color: #dddddd;
text-decoration: none text-decoration: none;
border-top: 1px ridge #aaaaaa; border-top: 1px ridge #aaaaaa;
border-right: 1px solid #888888; border-right: 1px solid #888888;
border-bottom: 1px ridge #aaaaaa; border-bottom: 1px ridge #aaaaaa;
border-left: 1px solid #666666; border-left: 1px solid #666666;
@ -165,11 +162,10 @@ td.barre {
div.titre { div.titre {
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-top: 1px dashed #777777;
border-bottom: 1px dashed #888888; border-bottom: 1px dashed #888888;
} }
@ -187,7 +183,6 @@ div.titre {
tr.liste_titre { tr.liste_titre {
background: #666666; background: #666666;
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
font-weight: bold; font-weight: bold;
color: #dddddd; color: #dddddd;
@ -195,14 +190,12 @@ tr.liste_titre {
tr.pair { tr.pair {
background: #777777 url(img/pair_background.jpg) top left repeat; background: #777777 url(img/pair_background.jpg) top left repeat;
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
color: #eeeeee; color: #eeeeee;
} }
tr.impair { tr.impair {
background: #666666 url(img/impair_background.jpg) top left repeat; background: #666666 url(img/impair_background.jpg) top left repeat;
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
color: #eeeeee; color: #eeeeee;
} }
@ -212,7 +205,6 @@ tr.impair {
*/ */
tr.box_titre { tr.box_titre {
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
font-weight: bold; font-weight: bold;
color: #dddddd; color: #dddddd;
@ -220,31 +212,26 @@ tr.box_titre {
tr.box_pair { tr.box_pair {
background: #666666 url(img/pair_background.jpg) top left repeat; background: #666666 url(img/pair_background.jpg) top left repeat;
font-family: Helvetica, Verdana;
font-size: 0.9em; font-size: 0.9em;
} }
tr.box_impair { tr.box_impair {
background: #777777 url(img/impair_background.jpg) top left repeat; background: #777777 url(img/impair_background.jpg) top left repeat;
font-family: Helvetica, Verdana;
font-size: 0.9em; font-size: 0.9em;
} }
tr.fiche { tr.fiche {
font-family: Helvetica, Verdana;
font-size: 0.6em; font-size: 0.6em;
} }
/* stats */ /* stats */
tr.total { tr.total {
background: #444444; background: #444444;
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
} }
tr.form { tr.form {
background: #444444; background: #444444;
font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
} }
@ -269,7 +256,7 @@ td.delete {
} }
td.valid { td.valid {
background: pink; background: #A43500;
font-weight: bold; font-weight: bold;
} }