diff --git a/icons.css b/icons.css index 6259bfe2..8a5a1dff 100644 --- a/icons.css +++ b/icons.css @@ -209,4 +209,4 @@ .icon-smooth:before {font-weight: bold; content: '∼'; } .icon-disrupt:before {font-weight: bold; content: '෴'; } .icon-if:before {font-style: italic; font-weight: bold; content: 'if'; } -.icon-arc:before {font-weight: bold; font-size: 1.2em; content: '⌒'; } +.icon-arc:before {font-weight: bold; font-size: 1.2em; content: '⌒'; } \ No newline at end of file diff --git a/index.css b/index.css index 7c1467bc..58016ee9 100644 --- a/index.css +++ b/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; +} diff --git a/index.html b/index.html index 755d9893..58d90aac 100644 --- a/index.html +++ b/index.html @@ -31,8 +31,8 @@ - - + + @@ -121,6 +121,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -188,14 +221,14 @@
Azgaar's
Fantasy Map Generator
-
v. 0.60b
+
v. 0.61b

LOADING...