mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-27 03:41:31 +01:00
296 lines
7.2 KiB
CSS
Executable File
296 lines
7.2 KiB
CSS
Executable File
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
|
* Copyright (C) 2003 Antoine Cuvellard <antoine@wifi-connexion.com>
|
|
*
|
|
* 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
|
|
{
|
|
margin: 0px;
|
|
background: #555555;
|
|
color: #dddddd;
|
|
font-family: Helvetica, Verdana, sans-serif;
|
|
font-size: small;
|
|
scrollbar-3dlight-color : #999999;
|
|
scrollbar-arrow-color : #999999;
|
|
scrollbar-base-color : #666666;
|
|
scrollbar-darkshadow-color : Black;
|
|
scrollbar-face-color : #666666;
|
|
scrollbar-highlight-color : #999999;
|
|
scrollbar-shadow-color : #999999;
|
|
scrollbar-track-color : #8B8B8B;
|
|
|
|
}
|
|
/*
|
|
* Menu superieur
|
|
*/
|
|
table.topbarre {
|
|
border-top: 1px solid #999999;
|
|
}
|
|
/*
|
|
* Tables
|
|
*/
|
|
table.border {
|
|
background: #444444;
|
|
border-collapse: collapse;
|
|
border-top: 1px solid #999999;
|
|
border-right: 1px solid #aaaaaa;
|
|
border-bottom: 1px solid #aaaaaa;
|
|
border-left: 1px solid #999999;
|
|
}
|
|
|
|
table.border td {
|
|
background: #444444 url(img/border_background.jpg) no-repeat center right;
|
|
border-collapse: collapse;
|
|
border-top: 1px solid #555555;
|
|
border-right: 1px solid #888888;
|
|
border-bottom: 1px solid #777777;
|
|
border-left: 1px solid #666666;
|
|
}
|
|
|
|
table.noborder {
|
|
background: #444444 ;
|
|
border-collapse: collapse;
|
|
border: 0px }
|
|
|
|
table.noborder td {
|
|
background: #444444 url(img/noborder_background.jpg) top left no-repeat;
|
|
border-collapse: collapse;
|
|
border-top: 1px dashed #555555;
|
|
border-bottom: 1px dashed #777777;
|
|
}
|
|
|
|
table#actions {
|
|
background: #555555;
|
|
border: 0px;
|
|
}
|
|
|
|
table#actions td {
|
|
background: #444444 url(img/action_background.jpg) top left repeat-y;
|
|
border-bottom: 1px ridge #bbbbbb;
|
|
border-right: 1px ridge #cccccc;
|
|
border-left: 1px ridge #999999;
|
|
border-top: 1px ridge #888888;
|
|
text-align: center;
|
|
padding: 0.2em;
|
|
}
|
|
|
|
/*
|
|
*
|
|
*/
|
|
a {
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
color: #cccccc;
|
|
}
|
|
|
|
a:hover { text-decoration: underline; color: #ffffff; }
|
|
|
|
td.menu {
|
|
background: #444444 url(img/menu_background.jpg) top left repeat-y;
|
|
border-right: 1px solid #888888;
|
|
border-bottom: 1px solid #777777;
|
|
}
|
|
|
|
td.menusel {
|
|
border-top: 1px solid #999999;
|
|
border-right: 1px solid #aaaaaa;
|
|
border-bottom: 1px solid #aaaaaa;
|
|
border-left: 1px solid #999999;
|
|
}
|
|
|
|
div.menus {
|
|
background: #444444 url(img/div_menu_background.png) center right no-repeat;
|
|
border-top: 1px solid #555555;
|
|
border-right: 1px solid #888888;
|
|
border-bottom: 1px solid #777777;
|
|
border-left: 1px solid #666666;
|
|
}
|
|
|
|
.menu
|
|
{
|
|
background: #444444;
|
|
font-size: 1.0em;
|
|
font-weight: bold;
|
|
color: #dddddd;
|
|
text-decoration: none }
|
|
|
|
.menusel
|
|
{
|
|
background: #666666;
|
|
font-size: 1.0em;
|
|
font-weight: bold;
|
|
color: #eeeeee;
|
|
text-decoration: none }
|
|
|
|
.submenu
|
|
{
|
|
background: #444444;
|
|
font-size: 1.0em;
|
|
color: #bbbbbb;
|
|
text-decoration: none }
|
|
|
|
a.normal { font-weight: normal; color: #dddddd;}
|
|
a.impayee { font-weight: bold; color: #eeeeee;}
|
|
|
|
/*
|
|
* Barre de gauche
|
|
*/
|
|
|
|
a.leftmenu {
|
|
font-size: 1.0em;
|
|
font-weight: bold;
|
|
color: #dddddd;
|
|
}
|
|
|
|
td.barre {
|
|
background: #444444 url(img/barre_background.jpg) bottom left no-repeat;
|
|
font-size: 1.0em;
|
|
color: #dddddd;
|
|
text-decoration: none;
|
|
border-top: 1px ridge #aaaaaa;
|
|
border-right: 1px solid #888888;
|
|
border-bottom: 1px ridge #aaaaaa;
|
|
border-left: 1px solid #999999;
|
|
}
|
|
|
|
|
|
div.titre {
|
|
font-size: 1.0em;
|
|
font-weight: bold;
|
|
color: #dddddd;
|
|
text-decoration: none;
|
|
border-top: 1px dashed #777777;
|
|
border-bottom: 1px dashed #888888;
|
|
}
|
|
/*
|
|
*
|
|
*/
|
|
.liste {
|
|
background: #666666 ;
|
|
color: #dddddd;
|
|
border-top: 1px dashed #555555;
|
|
border-right: 1px dashed #888888;
|
|
border-bottom: 1px dashed #777777;
|
|
border-left: 1px dashed #666666;
|
|
}
|
|
|
|
tr.liste_titre {
|
|
background: #666666;
|
|
font-size: 1.0em;
|
|
font-weight: bold;
|
|
color: #dddddd;
|
|
}
|
|
|
|
tr.pair {
|
|
background: #777777 url(img/pair_background.jpg) top left repeat;
|
|
font-size: 1.0em;
|
|
color: #eeeeee;
|
|
}
|
|
|
|
tr.impair {
|
|
background: #666666 url(img/impair_background.jpg) top left repeat;
|
|
font-size: 1.0em;
|
|
color: #eeeeee;
|
|
}
|
|
|
|
/*
|
|
* Classes TR
|
|
*/
|
|
|
|
tr.box_titre {
|
|
font-size: 1.0em;
|
|
font-weight: bold;
|
|
color: #dddddd;
|
|
}
|
|
|
|
tr.box_pair {
|
|
background: #666666 url(img/pair_background.jpg) top left repeat;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
tr.box_impair {
|
|
background: #777777 url(img/impair_background.jpg) top left repeat;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
tr.fiche {
|
|
font-size: 0.6em;
|
|
}
|
|
|
|
/* stats */
|
|
tr.total {
|
|
background: #444444;
|
|
font-size: 1.0em;
|
|
}
|
|
|
|
tr.form {
|
|
background: #444444;
|
|
font-size: 1.0em;
|
|
}
|
|
|
|
|
|
/*
|
|
* Classes TD
|
|
*/
|
|
|
|
input.flat
|
|
{
|
|
border: 0
|
|
}
|
|
|
|
td.valeur
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.delete {
|
|
background: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.valid {
|
|
background: #A43500;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.small {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
tr.nonpayed {
|
|
font-size: 0.9em; font-weight: bold;
|
|
}
|
|
|
|
|
|
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;
|
|
font-size: 0.9em;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
} |