2022-10-08 21:17:31 +02:00
|
|
|
|
2022-10-11 02:29:45 +02:00
|
|
|
|
|
|
|
|
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;
|
2022-10-09 01:34:24 +02:00
|
|
|
stroke-width: 3;
|
2022-10-08 21:17:31 +02:00
|
|
|
}
|
|
|
|
|
2022-10-11 02:29:45 +02:00
|
|
|
circle.erfa {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
circle.chaostreff {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2022-10-08 21:17:31 +02:00
|
|
|
circle.erfa, circle.chaostreff {
|
|
|
|
fill: #f47e1e;
|
|
|
|
stroke: #ffffff;
|
|
|
|
stroke-width: 3;
|
|
|
|
}
|
|
|
|
|
2022-10-11 02:29:45 +02:00
|
|
|
a > circle, a > text {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover > circle {
|
|
|
|
fill: #5b8ca7;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover > text {
|
|
|
|
fill: #5b8ca7;
|
|
|
|
}
|
|
|
|
|
2022-10-08 21:17:31 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'concertone';
|
|
|
|
src: url('./concertone-regular.ttf');
|
|
|
|
}
|
|
|
|
|
|
|
|
text.erfalabel {
|
|
|
|
font-family: concertone;
|
2022-10-09 22:40:01 +02:00
|
|
|
font-size: 45px;
|
2022-10-11 02:29:45 +02:00
|
|
|
z-index: 100;
|
2022-10-11 02:39:33 +02:00
|
|
|
user-select: none;
|
2022-10-08 21:17:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
rect.debugleft {
|
|
|
|
stroke: red;
|
|
|
|
stroke-width: 1;
|
|
|
|
fill: none;
|
2022-10-11 02:29:45 +02:00
|
|
|
z-index: 1000;
|
2022-10-08 21:17:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
rect.debugright {
|
|
|
|
stroke: green;
|
|
|
|
stroke-width: 1;
|
|
|
|
fill: none;
|
2022-10-11 02:29:45 +02:00
|
|
|
z-index: 1000;
|
2022-10-08 21:17:31 +02:00
|
|
|
}
|