Look: Modif norme de nommage des boutons
This commit is contained in:
parent
86b9aaf106
commit
474c660704
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
@import url("new.css");
|
@import url("new.css");
|
||||||
|
|
||||||
/***** Style du fond *****/
|
/***** Style du fond *****/
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
@ -59,12 +59,12 @@ div.tabBar
|
|||||||
/*
|
/*
|
||||||
* Menu superieur et 1ere ligne tableau
|
* Menu superieur et 1ere ligne tableau
|
||||||
*/
|
*/
|
||||||
|
|
||||||
table.topbarre
|
table.topbarre
|
||||||
{
|
{
|
||||||
cell-spacing: 0;
|
cell-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #436976;
|
background: #436976;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
@ -135,7 +135,7 @@ a.tab:link {
|
|||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
a.tab:visited {
|
a.tab:visited {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
@ -145,7 +145,7 @@ a.tab:visited {
|
|||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
a.tab#active {
|
a.tab#active {
|
||||||
background: #dcdcd3;
|
background: #dcdcd3;
|
||||||
border-bottom: #dee7ec 1px solid;
|
border-bottom: #dee7ec 1px solid;
|
||||||
@ -156,9 +156,14 @@ a.tab:hover {
|
|||||||
padding: 0em 1em;
|
padding: 0em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butDelete:link {
|
|
||||||
|
/*
|
||||||
|
* Boutons actions
|
||||||
|
*/
|
||||||
|
|
||||||
|
a.butAction:link {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px outset #997777;
|
border: 1px outset #8CACBB;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
font: 105% Bold;
|
font: 105% Bold;
|
||||||
padding: 0em 1em;
|
padding: 0em 1em;
|
||||||
@ -166,11 +171,7 @@ a.butDelete:link {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
a.butAction:visited {
|
||||||
/*
|
|
||||||
* Boutons actions
|
|
||||||
*/
|
|
||||||
a.tabAction:link {
|
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px outset #8CACBB;
|
border: 1px outset #8CACBB;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
@ -180,9 +181,64 @@ a.tabAction:link {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
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 {
|
a.tabAction:visited {
|
||||||
background: white;
|
background: white; border: 1px outset #8CACBB;
|
||||||
border: 1px outset #8CACBB;
|
|
||||||
color: #436976;
|
color: #436976;
|
||||||
font: 105% Bold;
|
font: 105% Bold;
|
||||||
padding: 0em 1em;
|
padding: 0em 1em;
|
||||||
@ -195,41 +251,11 @@ a.tabAction:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0em 1em;
|
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 {
|
a.butDelete:link { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
background: white;
|
a.butDelete:active { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
border: 1px outset #997777;
|
a.butDelete:visited { background: white; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
color: #436976;
|
a.butDelete:hover { background: #FFe7ec; border: 1px outset #997777; color: #436976; padding: 0em 1em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||||
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; }
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -115,7 +115,7 @@ table.topbarre
|
|||||||
cell-spacing: 0;
|
cell-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu
|
.menu
|
||||||
{
|
{
|
||||||
background: #b3c5cc;
|
background: #b3c5cc;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -454,87 +454,22 @@ a.butActionDelete { font: helvetica, verdana, arial, sans-serif;
|
|||||||
|
|
||||||
a.butActionDelete:hover { background: #FFe7ec; }
|
a.butActionDelete:hover { background: #FFe7ec; }
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Historique
|
* 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
|
* Tables
|
||||||
|
|||||||
@ -103,7 +103,7 @@ div.fiche
|
|||||||
/*
|
/*
|
||||||
* Menu superieur et 1ere ligne tableau
|
* Menu superieur et 1ere ligne tableau
|
||||||
*/
|
*/
|
||||||
|
|
||||||
table.topbarre
|
table.topbarre
|
||||||
{
|
{
|
||||||
cell-spacing: 0;
|
cell-spacing: 0;
|
||||||
@ -181,7 +181,7 @@ a.login:hover
|
|||||||
{
|
{
|
||||||
color:black;
|
color:black;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.login
|
img.login
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -252,8 +252,8 @@ div.help
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin: 1px 0px 0px 0px;
|
margin: 1px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.flat {
|
.flat {
|
||||||
font-family: arial,verdana,helvetica, sans-serif;
|
font-family: arial,verdana,helvetica, sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
@ -269,8 +269,8 @@ td.barre {
|
|||||||
background: #DDDDDD;
|
background: #DDDDDD;
|
||||||
font-family: Helvetica, Verdana; font-size: 14px;
|
font-family: Helvetica, Verdana; font-size: 14px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
td.barre_select {
|
td.barre_select {
|
||||||
@ -324,7 +324,7 @@ div.tabsAction {
|
|||||||
padding: 0em 0em;
|
padding: 0em 0em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #bbbbcc;
|
background: #bbbbcc;
|
||||||
border: 1px solid #9999BB;
|
border: 1px solid #9999BB;
|
||||||
@ -371,22 +371,23 @@ a.tab:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tabimage {
|
a.tabimage {
|
||||||
color: #436976;
|
color: #436976;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Boutons 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; }
|
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.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.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.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.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.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
|
||||||
|
a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #997777;
|
border: 1px solid #997777;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
@ -395,7 +396,7 @@ a.butDelete:link { font: helvetica, verdana, arial, sans-serif;
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #997777;
|
border: 1px solid #997777;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
@ -404,7 +405,7 @@ a.butDelete:active { font: helvetica, verdana, arial, sans-serif;
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #997777;
|
border: 1px solid #997777;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
@ -413,7 +414,7 @@ a.butDelete:visited { font: helvetica, verdana, arial, sans-serif;
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
||||||
background: #FFe7ec;
|
background: #FFe7ec;
|
||||||
border: 1px solid #997777;
|
border: 1px solid #997777;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
@ -422,10 +423,27 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
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
|
* Tables
|
||||||
*/
|
*/
|
||||||
|
|
||||||
table.border {
|
table.border {
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
@ -573,8 +591,8 @@ border-top: 1px solid #FFFFFF;
|
|||||||
border-bottom: 1px solid #FFFFFF;
|
border-bottom: 1px solid #FFFFFF;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background: #777799;
|
background: #777799;
|
||||||
@ -587,7 +605,7 @@ border-bottom: 1px solid #FFFFFF;
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tr.pair {
|
tr.pair {
|
||||||
@ -604,7 +622,7 @@ tr.impair {
|
|||||||
*/
|
*/
|
||||||
tr.box_titre {
|
tr.box_titre {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background: #777799;
|
background: #777799;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|||||||
@ -116,7 +116,7 @@ table.topbarre
|
|||||||
cell-spacing: 0;
|
cell-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu
|
.menu
|
||||||
{
|
{
|
||||||
background: #b3c5cc;
|
background: #b3c5cc;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -132,7 +132,7 @@ table.topbarre
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a.tmenu:link
|
a.tmenu:link
|
||||||
{
|
{
|
||||||
color: #234046;
|
color: #234046;
|
||||||
@ -186,7 +186,7 @@ a.login:hover
|
|||||||
{
|
{
|
||||||
color:black;
|
color:black;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.login
|
img.login
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -329,7 +329,7 @@ div.tabsAction {
|
|||||||
padding: 0em 0em;
|
padding: 0em 0em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #436976;
|
background: #436976;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
@ -376,61 +376,47 @@ a.tab:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tabimage {
|
a.tabimage {
|
||||||
color: #436976;
|
color: #436976;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Boutons actions
|
* 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: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: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: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.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;
|
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; }
|
||||||
background: white;
|
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; }
|
||||||
border: 1px solid #997777;
|
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; }
|
||||||
color: #436976;
|
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; }
|
||||||
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
|
* Tables
|
||||||
*/
|
*/
|
||||||
|
|
||||||
table.border {
|
table.border {
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
@ -505,8 +491,8 @@ div.leftmenu {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.alerte
|
.alerte
|
||||||
{
|
{
|
||||||
background: #FF9988;
|
background: #FF9988;
|
||||||
@ -579,7 +565,7 @@ border-bottom: 1px solid #FFFFFF;
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background: #BBBB88;
|
background: #BBBB88;
|
||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
@ -605,7 +591,7 @@ tr.impair {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
tr.box_titre {
|
tr.box_titre {
|
||||||
background: #BBBB88;
|
background: #BBBB88;
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user