mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 11:08:34 +01:00
161 lines
3.7 KiB
CSS
161 lines
3.7 KiB
CSS
/* Copyright (C) 2004 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 {
|
|
font-size:14px;
|
|
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
|
background-color: #cac8c0;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
margin-top: 2em;
|
|
margin-bottom: 5%;
|
|
}
|
|
|
|
div.titre {
|
|
padding: 0.5em 0.5em 0.5em;
|
|
margin: 0em 0em 0em 0em;
|
|
}
|
|
|
|
span.titre {
|
|
font-size:1.1em;
|
|
font-weight: bold;
|
|
background: #dcdcd3;
|
|
color: #990033;
|
|
padding: 0.5em 0.5em 0.5em;
|
|
margin: 0em 0em 0em 0em;
|
|
border: 1px solid #8CACBB;
|
|
}
|
|
|
|
|
|
div.soustitre {
|
|
font-size:1.1em;
|
|
font-weight: bold;
|
|
color: #990033;
|
|
padding: 0em 1.2em 0.5em 2em;
|
|
margin: 1.2em 1.2em 1.2em 1.2em;
|
|
border-bottom: 1px solid #8CACBB;
|
|
border-right: 1px solid #8CACBB;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
div.main {
|
|
background: #dcdcd3;
|
|
text-align: left;
|
|
border: 1px solid #8CACBB;
|
|
}
|
|
|
|
div.main-inside {
|
|
padding-left: 20px;
|
|
padding-right: 50px;
|
|
margin-bottom: 50px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
|
|
div.error {
|
|
font-size: 1.3em;
|
|
padding: 10px;
|
|
margin-top: 10px;
|
|
border: 1px solid red;
|
|
}
|
|
|
|
|
|
|
|
div.barrebottom {
|
|
text-align: right;
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
|
|
div.footer {
|
|
background-color: #dcdff4;
|
|
font-size: 10px;
|
|
border-top: solid black 1px;
|
|
padding-left: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
div.header {
|
|
background-color: #dcdff4;
|
|
border-bottom: solid black 1px;
|
|
padding-left: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
div.footer p {
|
|
margin: 0px;
|
|
}
|
|
|
|
a:link,a:visited,a:active {
|
|
text-decoration:none;
|
|
}
|
|
a:hover {
|
|
text-decoration:underline;
|
|
}
|
|
|
|
a.titre {
|
|
text-decoration:none;
|
|
}
|
|
|
|
|
|
div.comment {
|
|
text-decoration:none;
|
|
color:black;
|
|
font-size: 13px;
|
|
}
|
|
|
|
div.main-inside h2 {
|
|
font-size:18px;
|
|
font-weight: bold;
|
|
color: #990033;
|
|
}
|
|
|
|
tr.bg1 {
|
|
background-color: #E5E5E5;
|
|
}
|
|
|
|
tr.bg2 {
|
|
background-color: #B5E5E5;
|
|
}
|
|
|
|
td.label {
|
|
background: #dcdcd3;
|
|
color: #990033;
|
|
padding: 0.5em 0.5em 0.5em;
|
|
margin: 0em 0em 0em 0em;
|
|
border-bottom: 1px solid #8CACBB;
|
|
}
|
|
|
|
td.comment {
|
|
background: #dcdcd3;
|
|
color: black;
|
|
padding: 0.5em 0.5em 0.5em;
|
|
margin: 0em 0em 0em 0em;
|
|
text-decoration:none;
|
|
font-size: 13px;
|
|
border-bottom: 1px solid #8CACBB;
|
|
}
|
|
|