This commit is contained in:
Azgaar 2019-10-24 22:27:41 +03:00
parent 2ba1332eec
commit a3fa5443d6
16 changed files with 137 additions and 113 deletions

View file

@ -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 {