提交 f27f798d authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Change font sizes in stylesheetPdf.css to more standard for A4 documents

上级 d24d2025
...@@ -5,17 +5,17 @@ ...@@ -5,17 +5,17 @@
*/ */
td, input, select, textarea, body, code, pre, td, th { td, input, select, textarea, body, code, pre, td, th {
font: 9pt Tahoma, Arial, Helvetica, sans-serif; font: 14pt Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal; font-weight: normal;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
font: 9pt Arial, Helvetica, sans-serif; font: 14pt Arial, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
} }
td, input, select, textarea, body, code, pre { td, input, select, textarea, body, code, pre {
font-size: 9pt; font-size: 14pt;
} }
pre { pre {
...@@ -36,22 +36,22 @@ h1 { ...@@ -36,22 +36,22 @@ h1 {
background-color: #0000bb; background-color: #0000bb;
padding: 2px 4px 2px 4px; padding: 2px 4px 2px 4px;
color: #fff; color: #fff;
font-size: 15pt; font-size: 24pt;
line-height: normal; line-height: normal;
} }
h2 { h2 {
font-size: 13pt; font-size: 18pt;
margin-top: 1.5em; margin-top: 1.5em;
} }
h3 { h3 {
font-size: 11pt; font-size: 16pt;
margin-top: 1.5em; margin-top: 1.5em;
} }
h4 { h4 {
font-size: 9pt; font-size: 14pt;
margin-top: 1.5em; margin-top: 1.5em;
} }
...@@ -69,7 +69,7 @@ table { ...@@ -69,7 +69,7 @@ table {
} }
th { th {
font-size: 9pt; font-size: 14pt;
font-weight: normal; font-weight: normal;
text-align: left; text-align: left;
background-color: #ece9d8; background-color: #ece9d8;
...@@ -79,7 +79,7 @@ th { ...@@ -79,7 +79,7 @@ th {
td { td {
background-color: #ffffff; background-color: #ffffff;
font-size: 9pt; font-size: 14pt;
text-align: left; text-align: left;
vertical-align: top; vertical-align: top;
border: 1px solid #aca899; border: 1px solid #aca899;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论