Test taille de police

This commit is contained in:
Rodolphe Quiedeville 2003-10-14 10:25:53 +00:00
parent efb7ac8a25
commit efcc65a094

View File

@ -21,7 +21,7 @@
body body
{ {
background: #ebebe0; background: #ebebe0;
font-family: sans-serif; font-size: 1.0em; font-family: sans-serif; font-size: 0.95em;
} }
/* /*
* Menu superieur * Menu superieur
@ -70,11 +70,13 @@ a:hover { text-decoration: underline; }
td.menu { td.menu {
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
font-size: 0.95em;
} }
td.menusel { td.menusel {
border-right: 1px solid #000000; border-right: 1px solid #000000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
font-size: 0.95em;
} }
td.border { td.border {
@ -87,6 +89,7 @@ td.border {
div.menus { div.menus {
background: #eeeecc; background: #eeeecc;
color: #bbbb88; color: #bbbb88;
font-size: 0.95em;
border-top: 1px dashed #ccccb3; border-top: 1px dashed #ccccb3;
border-right: 1px dashed #ccccb3; border-right: 1px dashed #ccccb3;
border-bottom: 1px dashed #ccccb3; border-bottom: 1px dashed #ccccb3;
@ -96,21 +99,23 @@ div.menus {
.menu .menu
{ {
background: #ccccb3; background: #ccccb3;
font-size: 1.0em; font-weight: bold; font-weight: bold;
font-size: 0.95em;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.menusel .menusel
{ {
background: #bbbb88; background: #bbbb88;
font-size: 1.0em; font-weight: bold; font-weight: bold;
font-size: 0.95em;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
.submenu .submenu
{ {
background: #ccccb3; background: #ccccb3;
font-size: 1.0em; font-size: 0.95em;
color: #000000; color: #000000;
text-decoration: none } text-decoration: none }
@ -171,12 +176,12 @@ tr.box_titre {
tr.box_pair { tr.box_pair {
background: #dcdcb3; background: #dcdcb3;
font-size: 0.9em; } font-size: 0.95em; }
tr.box_impair { tr.box_impair {
background: #eeeecc; background: #eeeecc;
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
font-size: 0.9em; } font-size: 0.95em; }
tr.fiche { tr.fiche {
font-family: Helvetica, Verdana; font-family: Helvetica, Verdana;
@ -210,7 +215,7 @@ td.small {
} }
tr.nonpayed { tr.nonpayed {
font-size: 0.9em; font-weight: bold; font-size: 0.95em; font-weight: bold;
} }