mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
v. 0.61.00b
This commit is contained in:
parent
012e788629
commit
987d9851c5
4 changed files with 878 additions and 593 deletions
45
index.css
45
index.css
|
|
@ -99,16 +99,6 @@ button, select, a {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#hills {
|
||||
stroke-width: 0.1px;
|
||||
fill: #999999;
|
||||
}
|
||||
|
||||
#mounts {
|
||||
stroke-width: 0.1px;
|
||||
fill: white;
|
||||
}
|
||||
|
||||
.strokes {
|
||||
stroke-width: 0.08px;
|
||||
width: 2px;
|
||||
|
|
@ -131,17 +121,6 @@ button, select, a {
|
|||
mask-mode: alpha;
|
||||
}
|
||||
|
||||
#swamps {
|
||||
stroke-width: 0.05px;
|
||||
fill: none;
|
||||
stroke: #5c5c70;
|
||||
}
|
||||
|
||||
#forests {
|
||||
stroke-width: 0.1px;
|
||||
stroke: #5c5c70;
|
||||
}
|
||||
|
||||
#options .pressed {
|
||||
background-color: #916e7f;
|
||||
font-style: italic;
|
||||
|
|
@ -234,7 +213,6 @@ div > input[type="number"].editNumber {
|
|||
#riverEditor > *,
|
||||
#routeEditor > *,
|
||||
#iconEditor > *,
|
||||
#reliefEditor > *,
|
||||
#burgEditor * {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
@ -812,7 +790,12 @@ body button.noicon {
|
|||
.ui-dialog input[type="number"] {
|
||||
width: 28px;
|
||||
height: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ui-dialog input[type="number"].relief {
|
||||
width: 38px;
|
||||
height: 10px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.ui-dialog .disabled {
|
||||
|
|
@ -1425,3 +1408,19 @@ div#legendHeader {
|
|||
div#legendBody {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
|
||||
svg.button {
|
||||
position: relative;
|
||||
background-color: transparent;
|
||||
margin: -5px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#reliefIconsSeletionAny {
|
||||
display: none;
|
||||
font-style: italic;
|
||||
width: 26px;
|
||||
height: 21px;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue