Ajout dfinitions pour grer les onglet dans les fiches

This commit is contained in:
Rodolphe Quiedeville 2004-01-31 11:32:25 +00:00
parent 9d7ae7e923
commit 6925701e64

View File

@ -24,6 +24,67 @@ body
background: #ebebe0;
font-family: sans-serif; font-size: 0.95em;
}
div.tabBar {
color: #436976;
background: #dee7ec;
padding: 0em 1.5em;
margin: 0em 0em 1.5em 0em;
border: 1px solid #8CACBB;
}
div.tabs {
margin: 0em;
padding: 0em 3em;
text-align: left;
}
div.tabsAction {
margin: 0em;
padding: 0em 0em;
text-align: right;
}
a.tab {
background: white;
border: 1px solid #8CACBB;
color: #436976;
font: 100% Bold;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.tabAction {
background: white;
border: 1px solid #8CACBB;
color: #436976;
font: 105% Bold;
padding: 0em 1.5em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.tabAction:hover {
background: #dee7ec;
}
a.tab#active {
background: #dee7ec;
border-bottom: #dee7ec 1px solid;
}
a.tab:hover {
background: #dee7ec;
}
/*
* Menu superieur
*/