modifs background
This commit is contained in:
parent
7555cf37e1
commit
b2468e8230
Binary file not shown.
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 306 B |
@ -46,7 +46,7 @@ table.border {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.border td {
|
table.border td {
|
||||||
background: #444444;
|
background: #444444 url(img/action_background.jpg) top left no-repeat;
|
||||||
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;
|
||||||
@ -55,12 +55,12 @@ table.border td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.noborder {
|
table.noborder {
|
||||||
background: #444444;
|
background: #444444 ;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 0px }
|
border: 0px }
|
||||||
|
|
||||||
table.noborder td {
|
table.noborder td {
|
||||||
background: #444444;
|
background: #444444 url(img/pair_background.jpg) top left repeat;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 0px
|
border: 0px
|
||||||
border-top: 1px dashed #555555;
|
border-top: 1px dashed #555555;
|
||||||
@ -68,12 +68,13 @@ table.noborder td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table#actions {
|
table#actions {
|
||||||
background: #444444;
|
background: #444444 url(img/action_background.jpg) top left no-repeat;
|
||||||
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;
|
||||||
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;
|
||||||
@ -94,7 +95,7 @@ a {
|
|||||||
a:hover { text-decoration: underline; color: #ffffff; }
|
a:hover { text-decoration: underline; color: #ffffff; }
|
||||||
|
|
||||||
td.menu {
|
td.menu {
|
||||||
background: #444444;
|
background: #444444 url(img/action_background.jpg) top left no-repeat;
|
||||||
border-right: 1px solid #888888;
|
border-right: 1px solid #888888;
|
||||||
border-bottom: 1px solid #777777;
|
border-bottom: 1px solid #777777;
|
||||||
}
|
}
|
||||||
@ -151,7 +152,7 @@ a.leftmenu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
td.barre {
|
td.barre {
|
||||||
background: #444444;
|
background: #444444 url(img/menu_background.jpg) top left no-repeat;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #dddddd;
|
color: #dddddd;
|
||||||
@ -176,7 +177,7 @@ div.titre {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
.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;
|
||||||
@ -193,14 +194,14 @@ tr.liste_titre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tr.pair {
|
tr.pair {
|
||||||
background: #777777;
|
background: #777777 url(img/pair_background.jpg) top left repeat;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.impair {
|
tr.impair {
|
||||||
background: #666666;
|
background: #666666 url(img/impair_background.jpg) top left repeat;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
@ -218,13 +219,13 @@ tr.box_titre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tr.box_pair {
|
tr.box_pair {
|
||||||
background: #666666;
|
background: #666666 url(img/pair_background.jpg) top left repeat;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.box_impair {
|
tr.box_impair {
|
||||||
background: #777777;
|
background: #777777 url(img/impair_background.jpg) top left repeat;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user