erfamap/style/erfamap.css
s3lph adad7d7878
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Improve text layouting (closes #1)
2022-10-09 22:40:01 +02:00

45 lines
627 B
CSS

rect.background {
fill: #759eb5;
stroke: none;
}
polygon.country {
fill: #c3c3c3;
stroke: #ffffff;
stroke-width: 2;
}
polygon.state {
fill: #ffffff;
stroke: #c3c3c3;
stroke-width: 3;
}
circle.erfa, circle.chaostreff {
fill: #f47e1e;
stroke: #ffffff;
stroke-width: 3;
}
@font-face {
font-family: 'concertone';
src: url('./concertone-regular.ttf');
}
text.erfalabel {
font-family: concertone;
font-size: 45px;
}
rect.debugleft {
stroke: red;
stroke-width: 1;
fill: none;
}
rect.debugright {
stroke: green;
stroke-width: 1;
fill: none;
}