mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01:00
refactor(styles): update burg styles for presets
This commit is contained in:
parent
4a08f617bb
commit
c16d292304
18 changed files with 230 additions and 1785 deletions
|
|
@ -335,22 +335,23 @@
|
|||
"letter-spacing": 0,
|
||||
"data-size": 8,
|
||||
"font-size": 8,
|
||||
"font-family": "Courier New"
|
||||
"font-family": "Courier New",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > #city": {
|
||||
"opacity": 1,
|
||||
"fill": "#ffffff",
|
||||
"fill-opacity": 0.7,
|
||||
"size": 2.1,
|
||||
"font-size": 2,
|
||||
"stroke": "#000000",
|
||||
"stroke-width": 0.2,
|
||||
"stroke-width": 10,
|
||||
"stroke-dasharray": "",
|
||||
"stroke-linecap": "butt"
|
||||
},
|
||||
"#anchors > #city": {
|
||||
"opacity": 1,
|
||||
"fill": "#ffffff",
|
||||
"size": 4.2,
|
||||
"font-size": 2,
|
||||
"stroke": "#000000",
|
||||
"stroke-width": 1.46
|
||||
},
|
||||
|
|
@ -359,24 +360,25 @@
|
|||
"fill": "#ffffff",
|
||||
"style": "text-shadow: black 0px 0px 4px",
|
||||
"letter-spacing": 0,
|
||||
"data-size": 4.28,
|
||||
"font-size": 4.28,
|
||||
"font-family": "Courier New"
|
||||
"data-size": 4,
|
||||
"font-size": 4,
|
||||
"font-family": "Courier New",
|
||||
"data-dy": -0.4
|
||||
},
|
||||
"#burgIcons > #town": {
|
||||
"opacity": 1,
|
||||
"fill": "#ffffff",
|
||||
"fill-opacity": 0.7,
|
||||
"size": 0.8,
|
||||
"font-size": 0.8,
|
||||
"stroke": "#000000",
|
||||
"stroke-width": 0.1,
|
||||
"stroke-width": 10,
|
||||
"stroke-dasharray": "",
|
||||
"stroke-linecap": "butt"
|
||||
},
|
||||
"#anchors > #town": {
|
||||
"opacity": 1,
|
||||
"fill": "#ffffff",
|
||||
"size": 1.6,
|
||||
"font-size": 0.8,
|
||||
"stroke": "#000000",
|
||||
"stroke-width": 1.53
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue