mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
Merge economics with current
This commit is contained in:
parent
d3ea2df1a2
commit
7270c8c833
13 changed files with 2119 additions and 2 deletions
47
index.css
47
index.css
|
|
@ -1529,10 +1529,47 @@ div.states > .riverType {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
div.states > .resourceIcon {
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.states > .resourceIcon > * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#diplomacyBodySection > div {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
.changeRelations > * {
|
||||
pointer-events: none;
|
||||
cursor: pointer;
|
||||
|
|
@ -1570,6 +1607,12 @@ div.states > .riverType {
|
|||
width: 6em;
|
||||
}
|
||||
|
||||
#burgBody svg.resIcon {
|
||||
vertical-align: top;
|
||||
width: 1.6em;
|
||||
height: 1.6em;
|
||||
}
|
||||
|
||||
#burgBody > div > div,
|
||||
#riverBody > div,
|
||||
#lakeBody > div {
|
||||
|
|
@ -1589,6 +1632,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;
|
||||
|
|
@ -2243,6 +2287,9 @@ svg.button {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
#goods > g > use {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.dontAsk {
|
||||
margin: 0.9em 0 0 0.6em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue