erfamap/style/erfamap.css

46 lines
627 B
CSS
Raw Normal View History

2022-10-08 21:17:31 +02:00
rect.background {
fill: #759eb5;
stroke: none;
}
polygon.country {
fill: #c3c3c3;
stroke: #ffffff;
stroke-width: 2;
}
polygon.state {
fill: #ffffff;
stroke: #c3c3c3;
stroke-width: 2;
}
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: 30px;
}
rect.debugleft {
stroke: red;
stroke-width: 1;
fill: none;
}
rect.debugright {
stroke: green;
stroke-width: 1;
fill: none;
}