mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.68 - style province labels
This commit is contained in:
parent
c3173217d8
commit
89dbfcb8ae
3 changed files with 20 additions and 14 deletions
|
|
@ -164,13 +164,6 @@ button, select, a {
|
|||
fill: none;
|
||||
}
|
||||
|
||||
#provinceLabels {
|
||||
text-anchor: middle;
|
||||
fill: "#18181a";
|
||||
font-family: "Georgia";
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
#rivers {
|
||||
stroke: none;
|
||||
mask: url(#land);
|
||||
|
|
@ -276,6 +269,7 @@ i.icon-lock {
|
|||
to {stroke-dashoffset: 0}
|
||||
}
|
||||
|
||||
#provinceLabels,
|
||||
#burgLabels {
|
||||
dominant-baseline: alphabetic;
|
||||
text-anchor: middle;
|
||||
|
|
|
|||
|
|
@ -2494,7 +2494,7 @@
|
|||
<button id="provincesRecolor" data-tip="Recolor listed provinces based on state color" class="icon-paint-roller"></button>
|
||||
<button id="provincesPercentage" data-tip="Toggle percentage / absolute values views" class="icon-percent"></button>
|
||||
<button id="provincesChart" data-tip="Show provinces chart" class="icon-chart-area"></button>
|
||||
<button id="provincesToggleLabels" data-tip="Toggle province labels" class="icon-font"></button>
|
||||
<button id="provincesToggleLabels" data-tip="Toggle province labels. Change size in Menu ⭢ Style ⭢ Provinces" class="icon-font"></button>
|
||||
<button id="provincesExport" data-tip="Save provinces-related data as a text file (.csv)" class="icon-download"></button>
|
||||
|
||||
<button id="provincesManually" data-tip="Manually re-assign provinces" class="icon-brush"></button>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue