65 lines
817 B
CSS
65 lines
817 B
CSS
body,html {
|
|
font-family:Futura, Arial, Helvetica, sans-serif;
|
|
font-size: 12pt;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
hr {
|
|
background-color: #ffffff;
|
|
border: none;
|
|
border-bottom: 1px solid #000000;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.container {
|
|
width: 196mm;
|
|
height: 83mm;
|
|
padding: 2mm;
|
|
page-break-after: always;
|
|
}
|
|
|
|
.left {
|
|
float: left;
|
|
line-height: 7mm;
|
|
}
|
|
|
|
.right {
|
|
float: right;
|
|
text-align: right;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
#logo {
|
|
width: 92mm;
|
|
}
|
|
|
|
#seat {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 18pt;
|
|
letter-spacing: 0.5em;
|
|
text-align: left;
|
|
height: 25mm;
|
|
}
|
|
|
|
.event {
|
|
height: 20mm;
|
|
}
|
|
|
|
#footer {
|
|
text-align: justify;
|
|
font-size: 6pt;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
#additionalTitle {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
#reduction {
|
|
font-size: 8pt;
|
|
}
|