Difference between revisions of "Setting/propertiesinvoicecss"
Beds24>Markkinchin |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
body {text-align: center; font-size: 16px;} #invoicepropname{font-size: 24px;} #invoiceaddress{font-size: 18px; padding-bottom: 50px;} #invoicetable{margin-left:auto; margin-right:auto;} #invoiceprinttime{font-size: 12px;} | body {text-align: center; font-size: 16px;} #invoicepropname{font-size: 24px;} #invoiceaddress{font-size: 18px; padding-bottom: 50px;} #invoicetable{margin-left:auto; margin-right:auto;} #invoiceprinttime{font-size: 12px;} | ||
+ | |||
+ | |||
+ | ここでは、印刷する請求書や予約表、標準レポートに適用するCSS(カスケーディング・スタイル・シート)のコマンドを入力することができます。CSSコマンドは、HTML請求書のヘッドセクションに含まれます。 | ||
+ | |||
+ | 以下の例では、請求書を画面の中央に配置し、多くの文字サイズを変更しています。 | ||
+ | |||
+ | body {text-align: center; font-size: 16px;}。#invoicepropname{font-size: 24px;}。#invoiceaddress{font-size: 18px; padding-bottom: padding-bottom: 50px;}。#invoicetable{margin-left:auto; margin-right:auto;}。#invoiceprinttime{font-size: 12px;}。 |
Latest revision as of 08:43, 10 June 2021
Here you can enter CSS (Cascading Style Sheet) commands to apply to your printable invoice and booking printouts as well as standard reports. These commands allow customisation of many aspects of the way the HTML page appears in a web browser and is printed.Your CSS commands will be included in the head section of the HTML invoice.
The following example CSS centers the invoice on the screen and changes many of the text sizes.
body {text-align: center; font-size: 16px;} #invoicepropname{font-size: 24px;} #invoiceaddress{font-size: 18px; padding-bottom: 50px;} #invoicetable{margin-left:auto; margin-right:auto;} #invoiceprinttime{font-size: 12px;}
ここでは、印刷する請求書や予約表、標準レポートに適用するCSS(カスケーディング・スタイル・シート)のコマンドを入力することができます。CSSコマンドは、HTML請求書のヘッドセクションに含まれます。
以下の例では、請求書を画面の中央に配置し、多くの文字サイズを変更しています。
body {text-align: center; font-size: 16px;}。#invoicepropname{font-size: 24px;}。#invoiceaddress{font-size: 18px; padding-bottom: padding-bottom: 50px;}。#invoicetable{margin-left:auto; margin-right:auto;}。#invoiceprinttime{font-size: 12px;}。