mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
v1.2.02
This commit is contained in:
parent
2ba1332eec
commit
a3fa5443d6
16 changed files with 137 additions and 113 deletions
24
index.css
24
index.css
|
|
@ -70,10 +70,12 @@ button, select, a {
|
|||
|
||||
#biomes {
|
||||
stroke-width: .7;
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
#landmass {
|
||||
mask: url(#land);
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
#lakes, #coastline {
|
||||
|
|
@ -86,6 +88,11 @@ button, select, a {
|
|||
text-anchor: middle;
|
||||
dominant-baseline: central;
|
||||
text-shadow: 0px 0px 10px white;
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
#oceanLayers {
|
||||
fill-rule: evenodd;
|
||||
}
|
||||
|
||||
#coastline {
|
||||
|
|
@ -99,7 +106,7 @@ button, select, a {
|
|||
|
||||
#statesBody, #provincesBody {
|
||||
stroke-width: 2;
|
||||
|
||||
fill-rule: evenodd;
|
||||
mask: url(#land);
|
||||
}
|
||||
|
||||
|
|
@ -620,14 +627,8 @@ fieldset {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
#cellInfo>div {
|
||||
margin: 3px 0px 3px 3px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#cellInfo>div:nth-child(2) {
|
||||
width: 50%;
|
||||
#cellInfo {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
#tooltip {
|
||||
|
|
@ -1582,7 +1583,7 @@ div.states > div.biomeArea {
|
|||
|
||||
#ruler .planimeter {
|
||||
fill: lightblue;
|
||||
|
||||
fill-rule: evenodd;
|
||||
fill-opacity: 0.5;
|
||||
stroke: #737373;
|
||||
}
|
||||
|
|
@ -1831,8 +1832,9 @@ svg.button {
|
|||
#alertMessage {
|
||||
-moz-user-select: text;
|
||||
user-select: text;
|
||||
max-height: 75vh;
|
||||
max-height: 70vh;
|
||||
max-width: 75vw;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#alertMessage ul {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue