45 lines
627 B
CSS
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: 30px;
|
|
}
|
|
|
|
rect.debugleft {
|
|
stroke: red;
|
|
stroke-width: 1;
|
|
fill: none;
|
|
}
|
|
|
|
rect.debugright {
|
|
stroke: green;
|
|
stroke-width: 1;
|
|
fill: none;
|
|
}
|