mein-sterntours/resources/views/pdf/components/booking_styles.blade.php
Kevin Adametz 881fc84207 08 2024
2024-08-05 11:58:09 +02:00

114 lines
No EOL
2.3 KiB
PHP

<style>
/*DIN LANG*/
@font-face {
font-family: "Source Sans 3";
src: url("fonts/source-sans-3-v15-latin-regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Source Sans 3';
font-style: normal;
font-weight: 500;
src: url('fonts/source-sans-3-v15-latin-500.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans 3';
font-style: normal;
font-weight: 600;
src: url('fonts/source-sans-3-v15-latin-600.ttf') format('truetype');
}
@font-face {
font-family: 'Source Sans 3';
font-style: normal;
font-weight: 700;
src: url('fonts/source-sans-3-v15-latin-700.ttf') format('truetype');
}
html {
width: 100%;
height: 100%;
}
body {
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0;
color: #000;
font-size: 11.5pt;
line-height: 9pt;
font-weight: 400 ;
font-family: "Source Sans 3", serif;
}
h2 {
margin-bottom: 0;
}
ul,
ol {
padding-left: 2rem;
}
li {
padding-bottom: 0.5rem;
}
.booking-table {
width: 180mm;
border-collapse: collapse;
margin-bottom: 2rem;
text-align: left;
font-size: 8pt;
}
.booking-table tr {
}
.booking-table th {
padding: 0.2rem 0.4rem;
color:#ffffff;
background: #648859;
font-weight: bold;
border: 0.25pt solid #648859;
text-align: left;
}
.booking-table h3 {
padding: 0.2rem 0rem;
line-height: 1rem;
margin:0;
text-align: left;
font-size: 9pt;
}
.booking-table td {
padding: 0.15rem 0.4rem;
color: #000;
border: 0.25pt solid #000;
}
.pdf-input-content {
font-size: 11pt;
line-height: 1.3em;
margin-bottom: 2rem;
}
.pdf-break-block {
page-break-inside: avoid;
}
.text-center, .booking-table th.text-center, .booking-table td.text-center {
text-align: center;
}
.text-right, .booking-table th.text-right, .booking-table td.text-right{
text-align: right;
}
</style>