mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
149 lines
3.1 KiB
CSS
149 lines
3.1 KiB
CSS
/* Copyright (C) 2002-2003 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
|
|
* 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$
|
|
*
|
|
*/
|
|
body
|
|
{
|
|
background: #ebe0eb;
|
|
font-family: Helvetica, Verdana; font-size: 12px;
|
|
}
|
|
/*
|
|
* Menu superieur
|
|
*/
|
|
table.topbarre {
|
|
cell-spacing: 0;
|
|
}
|
|
/*
|
|
* Tables
|
|
*/
|
|
table#wiborder {
|
|
border-collapse:collapse;
|
|
}
|
|
|
|
table#wiborder td {
|
|
border: outset 1pt;
|
|
border-collapse:collapse;
|
|
padding: 3pt;
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
td.border {
|
|
border-top: 1px solid #000000;
|
|
border-right: 1px solid #000000;
|
|
border-bottom: 1px solid #000000;
|
|
border-left: 1px solid #000000;
|
|
}
|
|
|
|
.menu
|
|
{
|
|
background: #ccb3cc;
|
|
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
|
color: #000000;
|
|
text-decoration: none }
|
|
|
|
.submenu
|
|
{
|
|
background: #ccb3cc;
|
|
font-family: Helvetica, Verdana; font-size: 14px;
|
|
color: #000000;
|
|
text-decoration: none }
|
|
|
|
|
|
/*
|
|
* Barre de gauche
|
|
*/
|
|
|
|
TD.barre
|
|
{
|
|
background: #ccb3cc;
|
|
font-family: Helvetica, Verdana; font-size: 14px;
|
|
color: #000000;
|
|
text-decoration: none }
|
|
|
|
TD.barre_select
|
|
{
|
|
background: #ccb3cc;
|
|
color: #000000
|
|
}
|
|
|
|
|
|
|
|
DIV.titre
|
|
{
|
|
font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold;
|
|
color: #663366;
|
|
text-decoration: none }
|
|
/*
|
|
*
|
|
*/
|
|
TR.liste_titre
|
|
{
|
|
background: #996699;
|
|
font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold;
|
|
text-decoration: none }
|
|
|
|
TR.pair
|
|
{
|
|
background: #ccb3cc;
|
|
font-family: Helvetica, Verdana; font-size: 12px;
|
|
text-decoration: none }
|
|
|
|
TR.impair
|
|
{
|
|
background: #eeccee;
|
|
font-family: Helvetica, Verdana; font-size: 12px;
|
|
text-decoration: none }
|
|
|
|
|
|
p#powered-by-dolibarr {
|
|
position: fixed;
|
|
margin: 0;
|
|
padding: 0;
|
|
bottom: 2px;
|
|
left: 0px;
|
|
z-index: 2;
|
|
}
|
|
|
|
p#powered-by-dolibarr a {
|
|
border: 1px solid black;
|
|
text-decoration: none;
|
|
color: black;
|
|
font-size: 0.9em;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
} |