mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
270 lines
6.2 KiB
HTML
270 lines
6.2 KiB
HTML
<style id="style">
|
|
:root {
|
|
--primary-color: $primary_color;
|
|
--secondary-color: $secondary_color;
|
|
}
|
|
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: "$font_size";
|
|
zoom: 80%;
|
|
}
|
|
|
|
@page {
|
|
margin: -0.25cm !important;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
padding: 0;
|
|
page-break-after: always;
|
|
}
|
|
|
|
.header-wrapper {
|
|
display: grid;
|
|
grid-template-columns: 1.5fr 1fr 1fr;
|
|
background-color: #2d2c2a;
|
|
padding: 3rem;
|
|
color: white;
|
|
min-width: 100%;
|
|
}
|
|
|
|
.company-logo {
|
|
height: 6rem;
|
|
}
|
|
|
|
#company-details,
|
|
#company-address {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#client-details {
|
|
margin: 2rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#client-details > :first-child {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.client-entity-wrapper {
|
|
display: grid;
|
|
grid-template-columns: 1.5fr 1fr;
|
|
padding-left: 1rem;
|
|
padding-top: 3rem;
|
|
}
|
|
|
|
.entity-details-wrapper {
|
|
background-color: var(--primary-color);
|
|
padding: 1rem;
|
|
}
|
|
|
|
#entity-details {
|
|
width: 100%;
|
|
text-align: left;
|
|
color: white !important;
|
|
}
|
|
|
|
#entity-details > tr,
|
|
#entity-details th {
|
|
font-weight: normal;
|
|
padding-bottom: 0.5rem;
|
|
}
|
|
|
|
#product-table,
|
|
#task-table,
|
|
#delivery-note-table {
|
|
min-width: 100%;
|
|
table-layout: fixed;
|
|
overflow-wrap: break-word;
|
|
margin-top: 3rem;
|
|
/* margin-bottom: 200px; */
|
|
}
|
|
|
|
.task-time-details {
|
|
display: block;
|
|
margin-top: 5px;
|
|
color: grey;
|
|
}
|
|
|
|
#product-table > thead,
|
|
#delivery-note-table > thead,
|
|
#task-table > thead {
|
|
text-align: left;
|
|
}
|
|
|
|
#product-table > thead > tr > th,
|
|
#delivery-note-table > thead > tr > th,
|
|
#task-table > thead > tr > th {
|
|
padding: 1.5rem 3rem;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
#product-table > thead > tr > th:last-child,
|
|
#delivery-note-table > thead > tr > th:last-child,
|
|
#task-table > thead > tr > th:last-child {
|
|
text-align: right;
|
|
}
|
|
|
|
#product-table > tbody > tr > td,
|
|
#delivery-note-table > tbody > tr > td,
|
|
#task-table > tbody > tr > td {
|
|
padding: 1.5rem 3rem;
|
|
}
|
|
|
|
#product-table > tbody > tr > td:last-child,
|
|
#delivery-note-table > tbody > tr > td:last-child,
|
|
#task-table > tbody > tr > td:last-child {
|
|
text-align: right;
|
|
}
|
|
|
|
#product-table > tbody > tr > td:first-child,
|
|
#delivery-note-table > tbody > tr > td:first-child,
|
|
#task-table > tbody > tr > td:first-child {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#product-table > tbody > tr:nth-child(odd),
|
|
#delivery-note-table > tbody > tr:nth-child(odd),
|
|
#task-table > tbody > tr:nth-child(odd) {
|
|
background-color: #ebebeb;
|
|
}
|
|
|
|
#table-totals {
|
|
page-break-inside: avoid;
|
|
}
|
|
|
|
#table-totals {
|
|
display: grid;
|
|
grid-template-columns: 2fr 1fr;
|
|
padding-top: .5rem;
|
|
padding-left: 3rem;
|
|
padding-right: 3rem;
|
|
gap: 80px;
|
|
}
|
|
|
|
#table-totals .totals-table-right-side>* {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
|
|
#table-totals>.totals-table-right-side>*> :nth-child(1) {
|
|
text-align: left;
|
|
}
|
|
|
|
#table-totals>.totals-table-right-side>*> :nth-child(2) {
|
|
text-align: right;
|
|
}
|
|
|
|
#table-totals
|
|
> *
|
|
[data-element='product-table-balance-due-label'],
|
|
#table-totals
|
|
> *
|
|
[data-element='product-table-balance-due'] {
|
|
font-weight: bold;
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
#table-totals
|
|
> *
|
|
[data-element='product-table-balance-due'] {
|
|
color: var(--primary-color);
|
|
}
|
|
|
|
#table-totals > * > :last-child {
|
|
text-align: right;
|
|
padding-right: 1.5rem;
|
|
}
|
|
|
|
.entity-label {
|
|
text-transform: uppercase;
|
|
color: var(--primary-color);
|
|
padding-left: 2rem;
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
table.page-container {
|
|
page-break-after: always;
|
|
min-width: 100%;
|
|
}
|
|
|
|
thead.page-header {
|
|
display: table-header-group;
|
|
}
|
|
|
|
tfoot.page-footer {
|
|
display: table-footer-group;
|
|
}
|
|
|
|
.footer-wrapper {
|
|
margin-top: 1rem;
|
|
background-color: #2d2c2a;
|
|
height: 160px;
|
|
min-width: 100%;
|
|
position: fixed;
|
|
bottom: 0;
|
|
padding: 1rem 3rem;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
gap: 15px;
|
|
}
|
|
</style>
|
|
|
|
<table class="page-container">
|
|
<thead class="page-header">
|
|
<tr>
|
|
<th class="page-header-cell">
|
|
<div class="header-wrapper" id="header">
|
|
<img class="company-logo" src="$company.logo" alt="$company.name logo"/>
|
|
<div id="company-details"></div>
|
|
<div id="company-address"></div>
|
|
</div>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tfoot class="page-footer">
|
|
<tr>
|
|
<td class="page-footer-cell">
|
|
<div class="footer-wrapper" id="footer">
|
|
<div> <!-- #1 column --> </div>
|
|
<div> <!-- #2 column --> </div>
|
|
<div> <!-- #3 column --> </div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tfoot>
|
|
|
|
<tbody class="page-content">
|
|
<tr>
|
|
<td class="page-content-cell" id="body">
|
|
<div class="client-entity-wrapper">
|
|
<div class="client-wrapper-left-side">
|
|
<h4 class="entity-label">$entity_label</h4>
|
|
<div id="client-details" cellspacing="0"></div>
|
|
</div>
|
|
|
|
<div class="entity-details-wrapper-right-side">
|
|
<div class="entity-details-wrapper">
|
|
<table id="entity-details"></table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<table id="product-table" cellspacing="0"></table>
|
|
|
|
<table id="task-table" cellspacing="0"></table>
|
|
|
|
<div id="table-totals" cellspacing="0"></div>
|
|
|
|
<table id="delivery-note-table" cellspacing="0"></table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|