Modif des fonts
This commit is contained in:
parent
7d536ae84d
commit
6bb090ac3f
@ -21,7 +21,7 @@
|
|||||||
body
|
body
|
||||||
{
|
{
|
||||||
background: #ebebe0;
|
background: #ebebe0;
|
||||||
font-family: Helvetica, Verdana; font-size: 12px;
|
font-family: sans-serif; font-size: 1.0em;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Menu superieur
|
* Menu superieur
|
||||||
@ -82,21 +82,21 @@ div.menus {
|
|||||||
.menu
|
.menu
|
||||||
{
|
{
|
||||||
background: #ccccb3;
|
background: #ccccb3;
|
||||||
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
|
font-size: 1.0em; font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
.menusel
|
.menusel
|
||||||
{
|
{
|
||||||
background: #bbbb88;
|
background: #bbbb88;
|
||||||
font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold;
|
font-size: 1.0em; font-weight: bold;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
.submenu
|
.submenu
|
||||||
{
|
{
|
||||||
background: #ccccb3;
|
background: #ccccb3;
|
||||||
font-family: Helvetica, Verdana; font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ a.impayee { font-weight: bold }
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
a.leftmenu {
|
a.leftmenu {
|
||||||
font-family: Helvetica, Verdana;
|
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #202020;
|
color: #202020;
|
||||||
@ -129,7 +129,7 @@ td.barre_select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.titre {
|
div.titre {
|
||||||
font-family: Helvetica, Verdana;
|
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #666633;
|
color: #666633;
|
||||||
@ -146,7 +146,7 @@ tr.liste_titre {
|
|||||||
|
|
||||||
tr.pair {
|
tr.pair {
|
||||||
background: #dcdcb3;
|
background: #dcdcb3;
|
||||||
font-family: Helvetica, Verdana;
|
|
||||||
font-size: 1.0em;
|
font-size: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -167,7 +167,6 @@ tr.box_titre {
|
|||||||
|
|
||||||
tr.box_pair {
|
tr.box_pair {
|
||||||
background: #dcdcb3;
|
background: #dcdcb3;
|
||||||
font-family: Helvetica, Verdana;
|
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user