This commit is contained in:
beedauchon 2003-10-18 23:34:29 +00:00
parent d6c35b1e68
commit b43b86cfbc

View File

@ -33,16 +33,43 @@ table.topbarre {
/*
* Tables
*/
table#wiborder {
border-collapse:collapse;
}
table.border {
background: #444444;
color: #eeeeee;
border-collapse: collapse;
border: 2px white ridge; }
table#wiborder td {
border: outset 1pt;
border-collapse:collapse;
padding: 3pt;
}
table.border td {
border-collapse: collapse;
border: 2px white ridge; }
table.noborder {
background: #444444;
color: #eeeeee;
border-collapse: collapse;
border: 0px }
table.noborder td {
border-collapse: collapse;
border: 0px }
table#actions {
border: 0px;
cell-spacing: 1em;
}
table#actions td {
border-bottom: 1px ridge black;
border-right: 1px ridge black;
border-left: 1px ridge white;
border-top: 1px ridge white;
text-align: center;
padding: 0.2em;
}
/*
*
*/
a {
text-decoration: none;
font-weight: bold;
@ -79,7 +106,6 @@ div.menus {
border-left: 1px dashed #666666;
}
.menu
{
background: #444444;
@ -147,7 +173,6 @@ div.titre {
border-left: 1px dashed #666666;
}
tr.liste_titre {
background: #666666;
font-family: Helvetica, Verdana;
@ -161,10 +186,10 @@ tr.pair {
font-family: Helvetica, Verdana;
font-size: 1.0em;
color: #eeeeee;
border-top: 1px dashed #555555;
border-right: 1px dashed #888888;
border-bottom: 1px dashed #777777;
border-left: 1px dashed #666666;
border-top: 1px dashed #555555;
border-right: 1px dashed #888888;
border-bottom: 1px dashed #777777;
border-left: 1px dashed #666666;
}
tr.impair {
@ -172,7 +197,7 @@ tr.impair {
font-family: Helvetica, Verdana;
font-size: 1.0em;
color: #eeeeee;
border-top: 1px dashed #555555;
border-top: 1px dashed #555555;
border-right: 1px dashed #888888;
border-bottom: 1px dashed #777777;
border-left: 1px dashed #666666;