surat/frontend/web/css/pdf.css

87 lines
1.0 KiB
CSS
Raw Normal View History

2025-03-31 03:46:13 +00:00
body {
font-family: "browallia";
font-size: 16pt;
line-height: 16pt;
}
.sarabun {
font-family: "browallia";
font-size: 18pt;
}
.table_bordered {
border: 1px solid #000;
margin-bottom: 10px;
}
.table_bordered td {
border: 0.5px solid #000;
padding: 3px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 2px;
padding: 0px;
2024-12-25 03:04:59 +00:00
}
h3 {
2025-03-31 03:46:13 +00:00
font-size: 18pt;
2024-12-25 03:04:59 +00:00
}
hr {
2025-03-31 03:46:13 +00:00
color: black;
height: 1px;
2024-12-25 03:04:59 +00:00
}
2025-03-31 03:46:13 +00:00
.bd {
border: 1px solid black;
text-align: center;
2024-12-25 03:04:59 +00:00
}
2025-03-31 03:46:13 +00:00
.ar {
text-align: right;
2024-12-25 03:04:59 +00:00
}
p {
2025-03-31 03:46:13 +00:00
margin: 0px;
2024-12-25 03:04:59 +00:00
}
2025-03-31 03:46:13 +00:00
.font14 {
font-size: 14pt;
2024-12-25 03:04:59 +00:00
}
/*@page {
background: url('img/prolab_report_bg.jpg') no-repeat 0 0;
background-image-resize: 6;
}*/
.critical_diagnosis_table {
2025-03-31 03:46:13 +00:00
color: red;
margin: 4px;
padding: 10px;
border: 4px solid red;
2024-12-25 03:04:59 +00:00
}
.id_case {
2025-03-31 03:46:13 +00:00
font-size: 30pt;
2024-12-25 03:04:59 +00:00
}
.report_header {
2025-03-31 03:46:13 +00:00
background-color: #2d6bb6;
color: white;
2024-12-25 03:04:59 +00:00
}
.report_font {
2025-03-31 03:46:13 +00:00
color: white;
font-size: 22px;
2024-12-25 03:04:59 +00:00
}
.demTable {
2025-03-31 03:46:13 +00:00
width: 100%;
border-collapse: collapse;
padding: 10px;
2024-12-25 03:04:59 +00:00
}
.demTable th {
2025-03-31 03:46:13 +00:00
padding: 10px;
2024-12-25 03:04:59 +00:00
}
.demTable td {
2025-03-31 03:46:13 +00:00
text-align: center;
padding: 10px;
}