mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.02 - COA rendering + editor basic UI
This commit is contained in:
parent
b86d985607
commit
9f1012603d
9 changed files with 1663 additions and 53 deletions
38
index.css
38
index.css
|
|
@ -1391,9 +1391,20 @@ div.states>input.riverType {
|
|||
width: 5em;
|
||||
}
|
||||
|
||||
div.states>embed.emblemIcon {
|
||||
margin: -.4em 0;
|
||||
div.states > .coaIcon {
|
||||
width: 1.4em;
|
||||
height: 1.4em;
|
||||
margin: -.3em 0;
|
||||
cursor: pointer;
|
||||
transition: all .4s ease-in-out;
|
||||
}
|
||||
|
||||
div.states > .coaIcon:hover {
|
||||
transform: scale(8);
|
||||
}
|
||||
|
||||
div.states > .coaIcon > use {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#diplomacyBodySection > div {
|
||||
|
|
@ -1538,6 +1549,29 @@ rect.fillRect {
|
|||
width: 5em;
|
||||
}
|
||||
|
||||
#emblemBody > div {
|
||||
padding: 1px 3px;
|
||||
transition: all .3s ease-out;
|
||||
}
|
||||
|
||||
#emblemBody > div.active {
|
||||
background-color: #54ca7728;
|
||||
}
|
||||
|
||||
#emblemArmiger {
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#emblemBody .label {
|
||||
width: 5.5em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#emblemBody select {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
#picker text {
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue