Skip to content

Commit

Permalink
v. 0.61.00b
Browse files Browse the repository at this point in the history
  • Loading branch information
Azgaar committed Nov 18, 2018
1 parent 012e788 commit 987d985
Show file tree
Hide file tree
Showing 4 changed files with 872 additions and 587 deletions.
2 changes: 1 addition & 1 deletion icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 22 additions & 23 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -234,7 +213,6 @@ div > input[type="number"].editNumber {
#riverEditor > *,
#routeEditor > *,
#iconEditor > *,
#reliefEditor > *,
#burgEditor * {
display: inline-block;
}
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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

0 comments on commit 987d985

Please sign in to comment.