forked from Wavyzz/dolibarr
upgrade were not yet received. So we prepare for GPL by uniformizing licence text keys to GPL-3+. Will move later to AGPL if all answers are positive.
252 lines
4.4 KiB
CSS
252 lines
4.4 KiB
CSS
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
|
* Copyright (C) 2009 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 3 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, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
*/
|
|
|
|
body {
|
|
font-size:13px;
|
|
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
|
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
|
|
/* background-color: #F4F4F4; */
|
|
margin-left: 30px;
|
|
margin-right: 30px;
|
|
margin-top: 15px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
div.titre {
|
|
padding: 5px 5px 5px 5px;
|
|
margin: 0em 0em 0em 0em;
|
|
}
|
|
|
|
span.titre {
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
background: #FFFFFF;
|
|
color: #4965B3;
|
|
border: 1px solid #8CACBB;
|
|
padding: 5px 5px 5px 5px;
|
|
margin: 0em 0em 0em 0em;
|
|
}
|
|
|
|
div.soustitre {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
color: #4965B3;
|
|
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;
|
|
}
|
|
|
|
inputdisabled
|
|
{
|
|
background: #FDFDFD;
|
|
border: 1px solid #ACBCBB;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
|
|
input[type=text] {
|
|
border: 1px solid #ACBCBB;
|
|
}
|
|
input[type=text]:focus, textarea:focus, select:focus {
|
|
border: 1px solid #ACBCBB;
|
|
box-shadow: 0 0 5px #C091AF;
|
|
}
|
|
|
|
table.main {
|
|
background: #F0F0F0 url(background.png) repeat-x;
|
|
text-align: left;
|
|
border: 1px solid #8CACBB;
|
|
color: #000000;
|
|
}
|
|
|
|
table.main-inside {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
color: #000000;
|
|
}
|
|
|
|
table.listofchoices, tr.listofchoices, td.listofchoices {
|
|
border-collapse: collapse;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
color: #000000;
|
|
border: 1px solid #888888 !important;
|
|
}
|
|
|
|
tr.listofchoices {
|
|
height: 42px;
|
|
}
|
|
|
|
.blinkwait {
|
|
font-weight: bold;
|
|
text-decoration:blink !important;
|
|
}
|
|
|
|
.installchoices table tr td {
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
border-bottom: 1px solid #8CACBB;
|
|
border-right: 1px solid #8CACBB;
|
|
color: #000000;
|
|
}
|
|
|
|
/* OK */
|
|
div.ok {
|
|
color: #114466;
|
|
}
|
|
font.ok {
|
|
color: #114466;
|
|
}
|
|
|
|
/* Warning */
|
|
div.warning {
|
|
color: #777711;
|
|
}
|
|
font.warning {
|
|
color: #777711;
|
|
}
|
|
|
|
/* Error */
|
|
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 #6C7C8B;
|
|
}
|
|
font.error {
|
|
color: #550000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Next button */
|
|
div.nextbutton {
|
|
text-align: right;
|
|
margin-top: 10px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
|
|
div.header {
|
|
background-color: #dcdff4;
|
|
border-bottom: solid black 1px;
|
|
padding-left: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 10px;
|
|
font-size:16px;
|
|
font-weight: normal;
|
|
color: #4965B3;
|
|
}
|
|
|
|
tr.bg1 {
|
|
background-color: #E5E5E5;
|
|
}
|
|
|
|
tr.bg2 {
|
|
background-color: #B5C5C5;
|
|
}
|
|
|
|
/* Class for parameters key and value */
|
|
td.label {
|
|
color: #5945A3;
|
|
padding: 5px 5px 5px 5px;
|
|
margin: 0em 0em 0em 0em;
|
|
border-bottom: 1px solid #CCCCDB;
|
|
}
|
|
|
|
/* Class for parameters example */
|
|
td.comment {
|
|
color: black;
|
|
padding: 5px 5px 5px 5px;
|
|
margin: 0em 0em 0em 0em;
|
|
text-decoration:none;
|
|
font-size: 11px;
|
|
border-bottom: 1px solid #CCCCDB;
|
|
}
|
|
|
|
table {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.install
|
|
{
|
|
border: 1px solid #8CACBB;
|
|
padding: 4px 4px 4px 4px;
|
|
}
|
|
|
|
div.visible {
|
|
display: block;
|
|
}
|
|
|
|
div.hidden {
|
|
display: none;
|
|
}
|
|
|
|
ul {
|
|
margin: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
|
|
.button {
|
|
background-color: #FFFFFF;
|
|
background-position: bottom;
|
|
border: 1px solid #C0C0C0;
|
|
padding: 0.3em 0.7em;
|
|
margin: 0em 0.5em;
|
|
-moz-border-radius:0px 5px 0px 5px;
|
|
-webkit-border-radius:0px 5px 0px 5px;
|
|
border-radius:0px 5px 0px 5px;
|
|
-moz-box-shadow: 2px 2px 3px #CCC;
|
|
-webkit-box-shadow: 2px 2px 3px #CCC;
|
|
box-shadow: 2px 2px 3px #CCC;
|
|
}
|
|
a.button:hover {
|
|
text-decoration:none;
|
|
}
|