Look: Complément sur style freelug et yellow

This commit is contained in:
Laurent Destailleur 2004-11-07 16:23:38 +00:00
parent 70c3f22b50
commit e9db2af363
3 changed files with 61 additions and 15 deletions

View File

@ -39,7 +39,7 @@ textarea { font: helvetica, verdana, arial, sans-serif; }
font-family: arial,verdana,helvetica, sans-serif; font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%; font-size: 100%;
border: 1px solid #ccd7e0; border: 1px solid #ccd7e0;
background-image : url(/images/button_bg.gif); background-image : url(/theme/freelug/img/button_bg.gif);
background-position : bottom; background-position : bottom;
} }
@ -103,6 +103,11 @@ div.fiche
/* /*
* Menu superieur et 1ere ligne tableau * Menu superieur et 1ere ligne tableau
*/ */
table.topbarre
{
cell-spacing: 0;
}
.menu .menu
{ {
@ -497,13 +502,33 @@ div.titre {
* *
*/ */
tr.liste_titre { tr.liste_titre {
color: #FFFFFF; color: #FFFFFF;
background: #777799; background: #777799;
font-family: Helvetica, Verdana; font: helvetica, verdana, arial, sans-serif;
font-size: 1.0em; font-weight: bold;
font-weight: bold; border-left: 1px solid #FFFFFF;
white-space: nowrap; border-right: 1px solid #FFFFFF;
} border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
font-size: 1.0em;
}
th {
color: #FFFFFF;
background: #777799;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
font-size: 1.0em;
}
tr.pair { tr.pair {
background: #dcdcd0; background: #dcdcd0;

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

View File

@ -43,7 +43,7 @@ textarea { font: helvetica, verdana, arial, sans-serif; }
font-family: arial,verdana,helvetica, sans-serif; font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%; font-size: 100%;
border: 1px solid #ccd7e0; border: 1px solid #ccd7e0;
background-image : url(/images/button_bg.gif); background-image : url(/theme/yellow/img/button_bg.gif);
background-position : bottom; background-position : bottom;
} }
@ -108,6 +108,11 @@ div.fiche
* Menu superieur et 1ere ligne tableau * Menu superieur et 1ere ligne tableau
*/ */
table.topbarre
{
cell-spacing: 0;
}
.menu { .menu {
background: #b3c5cc; background: #b3c5cc;
font-size: 12px; font-size: 12px;
@ -495,12 +500,28 @@ div.titre {
* *
*/ */
tr.liste_titre { tr.liste_titre {
background: #BBBB88; background: #BBBB88;
font-family: Helvetica, Verdana;
font-size: 1.0em; font: helvetica, verdana, arial, sans-serif;
font-weight: bold; font-weight: bold;
white-space: nowrap; border-left: 1px solid #FFFFFF;
} border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
font-size: 1.0em;
}
th {
background: #BBBB88;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
font-size: 1.0em;
}
tr.pair { tr.pair {
background: #dcdcb3; background: #dcdcb3;