Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3>
</tr>
<tr class="item odd">
<td class="item_l">2 Days</td>
<td class="item_l">More d etails of project activity to be billed </td>
<td class="item_l">More details of project activity to be billed </td>
<td class="item_r">1500.00</td>
<td class="item_r">17.5%</td>
<td class="item_r">1000.00</td>
Expand Down
50 changes: 22 additions & 28 deletions styles/bauhaus.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Bauhaus Theme
Created by Roan Lavery
18/02/08 */

#invoice.pagestyle,
.draft #invoice.pagestyle {
padding-top: 0;
}

/*=========================== TYPOGRAPHY =========================*/

#invoice p,
Expand All @@ -11,7 +16,8 @@ Created by Roan Lavery
margin: 0;
}

#invoice {
#invoice.pagestyle {
border-top: 1mm solid #000 !important;
color: #000;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.3;
Expand Down Expand Up @@ -87,10 +93,6 @@ th,
margin-bottom: 1em;
}

#invoice .total {
font-size: 12pt;
}

#comments {
color: #999;
font-size: 10pt;
Expand All @@ -101,11 +103,6 @@ th,

/*=========================== LAYOUT =========================*/

#invoice {
border-top: 5px solid #000;
padding: 0 1cm 1cm 1cm;
}

#invoice-header #company-address {
clear: right;
float: right;
Expand All @@ -128,12 +125,11 @@ th,
}

#invoice-blank-header {
margin-top: 1.6cm;
margin-top: 2.6cm;
}

#client-details {
border-top: 1px solid #ddd;
border-top: 1px solid #ddd;
border-top: 1px solid #d8dde0;
float: left;
margin-bottom: 20px;
margin-top: 20px;
Expand All @@ -142,7 +138,7 @@ th,
}

#invoice-info {
border-top: 1px solid #ddd;
border-top: 1px solid #d8dde0;
clear: both;
float: right;
margin-bottom: 20px;
Expand All @@ -164,13 +160,13 @@ th,
}

#payment-details {
border-top: 1px solid #ddd;
border-top: 1px solid #d8dde0;
float: left;
width: 330px;
}

#invoice-other {
border-top: 1px solid #ddd;
border-top: 1px solid #d8dde0;
clear: both;
float: right;
width: 270px;
Expand All @@ -194,9 +190,9 @@ th,
text-align: left;
}

#invoice #header_row {
#invoice #header_row th {
background: #000;
color: #fff;
color: #fff !important;
}

#invoice-amount td.action {
Expand Down Expand Up @@ -226,7 +222,7 @@ th,
}

#invoice-amount td {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #d8dde0;
margin: 0;
white-space: nowrap;
}
Expand All @@ -237,17 +233,19 @@ th,
vertical-align: top;
}

#invoice-amount td.item_r {
#invoice-amount .item_r {
text-align: right;
}

#invoice-amount td.item_l {
#invoice-amount .item_l {
text-align: left;
white-space: normal;
}

#invoice-amount td.total {
#invoice-amount .total {
font-size: 12pt;
font-weight: bold;
line-height: 1.3;
text-align: right;
}

Expand All @@ -274,19 +272,15 @@ th,
}

#invoice-amount .salestax_th {
text-align: center;
width: 8%;
}

#invoice-amount th.money_th {
text-align: right;
width: 8%;
}

/* Invoice UK VAT Summary Table */
#invoice #invoice-uk-vat-summary {
background: #fff;
border-collapse: collapse;
border: 0;
border-collapse: collapse;
clear: both;
margin: 25px 0 0 0;
width: 100%;
Expand Down
18 changes: 10 additions & 8 deletions styles/bauhaus_print.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
@bottom-center {
color: #666;
content: counter(page) "/" counter(pages);
font: normal 9pt Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

}
Expand Down Expand Up @@ -39,13 +42,12 @@
page-break-inside: avoid;
}

#invoice {
border: 0;
padding: 1cm 1cm 0 1cm;
}

body {
border-top: 1mm solid #000;
#invoice.pagestyle,
.draft #invoice.pagestyle {
padding-bottom: 0;
padding-left: 1cm;
padding-right: 1cm;
padding-top: 0 !important;
}

