mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.05 - optimization, partial d3 removal
This commit is contained in:
parent
a8cf4c04d4
commit
24d2efe8b6
11 changed files with 86 additions and 67 deletions
14
index.css
14
index.css
|
|
@ -132,7 +132,13 @@ button, select, a, .pointer {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
#statesBody, #provincesBody, #relig, #biomes, #cults {
|
||||
#statesBody, #provincesBody {
|
||||
stroke-width: 2;
|
||||
fill-rule: evenodd;
|
||||
mask: url(#land);
|
||||
}
|
||||
|
||||
#relig, #biomes, #cults {
|
||||
stroke-width: .6;
|
||||
fill-rule: evenodd;
|
||||
mask: url(#land);
|
||||
|
|
@ -141,7 +147,6 @@ button, select, a, .pointer {
|
|||
#statesHalo {
|
||||
fill: none;
|
||||
filter: url(#blur5);
|
||||
/*animation: hideshow 3s infinite;*/
|
||||
}
|
||||
|
||||
#borders {
|
||||
|
|
@ -156,11 +161,6 @@ button, select, a, .pointer {
|
|||
font-size: 9px;
|
||||
}
|
||||
|
||||
@keyframes hideshow {
|
||||
0% {stroke-width: 1;}
|
||||
50% {stroke-width: 10;}
|
||||
}
|
||||
|
||||
#rivers {
|
||||
stroke: none;
|
||||
mask: url(#land);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue