Fix: Style css rodolphe 100% conforme CSS
This commit is contained in:
parent
ac94c63308
commit
099570ecb2
@ -23,7 +23,8 @@
|
||||
/***** Style du fond *****/
|
||||
body {
|
||||
background: #AAA5A0;
|
||||
font: 12px helvetica, verdana, arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-right: 0;
|
||||
@ -32,38 +33,43 @@ body {
|
||||
|
||||
|
||||
/***** Styles par défaut *****/
|
||||
a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||
a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||
a:active { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||
a:hover { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }
|
||||
a:link { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||
a:visited { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||
a:active { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||
a:hover { font-family: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }
|
||||
input
|
||||
{
|
||||
font: 12px helvetica, verdana, arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
input.flat
|
||||
{
|
||||
font: 12px helvetica, verdana, arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
border: 0px;
|
||||
}
|
||||
textarea {
|
||||
font: 12px helvetica, verdana, arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
textarea.flat
|
||||
{
|
||||
font: 12px helvetica, verdana, arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
border: 0px;
|
||||
}
|
||||
select.flat
|
||||
{
|
||||
font: 12px helvetica, verdana, arial, sans-serif;
|
||||
font-size: 12px;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
}
|
||||
.button {
|
||||
font-family: arial,verdana,helvetica, sans-serif;
|
||||
@ -101,9 +107,7 @@ div.vmenu
|
||||
|
||||
div.fiche
|
||||
{
|
||||
float: right top;
|
||||
display: block;
|
||||
|
||||
margin-left: 180px;
|
||||
width:auto;
|
||||
}
|
||||
@ -120,7 +124,6 @@ div.fiche
|
||||
|
||||
div.tmenu
|
||||
{
|
||||
float: top;
|
||||
display:block;
|
||||
white-space: nowrap;
|
||||
border:0;
|
||||
@ -136,11 +139,6 @@ div.tmenu
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
table.topbarre
|
||||
{
|
||||
cell-spacing: 0;
|
||||
}
|
||||
|
||||
.menu
|
||||
{
|
||||
background: #b3c5cc;
|
||||
@ -196,6 +194,65 @@ font.tmenudisabled
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Pour menu TOP auguria uniquement */
|
||||
div.tmenu ul {
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
div.tmenu li {
|
||||
float: left;
|
||||
border-right: solid 1px #000000;
|
||||
height: 18px;
|
||||
position:relative;
|
||||
display: block;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
div.tmenu li a{
|
||||
font-size: 13px;
|
||||
color:#000000;
|
||||
text-decoration:none;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
padding-top: 2px;
|
||||
height: 18px;
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
}
|
||||
* html div.tmenu li a{
|
||||
width:40px;
|
||||
}
|
||||
div.tmenu li a#sel
|
||||
{
|
||||
background:#FFFFFF;
|
||||
color:#000000;
|
||||
font-weight: normal;
|
||||
}
|
||||
div.tmenu li a:visited
|
||||
{
|
||||
color:#000000;
|
||||
font-weight: normal;
|
||||
}
|
||||
div.tmenu li a:hover
|
||||
{
|
||||
background:#FFFFFF;
|
||||
color:#000000;
|
||||
font-weight: normal;
|
||||
}
|
||||
div.tmenu li a:active
|
||||
{
|
||||
color:#000000;
|
||||
font-weight: normal;
|
||||
}
|
||||
div.tmenu li a:link
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Login */
|
||||
|
||||
a.login
|
||||
@ -232,28 +289,28 @@ img.login
|
||||
* Barre de gauche
|
||||
*/
|
||||
|
||||
a.vmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||
a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||
a.vmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||
a.vmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||
a.vmenu:link { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||
a.vmenu:visited { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||
a.vmenu:active { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||
a.vmenu:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||
|
||||
a.vsmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
font.vsmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #aaa593; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:link { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:visited { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:active { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
a.vsmenu:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||
font.vsmenudisabled { font-size:12px; font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #aaa593; margin: 1em 1em 1em 1em; }
|
||||
|
||||
a.help:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:link { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:visited { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:active { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
a.help:hover { font-family: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; }
|
||||
|
||||
div.blockvmenupair
|
||||
{
|
||||
|
||||
border-bottom: 1px solid #000000;
|
||||
background: #ded8d2;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
color: #000000;
|
||||
text-align:left;
|
||||
text-decoration: none;
|
||||
@ -266,7 +323,7 @@ div.blockvmenuimpair
|
||||
|
||||
border-bottom: 1px solid #000000;
|
||||
background: #ded8d2;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
color: #000000;
|
||||
text-align:left;
|
||||
text-decoration: none;
|
||||
@ -279,7 +336,7 @@ div.help
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
background: #f0f0f0;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
color: #000000;
|
||||
text-align:left;
|
||||
text-decoration: none;
|
||||
@ -292,7 +349,7 @@ td.barre {
|
||||
border-right: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000;
|
||||
background: #b3c5cc;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
color: #000000;
|
||||
text-align:left;
|
||||
text-decoration: none
|
||||
@ -387,17 +444,17 @@ a.tabimage {
|
||||
* Boutons actions
|
||||
*/
|
||||
|
||||
a.butAction:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:hover { font: helvetica, verdana, arial, sans-serif; background: #78746d; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:link { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:active { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butAction:hover { font-family: helvetica, verdana, arial, sans-serif; background: #78746d; border: 1px solid #999999; color: #436969; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
|
||||
.butActionRefused { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
.butActionRefused { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #AAAAAA; color: #AAAAAA; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
|
||||
a.butActionDelete:link { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:active { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:visited { font: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:link { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:active { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:visited { font-family: helvetica, verdana, arial, sans-serif; background: white; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
a.butActionDelete:hover { font-family: helvetica, verdana, arial, sans-serif; background: #FFe7ec; border: 1px solid #997777; color: #436976; padding: 0em 0.7em; margin: 0em 0.5em; text-decoration: none; white-space: nowrap; }
|
||||
|
||||
|
||||
/* ============================================================================== */
|
||||
@ -408,7 +465,6 @@ a.butActionDelete:hover { font: helvetica, verdana, arial, sans-serif; backgro
|
||||
list-style-type:none;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
spacing:0px;
|
||||
cursor:move;
|
||||
}
|
||||
|
||||
@ -432,7 +488,7 @@ margin: 0px 0px;
|
||||
}
|
||||
|
||||
table.border {
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
border-collapse: collapse;
|
||||
border: 1px white ridge;
|
||||
}
|
||||
@ -563,7 +619,7 @@ a.impayee:hover { font-weight: bold; color: #550000; }
|
||||
* ???
|
||||
*/
|
||||
div.titre {
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
color: #666633;
|
||||
text-decoration: none }
|
||||
@ -578,7 +634,7 @@ input.liste_titre {
|
||||
|
||||
tr.liste_titre {
|
||||
background: #cc9966;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #78746d;
|
||||
border-left: 1px solid #78746d;
|
||||
@ -588,7 +644,7 @@ tr.liste_titre {
|
||||
|
||||
tr.liste_search {
|
||||
background: #cc9966;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-left: 1px solid #78746d;
|
||||
border-right: 1px solid #78746d;
|
||||
@ -597,7 +653,7 @@ tr.liste_search {
|
||||
|
||||
td.liste_titre {
|
||||
background: #cc9966;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
@ -608,7 +664,7 @@ td.liste_titre {
|
||||
{
|
||||
color: #fcfffc;
|
||||
background: #BBBB88;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
@ -627,7 +683,7 @@ tr.liste_total {
|
||||
|
||||
th {
|
||||
background: #BBBB88;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-family: helvetica, verdana, arial, sans-serif;
|
||||
font-weight: bold;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
border-right: 1px solid #FFFFFF;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user