table#invoice-amount td,
Expand Down
21 changes: 11 additions & 10 deletions styles/ejs.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ some_nowhitespace {

#invoice-info h2 {
font-size: 14pt;
margin-bottom: 0px;
margin-bottom: 0;
text-transform: uppercase;
}

#invoice-info h3 {
margin: 0px 0 0 0px;
margin: 0;
}

#invoice-amount {
Expand Down Expand Up @@ -221,13 +221,13 @@ some_nowhitespace {
#comments {
clear: both;
float: right;
width: 210px;
width: 100%;
}

/*=========================== TABLES =========================*/

#invoice table {
background: #eee;
background: #ebeeef;
border-collapse: collapse;
border-left: 1px solid #000;
border-right: 1px solid #000;
Expand Down Expand Up @@ -263,7 +263,7 @@ some_nowhitespace {
}

#invoice-amount tr.item td {
background: #eee;
background: #ebeeef;
}

#invoice-amount td {
Expand All @@ -272,17 +272,18 @@ some_nowhitespace {
vertical-align: top;
}

#invoice-amount td.item_r {
#invoice-amount .item_r {
text-align: right;
}

#invoice-amount td.item_l {
#invoice-amount .item_l {
text-align: left;
white-space: normal;
}

#invoice-amount td.total {
#invoice-amount .total {
font-weight: bold;
line-height: 1.3;
text-align: right;
}

Expand All @@ -309,7 +310,7 @@ some_nowhitespace {
}

#invoice-amount .salestax_th {
text-align: center;
text-align: right;
width: 8%;
}

Expand All @@ -327,8 +328,8 @@ some_nowhitespace {

#invoice #invoice-uk-vat-summary {
background: #fff;
border-collapse: collapse;
border: 0;
border-collapse: collapse;
clear: both;
margin: 25px 0 0 0;
width: 100%;
Expand Down
9 changes: 8 additions & 1 deletion styles/ejs_print.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
@bottom-center {
color: #666;
content: counter(page) "/" counter(pages);
font: normal 9pt Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

}
Expand All @@ -38,3 +41,7 @@ table#invoice-amount th,
div {
border-width: 0.05mm !important;
}

#invoice {
padding: 1cm !important;
}
20 changes: 11 additions & 9 deletions styles/horizon.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
padding-right: 8px;
}

#payment-due:before {
#payment-due::before {
content: "(";
}

#payment-due:after {
#payment-due::after {
content: ")";
}

Expand All @@ -64,7 +64,7 @@

#invoice-info #payment-total {
color: #76B618;
font-size: 16pt;
font-size: 12pt;
font-weight: bold;
line-height: 1.3;
}
Expand Down Expand Up @@ -109,6 +109,7 @@ p#payment-due {

#invoice .total {
font-size: 12pt;
line-height: 1.3;
}

#comments {
Expand Down Expand Up @@ -292,19 +293,20 @@ p#payment-due {
vertical-align: top;
}

#invoice-amount td.item_r {
#invoice-amount .item_r {
text-align: right;
}

#invoice-amount td.item_l {
#invoice-amount .item_l {
text-align: left;
white-space: normal;
}

#invoice-amount td.total {
#invoice-amount .total {
color: #65A900;
font-size: 12pt;
font-weight: bold;
line-height: 1.3;
text-align: right;
}

Expand All @@ -326,8 +328,8 @@ p#payment-due {
}

#invoice-amount .subtotal_th {
width: 18%;
text-align: right;
width: 18%;
}

#invoice-amount .unitprice_th {
Expand All @@ -336,16 +338,16 @@ p#payment-due {
}

#invoice-amount .salestax_th {
text-align: center;
text-align: right;
width: 8%;
}

/* Invoice UK VAT Summary Table */

#invoice #invoice-uk-vat-summary {
background: #fff;
border-collapse: collapse;
border: 0;
border-collapse: collapse;
clear: both;
margin: 25px 0 0 0;
width: 100%;
Expand Down
9 changes: 8 additions & 1 deletion styles/horizon_print.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
@bottom-center {
color: #666;
content: counter(page) "/" counter(pages);
font: normal 9pt Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

}
Expand Down Expand Up @@ -43,3 +46,7 @@ div,
table#invoice-amount th {
border-width: 0.05mm !important;
}

#invoice {
padding: 1cm !important;
}
Loading