ajout background noborder, modif background action

This commit is contained in:
beedauchon 2003-11-06 00:26:35 +00:00
parent 4c06dcfb65
commit 99a90aa4f0
3 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -46,7 +46,7 @@ table.border {
} }
table.border td { table.border td {
background: #444444 url(img/action_background.jpg) top left no-repeat; background: #444444 url(img/menu_background.jpg) top left repeat-y;
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;
@ -60,7 +60,7 @@ table.noborder {
border: 0px } border: 0px }
table.noborder td { table.noborder td {
background: #444444 url(img/pair_background.jpg) top left repeat; background: #444444 url(img/noborder_background.jpg) top left no-repeat;
border-collapse: collapse; border-collapse: collapse;
border: 0px border: 0px
border-top: 1px dashed #555555; border-top: 1px dashed #555555;
@ -68,13 +68,13 @@ table.noborder td {
} }
table#actions { table#actions {
background: #444444 url(img/action_background.jpg) top left no-repeat; background: #444444 url(img/action_background.jpg) top left repeat-y;
border: 0px; border: 0px;
cell-spacing: 1em; cell-spacing: 1em;
} }
table#actions td { table#actions td {
background: #444444 url(img/action_background.jpg) top left no-repeat; background: #444444 url(img/action_background.jpg) top left repeat-y;
border-bottom: 1px ridge #bbbbbb; border-bottom: 1px ridge #bbbbbb;
border-right: 1px ridge #cccccc; border-right: 1px ridge #cccccc;
border-left: 1px ridge #999999; border-left: 1px ridge #999999;
@ -95,7 +95,7 @@ a {
a:hover { text-decoration: underline; color: #ffffff; } a:hover { text-decoration: underline; color: #ffffff; }
td.menu { td.menu {
background: #444444 url(img/action_background.jpg) top left no-repeat; background: #444444 url(img/menu_background.jpg) top left repeat-y;
border-right: 1px solid #888888; border-right: 1px solid #888888;
border-bottom: 1px solid #777777; border-bottom: 1px solid #777777;
} }
@ -152,7 +152,7 @@ a.leftmenu {
} }
td.barre { td.barre {
background: #444444 url(img/menu_background.jpg) top left no-repeat; background: #444444 url(img/menu_background.jpg) top left repeat-y;
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 1.0em; font-size: 1.0em;
color: #dddddd; color: #dddddd;