mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
reinstate economics logic
This commit is contained in:
parent
cea9b1a48a
commit
cb486fa0e8
17 changed files with 2179 additions and 42 deletions
44
index.css
44
index.css
|
|
@ -1563,6 +1563,45 @@ div.states > .riverType {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
div.states > .resourceIcon {
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.states > .resourceIcon > * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
div.states > .resourceCategory,
|
||||
div.states > .resourceModel {
|
||||
cursor: pointer;
|
||||
width: 7em;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.states > .resourceBonus {
|
||||
color: #666;
|
||||
width: 5em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.states > div.resourceBonus > span {
|
||||
pointer-events: none;
|
||||
margin: 0 0.15em;
|
||||
}
|
||||
|
||||
div.states > div.resourceBonus > span.icon-anchor {
|
||||
font-size: 0.85em;
|
||||
margin: 0 0.25em;
|
||||
}
|
||||
|
||||
div.states > div.resourceBonus > span.icon-male {
|
||||
margin: 0 0.1em;
|
||||
}
|
||||
|
||||
#diplomacyBodySection > div {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -1631,6 +1670,7 @@ div.states > .riverType {
|
|||
#stateNameEditor div.label,
|
||||
#provinceNameEditor div.label,
|
||||
#regimentBody div.label,
|
||||
#resourceIconEditor div.label,
|
||||
#markerEditor div.label {
|
||||
display: inline-block;
|
||||
width: 5.5em;
|
||||
|
|
@ -2257,6 +2297,10 @@ svg.button {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
#goods > g > use {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.dontAsk {
|
||||
margin: 0.9em 0 0 0.6em;
|
||||
display: inline-flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue