Nouvelles couleurs
This commit is contained in:
parent
4e0197479f
commit
fca6a9fc00
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -20,10 +20,83 @@
|
||||
*/
|
||||
body
|
||||
{
|
||||
background: #ebe0eb;
|
||||
background: #cac8c0;
|
||||
margin: 0px;
|
||||
font-family: sans-serif; font-size: 0.9em;
|
||||
}
|
||||
/*
|
||||
* Onglets
|
||||
*/
|
||||
div.tabBar {
|
||||
background: #dcdcd3;
|
||||
padding: 0em 0.5em 0.5em;
|
||||
margin: 0em 0em 0.5em 0em;
|
||||
border: 1px solid #8CACBB;
|
||||
}
|
||||
|
||||
div.tabs {
|
||||
margin: 0em;
|
||||
padding: 0em 0em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.tabsAction {
|
||||
margin: 0em 0em 0.5em 0em ;
|
||||
padding: 0em 0em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.FicheSubmit {
|
||||
margin: 1.0em;
|
||||
padding: 0em 0em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.message {
|
||||
background: #dee7ec;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0em 0em 0em;
|
||||
border-top: 1px solid #8CACBB;
|
||||
border-left: 1px solid #8CACBB;
|
||||
border-right: 1px solid #8CACBB;
|
||||
}
|
||||
|
||||
a.tab {
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
font: 100% Bold;
|
||||
padding: 0em 1.0em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a.tabAction {
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
font: 105% Bold;
|
||||
padding: 0em 1.5em;
|
||||
margin: 0em 0.5em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a.tabAction:hover {
|
||||
background: #dcdcd3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.tab#active {
|
||||
background: #dcdcd3;
|
||||
border-bottom: #dee7ec 1px solid;
|
||||
}
|
||||
|
||||
a.tab:hover {
|
||||
background: #ebebe0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Menu superieur
|
||||
*/
|
||||
@ -66,51 +139,39 @@ a {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a:hover { text-decoration: underline; }
|
||||
a:hover { text-decoration: underline; }
|
||||
|
||||
td.menu {
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
td.menusel {
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
td.border {
|
||||
border-top: 1px solid #000000;
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-left: 1px solid #000000;
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
div.menus {
|
||||
background: #eeeecc;
|
||||
color: #bbbb88;
|
||||
border-top: 1px dashed #ccccb3;
|
||||
border-right: 1px dashed #ccccb3;
|
||||
border-bottom: 1px dashed #ccccb3;
|
||||
border-left: 1px dashed #ccccb3;
|
||||
border: 1px dashed #ccccb3;
|
||||
}
|
||||
|
||||
.menu
|
||||
{
|
||||
background: #ccb3cc;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.menusel
|
||||
{
|
||||
background: #bbbb88;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
.submenu
|
||||
{
|
||||
background: #ccb3cc;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
|
||||
@ -123,15 +184,14 @@ a.impayee { font-weight: bold }
|
||||
|
||||
a.leftmenu {
|
||||
font-weight: bold;
|
||||
color: #202020; }
|
||||
color: #202020;
|
||||
}
|
||||
|
||||
td.barre
|
||||
{
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
background: #ccb3cc;
|
||||
color: #000000;
|
||||
text-decoration: none }
|
||||
border: 1px solid #000000;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
td.barre_select {
|
||||
background: #ccb3cc;
|
||||
@ -146,16 +206,17 @@ div.titre {
|
||||
*
|
||||
*/
|
||||
tr.liste_titre {
|
||||
background: #996699;
|
||||
background: #dcdff4;
|
||||
border: 1px solid #000000;
|
||||
font-weight: bold;
|
||||
text-decoration: none }
|
||||
|
||||
tr.pair {
|
||||
background: #ccb3cc;
|
||||
background: #dcdff4;
|
||||
text-decoration: none }
|
||||
|
||||
tr.impair {
|
||||
background: #eeccee;
|
||||
background: #ccb3cc;
|
||||
text-decoration: none }
|
||||
/*
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user