erfamap/style/erfamap.css
s3lph 2610a54fe1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add clickable SVG links
2022-10-11 02:29:45 +02:00

70 lines
884 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 {
z-index: 1;
}
circle.chaostreff {
z-index: 2;
}
circle.erfa, circle.chaostreff {
fill: #f47e1e;
stroke: #ffffff;
stroke-width: 3;
}
a > circle, a > text {
cursor: pointer;
}
a:hover > circle {
fill: #5b8ca7;
}
a:hover > text {
fill: #5b8ca7;
}
@font-face {
font-family: 'concertone';
src: url('./concertone-regular.ttf');
}
text.erfalabel {
font-family: concertone;
font-size: 45px;
z-index: 100;
}
rect.debugleft {
stroke: red;
stroke-width: 1;
fill: none;
z-index: 1000;
}
rect.debugright {
stroke: green;
stroke-width: 1;
fill: none;
z-index: 1000;
}