dolibarr/htdocs/install/default.css

502 lines
9.9 KiB
CSS
Raw Normal View History

2018-07-26 18:05:20 +02:00
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2009-2017 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
2019-09-23 21:55:30 +02:00
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2004-01-27 15:36:40 +01:00
*/
2021-08-16 20:22:50 +02:00
.center {
2024-06-19 17:58:15 +02:00
text-align: center;
2021-08-16 20:22:50 +02:00
}
.centpercent {
2024-06-19 17:58:15 +02:00
width: 100%;
2021-08-16 20:22:50 +02:00
}
2021-04-30 15:34:02 +02:00
.paddingright {
padding-right: 4px;
}
2021-08-16 20:22:50 +02:00
.valignmiddle {
vertical-align: middle;
}
2022-02-23 13:20:14 +01:00
.right {
text-align: right;
}
2020-01-30 12:24:04 +01:00
.opacitymedium {
opacity: 0.5;
}
2021-02-27 12:45:07 +01:00
.inline-block {
2024-06-19 17:58:15 +02:00
display: inline-block;
2021-02-27 12:45:07 +01:00
}
2021-12-23 11:32:12 +01:00
.no-bottom {
2024-06-19 17:58:15 +02:00
padding-bottom: 0;
2021-12-23 11:32:12 +01:00
}
2021-08-16 20:22:50 +02:00
.small {
2024-06-19 17:58:15 +02:00
font-size: 0.9em;
}
#divinstall {
overflow-x: auto;
2021-08-16 20:22:50 +02:00
}
body {
font-size:14px;
font-family: roboto,arial,tahoma,verdana,helvetica;
/* background: #fcfcfc; */
margin: 15px 30px 10px;
}
table.main-inside {
2021-08-16 20:22:50 +02:00
/*padding-left: 10px;
padding-right: 10px;*/
2016-12-23 00:28:16 +01:00
padding-bottom: 10px;
margin-bottom: 10px;
margin-top: 10px;
color: #000000;
2016-12-23 00:28:16 +01:00
border-top: 1px solid #ccc;
line-height: 22px;
}
2021-08-18 19:32:07 +02:00
table.main-inside-borderbottom {
border-bottom: 1px solid #ccc;
}
2024-06-19 17:58:15 +02:00
table.main {
padding-left: 6px;
padding-right: 6px;
padding-top: 12px;
padding-bottom: 12px;
background-color: #fff;
}
div.titre {
padding: 5px 5px 5px 5px;
margin: 0 0 0 0;
}
span.titre {
2020-05-14 14:56:15 +02:00
/* font-weight: bold; */
background: #FFFFFF;
2020-02-07 16:05:04 +01:00
color: rgb(0,113,121);
border: 1px solid #bbb;
padding: 10px 10px 10px 10px;
margin: 0 0 10px 10px;
}
div.soustitre {
font-size: 15px;
font-weight: bold;
color: #4965B3;
padding: 0 1.2em 0.5em 2em;
margin: 1.2em 1.2em 1.2em 1.2em;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
text-align: right;
}
.wordbreak {
word-break: break-word;
}
2016-12-13 02:18:14 +01:00
.minwidth100 { min-width: 100px; }
.minwidth200 { min-width: 200px; }
.minwidth300 { min-width: 300px; }
.minwidth400 { min-width: 400px; }
.minwidth500 { min-width: 500px; }
.minwidth50imp { min-width: 50px !important; }
.minwidth100imp { min-width: 100px !important; }
.minwidth200imp { min-width: 200px !important; }
.minwidth300imp { min-width: 300px !important; }
.minwidth400imp { min-width: 400px !important; }
.minwidth500imp { min-width: 500px !important; }
tr.trlineforchoice {
height: 4em;
}
2020-05-27 14:42:17 +02:00
a.button.runupgrade {
padding: 10px;
}
2022-07-14 11:51:38 +02:00
tr.title.tablesupport-title {
height: 100px;
}
2016-12-13 02:18:14 +01:00
/* Force values for small screen 570 */
@media only screen and (max-width: 570px)
{
body {
margin: 15px 4px 4px;
}
2018-07-26 18:05:20 +02:00
input, input[type=text], input[type=password], select, textarea {
min-width: 20px;
2016-12-13 02:18:14 +01:00
min-height: 1.4em;
line-height: 1.4em;
padding: .4em .1em;
border: 1px solid #BBB;
/* max-width: inherit; why this ? */
}
2018-07-26 18:05:20 +02:00
2016-12-13 02:18:14 +01:00
.hideonsmartphone { display: none; }
.noenlargeonsmartphone { width : 50px !important; display: inline !important; }
.maxwidthonsmartphone { max-width: 100px; }
.maxwidth50onsmartphone { max-width: 40px; }
.maxwidth75onsmartphone { max-width: 50px; }
.maxwidth100onsmartphone { max-width: 70px; }
.maxwidth150onsmartphone { max-width: 120px; }
.maxwidth200onsmartphone { max-width: 200px; }
.maxwidth300onsmartphone { max-width: 300px; }
.maxwidth400onsmartphone { max-width: 400px; }
.minwidth50imp { min-width: 50px !important; }
.minwidth100imp { min-width: 50px !important; }
.minwidth200imp { min-width: 50px !important; }
.minwidth300imp { min-width: 50px !important; }
.minwidth400imp { min-width: 50px !important; }
.minwidth500imp { min-width: 50px !important; }
2004-01-27 15:36:40 +01:00
table.main {
padding-left: 0;
padding-right: 0;
}
2018-07-26 18:05:20 +02:00
table.main-inside {
padding-left: 1px;
2016-12-23 00:28:16 +01:00
padding-right: 1px;
line-height: 20px;
}
2018-07-26 18:05:20 +02:00
span.titre {
2024-06-19 17:58:15 +02:00
font-size: 0.8em;
font-weight: normal;
background: #FFFFFF;
color: #444;
border: 1px solid #999;
padding: 5px 5px 5px 5px;
margin: 0 0 0 4px;
}
}
2004-02-11 19:09:25 +01:00
2013-09-05 20:54:19 +02:00
input:disabled
{
2016-01-08 22:23:57 +01:00
background: #FDFDFD;
border: 1px solid #ACBCBB;
padding: 0 0 0 0;
margin: 0 0 0 0;
color: #AAA !important;
2018-07-26 18:05:20 +02:00
cursor: not-allowed !important;
}
2014-10-09 13:47:40 +02:00
input[type=submit] {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
display: inline-block;
padding: 4px 14px;
margin-bottom: 0;
text-align: center;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbbbbb;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
input:focus, textarea:focus, button:focus, select:focus {
box-shadow: 0 0 4px #8091BF;
}
input[type=text], input[type=password] {
border: 1px solid #ACBCBB;
2016-12-13 02:18:14 +01:00
padding: 4px;
}
select {
padding: 4px;
background-color: #fff;
}
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;
}
table.listofchoices, table.listofchoices tr, table.listofchoices td {
2016-01-08 22:23:57 +01:00
border-collapse: collapse;
2020-02-24 06:16:50 +01:00
padding: 8px;
2013-09-05 20:54:19 +02:00
color: #000000;
border: 1px solid #ccc !important;
line-height: 18px;
2012-01-04 11:44:15 +01:00
}
2017-04-25 12:57:20 +02:00
.listofchoicesdesc {
color: #999 !important;
}
.blinkwait {
font-weight: bold;
2018-07-26 18:05:20 +02:00
text-decoration:blink !important;
}
.installchoices table tr td {
2016-01-08 22:23:57 +01:00
margin-left: 2px;
margin-right: 2px;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
color: #000000;
}
/* OK */
2005-07-07 22:41:22 +02:00
div.ok {
color: #009933;
2005-07-07 22:41:22 +02:00
}
span.ok {
color: #009933;
}
2005-07-07 22:41:22 +02:00
/* Warning */
2005-07-07 22:41:22 +02:00
div.warning {
2016-01-08 22:23:57 +01:00
color: #777711;
2005-07-07 22:41:22 +02:00
}
span.warning {
2016-01-08 22:23:57 +01:00
color: #777711;
}
2005-07-07 22:41:22 +02:00
/* Error */
2004-02-12 17:44:49 +01:00
div.error {
2016-01-08 22:23:57 +01:00
color: #550000;
font-weight: bold;
2017-04-25 12:57:20 +02:00
padding: 0.2em 0.2em 0.2em 0;
2016-01-08 22:23:57 +01:00
margin: 0.5em 0 0.5em 0;
}
span.error {
2016-01-08 22:23:57 +01:00
color: #550000;
font-weight: bold;
2006-09-09 02:54:59 +02:00
}
/* Next button */
2010-03-16 00:54:37 +01:00
div.nextbutton {
2016-12-23 00:28:16 +01:00
text-align: center;
2016-01-08 22:23:57 +01:00
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 {
2016-01-08 22:23:57 +01:00
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 {
2016-01-08 22:23:57 +01:00
text-decoration:none;
2020-02-24 06:16:50 +01:00
color: #114466;
2004-01-27 15:36:40 +01:00
}
a:hover {
2016-01-08 22:23:57 +01:00
text-decoration:underline;
2004-01-27 15:36:40 +01:00
}
2004-02-11 19:09:25 +01:00
a.titre {
2016-01-08 22:23:57 +01:00
text-decoration:none;
2004-02-11 19:09:25 +01:00
}
2004-01-27 15:36:40 +01:00
div.comment {
2016-01-08 22:23:57 +01:00
text-decoration:none;
color:black;
2004-01-27 15:36:40 +01:00
}
h3 {
2017-05-26 00:02:41 +02:00
margin-top: 20px;
2016-01-08 22:23:57 +01:00
font-size:16px;
font-weight: normal;
2017-05-26 00:02:41 +02:00
color: rgb(100,60,20);
/* text-shadow: 1px 1px 1px #c0c0c0; */
2004-01-27 15:36:40 +01:00
}
tr.bg1 {
2016-01-08 22:23:57 +01:00
background-color: #E5E5E5;
2004-01-27 15:36:40 +01:00
}
tr.bg2 {
2016-01-08 22:23:57 +01:00
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 {
2016-01-08 22:23:57 +01:00
color: #5945A3;
padding: 5px 5px 5px 5px;
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 {
2016-01-08 22:23:57 +01:00
color: black;
2024-06-19 17:58:15 +02:00
padding: 5px 5px 5px 50px;
2016-01-08 22:23:57 +01:00
margin: 0 0 0 0;
text-decoration:none;
2016-12-13 02:18:14 +01:00
font-size: 12px;
2016-01-08 22:23:57 +01:00
border-bottom: 1px solid #CCCCDB;
}
2005-10-30 02:07:00 +01:00
.install
{
2016-01-08 22:23:57 +01:00
border: 1px solid #999;
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;
}
2020-02-24 06:16:50 +01:00
tr.choiceselected td.listofchoicesdesc {
color: #000 !important;
}
2020-02-24 06:16:50 +01:00
tr.choiceselected td .button {
2021-02-27 12:45:07 +01:00
background: rgba(150, 110, 162, 0.95);
2020-02-07 16:05:04 +01:00
color: #fff;
2020-02-24 06:16:50 +01:00
}
a.button:link,a.button:visited,a.button:active {
2021-04-18 20:13:18 +02:00
color: #555;
2024-06-19 17:58:15 +02:00
2020-02-24 06:16:50 +01:00
}
.button {
2021-02-27 12:45:07 +01:00
background: rgb(234,228,225);
2020-02-24 06:16:50 +01:00
color: #fff;
2020-02-07 16:05:04 +01:00
/* border: 1px solid #e0e0e0; */
2020-05-25 13:01:32 +02:00
padding: 0.5em 0.7em;
2013-09-05 20:54:19 +02:00
margin: 0 0.5em;
2020-02-07 16:05:04 +01:00
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
2017-05-26 00:02:41 +02:00
-moz-box-shadow: 2px 2px 3px #ddd;
-webkit-box-shadow: 2px 2px 3px #ddd;
box-shadow: 2px 2px 3px #ddd;
}
a.button:hover {
text-decoration:none;
}
2020-05-25 13:01:32 +02:00
.suggestedchoice {
color: rgba(70, 3, 62, 0.6) !important;
/* background-color: rgba(70, 3, 62, 0.3); */
padding: 2px 4px;
border-radius: 4px;
2021-09-07 17:44:57 +02:00
/* white-space: nowrap; */
2020-05-25 13:01:32 +02:00
}
.choiceselected {
2020-02-24 06:16:50 +01:00
background-color: #f4f6f4;
2016-01-08 22:23:57 +01:00
background-repeat: repeat-x;
background-position: top left;
}
.center {
text-align: center;
}
2017-05-26 00:02:41 +02:00
.valignmiddle {
vertical-align: middle;
}
.valigntextbottom {
vertical-align: text-bottom;
}
2021-07-20 22:14:11 +02:00
.text-security {
-webkit-text-security: disc;
}
2021-08-16 20:22:50 +02:00
/* For support section */
.tablesupport {
padding: 6px;
width: 500px;
}
table.login.tablesupport .title {
background: #eee !important;
}
.blocksupport {
padding: 12px;
/* width: 90%; */
}
table.tablesupport {
2022-07-14 11:51:38 +02:00
min-height: 300px;
2021-08-16 20:22:50 +02:00
border: 1px solid #E0E0E0;
background: #FFF;
}
/* Force values for small screen 570 */
@media only screen and (max-width: 570px)
{
.blocksupport {
2021-09-12 02:04:02 +02:00
width: calc(100% - 4px);
padding: 4px;
2021-08-16 20:22:50 +02:00
}
2024-06-19 17:58:15 +02:00
2021-08-16 20:22:50 +02:00
.tablesupport {
padding: 6px;
width: 100%;
}
2024-06-19 17:58:15 +02:00
td.comment {
color: black;
padding: 5px 5px 5px 5px;
}
select#db_type {
max-width: 200px;
}
2021-08-16 20:22:50 +02:00
}