svn+ssh://danydb@svn/svn/phpcompta/branches/rel560 ........ r4162 | danydb | 2011-06-11 02:14:22 +0200 (Sat, 11 Jun 2011) | 1 line Fix bug ........ r4163 | danydb | 2011-06-11 02:15:52 +0200 (Sat, 11 Jun 2011) | 1 line Improve creation of php script ........ r4164 | danydb | 2011-06-14 18:36:48 +0200 (Tue, 14 Jun 2011) | 1 line Align numeric to right ........ r4165 | danydb | 2011-06-17 21:55:06 +0200 (Fri, 17 Jun 2011) | 1 line 0000297: Bug dans contact ........ r4166 | danydb | 2011-06-17 22:26:23 +0200 (Fri, 17 Jun 2011) | 1 line 0000296: Calcul automatique fiche ........ r4167 | danydb | 2011-06-17 22:49:53 +0200 (Fri, 17 Jun 2011) | 2 lines fix bug if not plan proposed ........ r4168 | danydb | 2011-06-17 22:57:29 +0200 (Fri, 17 Jun 2011) | 3 lines 0000305: Charge au crédit new sql script ........ r4169 | danydb | 2011-06-17 23:27:27 +0200 (Fri, 17 Jun 2011) | 1 line remove useless psql function public.account_insert ........ r4170 | danydb | 2011-06-18 03:04:28 +0200 (Sat, 18 Jun 2011) | 1 line Update style ........
67 lines
1.2 KiB
CSS
67 lines
1.2 KiB
CSS
span.tmenu {
|
|
padding-left:20px;
|
|
padding-right:20px;
|
|
border:solid 1px blue;
|
|
background-color: #6699dd ;
|
|
}
|
|
.topmenu {
|
|
background:url('/FR/wcompta/image/bg1.jpg');
|
|
color:white;
|
|
text-align:center;
|
|
<!-- border:solid 1px blue;-->
|
|
}
|
|
.menuitem {
|
|
width:150px;
|
|
}
|
|
a.tmenu:link {
|
|
background-color: #6699dd ;
|
|
// color:#683af2;
|
|
color:white;
|
|
}
|
|
a.tmenu:visited {
|
|
// background-color:black ;
|
|
color:#683af2;
|
|
color:white;
|
|
}
|
|
a.tmenu:active{
|
|
background-color:#6699dd ;
|
|
color:#683af2;
|
|
color:white;
|
|
}
|
|
a.tmenu:hover{
|
|
background-color:#6699dd ;
|
|
color:#d1ffb9;
|
|
}
|
|
div.dtitle {
|
|
width:150px;
|
|
color:#6699dd;
|
|
background:#cccccc;
|
|
text-align:center;
|
|
font-size:20px;
|
|
}
|
|
div.dcontent {
|
|
color:black;
|
|
background-color:white;
|
|
margin: 5% 5%;
|
|
|
|
}
|
|
div.ddownload {
|
|
color:white;
|
|
background-color:#6699dd ;
|
|
}
|
|
div.content {
|
|
margin-left:10%;
|
|
margin-right:10%;
|
|
padding:2%;
|
|
// background-color:white;
|
|
}
|
|
H2 {
|
|
font-size:16pt;
|
|
color:blue;
|
|
background-color:white;
|
|
}
|
|
table.result td
|
|
{
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
}
|