diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 07ae6b62bdd..cbe467849ae 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -21,6 +21,7 @@ @import url("new.css"); +/***** Style du fond *****/ body { font-family: sans-serif; @@ -55,6 +56,15 @@ div.tabBar } +/* + * Menu superieur et 1ere ligne tableau + */ + +table.topbarre +{ + cell-spacing: 0; +} + a.tabTitle { background: #436976; border: 1px solid #8CACBB; @@ -71,16 +81,7 @@ a.tabTitle:hover { } -a.tab { - background: white; - border: 1px solid #8CACBB; - color: #436976; - font: 100% Bold; - padding: 0em 1.0em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; -} + a.tabimage { color: #436976; @@ -124,28 +125,32 @@ div.error { } -a.tabAction { - background: white; - border: 1px outset #8CACBB; + +a.tab:link { + background: white; + border: 1px solid #8CACBB; color: #436976; - font: 105% Bold; - padding: 0em 1em; + font: 100% Bold; + padding: 0em 1.0em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; -} -a.tabAction:hover { - background: #dcdcd3; +} +a.tab:visited { + background: white; + border: 1px solid #8CACBB; + color: #436976; + font: 100% Bold; + padding: 0em 1.0em; + margin: 0em 0.5em; text-decoration: none; - padding: 0em 1em; -} - + white-space: nowrap; +} a.tab#active { background: #dcdcd3; border-bottom: #dee7ec 1px solid; padding: 0em 1em; } - a.tab:hover { background: #ebebe0; padding: 0em 1em; @@ -161,7 +166,44 @@ a.butDelete:link { text-decoration: none; white-space: nowrap; } - + +/* + * Boutons actions + */ +a.tabAction:link { + background: white; + border: 1px outset #8CACBB; + color: #436976; + font: 105% Bold; + padding: 0em 1em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; +} +a.tabAction:visited { + background: white; + border: 1px outset #8CACBB; + color: #436976; + font: 105% Bold; + padding: 0em 1em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; +} +a.tabAction:hover { + background: #dcdcd3; + text-decoration: none; + padding: 0em 1em; +} + +a.butDelete:link { + background: white; + border: 1px outset #997777; + color: #436976; + padding: 0em 1em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } a.butDelete:active { background: white; border: 1px outset #997777; @@ -190,12 +232,6 @@ a.butDelete:hover { white-space: nowrap; } -/* - * Menu superieur - */ -table.topbarre { - cell-spacing: 0; - } /* * Tables */ @@ -350,6 +386,9 @@ tr.fiche { font-family: Helvetica, Verdana; font-size: 0.6em; } +/* + * Widgets standard + */ input.flat { border: 0 diff --git a/htdocs/theme/dev/img/delete.png b/htdocs/theme/dev/img/delete.png index 32e3d1e308a..221cd3c76b9 100644 Binary files a/htdocs/theme/dev/img/delete.png and b/htdocs/theme/dev/img/delete.png differ diff --git a/htdocs/theme/dev/img/lock.png b/htdocs/theme/dev/img/lock.png index d46a7aa2811..8c2e2cbdb09 100644 Binary files a/htdocs/theme/dev/img/lock.png and b/htdocs/theme/dev/img/lock.png differ diff --git a/htdocs/theme/dev/img/object_bill.png b/htdocs/theme/dev/img/object_bill.png index f8df3632ba4..d75bff53500 100644 Binary files a/htdocs/theme/dev/img/object_bill.png and b/htdocs/theme/dev/img/object_bill.png differ diff --git a/htdocs/theme/dev/img/object_contact.png b/htdocs/theme/dev/img/object_contact.png index 7210d3944f4..262303d67f4 100644 Binary files a/htdocs/theme/dev/img/object_contact.png and b/htdocs/theme/dev/img/object_contact.png differ diff --git a/htdocs/theme/dev/img/object_order.png b/htdocs/theme/dev/img/object_order.png index ce598fbb775..70f513824c5 100644 Binary files a/htdocs/theme/dev/img/object_order.png and b/htdocs/theme/dev/img/object_order.png differ diff --git a/htdocs/theme/dev/img/object_product.png b/htdocs/theme/dev/img/object_product.png index c0a86543cf0..f79b9cc78ff 100644 Binary files a/htdocs/theme/dev/img/object_product.png and b/htdocs/theme/dev/img/object_product.png differ diff --git a/htdocs/theme/dev/img/object_rss.png b/htdocs/theme/dev/img/object_rss.png index 07054c00af5..85cf0999578 100644 Binary files a/htdocs/theme/dev/img/object_rss.png and b/htdocs/theme/dev/img/object_rss.png differ diff --git a/htdocs/theme/dev/img/object_service.png b/htdocs/theme/dev/img/object_service.png index a303cc9618c..98b515eb307 100644 Binary files a/htdocs/theme/dev/img/object_service.png and b/htdocs/theme/dev/img/object_service.png differ diff --git a/htdocs/theme/dev/img/refresh.png b/htdocs/theme/dev/img/refresh.png index eb0388df4c3..513a008b074 100644 Binary files a/htdocs/theme/dev/img/refresh.png and b/htdocs/theme/dev/img/refresh.png differ diff --git a/htdocs/theme/dev/img/tick.png b/htdocs/theme/dev/img/tick.png index 331e64d0495..deb69ee75ec 100644 Binary files a/htdocs/theme/dev/img/tick.png and b/htdocs/theme/dev/img/tick.png differ diff --git a/htdocs/theme/dev/img/unlock.png b/htdocs/theme/dev/img/unlock.png index a52d7900515..f3eebc59274 100644 Binary files a/htdocs/theme/dev/img/unlock.png and b/htdocs/theme/dev/img/unlock.png differ diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 2f2d73e3d78..53d671f8c00 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -131,7 +131,16 @@ table.topbarre text-decoration: none; } -a.tmenu +a.tmenu:link +{ + color: #234046; + padding: 0em 1em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #b3c5cc; + font-weight:bold; + font-size:12px; +} +a.tmenu:visited { color: #234046; padding: 0em 1em; @@ -331,7 +340,16 @@ a.tabTitle { white-space: nowrap; } -a.tab { +a.tab:link { + background: white; + border: 1px solid #8CACBB; + color: #436976; + padding: 0em 1em; + margin: 0em 0.2em; + text-decoration: none; + white-space: nowrap; +} +a.tab:visited { background: white; border: 1px solid #8CACBB; color: #436976; @@ -340,13 +358,11 @@ a.tab { text-decoration: none; white-space: nowrap; } - a.tab#active { background: #dee7ec; border-bottom: #dee7ec 1px solid; text-decoration: none; } - a.tab:hover { background: #dee7ec; text-decoration: none; @@ -360,7 +376,7 @@ a.tabimage { /* - * Case actions + * Boutons actions */ a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; diff --git a/htdocs/theme/eldy/img/delete.png b/htdocs/theme/eldy/img/delete.png index 32e3d1e308a..221cd3c76b9 100644 Binary files a/htdocs/theme/eldy/img/delete.png and b/htdocs/theme/eldy/img/delete.png differ diff --git a/htdocs/theme/eldy/img/folder-open.png b/htdocs/theme/eldy/img/folder-open.png index e8227e7eeab..1687cd1b536 100644 Binary files a/htdocs/theme/eldy/img/folder-open.png and b/htdocs/theme/eldy/img/folder-open.png differ diff --git a/htdocs/theme/eldy/img/folder.png b/htdocs/theme/eldy/img/folder.png index a7f0eb27d18..9e1316935bc 100644 Binary files a/htdocs/theme/eldy/img/folder.png and b/htdocs/theme/eldy/img/folder.png differ diff --git a/htdocs/theme/eldy/img/high.png b/htdocs/theme/eldy/img/high.png index 429ee98186e..f893de7abf3 100644 Binary files a/htdocs/theme/eldy/img/high.png and b/htdocs/theme/eldy/img/high.png differ diff --git a/htdocs/theme/eldy/img/lock.png b/htdocs/theme/eldy/img/lock.png index 03480e30c37..8c2e2cbdb09 100644 Binary files a/htdocs/theme/eldy/img/lock.png and b/htdocs/theme/eldy/img/lock.png differ diff --git a/htdocs/theme/eldy/img/object_action.png b/htdocs/theme/eldy/img/object_action.png index 85815b7b01d..dd356305161 100644 Binary files a/htdocs/theme/eldy/img/object_action.png and b/htdocs/theme/eldy/img/object_action.png differ diff --git a/htdocs/theme/eldy/img/object_bill.png b/htdocs/theme/eldy/img/object_bill.png index f8df3632ba4..d75bff53500 100755 Binary files a/htdocs/theme/eldy/img/object_bill.png and b/htdocs/theme/eldy/img/object_bill.png differ diff --git a/htdocs/theme/eldy/img/object_book.png b/htdocs/theme/eldy/img/object_book.png index e355fbf7506..67f6b06467d 100755 Binary files a/htdocs/theme/eldy/img/object_book.png and b/htdocs/theme/eldy/img/object_book.png differ diff --git a/htdocs/theme/eldy/img/object_contact.png b/htdocs/theme/eldy/img/object_contact.png index 7210d3944f4..262303d67f4 100755 Binary files a/htdocs/theme/eldy/img/object_contact.png and b/htdocs/theme/eldy/img/object_contact.png differ diff --git a/htdocs/theme/eldy/img/object_order.png b/htdocs/theme/eldy/img/object_order.png index ce598fbb775..70f513824c5 100755 Binary files a/htdocs/theme/eldy/img/object_order.png and b/htdocs/theme/eldy/img/object_order.png differ diff --git a/htdocs/theme/eldy/img/object_product.png b/htdocs/theme/eldy/img/object_product.png index c0a86543cf0..f79b9cc78ff 100755 Binary files a/htdocs/theme/eldy/img/object_product.png and b/htdocs/theme/eldy/img/object_product.png differ diff --git a/htdocs/theme/eldy/img/object_rss.png b/htdocs/theme/eldy/img/object_rss.png index 07054c00af5..85cf0999578 100644 Binary files a/htdocs/theme/eldy/img/object_rss.png and b/htdocs/theme/eldy/img/object_rss.png differ diff --git a/htdocs/theme/eldy/img/object_service.png b/htdocs/theme/eldy/img/object_service.png index a303cc9618c..98b515eb307 100644 Binary files a/htdocs/theme/eldy/img/object_service.png and b/htdocs/theme/eldy/img/object_service.png differ diff --git a/htdocs/theme/eldy/img/refresh.png b/htdocs/theme/eldy/img/refresh.png index eb0388df4c3..513a008b074 100644 Binary files a/htdocs/theme/eldy/img/refresh.png and b/htdocs/theme/eldy/img/refresh.png differ diff --git a/htdocs/theme/eldy/img/tick.png b/htdocs/theme/eldy/img/tick.png index 2e37a879df8..deb69ee75ec 100644 Binary files a/htdocs/theme/eldy/img/tick.png and b/htdocs/theme/eldy/img/tick.png differ diff --git a/htdocs/theme/eldy/img/unlock.png b/htdocs/theme/eldy/img/unlock.png index a52d7900515..f3eebc59274 100644 Binary files a/htdocs/theme/eldy/img/unlock.png and b/htdocs/theme/eldy/img/unlock.png differ diff --git a/htdocs/theme/eldy/img/warning.png b/htdocs/theme/eldy/img/warning.png index 9910f47f5af..ae8e35e781d 100644 Binary files a/htdocs/theme/eldy/img/warning.png and b/htdocs/theme/eldy/img/warning.png differ diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 15857fdc591..80c7ffdaf51 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -128,7 +128,16 @@ table.topbarre } -a.tmenu +a.tmenu:link +{ + color: #234046; + padding: 0em 1em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #dddddd; + font-weight:bold; + font-size:12px; +} +a.tmenu:visited { color: #234046; padding: 0em 1em; @@ -172,6 +181,7 @@ a.login:hover { color:black; } + img.login { position: absolute; @@ -332,7 +342,16 @@ div.FicheSubmit { text-align: center; } -a.tab { +a.tab:link { + background: white; + border: 1px solid #9999BB; + color: #436976; + padding: 0em 1em; + margin: 0em 0.2em; + text-decoration: none; + white-space: nowrap; +} +a.tab:visited { background: white; border: 1px solid #9999BB; color: #436976; @@ -341,7 +360,6 @@ a.tab { text-decoration: none; white-space: nowrap; } - a.tab#active { background: #dcdcd0; border-bottom: #dee7ec 1px solid; @@ -361,7 +379,7 @@ a.tabimage { /* - * Case actions + * Boutons actions */ a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } @@ -404,10 +422,10 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } - /* * Tables */ + table.border { font: helvetica, verdana, arial, sans-serif; border-collapse: collapse; @@ -570,7 +588,6 @@ white-space: nowrap; font-size: 1.0em; } - tr.pair { diff --git a/htdocs/theme/freelug/img/object_action.png b/htdocs/theme/freelug/img/object_action.png index 85815b7b01d..dd356305161 100644 Binary files a/htdocs/theme/freelug/img/object_action.png and b/htdocs/theme/freelug/img/object_action.png differ diff --git a/htdocs/theme/freelug/img/warning.png b/htdocs/theme/freelug/img/warning.png index 9910f47f5af..ae8e35e781d 100755 Binary files a/htdocs/theme/freelug/img/warning.png and b/htdocs/theme/freelug/img/warning.png differ diff --git a/htdocs/theme/yellow/img/delete.png b/htdocs/theme/yellow/img/delete.png index 32e3d1e308a..221cd3c76b9 100644 Binary files a/htdocs/theme/yellow/img/delete.png and b/htdocs/theme/yellow/img/delete.png differ diff --git a/htdocs/theme/yellow/img/lock.png b/htdocs/theme/yellow/img/lock.png index d46a7aa2811..8c2e2cbdb09 100644 Binary files a/htdocs/theme/yellow/img/lock.png and b/htdocs/theme/yellow/img/lock.png differ diff --git a/htdocs/theme/yellow/img/object_action.png b/htdocs/theme/yellow/img/object_action.png index 85815b7b01d..dd356305161 100644 Binary files a/htdocs/theme/yellow/img/object_action.png and b/htdocs/theme/yellow/img/object_action.png differ diff --git a/htdocs/theme/yellow/img/object_bill.png b/htdocs/theme/yellow/img/object_bill.png index f8df3632ba4..d75bff53500 100644 Binary files a/htdocs/theme/yellow/img/object_bill.png and b/htdocs/theme/yellow/img/object_bill.png differ diff --git a/htdocs/theme/yellow/img/object_contact.png b/htdocs/theme/yellow/img/object_contact.png index 7210d3944f4..262303d67f4 100644 Binary files a/htdocs/theme/yellow/img/object_contact.png and b/htdocs/theme/yellow/img/object_contact.png differ diff --git a/htdocs/theme/yellow/img/object_order.png b/htdocs/theme/yellow/img/object_order.png index ce598fbb775..70f513824c5 100644 Binary files a/htdocs/theme/yellow/img/object_order.png and b/htdocs/theme/yellow/img/object_order.png differ diff --git a/htdocs/theme/yellow/img/object_product.png b/htdocs/theme/yellow/img/object_product.png index c0a86543cf0..f79b9cc78ff 100644 Binary files a/htdocs/theme/yellow/img/object_product.png and b/htdocs/theme/yellow/img/object_product.png differ diff --git a/htdocs/theme/yellow/img/object_rss.png b/htdocs/theme/yellow/img/object_rss.png index 07054c00af5..85cf0999578 100644 Binary files a/htdocs/theme/yellow/img/object_rss.png and b/htdocs/theme/yellow/img/object_rss.png differ diff --git a/htdocs/theme/yellow/img/object_service.png b/htdocs/theme/yellow/img/object_service.png index a303cc9618c..98b515eb307 100644 Binary files a/htdocs/theme/yellow/img/object_service.png and b/htdocs/theme/yellow/img/object_service.png differ diff --git a/htdocs/theme/yellow/img/refresh.png b/htdocs/theme/yellow/img/refresh.png index eb0388df4c3..513a008b074 100644 Binary files a/htdocs/theme/yellow/img/refresh.png and b/htdocs/theme/yellow/img/refresh.png differ diff --git a/htdocs/theme/yellow/img/tick.png b/htdocs/theme/yellow/img/tick.png index c023ebfa5d4..deb69ee75ec 100644 Binary files a/htdocs/theme/yellow/img/tick.png and b/htdocs/theme/yellow/img/tick.png differ diff --git a/htdocs/theme/yellow/img/unlock.png b/htdocs/theme/yellow/img/unlock.png index a52d7900515..f3eebc59274 100644 Binary files a/htdocs/theme/yellow/img/unlock.png and b/htdocs/theme/yellow/img/unlock.png differ diff --git a/htdocs/theme/yellow/img/warning.png b/htdocs/theme/yellow/img/warning.png index 9a1a4e9fa71..ae8e35e781d 100644 Binary files a/htdocs/theme/yellow/img/warning.png and b/htdocs/theme/yellow/img/warning.png differ diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index f26bb1e8636..a202ef13284 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -132,7 +132,17 @@ table.topbarre text-decoration: none; } -a.tmenu + +a.tmenu:link +{ + color: #234046; + padding: 0em 1em; + margin: 0em 0em 1.5em 0em; + border: 1px solid #dcdcb3; + font-weight:bold; + font-size:12px; +} +a.tmenu:visited { color: #234046; padding: 0em 1em; @@ -176,6 +186,7 @@ a.login:hover { color:black; } + img.login { position: absolute; @@ -336,7 +347,16 @@ div.FicheSubmit { text-align: center; } -a.tab { +a.tab:link { + background: white; + border: 1px solid #999999; + color: #436976; + padding: 0em 1em; + margin: 0em 0.2em; + text-decoration: none; + white-space: nowrap; +} +a.tab:visited { background: white; border: 1px solid #999999; color: #436976; @@ -345,7 +365,6 @@ a.tab { text-decoration: none; white-space: nowrap; } - a.tab#active { background: #dcdcd3; border-bottom: #dee7ec 1px solid; @@ -365,7 +384,7 @@ a.tabimage { /* - * Case actions + * Boutons actions */ a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } a.tabAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } @@ -408,10 +427,10 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } - /* * Tables */ + table.border { font: helvetica, verdana, arial, sans-serif; border-collapse: collapse; @@ -486,6 +505,8 @@ div.leftmenu { padding: 2px; } + + .alerte { background: #FF9988; @@ -558,6 +579,7 @@ border-bottom: 1px solid #FFFFFF; white-space: nowrap; font-size: 1.0em; } + th { background: #BBBB88; font: helvetica, verdana, arial, sans-serif;