mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
1.0.18
This commit is contained in:
parent
6bd0ce5533
commit
57c1e17c88
11 changed files with 203 additions and 122 deletions
26
index.css
26
index.css
|
|
@ -204,7 +204,31 @@ i.icon-lock {
|
|||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
font-style: italic;
|
||||
font-size: 1.2em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
#religionHierarchy .selected {
|
||||
stroke: #c13119;
|
||||
stroke-width: 1;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
#religionHierarchy text {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
.dragLine {
|
||||
marker-end: url(#end-arrow);
|
||||
stroke: #333333;
|
||||
stroke-dasharray: 5;
|
||||
stroke-dashoffset: 100;
|
||||
animation: dash 8s linear backwards;
|
||||
}
|
||||
|
||||
@keyframes dash {
|
||||
to {stroke-dashoffset: 0}
|
||||
}
|
||||
|
||||
#burgLabels {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue