Look: Modif style yellow pour fonctionner avec nouveaux styles.

This commit is contained in:
Laurent Destailleur 2004-10-02 15:14:45 +00:00
parent 0c63d6fce8
commit 3f0fc5efbf

View File

@ -23,12 +23,12 @@
body { body {
margin: 0px; margin: 0px;
background: #ebebe0; background: #ebebe0;
font-family: sans-serif; font-size: 0.95em; font: 12px helvetica, verdana, arial, sans-serif;
} }
.body { .body {
background: #ebebe0; background: #ebebe0;
color: #101010; color: #101010;
font-family: sans-serif; font-size: 0.95em; font: 12px helvetica, verdana, arial, sans-serif;
} }
/***** Styles par défaut *****/ /***** Styles par défaut *****/
@ -292,23 +292,36 @@ div.formsearch
* Barre onglets * Barre onglets
*/ */
div.tabBar { div.tabBar {
background: #dcdcd3; background: #dcdcd3;
padding: 0em 0.5em 0.5em; padding: 0em 1em;
margin: 0em 0em 0.5em 0em; margin: 0em 0em 1.5em 0em;
border: 1px solid #8CACBB; border: 1px solid #8CACBB;
border-top: 1px solid #8CACBB;
} }
div.tabs { div.tabs {
margin: 0em; top: 20px;
padding: 0em 0em; margin: 1px 0em 0em 0em;
padding: 0em 0.5em;
text-align: left; text-align: left;
} }
div.tabsAction { div.tabsAction {
margin: 0em 0em 0.5em 0em ; margin: 24px 0em 1px 0em;
padding: 0em 0em; padding: 0em 0em;
text-align: right; text-align: right;
} }
a.tabTitle {
background: #436976;
border: 1px solid #8CACBB;
color: white;
font-weight: normal;
padding: 0em 0.5em;
margin: 0em 1em;
text-decoration: none;
white-space: nowrap;
}
div.FicheSubmit { div.FicheSubmit {
margin: 1.0em; margin: 1.0em;
@ -329,36 +342,21 @@ a.tab {
background: white; background: white;
border: 1px solid #8CACBB; border: 1px solid #8CACBB;
color: #436976; color: #436976;
font: 100% Bold; padding: 0em 1em;
padding: 0em 1.0em; margin: 0em 0.2em;
margin: 0em 0.5em;
text-decoration: none; text-decoration: none;
white-space: nowrap; 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: #dcdcd3;
text-decoration: none;
}
a.tab#active { a.tab#active {
background: #dcdcd3; background: #dcdcd3;
border-bottom: #dee7ec 1px solid; border-bottom: #dee7ec 1px solid;
text-decoration: none;
} }
a.tab:hover { a.tab:hover {
background: #ebebe0; background: #ebebe0;
text-decoration: none;
} }
@ -369,66 +367,57 @@ a.tab:hover {
table.topbarre { table.topbarre {
cell-spacing: 0; cell-spacing: 0;
} }
/*
* Case actions
*/
a.tabAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 1.5em; 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 1.5em; 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 1.5em; 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 1.5em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
/* /*
* Tables * Tables
*/ */
table.border { table.border {
border-collapse: collapse; font: helvetica, verdana, arial, sans-serif;
border: 2px white ridge; } border-collapse: collapse;
border: 1px white ridge;
}
table.border td { table.border td {
border-collapse: collapse; border: 1px solid #6C7C8B;
border: 2px white ridge; } padding: 2px 3px;
}
table.noborder { table.noborder {
border-collapse: collapse; border-collapse: collapse;
border: 0px } border: 0px;
}
table.noborder td {
border-collapse: collapse;
border: 0px }
table.liste { table.liste {
border-collapse: collapse; border-collapse: collapse;
border: 0px } border: 0px;
width: 100%;
}
table.liste td { table.noborder td {
border-collapse: collapse; border-collapse: collapse;
border: 0px } border: 0px;
padding: 1px 3px;
}
table#actions { table#actions {
border: 0px; border-collapse: collapse;
cell-spacing: 1em; border: 1px ridge
}
}
table#actions td { table#actions td {
border-bottom: 1px ridge black; border-collapse: collapse;
border-right: 1px ridge black; border: 1px ridge
border-left: 1px ridge white;
border-top: 1px ridge white;
text-align: center;
padding: 0.2em;
} }
/*
*
*/
a {
text-decoration: none;
font-weight: bold;
color: #000000; }
a:hover { text-decoration: underline; }
td.menu {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
font-size: 0.95em; }
td.menusel {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
font-size: 0.95em; }
td.border { td.border {
border-top: 1px solid #000000; border-top: 1px solid #000000;
@ -453,12 +442,7 @@ a.leftmenu {
color: #202020; color: #202020;
} }
a.leftsubmenu {
font-weight: bold;
font-size: 0.95em;
color: #202020;
margin: 1em 1em 1em 1em;
}
div.leftmenu { div.leftmenu {
background: #ccccb3; background: #ccccb3;
@ -502,49 +486,30 @@ div.leftmenu {
.warning { color: #777711; } .warning { color: #777711; }
.error { color: #550000; } .error { color: #550000; }
.submenu
{
background: #ccccb3;
font-size: 0.95em;
color: #000000;
text-decoration: none }
a.normal{ font-weight: normal }
a.impayee { font-weight: bold }
/* /*
* Barre de gauche * Liens Payes/Non payes
*/ */
a.leftmenu { a.normal:link { font-weight: normal }
a.normal:visited { font-weight: normal }
font-weight: bold; a.normal:active { font-weight: normal }
color: #202020; } a.normal:hover { font-weight: normal }
a.impayee:link { font-weight: bold; color: #550000; }
a.impayee:visited { font-weight: bold; color: #550000; }
a.impayee:active { font-weight: bold; color: #550000; }
a.impayee:hover { font-weight: bold; color: #550000; }
td.barre {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background: #ccccb3;
color: #000000;
text-decoration: none }
td.auteurs {
border: 1px dashed #000000;
background: #ccccb3;
color: #000000;
text-decoration: none }
td.barre_select {
background: #ccccb3;
color: #000000
}
/* /*
* ??? * ???
*/ */
div.titre { div.titre {
font: helvetica, verdana, arial, sans-serif;
font-weight: bold; font-weight: bold;
color: #666633; color: #666633;
text-decoration: none } text-decoration: none }