Suppression des styles obsolètes et uniformisation des existants.
This commit is contained in:
parent
b56d631a0d
commit
a4ac81efc4
@ -123,9 +123,10 @@ table.topbarre
|
|||||||
}
|
}
|
||||||
.menusel
|
.menusel
|
||||||
{
|
{
|
||||||
background: #a8bdc0;
|
background: #7699A9;
|
||||||
font-size: 12px; font-weight: bold;
|
font-size: 12px;
|
||||||
color: #000000;
|
font-weight: bold;
|
||||||
|
color: #f0f0ff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -104,20 +104,25 @@ div.fiche
|
|||||||
* Menu superieur et 1ere ligne tableau
|
* Menu superieur et 1ere ligne tableau
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.menu {
|
.menu
|
||||||
background: #DDDDDD;
|
{
|
||||||
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
background: #ccccb3;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 12px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menusel
|
.menusel
|
||||||
{
|
{
|
||||||
background: #DDDDDD;
|
background: #777799;
|
||||||
font-size: 12px; font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
font-size: 12px;
|
||||||
|
color: #221166;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a.tmenu
|
a.tmenu
|
||||||
{
|
{
|
||||||
color: #234046;
|
color: #234046;
|
||||||
@ -446,22 +451,6 @@ div.leftmenu {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
.menu
|
|
||||||
{
|
|
||||||
background: #ccccb3;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 0.95em;
|
|
||||||
color: #000000;
|
|
||||||
text-decoration: none }
|
|
||||||
|
|
||||||
.menusel
|
|
||||||
{
|
|
||||||
background: #bbbb88;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 0.95em;
|
|
||||||
color: #000000;
|
|
||||||
text-decoration: none }
|
|
||||||
|
|
||||||
.alerte
|
.alerte
|
||||||
{
|
{
|
||||||
background: #FF9988;
|
background: #FF9988;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user