diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index cbe467849ae..1d362c2316d 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -21,7 +21,7 @@ @import url("new.css"); -/***** Style du fond *****/ +/***** Style du fond *****/ body { font-family: sans-serif; @@ -59,12 +59,12 @@ div.tabBar /* * Menu superieur et 1ere ligne tableau */ - -table.topbarre + +table.topbarre { cell-spacing: 0; } - + a.tabTitle { background: #436976; border: 1px solid #8CACBB; @@ -135,7 +135,7 @@ a.tab:link { margin: 0em 0.5em; text-decoration: none; white-space: nowrap; -} +} a.tab:visited { background: white; border: 1px solid #8CACBB; @@ -145,7 +145,7 @@ a.tab:visited { margin: 0em 0.5em; text-decoration: none; white-space: nowrap; -} +} a.tab#active { background: #dcdcd3; border-bottom: #dee7ec 1px solid; @@ -156,9 +156,14 @@ a.tab:hover { padding: 0em 1em; } -a.butDelete:link { + +/* + * Boutons actions + */ + +a.butAction:link { background: white; - border: 1px outset #997777; + border: 1px outset #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; @@ -166,11 +171,7 @@ a.butDelete:link { text-decoration: none; white-space: nowrap; } - -/* - * Boutons actions - */ -a.tabAction:link { +a.butAction:visited { background: white; border: 1px outset #8CACBB; color: #436976; @@ -180,9 +181,64 @@ a.tabAction:link { text-decoration: none; white-space: nowrap; } +a.butAction:hover { + background: #dcdcd3; + text-decoration: none; + padding: 0em 1em; +} + +a.butActionDelete:link { + background: white; + border: 1px outset #997777; + color: #436976; + padding: 0em 1em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } +a.butActionDelete:active { + background: white; + border: 1px outset #997777; + color: #436976; + padding: 0em 1em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butActionDelete:visited { + background: white; + border: 1px outset #997777; + color: #436976; + padding: 0em 1em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + +a.butActionDelete:hover { + background: #FFe7ec; + border: 1px outset #997777; + color: #436976; + padding: 0em 1em; + margin: 0em 0.5em; + text-decoration: none; + white-space: nowrap; } + + +/* +* Historique +* A supprimer quand remplace par butXxx +*/ + +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; + background: white; border: 1px outset #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; @@ -195,41 +251,11 @@ a.tabAction:hover { 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; - color: #436976; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } -a.butDelete:visited { - background: white; - border: 1px outset #997777; - color: #436976; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butDelete:hover { - background: #FFe7ec; - border: 1px outset #997777; - color: #436976; - padding: 0em 1em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } +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; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:visited { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:hover { background: #FFe7ec; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } /* diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 081d6fac530..4c2623410e2 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -115,7 +115,7 @@ table.topbarre cell-spacing: 0; } -.menu +.menu { background: #b3c5cc; font-size: 12px; @@ -454,87 +454,22 @@ a.butActionDelete { font: helvetica, verdana, arial, sans-serif; a.butActionDelete:hover { background: #FFe7ec; } + /* * Historique +* A supprimer quand remplace par butXxx */ +a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; 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 #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; background: #dee7ec; border: 1px solid #8CACBB; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } -a.tabAction:link { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #8CACBB; - color: #436976; - 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 #8CACBB; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.tabAction:active { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #8CACBB; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.tabAction:hover { font: helvetica, verdana, arial, sans-serif; - background: #dee7ec; - border: 1px solid #8CACBB; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - - - - - -a.butDelete:link { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butDelete:active { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; - background: #FFe7ec; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } /* * Tables diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 060cf6f307d..75c3beb4177 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -103,7 +103,7 @@ div.fiche /* * Menu superieur et 1ere ligne tableau */ - + table.topbarre { cell-spacing: 0; @@ -181,7 +181,7 @@ a.login:hover { color:black; } - + img.login { position: absolute; @@ -252,8 +252,8 @@ div.help padding: 3px; margin: 1px 0px 0px 0px; } - - + + .flat { font-family: arial,verdana,helvetica, sans-serif; font-size: 100%; @@ -269,8 +269,8 @@ td.barre { background: #DDDDDD; font-family: Helvetica, Verdana; font-size: 14px; color: #000000; - text-align:left; - text-decoration: none + text-align:left; + text-decoration: none } td.barre_select { @@ -324,7 +324,7 @@ div.tabsAction { padding: 0em 0em; text-align: right; } - + a.tabTitle { background: #bbbbcc; border: 1px solid #9999BB; @@ -371,22 +371,23 @@ a.tab:hover { text-decoration: none; } -a.tabimage { - color: #436976; - text-decoration: none; - white-space: nowrap; +a.tabimage { + color: #436976; + text-decoration: none; + white-space: nowrap; } /* * 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; } -a.tabAction:active { 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:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } - -a.butDelete:link { font: helvetica, verdana, arial, sans-serif; + +a.butAction: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.butAction: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; } +a.butAction:active { 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.butAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + +a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; @@ -395,7 +396,7 @@ a.butDelete:link { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butDelete:active { font: helvetica, verdana, arial, sans-serif; +a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; @@ -404,7 +405,7 @@ a.butDelete:active { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; +a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; @@ -413,7 +414,7 @@ a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } -a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; +a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; @@ -422,10 +423,27 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; text-decoration: none; white-space: nowrap; } + +/* +* Historique +* A supprimer quand remplace par butXxx +*/ + +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; } +a.tabAction:active { 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:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeedd; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + +a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + + /* * Tables */ - + table.border { font: helvetica, verdana, arial, sans-serif; border-collapse: collapse; @@ -573,8 +591,8 @@ border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; white-space: nowrap; font-size: 1.0em; -} - +} + th { color: #FFFFFF; background: #777799; @@ -587,7 +605,7 @@ border-bottom: 1px solid #FFFFFF; white-space: nowrap; font-size: 1.0em; } - + tr.pair { @@ -604,7 +622,7 @@ tr.impair { */ tr.box_titre { color: #FFFFFF; - background: #777799; + background: #777799; font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; } diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 2092b58079a..706e6dabe6b 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -116,7 +116,7 @@ table.topbarre cell-spacing: 0; } -.menu +.menu { background: #b3c5cc; font-size: 12px; @@ -132,7 +132,7 @@ table.topbarre text-decoration: none; } - + a.tmenu:link { color: #234046; @@ -186,7 +186,7 @@ a.login:hover { color:black; } - + img.login { position: absolute; @@ -329,7 +329,7 @@ div.tabsAction { padding: 0em 0em; text-align: right; } - + a.tabTitle { background: #436976; border: 1px solid #8CACBB; @@ -376,61 +376,47 @@ a.tab:hover { text-decoration: none; } -a.tabimage { - color: #436976; - text-decoration: none; - white-space: nowrap; +a.tabimage { + color: #436976; + text-decoration: none; + white-space: nowrap; } /* * Boutons actions */ + +a.butAction: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.butAction: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; } +a.butAction:active { 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.butAction:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeecc; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + +a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } + + +/* +* Historique +* A supprimer quand remplace par butXxx +*/ + 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; } a.tabAction:active { 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:hover { font: helvetica, verdana, arial, sans-serif; background: #eeeecc; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } - -a.butDelete:link { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } -a.butDelete:active { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; - background: white; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } - -a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; - background: #FFe7ec; - border: 1px solid #997777; - color: #436976; - padding: 0em 0.7em; - margin: 0em 0.5em; - text-decoration: none; - white-space: nowrap; } +a.butDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } +a.butDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; } /* * Tables */ - + table.border { font: helvetica, verdana, arial, sans-serif; border-collapse: collapse; @@ -505,8 +491,8 @@ div.leftmenu { padding: 2px; } - - + + .alerte { background: #FF9988; @@ -579,7 +565,7 @@ border-bottom: 1px solid #FFFFFF; white-space: nowrap; font-size: 1.0em; } - + th { background: #BBBB88; font: helvetica, verdana, arial, sans-serif; @@ -605,7 +591,7 @@ tr.impair { * */ tr.box_titre { - background: #BBBB88; + background: #BBBB88; font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; }