dolibarr/htdocs/install/default.css

249 lines
4.3 KiB
CSS
Raw Normal View History

2004-01-27 15:36:40 +01:00
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
2004-01-27 15:36:40 +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 3 of the License, or
2004-01-27 15:36:40 +01:00
* (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
2011-08-03 03:32:42 +02:00
* along with this program. If not, see <http://www.gnu.org/licenses/>.
2004-01-27 15:36:40 +01:00
*
*/
body {
font-size:13px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
/* background-color: #F4F4F4; */
2013-09-05 20:54:19 +02:00
margin: 15px 30px 10px;
}
2004-01-27 15:36:40 +01:00
div.titre {
padding: 5px 5px 5px 5px;
2013-09-05 20:54:19 +02:00
margin: 0 0 0 0;
}
2004-02-11 19:09:25 +01:00
span.titre {
font-size: 1.1em;
font-weight: bold;
background: #FFFFFF;
color: #4965B3;
border: 1px solid #8CACBB;
padding: 5px 5px 5px 5px;
2013-09-05 20:54:19 +02:00
margin: 0 0 0 0;
2008-12-15 02:04:32 +01:00
}
2004-02-11 19:09:25 +01:00
div.soustitre {
font-size: 15px;
font-weight: bold;
color: #4965B3;
2013-09-05 20:54:19 +02:00
padding: 0 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;
}
2013-09-05 20:54:19 +02:00
input:disabled
{
background: #FDFDFD;
border: 1px solid #ACBCBB;
2013-09-05 20:54:19 +02:00
padding: 0 0 0 0;
margin: 0 0 0 0;
}
input[type=text], input[type=password] {
border: 1px solid #ACBCBB;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
border: 1px solid #ACBCBB;
box-shadow: 0 0 5px #C091AF;
}
input:-webkit-autofill {
2013-09-05 20:54:19 +02:00
background: #FBFFEA none !important;
-webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
}
2006-08-20 04:06:48 +02:00
table.main {
background: #F0F0F0 url(background.png) repeat-x;
text-align: left;
2005-10-30 02:07:00 +01:00
border: 1px solid #8CACBB;
color: #000000;
}
2004-01-27 15:36:40 +01:00
2006-08-20 04:06:48 +02:00
table.main-inside {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
margin-top: 10px;
color: #000000;
}
2004-02-11 19:09:25 +01:00
2012-01-04 11:44:15 +01:00
table.listofchoices, tr.listofchoices, td.listofchoices {
border-collapse: collapse;
2013-09-05 20:54:19 +02:00
padding: 4px;
color: #000000;
2012-01-04 11:44:15 +01:00
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 */
2005-07-07 22:41:22 +02:00
div.ok {
color: #114466;
2005-07-07 22:41:22 +02:00
}
font.ok {
color: #114466;
}
2005-07-07 22:41:22 +02:00
/* Warning */
2005-07-07 22:41:22 +02:00
div.warning {
color: #777711;
2005-07-07 22:41:22 +02:00
}
font.warning {
color: #777711;
}
2005-07-07 22:41:22 +02:00
/* Error */
2004-02-12 17:44:49 +01:00
div.error {
color: #550000;
font-weight: bold;
padding: 0.2em 0.2em 0.2em 0.2em;
2013-09-05 20:54:19 +02:00
margin: 0.5em 0 0.5em 0;
border: 1px solid #6C7C8B;
}
font.error {
color: #550000;
font-weight: bold;
}
/* Next button */
2010-03-16 00:54:37 +01:00
div.nextbutton {
text-align: right;
margin-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
}
2004-02-11 19:09:25 +01:00
2004-01-27 15:36:40 +01:00
div.header {
background-color: #dcdff4;
border-bottom: solid black 1px;
padding-left: 5px;
text-align: center;
2004-01-27 15:36:40 +01:00
}
a:link,a:visited,a:active {
text-decoration:none;
2004-01-27 15:36:40 +01:00
}
a:hover {
text-decoration:underline;
2004-01-27 15:36:40 +01:00
}
2004-02-11 19:09:25 +01:00
a.titre {
text-decoration:none;
2004-02-11 19:09:25 +01:00
}
2004-01-27 15:36:40 +01:00
div.comment {
text-decoration:none;
color:black;
font-size: 13px;
2004-01-27 15:36:40 +01:00
}
h3 {
margin-top: 10px;
font-size:16px;
font-weight: normal;
2005-12-16 01:42:30 +01:00
color: #4965B3;
2004-01-27 15:36:40 +01:00
}
tr.bg1 {
background-color: #E5E5E5;
2004-01-27 15:36:40 +01:00
}
tr.bg2 {
background-color: #B5C5C5;
2004-02-11 19:09:25 +01:00
}
/* Class for parameters key and value */
2004-02-11 19:09:25 +01:00
td.label {
2005-12-16 01:42:30 +01:00
color: #5945A3;
padding: 5px 5px 5px 5px;
2013-09-05 20:54:19 +02:00
margin: 0 0 0 0;
border-bottom: 1px solid #CCCCDB;
}
2004-02-11 19:09:25 +01:00
/* Class for parameters example */
2004-02-12 15:47:09 +01:00
td.comment {
color: black;
padding: 5px 5px 5px 5px;
2013-09-05 20:54:19 +02:00
margin: 0 0 0 0;
text-decoration:none;
font-size: 11px;
border-bottom: 1px solid #CCCCDB;
}
2004-02-12 15:47:09 +01:00
2005-10-30 02:07:00 +01:00
table {
font-size: 12px;
2005-10-30 02:07:00 +01:00
}
.install
{
border: 1px solid #8CACBB;
padding: 4px 4px 4px 4px;
}
2010-03-16 01:24:52 +01:00
div.visible {
display: block;
}
div.hidden {
display: none;
}
2011-05-16 16:00:09 +02:00
ul {
margin: 0;
padding-top: 0;
padding-bottom: 0;
}
.button {
2013-09-05 20:54:19 +02:00
background: #FFFFFF bottom;
border: 1px solid #C0C0C0;
padding: 0.3em 0.7em;
2013-09-05 20:54:19 +02:00
margin: 0 0.5em;
-moz-border-radius:0 5px 0 5px;
-webkit-border-radius:0 5px 0 5px;
border-radius:0 5px 0 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;
}