2020-09-07 15:04:06 +02:00
|
|
|
/*
|
|
|
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
2021-01-20 15:08:51 +01:00
|
|
|
* Copyright (C) DevCode s.r.l.
|
2020-09-07 15:04:06 +02: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
|
|
|
|
* (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 <https://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2017-09-07 16:51:14 +02:00
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2017-09-08 13:24:48 +02:00
|
|
|
p {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2017-09-07 17:50:42 +02:00
|
|
|
}
|
|
|
|
|
2017-09-13 11:15:31 +02:00
|
|
|
.text-bold,
|
2017-09-08 13:24:48 +02:00
|
|
|
.small-bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
2017-09-15 12:50:59 +02:00
|
|
|
overflow: wrap;
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
2017-09-08 13:24:48 +02:00
|
|
|
}
|
|
|
|
|
2017-09-08 18:19:39 +02:00
|
|
|
table td,
|
|
|
|
table th {
|
2017-09-08 13:24:48 +02:00
|
|
|
vertical-align: top;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2017-09-15 12:50:59 +02:00
|
|
|
.row-bg,
|
2017-09-08 13:24:48 +02:00
|
|
|
table.table-striped tbody tr:nth-child(2n) td {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table-striped tbody tr:nth-child(2n+1) td {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2017-09-12 16:45:18 +02:00
|
|
|
table.table-bordered th {
|
|
|
|
background: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table-bordered thead tr:nth-child(2) th {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
small,
|
|
|
|
.small,
|
|
|
|
.small-bold,
|
2017-09-13 11:15:31 +02:00
|
|
|
table#contents thead th {
|
2017-09-12 16:45:18 +02:00
|
|
|
font-size: 70%;
|
|
|
|
}
|
|
|
|
|
2017-09-13 11:15:31 +02:00
|
|
|
table.table-normal,
|
|
|
|
table.table-normal td,
|
|
|
|
table.table-normal th {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.border-bottom,
|
|
|
|
table.border-bottom td,
|
|
|
|
table.border-bottom th {
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
2017-09-12 16:45:18 +02:00
|
|
|
table.table-bordered,
|
|
|
|
table.table-bordered td,
|
|
|
|
table.table-bordered th {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
table thead th,
|
|
|
|
table.vertical-middle td,
|
|
|
|
table.vertical-middle th {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2017-09-12 17:04:38 +02:00
|
|
|
table#contents tbody td {
|
2017-09-12 16:45:18 +02:00
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2017-09-07 16:51:14 +02:00
|
|
|
.row,
|
|
|
|
.col-xs-1,
|
|
|
|
.col-xs-2,
|
|
|
|
.col-xs-3,
|
|
|
|
.col-xs-4,
|
|
|
|
.col-xs-5,
|
|
|
|
.col-xs-6,
|
|
|
|
.col-xs-7,
|
|
|
|
.col-xs-8,
|
|
|
|
.col-xs-9,
|
|
|
|
.col-xs-10,
|
|
|
|
.col-xs-11,
|
|
|
|
.col-xs-12,
|
|
|
|
.col-lg-12 {
|
|
|
|
margin: 0px !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-left {
|
|
|
|
border-left: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-right {
|
|
|
|
border-right: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-top {
|
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-bottom {
|
|
|
|
border-bottom: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-full {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
2017-09-08 13:24:48 +02:00
|
|
|
.cell-padded {
|
2017-09-07 16:51:14 +02:00
|
|
|
padding: 4px;
|
|
|
|
}
|
2019-07-29 16:54:20 +02:00
|
|
|
|
|
|
|
.fake-footer p,
|
2020-07-20 14:52:09 +02:00
|
|
|
.fake-footer span,
|
|
|
|
.fake-footer div,
|
2019-07-29 16:54:20 +02:00
|
|
|
.fake-footer table,
|
|
|
|
.fake-footer table.table-bordered th,
|
|
|
|
.fake-footer table.table-striped tbody tr td,
|
|
|
|
.fake-footer th,
|
|
|
|
.fake-footer tbody,
|
|
|
|
.fake-footer thead,
|
|
|
|
.fake-footer tfoot,
|
|
|
|
.fake-footer td,
|
|
|
|
.fake-footer tr {
|
|
|
|
color: white !important;
|
|
|
|
background: none !important;
|
|
|
|
border-color: white !important;
|
|
|
|
}
|