53 lines
681 B
CSS
53 lines
681 B
CSS
.lions-left {
|
|
width: 148mm;
|
|
height: 58mm;
|
|
float: left;
|
|
margin-right: 3mm;
|
|
position: relative;
|
|
}
|
|
|
|
.lions-right {
|
|
width: 44mm;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
|
|
.separator1 {
|
|
position: absolute;
|
|
top: 7mm;
|
|
}
|
|
|
|
.separator2 {
|
|
position: absolute;
|
|
top: 55mm;
|
|
}
|
|
|
|
.lions-left .separator1,
|
|
.lions-left .separator2 {
|
|
width: 148mm;
|
|
}
|
|
|
|
.lions-right .separator1,
|
|
.lions-right .separator2 {
|
|
width: 44mm;
|
|
}
|
|
|
|
.lions-top {
|
|
height: 10mm;
|
|
}
|
|
|
|
.lions-small {
|
|
text-align: justify;
|
|
font-size: 6pt;
|
|
width: 44mm;
|
|
padding: 1mm 1mm 0mm 0mm;
|
|
}
|
|
|
|
#lionsLogo {
|
|
width: 44mm;
|
|
height: 46mm;
|
|
}
|
|
|
|
.title {
|
|
letter-spacing: 0.4em;
|
|
} |