mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.3.02a
This commit is contained in:
parent
8d7f95e2f3
commit
cba011282d
11 changed files with 215 additions and 130 deletions
32
index.css
32
index.css
|
|
@ -37,6 +37,10 @@ input {
|
|||
text-indent: 1px;
|
||||
}
|
||||
|
||||
input:read-only {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding: 2px;
|
||||
text-indent: 1px;
|
||||
|
|
@ -121,6 +125,11 @@ button, select, a, .pointer {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
#armies text {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#statesBody, #provincesBody, #relig, #biomes, #cults {
|
||||
stroke-width: .6;
|
||||
fill-rule: evenodd;
|
||||
|
|
@ -209,29 +218,6 @@ i.icon-lock {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#armies rect {
|
||||
stroke-width: .3;
|
||||
stroke: #000;
|
||||
}
|
||||
|
||||
#armies text {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
stroke: none;
|
||||
fill: #fff;
|
||||
text-shadow: 0 0 4px #000;
|
||||
font-size: 6px;
|
||||
dominant-baseline: central;
|
||||
text-anchor: middle;
|
||||
font-family: Helvetica;
|
||||
}
|
||||
|
||||
#regimentBase {
|
||||
stroke-width: .3;
|
||||
stroke: #000;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.chartInfo {
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue