mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v 1.21
This commit is contained in:
parent
a3fa5443d6
commit
5ffd30dee8
19 changed files with 686 additions and 412 deletions
13
index.css
13
index.css
|
|
@ -593,7 +593,7 @@ button.active {
|
|||
|
||||
#viewMode > button {
|
||||
padding: .35em;
|
||||
margin: .2em .3em;
|
||||
margin: .2em .3em .6em .3em;
|
||||
float: left;
|
||||
width: 30.7%;
|
||||
}
|
||||
|
|
@ -1287,6 +1287,10 @@ div.states span.inactive:hover {
|
|||
color: #abaaaa;
|
||||
}
|
||||
|
||||
div.states>input.riverType {
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
#diplomacyBodySection > div {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -1976,6 +1980,13 @@ svg.button {
|
|||
border: 1px solid #916e7f;
|
||||
}
|
||||
|
||||
.announcement {
|
||||
background-color: #a18888;
|
||||
color: white;
|
||||
padding: .4em .5em;
|
||||
border: dashed 1px #5d4651;
|
||||
}
|
||||
|
||||
#debug {
|
||||
font-size: 1px;
|
||||
opacity: .8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue