mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.0.32
This commit is contained in:
parent
1ad74e6e3d
commit
0bafcc33ca
4 changed files with 152 additions and 10 deletions
20
index.css
20
index.css
|
|
@ -191,7 +191,7 @@ i.icon-lock {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#religionInfo {
|
||||
.chartInfo {
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
font-style: italic;
|
||||
|
|
@ -204,13 +204,24 @@ i.icon-lock {
|
|||
cursor: move;
|
||||
}
|
||||
|
||||
#religionHierarchy text {
|
||||
#religionHierarchy text,
|
||||
#provincesTree text {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
stroke: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#provincesTree .selected {
|
||||
stroke: #c13119;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
#provincesTree .selected {
|
||||
stroke: #c13119;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.dragLine {
|
||||
marker-end: url(#end-arrow);
|
||||
stroke: #333333;
|
||||
|
|
@ -1293,6 +1304,11 @@ div.states.selected {
|
|||
background-image: linear-gradient(to right, #f2f2f2 0%, #ebe7e7 50%, #E5DADB 100%);
|
||||
}
|
||||
|
||||
div.states.active {
|
||||
border: 1px solid #c4c4c4;
|
||||
background-image: linear-gradient(to right, #dedede 100%, #f2f2f2 50%, #fcfcfc 0%);
|
||||
}
|
||||
|
||||
div.states.Self {
|
||||
border-color: #858b8e;
|
||||
background-image: linear-gradient(to right, #f2f2f2 0%, #b0c6d9 100%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue