ajout background noborder, modif background action
This commit is contained in:
parent
4c06dcfb65
commit
99a90aa4f0
Binary file not shown.
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 8.0 KiB |
BIN
htdocs/theme/monochrome/img/noborder_background.jpg
Executable file
BIN
htdocs/theme/monochrome/img/noborder_background.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
@ -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;
|
||||||
}
|
}
|
||||||
@ -137,7 +137,7 @@ div.menus {
|
|||||||
color: #bbbbbb;
|
color: #bbbbbb;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
a.normal{ font-weight: normal; color: #dddddd;}
|
a.normal { font-weight: normal; color: #dddddd;}
|
||||||
a.impayee { font-weight: bold; color: #eeeeee;}
|
a.impayee { font-weight: bold; color: #eeeeee;}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user