This commit is contained in:
Azgaar 2020-03-22 21:50:38 +03:00
parent 8d7f95e2f3
commit cba011282d
11 changed files with 215 additions and 130 deletions

View file

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