erfamap/style/erfamap.css
s3lph a10e679a13
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Create imagemap, download ALL chaostreffs, variate distance in label placement
2022-10-12 02:43:47 +02:00

78 lines
981 B
CSS

* {
margin: 0;
padding: 0;
}
object, img {
max-width: 100%;
}
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;
user-select: none;
}
rect.debugleft {
stroke: red;
stroke-width: 1;
fill: none;
z-index: 1000;
}
rect.debugright {
stroke: green;
stroke-width: 1;
fill: none;
z-index: 1000;
}