dolibarr/htdocs/theme/dev/dev.css

384 lines
7.3 KiB
CSS
Raw Normal View History

2004-08-16 14:47:51 +02:00
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
2002-12-30 21:35:06 +01:00
*
* 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.
*
2003-01-03 00:53:09 +01:00
* $Id$
* $Source$
*
2002-12-30 21:35:06 +01:00
*/
2004-08-20 11:04:51 +02:00
@import url("new.css");
2003-09-02 20:39:55 +02:00
body
2002-12-30 21:35:06 +01:00
{
2004-08-20 11:04:51 +02:00
font-family: sans-serif;
font-size: 0.7em;
2004-09-10 16:49:40 +02:00
background: #dee7ec;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
2002-12-30 21:35:06 +01:00
}
2004-08-16 14:47:51 +02:00
/*
* Onglets
*/
div.tabs
{
float: none;
2004-08-20 11:04:51 +02:00
margin: 0px;
padding: 0px;
2004-08-16 14:47:51 +02:00
text-align: left;
2004-08-20 11:04:51 +02:00
font-family: sans-serif; font-size: 12px;
}
2004-08-16 15:28:07 +02:00
2004-08-20 11:04:51 +02:00
div.tabBar
{
float: none;
background: #dcdcd3;
padding: 0em 0.5em 0.5em;
margin: 0em 0em 0.5em 0em;
border: 1px solid #8CACBB;
2004-08-16 14:47:51 +02:00
}
2004-08-20 11:04:51 +02:00
2004-08-16 14:47:51 +02:00
a.tabTitle {
2004-08-16 15:28:07 +02:00
background: #436976;
border: 1px solid #8CACBB;
color: white;
font: 100% Bold;
padding: 0em 1.0em;
margin: 0em 0em;
text-decoration: none;
white-space: nowrap;
}
a.tabTitle:hover {
text-decoration: none;
2004-08-16 14:47:51 +02:00
}
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.tabimage {
color: #436976;
text-decoration: none;
white-space: nowrap;
}
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.tabAction {
background: white;
border: 1px outset #8CACBB;
color: #436976;
font: 105% Bold;
padding: 0em 1em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
2004-08-16 14:47:51 +02:00
a.tabAction:hover {
background: #dcdcd3;
text-decoration: none;
padding: 0em 1em;
2004-08-16 14:47:51 +02:00
}
a.tab#active {
background: #dcdcd3;
border-bottom: #dee7ec 1px solid;
padding: 0em 1em;
2004-08-16 14:47:51 +02:00
}
a.tab:hover {
background: #ebebe0;
padding: 0em 1em;
2004-08-16 14:47:51 +02:00
}
a.butDelete:link {
background: white;
border: 1px outset #997777;
color: #436976;
font: 105% Bold;
padding: 0em 1em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap;
}
a.butDelete:active {
background: white;
border: 1px outset #997777;
color: #436976;
padding: 0em 1em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.butDelete:visited {
background: white;
border: 1px outset #997777;
color: #436976;
padding: 0em 1em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
a.butDelete:hover {
background: #FFe7ec;
border: 1px outset #997777;
color: #436976;
padding: 0em 1em;
margin: 0em 0.5em;
text-decoration: none;
white-space: nowrap; }
2002-12-30 21:35:06 +01:00
/*
* Menu superieur
*/
2004-08-16 14:47:51 +02:00
table.topbarre {
cell-spacing: 0;
}
/*
* Tables
*/
table.border {
border-collapse: collapse;
border: 2px white ridge; }
2002-12-30 21:35:06 +01:00
2004-08-16 14:47:51 +02:00
table.border td {
border: 2px white ridge; }
2002-12-30 22:14:34 +01:00
2004-08-16 14:47:51 +02:00
table.noborder {
border-collapse: collapse;
border: 0px }
table.noborder td {
border-collapse: collapse;
border: 0px }
table#actions {
border-collapse: collapse;
border: 1px ridge }
table#actions td {
border-collapse: collapse;
border: 1px ridge }
/*
*
*/
2002-12-30 22:14:34 +01:00
2002-12-30 21:35:06 +01:00
a {
2004-08-16 14:47:51 +02:00
text-decoration: none;
font-weight: bold;
color: #000000;
2002-12-30 21:35:06 +01:00
}
2004-08-20 11:04:51 +02:00
2004-08-16 14:47:51 +02:00
td.menu {
border-bottom: 1px solid #000000;
}
td.menusel {
border: 1px solid #000000;
}
td.border {
border: 1px solid #000000;
}
div.menus {
color: #bbbb88;
border: 1px dashed #ccccb3;
}
a.leftmenu {
font-weight: bold;
color: #202020;
}
a.leftsubmenu {
font-weight: normal;
color: #202020;
margin: 1em 1em 1em 1em;
}
div.leftmenu {
text-align: left;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
cell-spacing: 0;
margin: 0em 10px 10px 2px;
}
2002-12-30 22:14:34 +01:00
2002-12-30 21:35:06 +01:00
.menu
{
2004-08-16 14:47:51 +02:00
font-weight: bold;
color: #000000;
2002-12-30 21:35:06 +01:00
text-decoration: none }
2004-08-16 14:47:51 +02:00
.menusel
2002-12-30 21:35:06 +01:00
{
2004-08-16 14:47:51 +02:00
font-weight: bold;
color: #000000;
text-decoration: none }
2002-12-30 21:35:06 +01:00
.submenu
{
2004-08-16 14:47:51 +02:00
color: #000000;
2002-12-30 21:35:06 +01:00
text-decoration: none }
2004-08-16 14:47:51 +02:00
a.normal{ font-weight: normal }
a.impayee { font-weight: bold }
2002-12-30 21:35:06 +01:00
/*
* Barre de gauche
*/
2003-01-03 00:53:09 +01:00
td.barre
2002-12-30 21:35:06 +01:00
{
2002-12-30 23:50:00 +01:00
border-right: 1px solid #000000;
2004-08-16 14:47:51 +02:00
text-decoration: none
2002-12-30 21:35:06 +01:00
}
2004-08-16 14:47:51 +02:00
td.barre_select {
background: #ccb3cc;
color: #000000
}
2002-12-30 21:35:06 +01:00
2004-08-16 14:47:51 +02:00
div.titre {
font-weight: bold;
color: #663366;
text-decoration: none }
/*
*
*/
tr.liste_titre {
background: #cacaca;
border: 1px solid #000000;
font-weight: bold;
text-decoration: none;
white-space: nowrap }
2002-12-30 21:35:06 +01:00
2004-08-16 14:47:51 +02:00
tr.pair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
text-decoration: none }
tr.impair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
text-decoration: none }
2002-12-30 21:35:06 +01:00
/*
*
*/
2004-08-16 14:47:51 +02:00
tr.box_titre {
font-weight: bold; }
2002-12-30 21:35:06 +01:00
2004-08-16 14:47:51 +02:00
tr.box_pair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
2004-08-18 17:00:02 +02:00
font-size: 0.6em;
2004-08-16 14:47:51 +02:00
}
2002-12-30 21:35:06 +01:00
2004-08-16 14:47:51 +02:00
tr.box_impair {
border-bottom: 1px solid #000000;
2004-08-18 17:00:02 +02:00
font-size: 0.6em;
2004-08-16 14:47:51 +02:00
}
tr.fiche {
font-family: Helvetica, Verdana;
font-size: 0.6em; }
input.flat
2002-12-30 21:35:06 +01:00
{
2004-08-16 14:47:51 +02:00
border: 0
}
2002-12-30 21:35:06 +01:00
td.valeur
{
font-weight: bold;
}
2004-08-16 14:47:51 +02:00
td.delete {
background: red;
font-weight: bold; }
2002-12-30 21:35:06 +01:00
2004-08-16 14:47:51 +02:00
td.valid {
background: pink;
font-weight: bold; }
td.small {
2004-08-18 17:00:02 +02:00
font-size: 0.6em; }
2004-08-16 14:47:51 +02:00
tr.nonpayed {
2004-08-18 17:00:02 +02:00
font-size: 0.6em;
2004-08-16 14:47:51 +02:00
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;
color: black;
2004-08-18 17:00:02 +02:00
font-size: 0.7em;
2004-08-16 14:47:51 +02:00
padding-right: 5px;
padding-left: 5px;
2004-08-16 14:58:16 +02:00
}