Look: Modif des feuilles de style pour permettre image en fond de menu

This commit is contained in:
Laurent Destailleur 2005-10-31 17:32:01 +00:00
parent b027f44ca8
commit 2f96b2b16e
18 changed files with 450 additions and 425 deletions

View File

@ -20,8 +20,6 @@
*
*/
@import url("new.css");
/***** Style du fond *****/
body
{
@ -35,6 +33,239 @@ body
}
div.body
{
display:block;
padding:0px;
border-top:1px solid black;
font-family:arial,tahoma,verdana,helvetica;
font-size:12px;
background: #dee7ec;
}
div.fiche
{
display: block;
position: absolute;
background: #dee7ec;
top: 28px;
margin-right: 6px;
}
div.vmenuplusfiche
{
float: left;
margin-right: 6px;
}
div.vmenu
{
float: left;
display: block;
margin-right: 2px;
padding: 0px;
padding-bottom: 6px;
width: 160px;
}
a
{
text-decoration: none;
}
div.tmenu
{
float: top;
display: block;
background: #dcdad5;
white-space: nowrap;
margin: 0px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom:1px solid #9d9da1;
height: 20px;
}
table.tmenu
{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height: 24px;
}
a.tmenu
{
margin-right: 3px;
text-decoration: none;
color:gray;
font-weight:bold;
font-size:11px;
}
a.tmenu#sel
{
border-bottom:4px solid #9d9da1;
color:black;
}
a.tmenu:hover
{
border-color:gray;
border-bottom:4px solid #9d9da1;
color:black;
}
a.login
{
position: absolute;
right: 27px;
top: 6px;
margin-right: 3px;
padding: 0px;
text-decoration: none;
color:gray;
font-weight:bold;
font-size:11px;
}
img.login
{
position: absolute;
right: 9px;
top: 3px;
padding:3px;
text-decoration:none;
color:gray;
font-weight:bold;
font-size:11px;
}
a.login:hover
{
border-color:gray;
border-bottom:4px solid #9d9da1;
color:black;
}
img {vertical-align:text-top}
div.blockvmenupair
{
padding: 3px;
border-bottom: thin solid #6495ed;
}
div.blockvmenuimpair
{
padding: 3px;
border-bottom: thin solid #6495ed;
}
a.vmenu
{
padding-bottom:3px;
text-decoration:none;
color:gray;
font-weight:bold;
font-size:11px;
}
a.vsmenu
{
margin-left: 8px;
padding-bottom:3px;
text-decoration:none;
color:gray;
font-weight:bold;
font-size:11px;
}
a.vmenu:hover
{
border-color:gray;
text-decoration: none;
color:black;
}
a.vsmenu:hover
{
border-color:gray;
color:black;
}
table.liste
{
border: blue small solid #000000;
border-collapse: collapse;
width: 100%;
}
table.liste tr
{
background: #dfdfdf;
}
table.liste tr:hover
{
background: white;
}
table.liste th
{
border: 1px solid #6495ed;
width: 50%;
font-size:12px;
text-align: left;
padding: 2px;
}
table.liste th:hover
{
background: #dfdfdf;
}
table.liste td
{
border-bottom: 1px solid #6495ed;
font-size: 10px;
}
div.formsearch
{
display: block;
float: none;
clear: right;
background: #dee7ec;
top: 0px;
left: 130px;
padding: 4px;
vertical-align: center;
}
.flat {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border: 1px solid #ccd7e0;
background-image : url(img/button_bg.gif);
background-position : bottom;
}
/***** Styles par défaut *****/
input
{
@ -95,11 +326,6 @@ div.tabBar
* Menu superieur et 1ere ligne tableau
*/
table.topbarre
{
cell-spacing: 0;
}
a.tabTitle {
background: #436976;
border: 1px solid #8CACBB;
@ -379,7 +605,7 @@ div.leftmenu {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
cell-spacing: 0;
margin: 0em 10px 10px 2px;
margin: 0px 10px 10px 2px;
}
@ -424,6 +650,7 @@ div.titre {
input.liste_titre {
background: #cacaca;
border: 0px;
}
tr.liste_titre {
@ -451,40 +678,47 @@ td.liste_titre {
white-space: nowrap
}
tr.liste_total {
tr.liste_total td {
background: #F0F0F0;
font-weight: bold;
white-space: nowrap;
}
tr.pair {
.pair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
border-bottom: 1px solid #666666;
text-decoration: none
}
tr.impair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
.impair {
background: #e4e4e4;
border-bottom: 1px solid #666666;
text-decoration: none
}
/*
*
* Boxes
*/
tr.box_titre {
font-weight: bold; }
background: #cacaca;
font-weight: bold;
text-decoration: none;
border-top: 1px solid #888888;
white-space: nowrap
}
tr.box_pair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
font-size: 10px;
}
border-bottom: 1px solid #666666;
font: 12px arial, helvetica, verdana, sans-serif;
}
tr.box_impair {
border-bottom: 1px solid #000000;
font-size: 10px;
}
background: #e4e4e4;
border-bottom: 1px solid #666666;
font: 12px arial, helvetica, verdana, sans-serif;
}
tr.fiche {
font-family: Helvetica, Verdana;

View File

@ -1,240 +0,0 @@
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*
*/
div.body
{
display:block;
padding:0px;
border-top:1px solid black;
font-family:arial,tahoma,verdana,helvetica;
font-size:12px;
background: #dee7ec;
}
div.tmenu
{
float: top;
display:block;
background: #dcdad5;
white-space: nowrap;
margin:0;
padding: 3px;
padding-bottom: 6px;
border:0;
border-bottom:1px solid #9d9da1;
}
div.fiche
{
display: block;
float: none;
position: absolute;
background: #dee7ec;
top: 33px;
left: 150px;
margin-right: 10px;
}
div.vmenu
{
float: left;
/* background: #dee7ec; */
display:block;
margin-right: 10px;
padding: 0px;
padding-bottom: 6px;
width: 160px;
}
a
{
text-decoration: none;
}
a.tmenu
{
padding:3px;
margin-right: 3px;
text-decoration: none;
color:gray;
font-weight:bold;
font-size:11px;
}
a.tmenu#sel
{
border-bottom:4px solid #9d9da1;
color:black;
}
a.tmenu:hover
{
border-color:gray;
border-bottom:4px solid #9d9da1;
color:black;
}
a.login
{
position: absolute;
margin-right: 3px;
right: 27px;
top: 1px;
padding:3px;
text-decoration: none;
color:gray;
font-weight:bold;
font-size:11px;
}
img.login
{
position: absolute;
right: 9px;
top: 1px;
padding:3px;
text-decoration:none;
color:gray;
font-weight:bold;
font-size:11px;
}
a.login:hover
{
border-color:gray;
border-bottom:4px solid #9d9da1;
color:black;
}
img {vertical-align:text-top}
div.blockvmenupair
{
padding: 3px;
border-bottom: thin solid #6495ed;
}
div.blockvmenuimpair
{
padding: 3px;
border-bottom: thin solid #6495ed;
}
a.vmenu
{
padding-bottom:3px;
text-decoration:none;
color:gray;
font-weight:bold;
font-size:11px;
}
a.vsmenu
{
margin-left: 8px;
padding-bottom:3px;
text-decoration:none;
color:gray;
font-weight:bold;
font-size:11px;
}
a.vmenu:hover
{
border-color:gray;
text-decoration: none;
color:black;
}
a.vsmenu:hover
{
border-color:gray;
color:black;
}
table.liste
{
border: blue small solid #000000;
border-collapse: collapse;
width: 100%;
}
table.liste tr
{
background: #dfdfdf;
}
table.liste tr:hover
{
background: white;
}
table.liste th
{
border: thin solid #6495ed;
width: 50%;
font-size:12px;
text-align: left;
padding: 2px;
}
table.liste th:hover
{
background: #dfdfdf;
}
table.liste td
{
border-bottom: thin solid #6495ed;
font-size: 10px;
}
div.formsearch
{
display: block;
float: none;
clear: right;
background: #dee7ec;
top: 0px;
left: 130px;
padding: 4px;
vertical-align: center;
}
.flat {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border: 1px solid #ccd7e0;
background-image : url(img/button_bg.gif);
background-position : bottom;
}

View File

@ -68,23 +68,6 @@ div.body
font-size:13px;
}
div.tmenu
{
float: top;
display:block;
white-space: nowrap;
border:0;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 3px 1em 0em;
margin: 0em 0em 0.2em 0em;
font-weight:bold;
font-size:12px;
height: 18px;
color: #000000;
text-decoration: none;
}
div.vmenuplusfiche
{
float: left;
@ -115,11 +98,28 @@ div.fiche
* Menu superieur et 1ere ligne tableau
*/
table.topbarre
{
cell-spacing: 0;
div.tmenu
{
float: top;
display:block;
white-space: nowrap;
border:0;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
font-weight:bold;
font-size:12px;
height: 18px;
color: #000000;
text-decoration: none;
}
table.tmenu
{
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 10px;
}
a.tmenu:link
{
@ -153,7 +153,7 @@ a.login
{
position: absolute;
right: 24px;
top: 3px;
top: 4px;
padding: 0em 1em;
margin: 0em 0em 1em 0em;
font-weight:bold;
@ -441,6 +441,7 @@ div.titre {
input.liste_titre {
background: #b3cccc;
border: 0px;
}
tr.liste_titre {
@ -472,27 +473,27 @@ td.liste_titre {
white-space: nowrap;
}
tr.liste_total {
tr.liste_total td {
background: #F0F0F0;
font-weight: bold;
white-space: nowrap;
border-top: 1px solid #888888;
}
tr.pair {
.pair {
background: #b3cccc;
font-family: Helvetica, Verdana;
font-size: 0.9em;
}
tr.impair {
.impair {
background: #cceeee;
font-family: Helvetica, Verdana;
font-size: 0.9em;
}
/*
*
* Boxes
*/
tr.box_titre {
font-family: Helvetica, Verdana;

View File

@ -77,6 +77,9 @@ textarea.flat
select.flat
{
font: 12px helvetica, verdana, arial, sans-serif;
border: 1px solid #ACBCBB;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.button {
font: 12px helvetica, verdana, arial, sans-serif;
@ -91,39 +94,21 @@ select.flat
div.body
{
margin-top: 1px;
margin-top: 0px;
margin-bottom: 0;
margin-right: 3px;
margin-left: 3px;
display:block;
padding:0px;
margin-right: 0px;
margin-left: 0px;
display: block;
padding: 0px;
font-family:arial,tahoma,verdana,helvetica;
font-size:12px;
}
div.tmenu
{
float: top;
display:block;
white-space: nowrap;
border:0;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
padding: 3px 0px 0px 10px;
margin: 0px 0px 2px 0px;
font-weight:bold;
font-size: 12px;
height: 18px;
background: #b3c5cc;
// background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/liste_titre.png' ?>);
color: #000000;
text-decoration: none;
}
div.vmenuplusfiche
{
float: left;
margin-right: 6px;
margin-left: 1px;
}
div.vmenu
@ -150,62 +135,76 @@ div.fiche
* Menu superieur et 1ere ligne tableau
*/
table.topbarre
{
cell-spacing: 0;
}
.menu
{
div.tmenu
{
float: top;
display: block;
white-space: nowrap;
border-top: 1px solid #D3E5EC;
border-left: 0px;
border-right: 0px solid #555555;
border-bottom: 1px solid #8B9999;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
font-weight:bold;
font-size: 12px;
height: 19px;
background: #b3c5cc;
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
color: #000000;
text-decoration: none;
}
table.tmenu
{
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 10px;
}
a.tmenu:link
{
color: #234046;
padding: 0em 1em;
padding: 0px 8px;
margin: 0em 0em 1.5em 0em;
border: 1px solid #b3c5cc;
font: 12px helvetica, verdana, arial, sans-serif;
font-weight: bold;
}
a.tmenu:visited
{
color: #234046;
padding: 0em 1em;
margin: 0em 0em 1.5em 0em;
border: 1px solid #b3c5cc;
padding: 0px 8px;
border: 0px solid #b3c5cc;
font: 12px helvetica, verdana, arial, sans-serif;
font-weight: bold;
}
a.tmenu#sel
{
color: #234046;
background: #dee7ec;
padding: 0em 1em;
margin: 0em 0em 1.5em 0em;
border: 1px solid #8CACBB;
padding: 0px 8px;
margin: 0px 0px 1.5px 0px;
font: 12px helvetica, verdana, arial, sans-serif;
font-weight: bold;
background: #dee7ec;
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu_inverse.jpg' ?>);
border-right: 1px solid #555555;
border-top: 1px solid #D8D8D8;
border-left: 1px solid #D8D8D8;
}
a.tmenu:hover
{
color: #234046;
background: #dee7ec;
padding: 0em 1em;
padding: 0px 8px;
margin: 0em 0em 1.5em 0em;
border: 1px solid #8CACBB;
text-decoration: none;
font: 12px helvetica, verdana, arial, sans-serif;
font-weight: bold;
background: #dee7ec;
}
font.tmenudisabled
{
color: #93a5aa;
padding: 0em 1em;
padding: 0px 8px;
margin: 0em 0em 1.5em 0em;
border: 1px solid #b3c5cc;
font-weight:bold;
@ -218,12 +217,11 @@ a.login
{
position: absolute;
right: 24px;
top: 3px;
top: 4px;
color: #234046;
padding: 0em 1em;
margin: 0em 0em 1.5em 0em;
border: 1px solid #b3c5cc;
font-weight:bold;
font-size:12px;
}
@ -235,10 +233,9 @@ a.login:hover
img.login
{
position: absolute;
right: 9px;
right: 8px;
top: 3px;
padding:2px;
text-decoration:none;
color:white;
font-weight:bold;
@ -270,27 +267,32 @@ div.blockvmenupair
{
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
background: #b3c5cc;
font: helvetica, verdana, arial, sans-serif;
color: #000000;
text-align:left;
text-decoration: none;
padding: 3px;
margin: 1px 0px 0px 0px;
background: #A3BCC6;
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
background-position:top;
background-repeat:repeat-x;
}
div.blockvmenuimpair
{
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
background: #b3c5cc;
font: helvetica, verdana, arial, sans-serif;
color: #000000;
text-align:left;
text-decoration: none;
padding: 3px;
margin: 1px 0px 0px 0px;
background: #A3BCC6;
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
background-position:top;
background-repeat:repeat-x;
}
div.help
@ -377,7 +379,6 @@ div.tabBar {
border-bottom: 1px solid #555555;
border-left: 1px solid #D0D0D0;
border-top: 1px solid #D8D8D8;
// border: 1px solid #8CACBB;
}
div.tabsAction {
@ -403,7 +404,6 @@ a.tabTitle {
a.tab:link {
background: white;
// border: 1px solid #8CACBB;
color: #436976;
padding: 0px 6px;
margin: 0em 0.2em;
@ -418,7 +418,6 @@ a.tab:link {
}
a.tab:visited {
background: white;
// border: 1px solid #8CACBB;
color: #436976;
padding: 0px 6px;
margin: 0em 0.2em;
@ -617,7 +616,6 @@ padding: 0px 0px;
table.liste {
border-collapse: collapse;
//border: 0px;
width: 100%;
}
@ -712,7 +710,7 @@ border: 0px;
/*
* Boxes
* Boxes
*/
tr.box_titre {
background: #7699A9;
@ -745,7 +743,7 @@ font: helvetica, verdana, arial, sans-serif;
* Ok, Warning, Error
*/
.ok { color: #114466; }
.warning { color: #777711; }
.warning { color: #887711; }
.error { color: #550000; font-weight: bold; }
div.ok {
@ -753,7 +751,7 @@ div.ok {
}
div.warning {
color: #777711;
color: #997711;
}
div.error {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

View File

@ -75,13 +75,30 @@ select.flat
}
.button {
font: 10px arial,verdana,helvetica, sans-serif;
font-size: 100%;
border: 1px solid #dee7ec;
background-image : url(/theme/freelug/img/button_bg.png);
background-position : bottom;
padding: 0em 0em;
margin: 0em 0em;
font: 11px arial,verdana,heletica, sans-serif;
padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 0px;
border-collapse: nocollapse;
border-left: 1px solid #cccccc;
border-right: 1px solid #aaaaaa;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #aaaaaa;
background-image: url(/theme/freelug/img/button_bg.png);
background-position: bottom;
background-repeat: repeat-x;
}
.button:focus {
font: 11px arial,verdana,heletica, sans-serif;
padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 0px;
border-collapse: nocollapse;
border-left: 1px solid #aaaaaa;
border-right: 1px solid #cccccc;
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #ffffff;
background-image: url(/theme/freelug/img/button_bg.png);
background-position: bottom;
background-repeat: repeat-x;
}
@ -97,24 +114,6 @@ div.body
font-size:12px;
}
div.tmenu
{
float: top;
display:block;
white-space: nowrap;
border:0;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 3px 1em 0em;
margin: 0em 0em 0.2em 0em;
font-weight:bold;
font-size:12px;
height: 18px;
background: #dddddd;
color: #000000;
text-decoration: none;
}
div.vmenuplusfiche
{
float: left;
@ -125,6 +124,7 @@ div.vmenu
{
display:block;
float: left;
margin-top: 2px;
margin-right: 2px;
padding: 0px;
padding-bottom: 0px;
@ -145,9 +145,28 @@ div.fiche
* Menu superieur et 1ere ligne tableau
*/
table.topbarre
{
cell-spacing: 0;
div.tmenu
{
float: top;
display:block;
white-space: nowrap;
border:0;
border-right: 0px solid #555555;
border-bottom: 1px solid #8B9999;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
font-weight:bold;
font-size:12px;
height: 20px;
background: #dddddd;
color: #000000;
text-decoration: none;
}
table.tmenu
{
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 10px;
}
.menu
@ -261,8 +280,8 @@ a.help:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; f
div.blockvmenupair
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
background: #dddddd;
font: helvetica, verdana, arial, sans-serif;
color: #202020;
@ -274,8 +293,8 @@ div.blockvmenupair
div.blockvmenuimpair
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
background: #dddddd;
font: helvetica, verdana, arial, sans-serif;
color: #202020;
@ -608,7 +627,7 @@ div.error {
color: #550000; font-weight: bold;
padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0em 0.5em 0em;
border: 1px solid #000000;
border: 1px solid #969090;
}
@ -646,6 +665,7 @@ div.titre {
*/
input.liste_titre {
background: #777799;
border: 0px;
}
tr.liste_titre {
@ -681,7 +701,7 @@ td.liste_titre {
white-space: nowrap;
}
tr.liste_total {
tr.liste_total td {
background: #F0F0F0;
font-weight: bold;
white-space: nowrap;
@ -702,18 +722,18 @@ th {
}
tr.pair {
.pair {
background: #eeeedd;
font-size: 1.0em;
}
tr.impair {
.impair {
background: #dcdcd0;
font-size: 1.0em;
}
/*
*
* Boxes
*/
tr.box_titre {
color: #FFFFFF;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -40,25 +40,38 @@ a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; colo
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; }
input {
input
{
font: 12px helvetica, verdana, arial, sans-serif;
border: 1px solid #cccccc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
input.flat {
font: 12px helvetica, verdana, arial, sans-serif;
input.flat
{
font: 12px helvetica, verdana, arial, sans-serif;
border: 1px solid #cccccc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
textarea {
font: 12px helvetica, verdana, arial, sans-serif;
border: 1px solid #cccccc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
textarea.flat {
font: 12px helvetica, verdana, arial, sans-serif;
border: 1px solid #cccccc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
select.flat
{
font: 12px helvetica, verdana, arial, sans-serif;
border: 1px solid #cccccc;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.button {
@ -83,24 +96,6 @@ div.body
font-size:12px;
}
div.tmenu
{
float: top;
display:block;
white-space: nowrap;
border:0;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding: 3px 1em 0em;
margin: 0em 0em 0.2em 0em;
font-weight:bold;
font-size:12px;
height: 18px;
background: #dcdcb3;
color: #000000;
text-decoration: none;
}
div.vmenuplusfiche
{
float: left;
@ -131,9 +126,28 @@ div.fiche
* Menu superieur et 1ere ligne tableau
*/
table.topbarre
{
cell-spacing: 0;
div.tmenu
{
float: top;
display: block;
white-space: nowrap;
border: 0px;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
font-weight:bold;
font-size:12px;
height: 20px;
background: #dcdcb3;
color: #000000;
text-decoration: none;
}
table.tmenu
{
padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 10px;
}
.menu
@ -148,8 +162,7 @@ table.topbarre
a.tmenu:link
{
color: #234046;
padding: 0em 1em;
margin: 0em 0em 1.5em 0em;
padding: 0px 8px;
border: 1px solid #dcdcb3;
font-weight:bold;
font-size:12px;
@ -157,8 +170,7 @@ a.tmenu:link
a.tmenu:visited
{
color: #234046;
padding: 0em 1em;
margin: 0em 0em 1.5em 0em;
padding: 0px 8px;
border: 1px solid #dcdcb3;
font-weight:bold;
font-size:12px;
@ -167,16 +179,14 @@ a.tmenu#sel
{
color: #234046;
background: #eeeecc;
padding: 0em 1em;
margin: 0em 0em 1.5em 0em;
padding: 0px 8px;
border: 1px solid #eeeecc;
}
a.tmenu:hover
{
color: #234046;
background: #eeeecc;
padding: 0em 1em;
margin: 0em 0em 1.5em 0em;
padding: 0px 8px;
border: 1px solid #eeeecc;
text-decoration: none;
}
@ -184,8 +194,7 @@ a.tmenu:hover
font.tmenudisabled
{
color: #93a5aa;
padding: 0em 1em;
margin: 0em 0em 1.5em 0em;
padding: 0px 8px;
border: 1px solid #b3c5cc;
font-weight:bold;
font-size:12px;
@ -247,8 +256,8 @@ a.help:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; f
div.blockvmenupair
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
background: #dcdcb3;
font: helvetica, verdana, arial, sans-serif;
color: #000000;
@ -260,8 +269,8 @@ div.blockvmenupair
div.blockvmenuimpair
{
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
background: #dcdcb3;
font: helvetica, verdana, arial, sans-serif;
color: #000000;
@ -597,6 +606,7 @@ div.titre {
input.liste_titre {
background: #BBBB88;
border: 0px;
}
tr.liste_titre {
@ -627,7 +637,7 @@ td.liste_titre {
white-space: nowrap;
}
tr.liste_total {
tr.liste_total td {
background: #F0F0F0;
font-weight: bold;
white-space: nowrap;
@ -646,17 +656,19 @@ th {
font-size: 1.0em;
}
tr.pair {
.pair {
background: #eeeecc;
font-size: 1.0em;
}
tr.impair {
.impair {
background: #dcdcb3;
font-size: 1.0em;
}
/*
*
* Boxes
*/
tr.box_titre {
background: #BBBB88;