mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.2
This commit is contained in:
parent
93c0c64cbd
commit
f6ec0251ec
11 changed files with 449 additions and 168 deletions
29
index.css
29
index.css
|
|
@ -584,6 +584,13 @@ button.active {
|
|||
padding: 4px 0;
|
||||
}
|
||||
|
||||
#viewMode > button {
|
||||
padding: .35em;
|
||||
margin: .2em .3em;
|
||||
float: left;
|
||||
width: 30.7%;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #5d4651;
|
||||
}
|
||||
|
|
@ -604,8 +611,9 @@ fieldset {
|
|||
color: grey;
|
||||
}
|
||||
|
||||
.tabcontent li:hover {
|
||||
background-color: #a8879d;
|
||||
.tabcontent li:hover,
|
||||
.tabcontent button:hover {
|
||||
box-shadow: 0 0 2px 2px #5d465117;
|
||||
}
|
||||
|
||||
#optionsContainer span {
|
||||
|
|
@ -1282,6 +1290,23 @@ div.states span.inactive:hover {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#diplomacySelect {
|
||||
position: absolute;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #1891ff;
|
||||
width: 23%;
|
||||
left: 70.5%;
|
||||
}
|
||||
|
||||
#diplomacySelect > div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#diplomacySelect > div:hover {
|
||||
background-color: #1891ff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#burgsFooterPopulation {
|
||||
border: 0;
|
||||
width: 50px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue