Работеща версия на InvoicePlane с фактури, съобразени с българските закони.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

115 lines
1.9 KiB

.clearfix:after {
content: "";
display: table;
clear: both;
}
a {
color: #375bc8;
text-decoration: underline;
}
body {
position: relative;
width: 21cm;
height: 29.7cm;
margin: 0 auto;
color: #3A3A3A;
background: #FFFFFF;
font-family: sans-serif;
font-size: 14px;
}
header {
padding: 10px 0;
margin-bottom: 30px;
}
#logo {
text-align: right;
margin-bottom: 30px;
}
#invoice-logo {
max-height: 125px;
text-align: right;
}
.invoice-title {
color: #375bc8;
font-size: 2em;
line-height: 1.4em;
font-weight: normal;
margin: 20px 0;
}
#company {
float: right;
text-align: right;
width: 40%}
#client {
float: left;
width: 55%;
margin-right: 5%}
.invoice-details {
text-align: right;
}
.invoice-details table {
border-collapse: collapse;
border-spacing: 0;
text-align: right;
width: 60%;
margin: 0 0 0 auto;
font-size: 12px;
}
.invoice-details table td {
width: auto;
margin: 0;
padding: 0 0 0.5em 0;
}
table.bankinfo {
width: 50%;
/* border-collapse: collapse; */
/* border-spacing: 1px; */
/* margin-bottom: 1px; */
font-size: 12px;
}
table.item-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 20px;
font-size: 12px;
}
table.item-table tr:nth-child(2n-1) td {
background: #F5F5F5;
}
table.item-table th {
padding: 10px 15px;
border-bottom: 1px solid #606060;
white-space: nowrap;
text-align: left;
}
table.item-table th.text-right {
text-align: right;
}
table.item-table td {
padding: 10px 15px;
}
table.item-table .invoice-sums {
text-align: right;
}
footer {
color: #878686;
width: 100%;
border-top: 2px solid #878686;
padding: 8px 0;
}
.text-right {
text-align: right;
}
.text-red {
color: #ea5340;
}
.text-green {
color: #77b632;
}
#company-mol {
float: right;
text-align: right;
width: 40%}